@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");


body {
  font-family: 'Noto Sans JP', sans-serif, Meiryo, Arial, Helvetica, sans-serif !important;
  font-size: 13.5px;
  line-height: 20px;
  color: #555;
  background-color: #ffffff;
  -ms-overflow-style: scrollbar;
}

@media (min-width: 992px) {
  body {
    margin-top: 205px;
  }
}

h1, h2, h3, h4, h5, h6, h7, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .display-7 {
  font-family: 'Noto Sans JP', sans-serif, Meiryo, Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  line-height: 1.1em;
  color: #444;
}

.display-1 {
  font-size: 34px !important;
  line-height: 42px;
}

.display-2 {
  font-size: 28px !important;
  line-height: 36px;
}

.display-3 {
  font-size: 24px !important;
  line-height: 32px;
}

.display-4 {
  font-size: 20px !important;
  line-height: 28px;
}

.display-5 {
  font-size: 18px !important;
  line-height: 26px;
}

.display-6 {
  font-size: 14px !important;
  line-height: 22px;
}

.display-7 {
  font-size: 12px !important;
  line-height: 20px;
}

.btn-link {
  color: #4a8db8;
}

.navbar-brand > span {
  padding: 0 10px;
}

.navbar-brand > span > br {
  display: block;
}

@media (min-width: 480px) {
  .navbar-brand > span {
    line-height: 17.5px;
  }
}

@media (min-width: 768px) {
  .navbar-brand > span {
    font-family: 'Noto Sans JP', sans-serif, Meiryo, Arial, Helvetica, sans-serif !important;
    font-size: 17.5px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-brand > span {
    line-height: 20px;
  }
}

@media (min-width: 1600px) {
  .navbar-brand > span {
    padding: 10px;
  }
  
  .navbar-brand > span > br {
    display: none;
  }
}

.heading {
  margin: 40px 0 25px;
}

.heading-title {
  margin: 0;
}

.heading-title img {
  height: 50px;
  margin-right: 10px;
}

.heading-subtitle {
  margin-top: 5px;
  margin-bottom: 0;
}

.heading-subtitle:empty {
  display: none;
}

.heading-details ul {
  display: inline;
  padding: 0;
  list-style-type: none;
}

.heading-details ul li {
  display: inline;
  margin-right: 20px;
}

.heading-details ul li span {
  font-weight: 600;
  margin-right: 5px;
}

.heading-details ul li ul li {
  margin-right: 3px;
}

.heading-details ul li ul li:after {
  content: ',';
}

.heading-details ul li ul li:last-child:after {
  content: normal;
}

.page-heading {
  margin-top: 55px !important;
  margin-bottom: 25px;
  text-align: center;
}

.page-heading-title span {
  display: block;
  text-transform: uppercase;
  font-size: 75%;
}

@media (min-width: 992px) {
  .page-heading-title span {
    display: inline-block;
    text-transform: inherit;
    font-size: 100%;
  }
}

header ul li a {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.nav-up {
  top: 0;
}

@media (max-width: 991px) {
  .navbar .container {
    width: 100%;
  }
}

.nav-up #global-header {
  display: block;
}

@media (min-width: 992px) {
  .nav-up #global-header {
    display: none;
  }
}

#global-header {
  background-color: #4d4d4f;
}

#global-header .nav > li {
  display: inline-block;
}

#global-header .nav > li > a {
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  padding: 5px 15px;
  color: #aaa;
}

#global-header .nav > .open > a, #global-header .nav > li > a:hover, #global-header .nav > li > a:focus {
  color: #fff;
  background-color: #444;
}

#global-header .nav > .active > a, #global-header .nav > .active > a:hover, #global-header .nav > .active > a:focus {
  color: #fff;
  background-color: #333;
}

#main-navigation .nav-tabs {
  border-bottom: 0;
}

#main-navigation .nav-tabs > li > a {
  font-size: 14px;
  padding: 0 20px;
  border-right: 0;
}

#main-navigation .nav-tabs .dropdown .dropdown-menu {
  margin-top: 0;
}

#main-navigation .nav-tabs .active .dropdown-menu {
  margin-top: 3px;
}

#main-navigation .dropdown-menu .cta a {
  font-weight: 600;
  text-transform: uppercase;
  color: #4a8db8;
}

#main-navigation .dropdown-menu .cta a:hover {
  color: #fff;
}

#sub-navigation {
  background-color: #f0f0f0;
  padding: 7.5px 0;
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  z-index: 1020;
}

#sub-navigation .nav {
  text-align: center;
}

#sub-navigation .nav li {
  float: none;
}

#sub-navigation .nav li a {
  border-radius: 3px;
}

.nav-up #menuSearch {
  display: block;
}

@media (min-width: 992px) {
  .nav-up #menuSearch {
    display: none !important;
  }
}

#global-slider {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: overlay;
  width: 250px;
  height: 100%;
  border-left: 1px solid #e1e1e1;
  background-color: #fff;
}

#global-slider .close {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 0;
}

#global-slider #user-profile {
  display: block;
  float: none;
  margin: 0;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}

#global-slider .user-avatar {
  float: none;
  margin-right: 0;
}

#global-slider .user-avatar img {
  width: 60px;
  height: 60px;
}

#global-slider .user-details {
  float: none;
  margin: 0;
  padding-top: 10px;
}

#global-slider .sign-in {
  padding: 0;
}

#global-slider .my-account {
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  cursor: pointer;
  text-align: right;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

#global-slider .my-account:hover a {
  text-decoration: none;
  color: #ee5e64;
}

#global-slider .user-menu {
  position: relative;
  display: none;
  height: calc(100vh - 190px);
  border-bottom: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}

#global-slider .slider-menu, #global-slider .user-menu {
  padding: 16px 8px;
}

#global-slider nav ul li a, #global-slider nav ul .nav-header {
  padding: 10px 25px;
}

#global-slider::-webkit-scrollbar {
  display: none;
}

.slider-overlay {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
}

.floating-botton-wrapper {
  position: fixed;
  right: -260px;
  z-index: 4000;
  width: 260px;
  height: 300px;
  background: #f0f0f0;
  border: solid transparent;
  border-width: 1px 1px 1px 3px;
  border-color: #ddd;
  border-left-color: #00a94f;
  bottom: 10%;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
  transition: right .5s ease-in-out;
}

.floating-botton-wrapper .floating-botton-tab {
  cursor: pointer;
  background: #00a94f;
  color: #fff;
  width: auto;
  padding: 5px 15px;
  margin-top: -1px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
}

.floating-botton-wrapper .floating-botton-tab div {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.floating-botton-wrapper .floating-botton-content {
  width: 220px;
  display: block;
  padding: 20px;
}

.floating-botton-wrapper.show-wrapper {
  right: 0;
}

#global-search {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  background-image: url('../images/background.jpg');
  background-position: center;
  background-size: cover;
}

#search-results {
  margin-top: 0px;
}

@media (min-width: 768px) {
  #search-results {
    margin-top: -50px;
  }
  
  #global-search {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  #global-search {
    padding: 30px 0;
  }
}

#global-search .btn {
  min-width: 60px;
  padding: 10px 13px;
}

@media (min-width: 768px) {
  #global-search .btn {
    min-width: 70px;
    padding: 12.5px 13px;
  }
}

@media (min-width: 992px) {
  #global-search .btn {
    min-width: 80px;
    padding: 15px 13px;
  }
}

#global-search .btn, #global-search .form-control {
  height: 40px;
}

@media (min-width: 768px) {
  #global-search .btn, #global-search .form-control {
    height: 45px;
  }
}

@media (min-width: 992px) {
  #global-search .btn, #global-search .form-control {
    height: 50px;
  }
}

#global-search .form-control {
  padding-right: 53px;
}

@media (min-width: 768px) {
  #global-search .form-control {
    padding-right: 58px;
  }
}

@media (min-width: 992px) {
  #global-search .form-control {
    padding-right: 63px;
  }
}

#global-search .reset {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  #global-search .reset {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 992px) {
  #global-search .reset {
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}

#global-search .bootstrap-select .btn {
  margin-left: -1px;
  border-radius: 0;
}

#global-search .bootstrap-select .dropdown-menu {
  width: 526px;
  max-width: 1000px;
  margin-top: -1px;
  margin-right: 1px;
}

@media (min-width: 1200px) {
  #global-search .bootstrap-select .dropdown-menu {
    width: 465px;
  }
}

@media (min-width: 1440px) {
  #global-search .bootstrap-select .dropdown-menu {
    width: 480px;
  }
}

@media (min-width: 1600px) {
  #global-search .bootstrap-select .dropdown-menu {
    width: 600px;
  }
}

#custom-search {
  margin: 15px 0;
}

#custom-search .btn {
  min-width: 60px;
  padding: 10px 13px;
}

@media (min-width: 768px) {
  #custom-search .btn {
    min-width: 70px;
    padding: 10px 13px;
  }
}

@media (min-width: 992px) {
  #custom-search .btn {
    min-width: 80px;
    padding: 10px 13px;
  }
}

#custom-search .btn, #custom-search .form-control {
  height: 30px;
}

@media (min-width: 768px) {
  #custom-search .btn, #custom-search .form-control {
    height: 35px;
  }
}

@media (min-width: 992px) {
  #custom-search .btn, #custom-search .form-control {
    height: 40px;
  }
}

#custom-search .form-control {
  padding-right: 53px;
}

@media (min-width: 768px) {
  #custom-search .form-control {
    padding-right: 58px;
  }
}

@media (min-width: 992px) {
  #custom-search .form-control {
    padding-right: 63px;
  }
}

#custom-search .reset {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  #custom-search .reset {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 992px) {
  #custom-search .reset {
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}

#custom-search .bootstrap-select .btn {
  margin-left: -1px;
  border-radius: 0;
}

#custom-search .bootstrap-select .dropdown-menu {
  width: 260px;
  max-width: 1000px;
  margin-top: -1px;
  margin-right: 1px;
}

@media (min-width: 1200px) {
  #custom-search .bootstrap-select .dropdown-menu {
    width: 460px;
  }
}

@media (min-width: 1440px) {
  #custom-search .bootstrap-select .dropdown-menu {
    width: 490px;
  }
}

@media (min-width: 1600px) {
  #custom-search .bootstrap-select .dropdown-menu {
    width: 655px;
  }
}

#user-profile {
  float: right;
  margin: 10px 0;
  width: 255px;
}

#user-profile > a {
  display: table;
  padding: 5px 15px;
  border-radius: 5px;
  color: #555555;
  width: 100%;
}

#user-profile.open > a, #user-profile > a:hover, #user-profile > a:focus {
  background-color: #f0f0f0;
}

.user-avatar {
  float: left;
  margin-right: 10px;
}

.user-avatar img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.user-details {
  float: left;
  padding: 3.5px 0;
}

.user-name {
  font-size: 14px;
  line-height: 1em;
  max-width: 170px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  position: relative;
}

.user-name .fa {
  position: absolute;
  right: 0;
}

.user-company {
  font-size: 12px;
  line-height: 1em;
  max-width: 170px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mobile-header {
  background-color: #db3d44;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 25px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#mobile-header:empty {
  display: none;
}

.mobile-header-fixed {
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 1010;
}

@media (min-width: 480px) {
  .mobile-header-fixed {
    top: 60px;
  }
}

@media (min-width: 768px) {
  .mobile-header-fixed {
    top: 65px;
  }
}

#portal-links {
  border-bottom: 1px solid #ddd;
  border-right: 0;
}

@media (min-width: 992px) {
  #portal-links {
    border-bottom: 0;
    border-right: 1px solid #ddd;
  }
}

#more-links {
  padding: 0 15px;
  padding-top: 15px;
}

@media (min-width: 992px) {
  #more-links {
    padding: 30px 45px;
  }
}

#resources-wrapper {
  font-size: 13px;
  line-height: 1.25em;
  position: absolute;
  bottom: 215px;
  width: 100%;
  min-height: 80px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}

#resources-wrapper .tooltip .tooltip-inner {
  text-align: center;
}

@media (min-width: 480px) {
  #resources-wrapper {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #resources-wrapper {
    bottom: 231px;
  }
}

@media (min-width: 992px) {
  #resources-wrapper {
    bottom: 100px;
  }
}

#resources-wrapper a {
  display: block;
  text-decoration: none;
  color: #777;
}

#resources-wrapper a:hover, #resources-wrapper a:active {
  text-decoration: none;
  color: #db3d44;
}

#resources-wrapper img {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
}

@media (min-width: 480px) {
  #resources-wrapper img {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  #resources-wrapper img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  #resources-wrapper img {
    width: 60px;
    height: 60px;
  }
}

#resources-wrapper span {
  display: block;
  margin: 10px 0 20px;
}

#resources-wrapper span br {
  display: block;
}

@media (min-width: 768px) {
  #resources-wrapper span br {
    display: none;
  }
}

#footer-contact-support, #footer-download-center, #footer-renewals, #footer-support-policies, #footer-vulnerability-response, #footer-feedback {
  padding: 0 10px;
  min-height: 105px;
}

@media (min-width: 992px) {
  #footer-contact-support, #footer-download-center, #footer-renewals, #footer-support-policies, #footer-vulnerability-response, #footer-feedback {
    margin-top: -50px;
    padding: 0 10px;
  }
}

#footer-contact-support img {
  background-color: #004e78;
}

#footer-download-center img {
  background-color: #f15a22;
}

#footer-renewals img {
  background-color: #db3d44;
}

#footer-support-policies img {
  background-color: #49092d;
}

#footer-vulnerability-response img {
  background-color: #493087;
}

#footer-feedback img {
  background-color: #a70e13;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-top: 55px;
  margin-bottom: 445px;
}

@media (min-width: 480px) {
  body {
    margin-top: 60px;
    margin-bottom: 445px;
  }
}

@media (min-width: 768px) {
  body {
    margin-top: 65px !important;
    margin-bottom: 466px !important;
  }
}

@media (min-width: 992px) {
  body {
    margin-top: 155px !important;
    margin-bottom: 180px !important;
  }
}

@media (min-width: 1200px) {
  body {
    margin-bottom: 180px !important;
  }
}

main.container {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  main.container {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  main.container {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  main.container {
    padding-bottom: 100px;
  }
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
  
  .pull-sm-right {
    float: right !important;
  }
  
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
  }
  
  .pull-md-right {
    float: right !important;
  }
  
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }
  
  .pull-lg-right {
    float: right !important;
  }
  
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .pull-xl-left {
    float: left !important;
  }
  
  .pull-xl-right {
    float: right !important;
  }
  
  .pull-xl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .pull-hd-left {
    float: left !important;
  }
  
  .pull-hd-right {
    float: right !important;
  }
  
  .pull-hd-none {
    float: none !important;
  }
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  
  .text-sm-right {
    text-align: right !important;
  }
  
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  
  .text-md-right {
    text-align: right !important;
  }
  
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  
  .text-lg-right {
    text-align: right !important;
  }
  
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  
  .text-xl-right {
    text-align: right !important;
  }
  
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-hd-left {
    text-align: left !important;
  }
  
  .text-hd-right {
    text-align: right !important;
  }
  
  .text-hd-center {
    text-align: center !important;
  }
}

.form-wrapper {
  background-color: #f8f8f8;
  padding: 30px 45px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.form-heading {
  margin-bottom: 25px;
}

.form-heading-title {
  margin: 0;
}

.form-heading-subtitle {
  margin: 0;
}

.sidebar .nav > .active > ul {
  display: block;
}

.sidebar .nav > li > a {
  display: block;
}

.sidebar .nav .nav {
  display: none;
  padding-bottom: 10px;
}

.sidebar .nav .nav > li {
  border-bottom: 0;
}

.sidebar .nav .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 12px;
  border-bottom: 0px;
  line-height: 1.25;
}

.sidebar .nav .nav > li > a:hover, .sidebar .nav .nav > li > a:focus {
  padding-left: 24px;
  border-left: 1px solid #db3d44;
}

.sidebar .nav .nav > .active > a, .sidebar .nav .nav > .active:hover > a, .sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
  padding-left: 28px;
}

.back-to-top {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.back-to-top:hover {
  text-decoration: none;
  color: #333;
}

.modal-dialog-box .modal-content {
  border: 0px;
}

.modal-dialog-box .modal-dialog {
  border-radius: 5px;
  text-align: center;
}

.modal-dialog-box .modal-header {
  background-color: #fff;
}

.modal-dialog-box .modal-title {
  color: #333;
}

.modal-dialog-box .modal-subtitle {
  color: #999;
}

.modal-dialog-box .modal-body {
  color: #575757;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  padding: 30px;
  line-height: 32px;
  display: block;
}

.modal-dialog-box .modal-content .modal-body {
  padding: 30px 20px !important;
}

.modal-dialog-box .modal-footer {
  text-align: center;
}

.modal-dialog-box .modal-dialog {
  width: 350px;
}

#modalContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: block !important;
}

#alertBox {
  position: relative;
  width: 300px;
  min-height: 100px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: 20px 30px;
}

#modalContainer > #alertBox {
  position: fixed;
}

#alertBox p {
  color: #575757;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  line-height: 32px;
  display: block;
}

.navbar-brand > span {
  padding: 0 10px;
}

.navbar-brand > span > br {
  display: block;
}

@media (min-width: 480px) {
  .navbar-brand > span {
    line-height: 17.5px;
  }
}

@media (min-width: 768px) {
  .navbar-brand > span {
    font-family: 'Interstate', Arial, Helvetica, sans-serif;
    font-size: 17.5px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-brand > span {
    line-height: 20px;
  }
}

@media (min-width: 1600px) {
  .navbar-brand > span {
    padding: 10px;
  }
  
  .navbar-brand > span > br {
    display: none;
  }
}

#subheader {
  box-shadow: inset -200px 0px 10px -200px rgba(0, 0, 0, 0.1);
}

.nav-pills.responsive-pills {
  padding: 0;
  margin: 0 15px;
  width: calc(25% - 30px);
}

@media (min-width: 1200px) {
  .nav-pills.responsive-pills {
    width: calc(16.66667% - 30px);
  }
}

.nav-center {
  text-align: center;
}

.nav-center > li {
  float: none !important;
}

.nav-center > li + li {
  margin-left: -5px;
}

.text-line {
  display: table;
  white-space: nowrap;
  margin: 10px 0px;
  width: 100%;
  text-align: center;
  color: #999;
}

.text-line:before, .text-line:after {
  border-top: 1px solid #ddd;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}

.text-line:before {
  right: 1.5%;
}

.text-line:after {
  left: 1.5%;
}

#downloads-section ul span {
  margin: 15px 0px;
  padding: 0px;
  padding-left: 45px;
  background: url(../images/download-tm.png) top left no-repeat;
  background-size: 30px;
  height: 50px;
  display: block;
}

#menuSearch .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  min-width: 130px;
  max-width: 130px;
}

ul.list-icon_one {
  padding-bottom: 25px;
}

ul.list-icon_one li {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center left;
  padding-top: 5px;
  margin: 0px;
}

ul.list-icon_one li a {
  display: block;
  width: 100%;
  padding: 10px;
}

ul.list-icon_one li a:hover {
  text-decoration: none;
  color: #db3d44;
}

ul.list-icon_one li.list-icon_install {
  background-image: url(../images/jp-icon_install.svg);
}

ul.list-icon_one li.list-icon_support {
  background-image: url(../images/jp-icon_support.svg);
}

ul.list-icon_one li.list-icon_account {
  background-image: url(../images/jp-icon_account.svg);
}

ul.list-icon_one li.list-icon_download {
  background-image: url(../images/jp-icon_download.svg);
}

a.landing-page_btn {
  color: #fff;
  background-color: #db3d44;
  padding: 15px;
  width: 500px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: auto;
}

a.landing-page_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b01116;
}

a.landing-page_btn > .lg {
  font-size: 24px;
}

a.landing-page_btn > .sm {
  font-size: 16px;
  display: block;
}

#jp_landing-page .jumbotron {
  background-image: url("../images/data-collection-disclosure--banner.jpg");
  background-size: cover;
  background-position-y: -200px;
  min-height: 500px;
}

#jp_landing-page .jumbotron h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

#jp_landing-page .jumbotron p.subtitle {
  font-size: 27px;
  color: #fff;
}

#jp_landing-page .offlane {
  margin-top: -250px;
  width: 100%;
}

#jp_landing-page .panel {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

#jp_landing-page .list-title {
  padding-top: 25px;
}

.video-responsive.play-button, .video-feedback.play-button {
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}

.video-responsive.play-button:before, .video-feedback.play-button:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-bottom: 15px;
  height: 80px;
  content: "";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.7);
  font-size: 3.5em;
  width: 100%;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  transition: all 0.2s ease-in-out 0s;
  background: linear-gradient(to top, rgba(27, 27, 27, 0.6), transparent);
}

.video-responsive.play-button:after, .video-feedback.play-button:after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 3em;
  height: 80px;
  line-height: 4;
  content: 'Play Video';
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2em;
  opacity: 0;
}