#header {
  background: #fff !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  height: 110px;
}

#header .top_header {
  background: none !important;
  padding-right: 380px;
  height: 110px;
}

#header .navbar {
  float: right;
  margin: 8px 42px 0 0;
}

#header .main_logo {
  float: left;
  margin-top: 13px;
}

#header .navbar {
  float: right;
  margin: -18px 42px 0 0;
  height: auto;
}

#header .navbar .navbar-nav>li {
  margin-left: 29px;
  border: 0;
  padding-bottom: 4px;
  padding-top: 25px;
  position: relative;
}

#header .navbar .navbar-nav>li.open>a, #header .navbar .navbar-nav>li>a:hover {
  color: #ff0000 !important;
}

#header .navbar .navbar-nav>li::before {
  position: absolute;
  height: 4px;
  background: #ff0000;
  top: 0;
  right: 9px;
  left: 9px;
  content: "";
  display: none;
}

#header .navbar .navbar-nav>li:hover::before {
  display: block;
}

#header .dropdown-menu li {
  border: 0;
}

#header .nav>li>a .fa {
  vertical-align: middle;
  font-size: 22px;
  margin-left: 5px;
}

#header .dropdown-menu {
  background: #fff !important;
  border: 0;
  left: -19px;
  border-radius: 8px !important;
  padding: 28px 0 !important;
  padding: 30px 0 !important;
  min-width: 272px;
  box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.3);
}

#header .dropdown-menu:after {
  top: 3px;
  left: 27%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 9px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate( 135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, .05);
}

#header .navbar .navbar-nav>li:first-child {
  margin-left: 0;
}

#header .nav>li>a {
  color: #323232;
}

#header .dropdown-menu li a {
  padding: 8px 30px;
  color: #323232 !important;
  background-color: transparent !important;
}

#header .dropdown-menu li a:hover {
  color: #ff0000 !important;
  background-color: #f5f5f5 !important;
}

#header .block_3 {
  border: 0;
  right: 26px;
  top: 21px;
  width: 90px;
}

#header .block_1 img {
  margin: 0 0 0 auto;
}

#header .block_1 {
  border-left: solid 1px #dcdcdc;
  padding-left: 35px;
  right: 240px;
  top: 43px;
}

#header .block_1 span.num {
  font-family: 'Replica Std Regular';
  font-weight: 400;
  font-size: 17px;
}

.form_wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.form_wrapper .form_table {
  background: #fff !important;
}

.form_wrapper .form_table * {
  box-sizing: border-box;
}

.form_wrapper .q:not(.full_width) {
  padding: 0 28px !important;
  margin: 0 0 10px !important;
}

.form_wrapper .q .text_field {
  margin: 0;
  height: 36px;
  padding: 10px;
}

.form_wrapper .q .top_question {
  font-size: 15px;
  left: 40px;
}

.form_wrapper .q .comments {
  height: 74px;
}

.form_wrapper .form_table label {
  font-size: 15px;
}

.form_wrapper .segment_header {
  background: #FF0000
}

.form_wrapper #q15.q {
  padding-top: 4px !important;
  margin-bottom: 5px !important;
}

.form_wrapper #q15.q+.q {
  margin-bottom: 5px !important;
}

.form_wrapper .g-recaptcha {
  margin-top: 5px;
}

.form_wrapper .segment_header:after {
  border-top-color: #FF0000;
}

.form_wrapper .segment_header h1 {
  padding: 14px 1em !important;
}

.form_wrapper .full_width_space {
  font-size: 15px;
  margin: 18px 26px 16px 28px;
}

.form_wrapper .outside_container .submit_button, .form_wrapper .outside_container .submit_button_small {
  background: #006EFF;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Replica Std Bold';
}

.form_wrapper .outside_container .submit_button:hover, .form_wrapper .outside_container .submit_button_small:hover {
  background: #0042ff;
}

.form_wrapper .outside_container {
  clear: both;
  min-height: auto;
  padding: 0px 28px 0;
}

.form_wrapper #q15.q .multiple_choice {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.form_wrapper #q15.q .multiple_choice+label {
  padding-left: 25px;
  line-height: 24px;
  position: relative;
  display: block;
  pointer-events: unset;
  cursor: pointer;
}

.form_wrapper #q15.q .multiple_choice+label::before {
  width: 19px;
  height: 19px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #dfdfdf;
}

.form_wrapper #q15.q .multiple_choice+label::after {
  content: '';
  display: none;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #323232;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_wrapper #q15.q .inline_grid td {
  padding: 0 0 2px 0;
}

.form_wrapper #q15.q .multiple_choice:checked+label::after {
  display: block;
}

#footer a {
  transition: all .3s;
}

#footer #c1 li ul li a:hover, #footer #c2 li ul li a:hover {
  color: #fff;
}

#footer #c3 .f_phone a:hover, #footer #c1 li a:hover, #footer #c2 li a:hover {
  color: #ff0000;
}

#footer #c3 .f_sf_partner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

#footer #c3 .f_sf_partner img {
  margin-right: 35px;
}

#footer #c3 .f_sf_partner img:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  #header .top_header {
    padding: 0;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 25px;
    max-width: 60px;
  }
  #footer #c3 .f_sf_partner {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .form_wrapper .full_width_space {
    margin: 18px 15px 16px;
  }
  .form_wrapper .q:not(.full_width) {
    padding: 0 15px !important;
  }
  .form_wrapper .outside_container {
    padding: 0px 15px 0;
  }
}

@media (max-width: 639px) {
  #header {
    height: 62px;
  }
  #header .top_header {
    height: 62px;
  }
  #header .main_logo {
    margin-top: 7px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  #header {
    height: 75px;
  }
  #header .top_header {
    height: 75px;
  }
  #header .main_logo {
    margin-top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: 92px;
  }
  #header .top_header {
    height: 92px;
  }
  #header .block_3 {
    top: 12px;
  }
  #header .block_1 {
    right: 225px;
    top: 32px;
    border: 0;
  }
  #header .main_logo {
    margin-top: 11px;
  }
  #footer #c3 .f_sf_partner {
    margin-top: 20px;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 15px;
    max-width: 45px;
  }
  .form_wrapper .full_width_space {
    margin: 18px 15px 16px;
  }
  .form_wrapper .q:not(.full_width) {
    padding: 0 15px !important;
  }
  .form_wrapper .outside_container {
    padding: 0px 15px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header .main_logo {
    margin-top: 12px;
  }
  #header {
    height: 92px;
  }
  #header .top_header {
    height: 92px;
  }
  #header .block_3 {
    top: 12px;
    width: 170px;
  }
  #header .block_1 {
    right: 225px;
    top: 26px;
    border: 0;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 30px;
    max-width: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #header .top_header {
    padding-right: 260px;
  }
  #header .block_1 {
    right: 110px;
    padding-left: 20px;
  }
  #header .block_3 {
    width: 66px;
    right: 25px;
    padding: 0;
  }
  #header .navbar {
    margin: -18px 5px 0 0;
  }
  #header .navbar .navbar-nav>li {
    margin-left: 15px;
  }
}

@media (min-width: 1367px) and (max-width: 1680px) {
  #header .navbar .navbar-nav>li {
    margin-left: 25px;
  }
  #header .block_1 {
    right: 195px;
  }
  #header .navbar {
    margin: -18px 0px 0 0;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding-bottom: 35px;
    padding-top: 28px;
  }
  #footer #c1 {
    padding-top: 14px;
    width: 274px;
  }
  #footer #c2 {
    padding-top: 14px;
    width: 201px;
  }
  #footer #addrr {
    padding-top: 14px;
  }
  #footer #c3 .f_phone {
    font-size: 25px;
  }
  #footer ul li {
    margin: 0 0 11px 0;
  }
}

@media (min-width: 1367px) {
  #header .container {
    width: 1340px;
  }
}

@media (min-width: 1681px) {
  #header .container {
    padding-left: 40px;
    padding-right: 40px;
    width: 1672px;
  }
  #footer .container {
    padding: 0 12px 0 15px;
  }
}

.inner_banner_bg.home_banner .home_banner_content {
  margin-top: 148px;
}

.inner_banner_bg.home_banner .home_banner_content h2 {
  font-size: 55px;
  line-height: 63px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-family: 'Replica Std Light';
  max-width: 700px;
  margin: 0 auto;
}

.inner_banner_bg.home_banner .home_banner_content h2 strong {
  font-family: 'Replica Std Bold';
}

.orange_block.bottom_banner_outer {
  background: #fff !important;
  padding: 21px 0;
}

.orange_block.bottom_banner_outer p {
  font-size: 28px;
  line-height: 36px;
  color: #323232;
  font-weight: 300;
  text-align: center;
  font-family: 'Replica Std Light';
}

.three_boxes_top.three_box_outer {
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.three_boxes_top.three_box_outer h1 {
  font-family: 'Replica Std Light';
  font-weight: 300;
}

.three_boxes_top.three_box_outer .white_box {
  border-radius: 8px;
  text-align: left;
  background: #fff;
  min-height: 520px;
  padding: 34px 37px 90px 32px !important;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
}

.three_boxes_top.three_box_outer .white_box .wdbtn {
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
  left: 32px;
  bottom: 43px !important;
  right: auto !important;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: #323232;
  border: 1px solid #323232;
  width: 167px;
  font-size: 14px;
}

.three_boxes_top.three_box_outer .white_box .wdbtn:hover {
  background: #323232 !important;
  color: #fff !important;
}

.three_boxes_top.three_box_outer .white_box .white_top {
  display: block !important;
}

.three_boxes_top.three_box_outer .white_box .white_top img {
  float: none !important;
  display: block !important;
  margin: 0 0 0 auto !important;
}

.three_boxes_top.three_box_outer .white_box .white_inner {
  float: none;
  display: block;
}

.three_boxes_top.three_box_outer .white_box .white_inner p {
  font-size: 17px;
  color: #323232 !important;
  font-family: 'Replica Std Regular';
  font-weight: 400;
}

.three_boxes_top.three_box_outer .white_box h2 {
  font-size: 30px !important;
  line-height: 36px !important;
  color: #323232 !important;
  font-family: 'Replica Std Regular';
  font-weight: 400;
  text-align: left !important;
  display: block !important;
  margin: 23px 0 !important;
  padding-right: 10px;
}

.three_boxes_top.three_box_outer .secound .white_box h2 {
  margin: 16px 0 24px !important;
}

.three_boxes_top.three_box_outer .last .white_box h2 {
  margin: 5px 0 24px !important;
}

.three_boxes_top.three_box_outer .first .white_box {
  border-top: 8px solid #ff7d00;
}

.three_boxes_top.three_box_outer .secound .white_box {
  border-top: 8px solid #23072d;
}

.three_boxes_top.three_box_outer .last .white_box {
  border-top: 8px solid #00c2b7;
}

.home_video_outer h2 {
  font-size: 40px;
  line-height: 48px;
  color: #ff0000;
  font-weight: 300;
  font-family: 'Replica Std Light';
  float: left;
  width: 67%;
}

.home_video_outer .video {
  padding-top: 32px;
}

.home_video_outer .video>div:first-child .inner {
  overflow: hidden;
  padding-bottom: 18px;
}

.home_video_outer .video_logo {
  border-left: 2px solid #d2d2d2;
  float: left;
  width: 33%;
  padding-left: 19px;
  margin-top: 21px;
}

.home_video_outer .video_logo img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
  height: auto;
}

.home_video_outer .sidebar_form_outer {
  padding-top: 19px;
  padding-bottom: 57px;
}

.lavabox_insights.insights_outer {
  padding: 59px 0;
}

.lavabox_insights.insights_outer h1 {
  margin: 0 0 42px 15px;
}

.lavabox_insights.insights_outer .content-sbBlog-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.lavabox_insights.insights_outer .content-sbBlog-wrap .thumbnail {
  height: 203px;
}

.lavabox_insights.insights_outer .content-sbBlog-wrap .thumbnail img {
  object-fit: cover;
  height: 100%;
}

.lavabox_insights.insights_outer .content-sbBlog-post {
  padding: 16px 25px;
}

@media (min-width: 992px) {
  .orange_block.bottom_banner_outer .container {
    width: 980px;
  }
}

@media (max-width: 767px) {
  .inner_banner_bg.home_banner .home_banner_content h2 {
    font-size: 32px !important;
    line-height: 38px;
  }
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 75px;
  }
  .orange_block.bottom_banner_outer {
    padding: 0;
  }
  .orange_block.bottom_banner_outer p {
    font-size: 24px;
    line-height: 34px;
  }
  .three_boxes_top .col-lg-4 {
    display: block !important;
    margin: 0 auto;
  }
  .three_boxes_top.three_box_outer .white_box .white_top img {
    margin: 0 auto !important;
  }
  .three_boxes_top.three_box_outer .white_box {
    text-align: center;
  }
  .three_boxes_top.three_box_outer .white_box h2 {
    text-align: center !important;
    padding-right: 0;
  }
  .three_boxes_top.three_box_outer .col-lg-4 .white_box h2 {
    margin: 20px 0 15px !important;
  }
  .three_boxes_top.three_box_outer .white_box {
    min-height: auto;
    padding: 34px 34px 90px 34px !important;
  }
  .three_boxes_top.three_box_outer .white_box .wdbtn {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 35px !important;
    position: absolute !important;
  }
  .home_video_outer .video_logo {
    width: 20%;
    padding-left: 8px;
    margin-top: 31px;
    text-align: left;
  }
  .home_video_outer .sidebar_form_outer {
    padding-bottom: 40px !important;
  }
  .lavabox_insights.insights_outer {
    padding: 40px 0;
  }
  .lavabox_insights.insights_outer h1 {
    margin: 0 0 20px 15px;
  }
  .home_video_outer h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    width: 80%;
  }
}

@media only screen and (max-width: 479px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 26px;
  }
  .inner_banner_bg.home_banner .home_banner_content h2 {
    max-width: 350px;
  }
}

@media only screen and (max-width: 360px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 10px;
  }
  .inner_banner_bg.home_banner .home_banner_content h2 {
    max-width: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 75px;
  }
  .orange_block.bottom_banner_outer {
    padding: 10px 0;
  }
  .orange_block.bottom_banner_outer p {
    font-size: 26px;
    line-height: 34px;
  }
  .three_boxes_top .col-lg-4 {
    max-width: 350px;
    margin: 0 3px !important;
  }
  .lavabox_insights.insights_outer h1 {
    margin: 0 0 30px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 85px;
  }
  .three_boxes_top.three_box_outer .white_box {
    min-height: 550px;
  }
}

.logo_slider_outer .nbs-flexisel-item {
  line-height: 102px;
  vertical-align: middle;
}

.logo_slider_outer .nbs-flexisel-inner {
  padding: 10px 0;
}

.logo_slider_outer .nbs-flexisel-item img {
  height: auto;
  max-height: 102px;
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

#footer #c1 ul li.unclick>a {
  color: #fff !important;
  cursor: default !important;
}