/* Helper Classes */
.site-small-headings h1, .site-small-headings h2, .site-small-headings h3, .site-small-headings h4, .site-small-headings h5, .site-small-headings h6 {
  margin: 0 0 20px !important;
}
.site-small-headings p {
  margin: 0 0 20px !important;
}

.site-top-content {
  max-width: 1160px;
  margin: 0 auto 40px;
}
.site-top-content * {
  line-height: 1.5;
}
.site-top-content h2 {
  color: #266c9a !important;
}
.site-top-content h3 {
  color: #1f4e80 !important;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}
.site-top-content p {
  color: #1f4e80 !important;
  font-size: 22px;
  margin-bottom: 35px;
}
.site-top-content .site-blue-heading {
  color: #1f4e80 !important;
}
.site-top-content .site-blue-heading * {
  color: #1f4e80 !important;
}
.site-top-content .site-blue-text {
  color: #266c9a !important;
}
.site-top-content .site-blue-text * {
  color: #266c9a !important;
}

.site-blue-heading {
  color: #1f4e80 !important;
}
.site-blue-heading * {
  color: #1f4e80 !important;
}

.site-blue-text {
  color: #266c9a !important;
}
.site-blue-text * {
  color: #266c9a !important;
}

.accent-color {
  color: #1595D9 !important;
}
.accent-color * {
  color: #1595D9 !important;
}

.svg-img {
  display: block;
  width: 100%;
  height: auto;
}

.site-black-text-link {
  color: black;
  font-size: larger;
}

.site-content-shadow {
  box-shadow: 0 0 10px 0 #dcdcdc;
}

/* Icon Left */
.site-icon-left {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: -10px 0 -35px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .site-icon-left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.site-icon-left > * {
  margin: 10px;
}
.site-icon-left > * > *:last-child {
  margin-bottom: 0 !important;
}
.site-icon-left .fa, .site-icon-left .fas {
  font-size: 55px;
}

/* Header */
#header > .container {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #header #fixed-header-sticky-wrapper {
    height: 126px !important;
  }
}
@media screen and (max-width: 767px) {
  #header #fixed-header-sticky-wrapper {
    height: 75px !important;
  }
}
#header #fixed-header-sticky-wrapper #fixed-header {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  background: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  #header #fixed-header-sticky-wrapper #fixed-header {
    height: 126px !important;
  }
}
@media screen and (max-width: 767px) {
  #header #fixed-header-sticky-wrapper #fixed-header {
    height: 75px !important;
  }
}
#header .site-header-alert-box {
  margin: 0;
  padding: 5px 15px;
  background: #4d4d4d;
}
#header .site-header-alert-box p, #header .site-header-alert-box small {
  text-align: center;
  color: white;
}
#header .site-header-alert-box a {
  color: white;
}
#header .site-header-main-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1260px;
  box-shadow: none !important;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  #header .site-header-main-row {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 992px) {
  #header .site-header-main-row {
    padding: 24px 12px 0;
  }
}
@media screen and (min-width: 1200px) {
  #header .site-header-main-row {
    padding: 28px 0 0;
  }
}
#header .site-header-main-row .site-header-main-col1 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  width: 40%;
  float: none;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #header .site-header-main-row .site-header-main-col1 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #header .site-header-main-row .site-header-main-col1 {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding-right: 80px;
  }
}
#header .site-header-main-row .site-header-main-col1 .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#header .site-header-main-row .site-header-main-col1 .wpb_raw_html {
  margin: 0;
}
#header .site-header-main-row .site-header-main-col1 .wpb_raw_html a {
  display: block;
  width: 100%;
  max-width: 355px;
}
@media screen and (max-width: 991px) {
  #header .site-header-main-row .site-header-main-col1 .wpb_raw_html a {
    z-index: 1001;
  }
}
#header .site-header-main-row .site-header-main-col1 .wpb_raw_html a .site-logo {
  display: block;
  width: 100%;
  height: auto;
}
#header .site-header-main-row .site-header-main-col1 .wpb_raw_html a .site-logo.site-logo-top {
  margin-bottom: 1.25%;
}
#header .site-header-main-row .site-header-main-col1 .wpb_raw_html a .site-logo.site-logo-bottom {
  background: white;
}
@media screen and (max-width: 767px) {
  #header .site-header-main-row .site-header-main-col1 .wpb_raw_html a .site-logo.site-logo-bottom {
    display: none;
  }
}
#header .site-header-main-row .site-header-main-col2 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  width: 60%;
  float: none;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #header .site-header-main-row .site-header-main-col2 {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header .site-header-main-row .site-header-main-col2 {
    display: none;
  }
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content1 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 5px;
  margin-bottom: 0;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content1 .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content1 .wpb_wrapper .header-social {
  margin-right: 60px;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content1 .wpb_wrapper .header-social.header-social-standalone {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #header .site-header-main-row .site-header-main-col2 .site-header-main-content1 .wpb_wrapper .header-social {
    display: none;
  }
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content1 .wpb_wrapper .dt-sc-shop-menu-icon ul.cart_list li.woosb-cart-child .woocommerce-Price-amount.amount {
  display: none !important;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content1 .wpb_wrapper .dt-sc-shop-menu-icon .dt-sc-shop-menu-cart-number {
  border-right: 1px solid #e4e4e4 !important;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 0;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  #header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper > .dt-simple-menu:first-child {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper > .dt-simple-menu:last-child {
    display: none;
  }
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-container .menu-item-icon,
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-mobile-container .menu-item-icon {
  font-size: 13px;
  line-height: 23px;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-container .menu-item-icon:before,
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-mobile-container .menu-item-icon:before {
  display: block;
  width: 23px;
  height: 23px;
  background: #20a5ce;
  color: white;
  border-radius: 50%;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-container .menu-item-icon.fa-envelope,
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-mobile-container .menu-item-icon.fa-envelope {
  font-size: 24px;
}
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-container .menu-item-icon.fa-envelope:before,
#header .site-header-main-row .site-header-main-col2 .site-header-main-content2 .wpb_wrapper .menu-topbar-contact-mobile-container .menu-item-icon.fa-envelope:before {
  width: auto;
  height: auto;
  background: transparent;
  color: #20a5ce;
  border-radius: 0;
}
#header .site-header-main-row .site-main-menu-outer {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  float: none;
  margin-bottom: 0;
  background-color: white;
}
@media screen and (max-width: 991px) {
  #header .site-header-main-row .site-main-menu-outer {
    position: static !important;
  }
}
#header .site-header-main-row .site-main-menu-outer > .vc_column-inner {
  padding: 0;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li {
  margin: 0;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul.sub-menu {
  padding: 0;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul.sub-menu:after {
  right: 0px;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul > li > a {
  margin: 0;
  padding: 3px 0;
  color: black;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul > li > a:hover {
  background: #1f4e80;
  color: white;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul > li > a:hover > i.menu-item-icon {
  color: white;
}
#header .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul > li > a > i.menu-item-icon {
  width: 36px;
}
#header .dt-custom-nav-wrapper.login-menu .dt-custom-nav > li > a {
  padding-left: 10px;
}
#header .site-main-menu {
  padding: 0 15px;
}
#header .site-main-menu.dt-header-menu {
  width: 100%;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li {
  margin: 0;
}
@media screen and (min-width: 992px) {
  #header .site-main-menu.dt-header-menu ul.dt-primary-nav > li:nth-last-child(2) > ul.sub-menu {
    left: -107px;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  #header .site-main-menu.dt-header-menu ul.dt-primary-nav > li:nth-last-child(2) > ul.sub-menu {
    left: -61px;
  }
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li:last-child > ul.sub-menu li a {
  text-align: right !important;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li:not(.has-mega-menu) ul.sub-menu {
  width: 100vw;
  max-width: 260px;
  padding: 0;
  background: white;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li:not(.has-mega-menu) ul.sub-menu li a {
  padding: 14px 22px;
  color: black;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li:not(.has-mega-menu) ul.sub-menu li a:hover {
  color: white;
  background: #1f4e80;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus {
  max-width: 1050px !important;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row,
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section {
  padding: 14px 12px 6px;
  background: white;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image ul.products li.product .product-labels {
  top: auto;
  bottom: 0%;
  right: auto;
  left: 0;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image .product-thumb {
  display: block;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image .product-thumb:before {
  padding-top: calc(100% + 50px);
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image .product-thumb .featured-tag {
  display: none;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image .product-thumb .image .product-thumb-overlay {
  display: none;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image .product-thumb .image .primary-image {
  height: calc(100% - 25px);
  background-position: center !important;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce.remove-image .product-thumb .product-thumb-content {
  display: none;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col {
  padding: 0 12px;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper {
  margin: 0 0 26px;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-thumb {
  width: 25% !important;
  padding-bottom: 25px;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details {
  width: 75% !important;
  min-height: 100%;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-title {
  margin: 0;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-title a {
  padding: 10px 10px 9px;
  border-bottom: 1px solid #666666;
  color: black;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-title a:hover {
  background: #1f4e80;
  border-color: #1f4e80;
  color: white;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-separator {
  display: none;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-element-group-wrapper .product-element-group-items {
  display: block;
  width: 100%;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-element-group-wrapper .product-element-group-items .product-price {
  text-align: center;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-element-group-wrapper .product-element-group-items .product-buttons-wrapper {
  display: none;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.has-mega-menu ul.sub-menu .woocommerce ul.products:not(.swiper-wrapper) li.product .dt-col .product-wrapper .product-details .product-element-group-wrapper .product-element-group-items .product-rating-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  #header .site-main-menu.dt-header-menu ul.dt-primary-nav > li.close-nav {
    display: none;
  }
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li > a {
  padding: 18px 6px;
  font-size: 15px;
}
@media only screen and (max-width: 1100px) and (min-width: 992px) {
  #header .site-main-menu.dt-header-menu ul.dt-primary-nav > li > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1260px) {
  #header .site-main-menu.dt-header-menu ul.dt-primary-nav > li > a {
    font-size: 16px;
  }
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li > a > .menu-item-icon {
  display: none;
}
#header .site-main-menu.dt-header-menu ul.dt-primary-nav > li ul.sub-menu li a {
  font-size: 14px;
}
#header .mobile-nav-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 80px;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .menu-trigger {
    padding-top: 0 !important;
  }
}
#header .mobile-nav-container .menu-trigger > i {
  display: block;
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .menu-trigger > i:before {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .menu-trigger > span {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .mobile-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .mobile-menu ul.dt-primary-nav {
    position: absolute;
    height: 100vh;
    padding-top: 126px;
  }
}
@media screen and (max-width: 767px) {
  #header .mobile-nav-container .mobile-menu ul.dt-primary-nav {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .mobile-menu ul.dt-primary-nav li.close-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 126px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header .mobile-nav-container .mobile-menu ul.dt-primary-nav li.close-nav {
    height: 75px;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .mobile-menu ul.dt-primary-nav li.close-nav:before, #header .mobile-nav-container .mobile-menu ul.dt-primary-nav li.close-nav:after {
    height: 40px;
    width: 4px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 991px) {
  #header .mobile-nav-container .mobile-menu ul.sub-menu {
    position: absolute;
    height: 100vh;
    padding-top: 126px;
  }
}
@media screen and (max-width: 767px) {
  #header .mobile-nav-container .mobile-menu ul.sub-menu {
    padding-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  .nav-is-visible {
    height: 100vh;
  }
}
/* Site Hero Image */
.site-hero-image-stretch {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.site-hero-image {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50vh;
  min-height: 550px;
  margin: 0 0 50px;
  padding: 60px;
  background: none no-repeat center center black;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .site-hero-image {
    padding: 0;
  }
}
.site-hero-image::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.site-hero-image.nomargin {
  margin: 0;
}
.site-hero-image.fullheight {
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .site-hero-image.fullheight {
    height: 50vh;
  }
}
.site-hero-image.fullheight::before {
  display: none;
}
.site-hero-image.photo-align-right {
  background-position-x: right !important;
}
.site-hero-image.photo-align-right .vcpb-vz-jquery {
  background-position-x: right !important;
}
.site-hero-image.photo-align-left {
  background-position-x: left !important;
}
.site-hero-image.photo-align-left .vcpb-vz-jquery {
  background-position-x: left !important;
}
.site-hero-image.photo-align-top {
  background-position-y: top !important;
}
.site-hero-image.photo-align-top .vcpb-vz-jquery {
  background-position-y: top !important;
}
.site-hero-image.photo-align-bottom {
  background-position-y: bottom !important;
}
.site-hero-image.photo-align-bottom .vcpb-vz-jquery {
  background-position-y: bottom !important;
}
.site-hero-image.photo-full-height {
  background-size: auto 100% !important;
}
.site-hero-image.photo-full-height .vcpb-vz-jquery {
  background-size: auto 100% !important;
}
.site-hero-image.product-best-seller:after, .site-hero-image.product-new:after, .site-hero-image.product-new-improved:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  max-width: 50%;
  height: 250px;
  background: none no-repeat 0 0 transparent;
  background-size: contain;
}
.site-hero-image.product-best-seller:after {
  background-image: url("/wp-content/uploads/2021/01/Best-Seller-Icon-Blue.png");
}
.site-hero-image.product-new:after {
  background-image: url("/wp-content/uploads/2021/01/New-Icon-Blue.png");
}
.site-hero-image.product-new-improved:after {
  background-image: url("/wp-content/uploads/2021/04/New-Improved-Fortino-1.png");
}
.site-hero-image .vcpb-vz-jquery {
  height: calc(100% + 10vh);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-attachment: scroll;
  z-index: -2;
}
.site-hero-image .vcpb-vz-jquery::before {
  background: rgba(0, 0, 0, 0.05);
}
html.ult-remove-fixed-background .site-hero-image .vcpb-vz-jquery {
  height: 100%;
  background-position-y: top !important;
}

@media screen and (min-width: 992px) {
  .site-hero-image.content-align-right .site-hero-image-inner .main-title-section {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .site-hero-image.content-align-left .site-hero-image-inner .main-title-section {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.site-hero-image .site-hero-image-inner {
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .site-hero-image .site-hero-image-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .site-hero-image .site-hero-image-inner.container {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .site-hero-image .site-hero-image-inner .main-title-section {
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section * {
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.site-hero-image .site-hero-image-inner .main-title-section p {
  margin-bottom: 7px;
  line-height: 1.2;
}
.site-hero-image .site-hero-image-inner .main-title-section h1 {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
}
.site-hero-image .site-hero-image-inner .main-title-section h2 {
  margin-bottom: 30px;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: none;
}
.site-hero-image .site-hero-image-inner .main-title-section hr {
  margin: 0;
  height: 3px;
  background: white;
}
.site-hero-image .site-hero-image-inner .main-title-section .nobr {
  white-space: nowrap;
}
.site-hero-image .site-hero-image-inner .main-title-section .dt-sc-button {
  margin: 0;
  background: white;
  color: black;
  font-weight: 600;
}
.site-hero-image .site-hero-image-inner .hero-buttons {
  pointer-events: auto;
  padding: 10px 0;
  text-align: center;
}
.site-hero-image .site-hero-image-inner .hero-buttons a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 46%;
  margin: 0 2% 0 0;
  padding: 16px 20px;
  background: white;
  border-radius: 3px;
  color: black !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .hero-buttons a {
    width: 100%;
    margin: 0 0 30px;
  }
}
.site-hero-image .site-hero-image-inner .white-box {
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .site-hero-image .site-hero-image-inner .white-box {
    position: relative;
  }
}
.site-hero-image .site-hero-image-inner .white-box:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-hero-image .site-hero-image-inner .white-box * {
  color: #1b4c82;
}
.site-hero-image .site-hero-image-inner .white-box hr {
  background: #1b4c82;
}
.site-hero-image .site-hero-image-inner .white-box .hero-buttons a {
  background: transparent;
  border: 1px solid #1b4c82;
  color: #1b4c82 !important;
}
.site-hero-image .site-hero-image-inner .blue-box {
  padding: 45px;
}
@media screen and (min-width: 992px) {
  .site-hero-image .site-hero-image-inner .blue-box {
    position: relative;
  }
}
.site-hero-image .site-hero-image-inner .blue-box:before {
  content: "";
  background-image: linear-gradient(26deg, rgba(27, 76, 130, 0.75) 0%, rgba(32, 106, 155, 0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-hero-image .site-hero-image-inner .blue-box * {
  color: white;
}
.site-hero-image .site-hero-image-inner .blue-box hr {
  background: white;
}
.site-hero-image .site-hero-image-inner .blue-box .hero-buttons a {
  background: transparent;
  border: 1px solid white;
  color: white !important;
}
.site-hero-image .site-hero-image-inner .blue-box .hero-buttons a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#parallax-hero-hidden {
  position: relative !important;
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.hero-content {
  width: 100%;
  max-width: 1075px;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content p {
    margin-bottom: 12px;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content h1 {
    font-size: 32px !important;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content h2 {
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content h2 {
    font-size: 22px !important;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content hr {
  height: 8px;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content hr {
    height: 4px;
    margin-bottom: 4px;
  }
}

.hero-content-small {
  width: 100%;
  max-width: 630px;
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-small h1 {
  font-size: 50px;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content-small h1 {
    font-size: 32px !important;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-small h1.larger {
  font-size: 60px;
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-small h2 {
  font-size: 22px;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content-small h2 {
    font-size: 22px !important;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-small h2.larger {
  font-size: 30px;
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-small p {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

@media screen and (min-width: 992px) {
  .hero-content-mmp {
    max-width: 750px;
  }
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-mmp p {
  max-width: 660px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-mmp .hero-buttons {
  padding: 20px 0;
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-mmp .hero-buttons a {
  width: auto;
}
@media screen and (max-width: 479px) {
  .site-hero-image .site-hero-image-inner .main-title-section .hero-content-mmp .hero-buttons a {
    width: auto;
  }
}

.hero-content-home {
  max-width: 800px;
}

.site-hero-image .site-hero-image-inner .main-title-section .hero-content-contact h1 {
  font-size: 35px;
}
.site-hero-image .site-hero-image-inner .main-title-section .hero-content-contact .hero-buttons a {
  max-width: 250px;
  font-size: 20px;
}

#header-wrapper.site-hero-lg .main-title-section-wrapper {
  padding: 60px 30px;
}
#header-wrapper.site-hero-lg .main-title-section-wrapper .container {
  min-height: 300px;
  height: 25vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}
#header-wrapper.site-hero-lg .main-title-section-wrapper .container * {
  color: white;
}
#header-wrapper.site-hero-lg .main-title-section-wrapper .container .breadcrumb {
  text-align: center;
}
#header-wrapper.site-hero-lg .main-title-section-wrapper .container .breadcrumb .fa.default {
  background-color: white;
}

/* Appointment Form */
.site-appointment-form {
  margin-top: 100px;
  margin-bottom: 30px;
}
.site-appointment-form .site-appointment-form-column-left {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.site-appointment-form .site-appointment-form-column-left .vc_column-inner {
  max-width: 525px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .site-appointment-form .site-appointment-form-column-left .vc_column-inner {
    max-width: 625px;
  }
}
@media screen and (min-width: 768px) {
  .site-appointment-form .site-appointment-form-column-left .vc_column-inner {
    padding: 0;
  }
}
.site-appointment-form .site-appointment-form-column-left h4 {
  color: #266c9a;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .site-appointment-form .site-appointment-form-column-left h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.site-appointment-form .site-appointment-form-column-left p {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.site-appointment-form .site-appointment-form-column-left p.form-field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-appointment-form .site-appointment-form-column-left p.form-field:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #666666;
}
.site-appointment-form .site-appointment-form-column-left p.form-field:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #d3ad69;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-appointment-form .site-appointment-form-column-left p.form-field:hover:after, .site-appointment-form .site-appointment-form-column-left p.form-field:focus-within:after {
  width: 100%;
}
.site-appointment-form .site-appointment-form-column-left p.form-field label {
  padding-right: 15px;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=text],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=password],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=email],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=url],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=tel],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=number],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=range],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=date],
.site-appointment-form .site-appointment-form-column-left p.form-field input[type=search],
.site-appointment-form .site-appointment-form-column-left p.form-field textarea {
  border: 0 none;
  display: block;
  margin: 0;
  height: auto;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 28px;
}
.site-appointment-form .site-appointment-form-column-left label {
  display: block;
}
.site-appointment-form .site-appointment-form-column-left input[type=text],
.site-appointment-form .site-appointment-form-column-left input[type=password],
.site-appointment-form .site-appointment-form-column-left input[type=email],
.site-appointment-form .site-appointment-form-column-left input[type=url],
.site-appointment-form .site-appointment-form-column-left input[type=tel],
.site-appointment-form .site-appointment-form-column-left input[type=number],
.site-appointment-form .site-appointment-form-column-left input[type=range],
.site-appointment-form .site-appointment-form-column-left input[type=date],
.site-appointment-form .site-appointment-form-column-left input[type=search],
.site-appointment-form .site-appointment-form-column-left textarea {
  padding: 0;
  border: 0;
  font-size: 14px;
}
.site-appointment-form .site-appointment-form-column-left input[type=text]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=password]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=email]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=url]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=tel]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=number]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=range]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=date]:focus,
.site-appointment-form .site-appointment-form-column-left input[type=search]:focus,
.site-appointment-form .site-appointment-form-column-left textarea:focus {
  color: black;
}
.site-appointment-form .site-appointment-form-column-left textarea {
  height: 140px;
  padding: 15px 15px 15px 25px;
  border: 1px solid #666666;
}
.site-appointment-form .site-appointment-form-column-left .selection-box select {
  color: black;
  border-color: #666666;
}
.site-appointment-form .site-appointment-form-column-left .selection-box:after {
  border-color: #666666;
}
.site-appointment-form .site-appointment-form-column-left .wpcf7-form-control-wrap {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  float: none;
  width: auto;
}
.site-appointment-form .site-appointment-form-column-left .wpcf7-form-control-wrap:before {
  display: none;
}
.site-appointment-form .site-appointment-form-column-left .wpcf7-form-control-wrap:after {
  display: none;
}
.site-appointment-form .site-appointment-form-column-left input[type=submit] {
  margin: 0;
  width: 100%;
  margin-top: 20px;
  border: 2px solid transparent;
  background-color: #1b4c82;
  color: white;
}
.site-appointment-form .site-appointment-form-column-left input[type=submit]:hover {
  background-color: #1b75bb;
}
.site-appointment-form .site-appointment-form-column-right {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.site-appointment-form .site-appointment-form-column-right .download-forms-btn {
  display: inline-block;
  margin: 40px 0;
  padding: 12px 16px;
  border: 3px solid #2b5a8c;
  color: #174d85;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .site-appointment-form .site-appointment-form-column-right .download-forms-btn {
    margin: 0;
  }
}
.site-appointment-form .home-cta-blocks > * {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  padding: 0 0 35px;
}

/* Site Footer */
@media screen and (max-width: 767px) {
  .footer-top-tab .column, .footer-top-tab .wpb_column {
    margin-bottom: 0 !important;
  }
}
.footer-top-tab .wpb_content_element {
  margin: 0;
}
.footer-top-tab .wpb_content_element a {
  display: inline-block;
  padding: 10px 20px 5px;
  background: #1B6596;
  border-radius: 8px 8px 0 0;
  color: white;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  padding: 60px 0 15px;
  background: #1b4c82;
  background-image: linear-gradient(5deg, #1b4c82 0%, #206a9b 100%);
  color: white;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding-top: 50px;
  }
}
.site-footer * {
  color: white;
  font-size: 15px;
}
.site-footer .site-footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .site-footer .site-footer-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.site-footer .site-footer-inner .site-footer-col1 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30%;
  max-width: 335px;
  padding-right: 14px;
  margin-right: 10px;
  border-right: 1px solid white;
}
@media screen and (max-width: 1199px) {
  .site-footer .site-footer-inner .site-footer-col1 {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    width: 38%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .site-footer-inner .site-footer-col1 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    border-top: 1px solid white;
    padding-top: 35px;
    text-align: center;
  }
}
.site-footer .site-footer-inner .site-footer-col1 .wpb_raw_html {
  margin: 0;
}
@media screen and (max-width: 479px) {
  .site-footer .site-footer-inner .site-footer-col1 .wpb_raw_html {
    margin-bottom: 15px;
  }
}
.site-footer .site-footer-inner .site-footer-col1 .wpb_raw_html a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.site-footer .site-footer-inner .site-footer-col1 .wpb_raw_html a .site-logo {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .site-footer-inner .site-footer-col1 .wpb_raw_html a .site-logo.site-logo-top {
  margin-bottom: 1.25%;
}
.site-footer .site-footer-inner .site-footer-col1 .wpb_raw_html a .site-logo.site-logo-bottom {
  background: #1b4c82;
}
.site-footer .site-footer-inner .site-footer-col2,
.site-footer .site-footer-inner .site-footer-col3,
.site-footer .site-footer-inner .site-footer-col4 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
@media screen and (max-width: 479px) {
  .site-footer .site-footer-inner .site-footer-col2,
.site-footer .site-footer-inner .site-footer-col3,
.site-footer .site-footer-inner .site-footer-col4 {
    flex: 0 0 100%;
    width: 100%;
  }
}
.site-footer .site-footer-inner .site-footer-col2 h6,
.site-footer .site-footer-inner .site-footer-col3 h6,
.site-footer .site-footer-inner .site-footer-col4 h6 {
  max-width: 180px;
  margin: 0 auto;
  font-weight: 900;
}
.site-footer .site-footer-inner .site-footer-col2 ul,
.site-footer .site-footer-inner .site-footer-col3 ul,
.site-footer .site-footer-inner .site-footer-col4 ul {
  max-width: 180px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.site-footer .site-footer-inner .site-footer-col2 ul li,
.site-footer .site-footer-inner .site-footer-col3 ul li,
.site-footer .site-footer-inner .site-footer-col4 ul li {
  padding: 0;
  margin: 0 0 15px;
}
.site-footer .site-footer-inner .site-footer-col2 .nowrap,
.site-footer .site-footer-inner .site-footer-col3 .nowrap,
.site-footer .site-footer-inner .site-footer-col4 .nowrap {
  white-space: nowrap;
}
.site-footer .site-footer-inner .site-footer-col2 .footer-address-link a,
.site-footer .site-footer-inner .site-footer-col3 .footer-address-link a,
.site-footer .site-footer-inner .site-footer-col4 .footer-address-link a {
  display: block;
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-inner .site-footer-col2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-inner .site-footer-col3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-footer-inner .site-footer-col4 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
/* Sidebar CTAs */
.sidebar-cta {
  padding: 35px 25px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sidebar-cta > a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar-cta > a p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .sidebar-cta > a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-cta > a p {
    font-size: 16px;
  }
}
.sidebar-cta > a ul li {
  padding-bottom: 5px;
  font-weight: 600;
  list-style-type: disc;
  list-style-position: inside;
}
.sidebar-cta * {
  color: white !important;
}
.sidebar-cta .dt-sc-button {
  border: 1px solid white;
  background: transparent;
  font-weight: 600;
}
.sidebar-cta .dt-sc-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.text-box-black {
  background: black;
  margin: 0 20px 60px;
  padding: 70px;
}
.text-box-black * {
  color: white;
}

.site-compare-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1260px;
  margin: 0 auto 50px !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site-compare-box {
    margin: -50px -20px 0 !important;
    padding: 0 20px;
    background: white;
  }
}
.site-compare-box .site-compare-box-top,
.site-compare-box .site-compare-box-middle,
.site-compare-box .site-compare-box-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-middle {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all 1s ease;
  }
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-middle .site-compare-box-content {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    transition: all 1s ease;
  }
}
@media screen and (min-width: 768px) {
  .site-compare-box .site-compare-box-middle .site-compare-box-content {
    border: 2px solid #174d85;
    border-top: 0 none;
    border-left: 0 none;
  }
}
@media screen and (min-width: 768px) {
  .site-compare-box .site-compare-box-middle .site-compare-box-content:first-child {
    border-left: 2px solid #174d85;
  }
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-middle .site-compare-box-content.open .site-compare-box-content-inner {
    max-height: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-middle .site-compare-box-content .site-compare-box-content-inner {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 1s ease;
  }
}
.site-compare-box .site-compare-box-heading,
.site-compare-box .site-compare-box-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-compare-box .site-compare-box-heading,
.site-compare-box .site-compare-box-content {
    border: 2px solid #174d85;
    border-left: 0 none;
  }
}
@media screen and (min-width: 768px) {
  .site-compare-box .site-compare-box-heading:first-child,
.site-compare-box .site-compare-box-content:first-child {
    border-left: 2px solid #174d85;
  }
}
.site-compare-box .site-compare-box-heading {
  background: #2687b2;
  color: white;
  margin: 0 !important;
  padding: 25px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .site-compare-box .site-compare-box-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .site-compare-box .site-compare-box-heading:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) {
  .site-compare-box .site-compare-box-heading:hover:not(.active) {
    background: #1f4e80;
  }
}
@media screen and (max-width: 991px) {
  .site-compare-box .site-compare-box-heading.active {
    background: #36acec;
  }
}
.site-compare-box .site-compare-box-content {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: white;
}
@media screen and (max-width: 991px) {
  .site-compare-box .site-compare-box-content {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-content:after {
    content: "";
    position: relative;
    left: 0;
    display: block;
    width: calc(100% + 40px);
    height: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 991px) {
  .site-compare-box .site-compare-box-content.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.site-compare-box .site-compare-box-content .site-compare-box-heading {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-compare-box .site-compare-box-content .site-compare-box-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-compare-box .site-compare-box-content .site-compare-box-content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 25px;
}
.site-compare-box .site-compare-box-content .site-compare-box-content-inner * {
  color: black;
}
.site-compare-box .site-compare-box-content .site-compare-box-content-inner ul {
  text-align: left;
}
.site-compare-box .site-compare-box-content .site-compare-box-content-inner .dt-sc-button {
  background-color: black !important;
  color: white !important;
  margin: 20px !important;
  font-weight: 600;
}

.site-words-carousel {
  margin: 0;
  padding: 30px 0 20px;
  text-align: center;
}
.site-words-carousel .slick-initialized .slick-slide {
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.site-tabs-box {
  max-width: 1260px;
  margin-bottom: 50px;
}
.site-tabs-box .ult_tabmenu {
  max-width: 1260px !important;
}
@media screen and (max-width: 767px) {
  .site-tabs-box .ult_tabmenu li.ult_tab_li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .site-tabs-box .ult_tabmenu li.ult_tab_li {
    width: 100%;
  }
}
.site-tabs-box .ult_tabcontent {
  border-top: 0 none !important;
}
.site-tabs-box .ult_tab_min_contain {
  padding: 35px 25px;
}

.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -20px 0;
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 20px 5px;
}
@media screen and (max-width: 1199px) {
  .site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item > .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background: white;
  box-shadow: rgba(46, 46, 46, 0.1) 0px 1px 10px 2px;
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item .site-content-gallery-blocks-info {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item .site-content-gallery-blocks-info h5, .site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item .site-content-gallery-blocks-info h6 {
  text-align: center;
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item .site-content-gallery-blocks-info h6 {
  color: #20a5ce;
  font-weight: 800;
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item .site-content-gallery-blocks-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0px 0;
  text-align: center;
}
.site-content-gallery-blocks > .vc_column_container > .vc_column-inner > .wpb_wrapper .site-content-gallery-blocks-item .site-content-gallery-blocks-buttons a {
  display: inline-block;
  margin: 3px;
  padding: 4px 16px;
  background: #20a5ce;
  border-radius: 30px;
  color: white;
}

/* CTA content */
.cta-dark-text * {
  color: #1f4e80;
}
.cta-dark-text .vc_separator .vc_sep_line {
  border-color: #1f4e80 !important;
}
.cta-dark-text .dt-sc-button {
  background: transparent !important;
  color: #1f4e80 !important;
  border: 1px solid #1f4e80;
}

.cta-light-text * {
  color: white;
}
.cta-light-text .wpb_content_element {
  margin-bottom: 20px !important;
}
.cta-light-text .vc_separator .vc_sep_line {
  border-color: white !important;
}
.cta-light-text .dt-sc-button {
  background: transparent !important;
  color: white !important;
  border: 1px solid white;
}

.cta-dark-text ul,
.cta-light-text ul {
  list-style: none;
  margin-left: 0px;
}
.cta-dark-text ul li,
.cta-light-text ul li {
  margin: 0 0 2.5px !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.cta-dark-text ul li .fa-circle,
.cta-light-text ul li .fa-circle {
  font-size: 8px !important;
}
.cta-dark-text p,
.cta-light-text p {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.cta-dark-text .vc_separator,
.cta-light-text .vc_separator {
  margin: 0 0 20px !important;
}
.cta-dark-text .vc_separator .vc_sep_line,
.cta-light-text .vc_separator .vc_sep_line {
  border-top-width: 3px !important;
}
.cta-dark-text .dt-sc-button,
.cta-light-text .dt-sc-button {
  margin: 0px 20px 20px 20px !important;
  padding: 12px 24px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* CTA Photo BG sections */
.cta-photo-bg {
  position: relative;
  padding: 50px 20px;
  text-align: center;
}
.cta-photo-bg * {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  color: white;
  text-decoration: none;
}
.cta-photo-bg > .vc_column_container {
  min-height: 35vh;
}
.cta-photo-bg .cta-photo-white-box.cta-photo-white-box-wide .vc_column-inner {
  max-width: 1230px;
}
.cta-photo-bg .cta-photo-white-box.cta-photo-white-box-wide .vc_column-inner .wpb_content_element {
  margin-bottom: 0 !important;
}
.cta-photo-bg .cta-photo-white-box .vc_column-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.75);
}
.cta-photo-bg .cta-photo-white-box .vc_column-inner * {
  text-shadow: none;
  color: black;
}
.cta-photo-bg .cta-photo-white-box .vc_column-inner .dt-sc-button {
  border: 1px solid #1b4c82;
  background: transparent !important;
  color: #1b4c82 !important;
  font-size: 20px;
  font-weight: 600;
}
.cta-photo-bg .upb_row_bg:before {
  background: rgba(0, 0, 0, 0.15);
}

/* CTA Photo Block rows */
.cta-photo-block,
.cta-photo-block-alt {
  padding: 50px 0;
}
.cta-photo-block .cta-photo-block-img,
.cta-photo-block-alt .cta-photo-block-img {
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .cta-photo-block .cta-photo-block-img,
.cta-photo-block-alt .cta-photo-block-img {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .cta-photo-block .cta-photo-block-img:before,
.cta-photo-block-alt .cta-photo-block-img:before {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
  }
}
.cta-photo-block .cta-photo-block-img iframe,
.cta-photo-block-alt .cta-photo-block-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cta-photo-block .cta-photo-block-content,
.cta-photo-block-alt .cta-photo-block-content {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 35px;
}
.cta-photo-block .cta-photo-block-content > .vc_column-inner,
.cta-photo-block-alt .cta-photo-block-content > .vc_column-inner {
  max-width: 650px;
}
.cta-photo-block .cta-photo-block-content *,
.cta-photo-block-alt .cta-photo-block-content * {
  font-weight: 600;
}
.cta-photo-block .cta-photo-block-content h1, .cta-photo-block .cta-photo-block-content h2, .cta-photo-block .cta-photo-block-content h3, .cta-photo-block .cta-photo-block-content h4, .cta-photo-block .cta-photo-block-content h5, .cta-photo-block .cta-photo-block-content h6,
.cta-photo-block-alt .cta-photo-block-content h1,
.cta-photo-block-alt .cta-photo-block-content h2,
.cta-photo-block-alt .cta-photo-block-content h3,
.cta-photo-block-alt .cta-photo-block-content h4,
.cta-photo-block-alt .cta-photo-block-content h5,
.cta-photo-block-alt .cta-photo-block-content h6 {
  font-family: "Roboto";
  text-transform: none;
}
.cta-photo-block .cta-photo-block-content p,
.cta-photo-block-alt .cta-photo-block-content p {
  margin-bottom: 0 !important;
}
.cta-photo-block .cta-photo-block-content ul li .fa-circle,
.cta-photo-block-alt .cta-photo-block-content ul li .fa-circle {
  vertical-align: middle;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .cta-photo-block .cta-photo-block-img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (min-width: 768px) {
  .cta-photo-block-alt .cta-photo-block-img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Mini Image Gallery */
.site-mini-gallery-3-wide > .vc_column_container {
  padding: 0 5px;
}
.site-mini-gallery-3-wide > .vc_column_container > .vc_column-inner {
  background-size: cover;
}
.site-mini-gallery-3-wide > .vc_column_container > .vc_column-inner:before {
  content: "";
  display: block;
  padding-top: 70%;
}

/* Newsletter Signup */
.site-newsletter-signup {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 2px solid #1c4d82;
}
@media screen and (max-width: 1199px) {
  .site-newsletter-signup {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-newsletter-signup {
    padding-bottom: 0;
  }
}
.site-newsletter-signup .site-newsletter-text * {
  margin: 0;
}
.site-newsletter-signup .site-newsletter-text h2 {
  color: #174d85;
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .site-newsletter-signup .site-newsletter-text h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .site-newsletter-signup .site-newsletter-text h2 {
    font-size: 32px;
  }
}
.site-newsletter-signup .site-newsletter-text p {
  max-width: 575px;
  color: #174d85;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1199px) {
  .site-newsletter-signup .site-newsletter-text p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .site-newsletter-signup .site-newsletter-text p {
    font-size: 19px;
    line-height: 32px;
  }
}
.site-newsletter-signup .site-newsletter-form.inner-btn form {
  position: relative;
  margin: 0.5rem 0;
  border: 2px solid #1b4c82;
  border-radius: 10px;
  overflow: hidden;
}
.site-newsletter-signup .site-newsletter-form.inner-btn form:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 17px;
  right: 17px;
  margin: 0;
  color: #666666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  pointer-events: none;
}
.site-newsletter-signup .site-newsletter-form.inner-btn form input[type=text],
.site-newsletter-signup .site-newsletter-form.inner-btn form input[type=email] {
  display: block;
  margin: 0;
  padding: 4px 48px 4px 20px;
}
.site-newsletter-signup .site-newsletter-form.inner-btn form input[type=submit] {
  padding: 19px 20px 20px;
  background: white;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 22px;
  margin: 0 auto;
  text-indent: -9999px;
}
.site-newsletter-signup .site-newsletter-form.inner-btn form .es-field-wrap {
  display: block;
}
.site-newsletter-signup .site-newsletter-form.inner-btn form .es-field-wrap label {
  display: block;
}
.site-newsletter-signup .site-newsletter-form * {
  margin: 0;
}
.site-newsletter-signup .site-newsletter-form form {
  text-align: right;
}
.site-newsletter-signup .site-newsletter-form form input[type=text],
.site-newsletter-signup .site-newsletter-form form input[type=email] {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 21px;
  background: white;
  border: 0 none;
  color: #666666;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .site-newsletter-signup .site-newsletter-form form input[type=text],
.site-newsletter-signup .site-newsletter-form form input[type=email] {
    display: block;
  }
}
.site-newsletter-signup .site-newsletter-form form input[type=submit] {
  display: inline-block;
  margin: 0.5rem 0;
  text-align: center;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .site-newsletter-signup .site-newsletter-form form input[type=submit] {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.site-newsletter-signup .site-newsletter-form form .es-field-wrap {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .site-newsletter-signup .site-newsletter-form form .es-field-wrap {
    display: block;
  }
}
.site-newsletter-signup .site-newsletter-form form .es-field-wrap label {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .site-newsletter-signup .site-newsletter-form form .es-field-wrap label {
    display: block;
    text-align: center;
  }
}
.site-newsletter-signup .site-newsletter-form .es_subscription_message.success {
  color: #666666;
}
.site-newsletter-signup .site-newsletter-form .es_subscription_message h2 {
  /* font-weight: 800; */
  margin-bottom: 0.5rem;
}
.site-newsletter-signup .dt-sc-newsletter-section.type7 {
  padding: 0;
}

/* Form Styling */
.wpcf7-form.sent * {
  display: none !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
  margin: 1em 0.5em 2em;
}
.wpcf7-form .wpcf7-response-output {
  clear: both;
  background: white;
}

.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
}

.site-form-container {
  max-width: 1050px;
  margin: 10px auto;
  padding: 50px 30px 30px;
  border: 4px double;
  background: #76c2dc;
}
.site-form-container form {
  overflow: hidden;
}
.site-form-container input,
.site-form-container textarea,
.site-form-container select {
  background: white;
}
.site-form-container .wpcf7-form-control-wrap {
  float: none;
}
.site-form-container .wpcf7-form-control-wrap:before {
  display: none;
}
.site-form-container .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.site-form-container .wpcf7-submit {
  float: none;
  display: block;
  margin: 10px auto 0;
  color: white;
  background-color: black;
  border-style: double;
  border-width: 8px 8px 8px 8px;
  border-radius: 0px 0px 0px 0px;
}

.site-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.35;
}
@media screen and (max-width: 991px) {
  .site-form-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-form-row > span,
.site-form-row > label {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .site-form-row > span,
.site-form-row > label {
    width: 25%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .site-form-row > span,
.site-form-row > label {
    padding-bottom: 10px;
  }
}
.site-form-row .wpcf7-form-control-wrap {
  width: 100%;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .site-form-row .wpcf7-form-control-wrap {
    width: 75%;
  }
}

/* Homepage */
.home-circles-wrapper {
  padding: 0 !important;
  background: #2687b2;
}
.home-circles-wrapper .home-circles-heading {
  margin: 0;
  padding: 50px 0 0;
  color: white;
  text-align: center;
}
.home-circles-wrapper .home-circles-row {
  height: 100%;
}
.home-circles-wrapper .home-circles-row > .ult-item-wrap {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home-circles-wrapper .home-circles-row > .ult-item-wrap {
    width: 100%;
  }
}
.home-circles-wrapper .home-circles-row .home-circles-row-inner {
  float: none;
  height: 100%;
}
.home-circles-wrapper .home-circles-row .home-circles-row-inner > .vc_column-inner {
  height: 100%;
}
.home-circles-wrapper .home-circles-row .home-circles-row-inner > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.home-circles-wrapper .home-circles-row .home-circles-row-inner > .vc_column-inner > .wpb_wrapper > .ult-item-wrap {
  height: 100%;
}
.home-circles-wrapper .home-circles-row .home-circles-row-inner .wpb_raw_code {
  height: 100%;
}
.home-circles-wrapper .home-circles-row .home-circles-row-inner .wpb_raw_code > .wpb_wrapper {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home-circles-wrapper .home-circles-row .home-circles-row-inner .wpb_raw_code > .wpb_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .home-circles-wrapper .home-circles-row .home-circles-row-inner .wpb_raw_code > .wpb_wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.home-circles-wrapper .home-circles-inner {
  padding: 0 0 40px;
  margin: 0 auto !important;
  max-width: 1260px;
}
.home-circles-wrapper .home-circles-inner > .wpb_column {
  margin: 0;
}
.home-circles-wrapper .home-circles-inner .ult-carousel-wrapper {
  margin: 0;
  padding: 0;
}
.home-circles-wrapper .home-circles-inner .ult-carousel-wrapper .slick-slider {
  padding: 0 30px;
}
.home-circles-wrapper .home-circles-inner .ult-carousel-wrapper .slick-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-circles-wrapper .home-circles-inner .ult-carousel-wrapper .slick-slider .slick-track .slick-slide {
  float: none;
  height: auto;
}
.home-circles-wrapper .home-circles-inner .home-circles-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 300px;
  margin: 15% auto;
  padding: 5%;
  background: #2687b2;
  border: 2px solid white;
  border-radius: 100%;
  color: white;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item {
    width: 33%;
    margin: 0 10px;
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 10px;
  }
}
.home-circles-wrapper .home-circles-inner .home-circles-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item:before {
    display: none;
  }
}
.home-circles-wrapper .home-circles-inner .home-circles-item:hover {
  background: white;
  color: #2687b2;
}
@media screen and (min-width: 768px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item:hover > h5 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item:hover > h6 {
    display: none;
  }
}
.home-circles-wrapper .home-circles-inner .home-circles-item > h5 {
  margin: 0 !important;
  display: none;
}
@media screen and (max-width: 767px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item > h5 {
    display: block;
  }
}
.home-circles-wrapper .home-circles-inner .home-circles-item > h6 {
  margin: 0 !important;
  font-family: "Roboto";
  font-weight: 600;
  text-transform: none;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item > h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .home-circles-wrapper .home-circles-inner .home-circles-item > h6 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .home-parallax-cta {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .home-parallax-cta > .upb_row_bg {
    max-height: calc(100% - 1px) !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
  }
}
.home-parallax-cta > .vc_column_container > .vc_column-inner {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .home-parallax-cta .vc_column_container {
    margin: 0;
  }
}
.home-parallax-cta .round-box-content {
  background: rgba(255, 255, 255, 0.85);
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 991px) {
  .home-parallax-cta .round-box-content {
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 100px 50px;
    border-radius: 0;
  }
}
.home-parallax-cta .round-box-content:before {
  background: transparent;
}
@media screen and (max-width: 991px) {
  .home-parallax-cta .round-box-content:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home-parallax-cta .round-box-content .vc_column-inner {
    transform: translateY(0);
  }
}
.home-parallax-cta .round-box-content h4 {
  margin-bottom: 15px;
  padding: 0 20px;
  color: #1f4e80;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  line-height: 2.6;
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .home-parallax-cta .round-box-content h4 {
    font-size: 13px;
    line-height: 2.4;
  }
}
.home-parallax-cta .round-box-content p {
  color: #1f4e80;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.home-parallax-cta .round-box-content .dt-sc-button {
  min-width: 50%;
  border: 1px solid #1f4e80;
  color: #1f4e80;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
}

.home-phone-cta h4, .home-phone-cta h5 {
  font-family: "Roboto";
  font-weight: 600;
  text-transform: none;
}

.qc-wootabs-sorting-row .product-box > label > img {
  display: none;
}

/* Medical Weight Loss */
.four_price_table .dt-sc-pr-tb-col.type1 {
  border: none;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-header {
  border-radius: 5px;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-header .dt-sc-tb-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 70px;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-header .dt-sc-tb-title h5 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-header .dt-sc-price {
  padding: 0;
  border: none;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-content li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  border-color: rgba(0, 0, 0, 0.07);
  color: #121212;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-content li:last-child {
  border: none;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-content .fas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  padding-top: 2px;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-content .fas.fa-check {
  color: #20a5ce;
  font-size: 24px;
}
.four_price_table .dt-sc-pr-tb-col .dt-sc-tb-content .fas.fa-times {
  color: #666666;
  font-size: 26px;
}

/* Low Testosterone */
.page-id-21384 .site-top-content h2 {
  font-family: "Roboto";
  font-size: 32px;
  font-style: italic;
}

.lowt-parallax-cta {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lowt-parallax-cta {
    padding-bottom: 20px;
  }
}
.lowt-parallax-cta > .upb_row_bg {
  background-position: center bottom;
}
@media screen and (max-width: 991px) {
  .lowt-parallax-cta > .upb_row_bg {
    max-height: calc(100% - 1px) !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .lowt-parallax-cta > .upb_row_bg {
    display: none;
  }
}
.lowt-parallax-cta .cta-photo-white-box > .wpb_column {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lowt-parallax-cta .cta-photo-white-box > .wpb_column:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background-image: url("/wp-content/uploads/2020/07/guille-pozzi-87yNU1iF-ms-unsplash-scaled.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: black;
    background-size: cover;
  }
}
.lowt-parallax-cta .cta-photo-white-box > .wpb_column h2 {
  font-size: 40px;
}
.lowt-parallax-cta .cta-photo-white-box > .wpb_column h3 {
  font-family: "Roboto";
  text-transform: none;
  font-size: 30px;
}

/* Injectable Vitamins */
.page-id-21382 .site-top-content h2 {
  font-family: "Roboto";
  font-size: 32px;
  font-style: italic;
  text-transform: none;
}

/* In-Office Booster Shots */
.page-id-22755 .site-hero-image {
  background-position-y: 41% !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
}
.page-id-22755 .site-top-content h2 {
  font-family: "Roboto";
  font-size: 32px;
  font-style: italic;
  text-transform: none;
}

/* Blog Breadcrumbs */
.single-post .main-title-section-wrapper .breadcrumb {
  display: none;
}

/* Press Items */
.site-press-item {
  max-width: 450px;
  margin: 0 auto;
}
.site-press-item > a {
  display: block;
  background: #1b75bb;
}
.site-press-item .site-press-item-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: white;
  border: 15px solid purple;
  padding: 5%;
}
.site-press-item .site-press-item-photo:before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.site-press-item .site-press-item-photo img {
  max-width: 100%;
}
.site-press-item .site-press-item-content {
  padding: 15px;
  text-align: center;
}
.site-press-item .site-press-item-content * {
  color: white;
}
.site-press-item .site-press-item-content .dt-sc-button {
  color: white;
  font-weight: 600;
}

/* Location Hero Layout */
.location-hero-layout {
  margin: 0;
  padding: 92px 0 82px;
}
.location-hero-layout .location-hero-map {
  padding: 8px;
}
.location-hero-layout .location-hero-map > .vc_column-inner {
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.85);
}
.location-hero-layout .location-hero-map > .vc_column-inner > .wpb_wrapper {
  height: 100% !important;
}
.location-hero-layout .location-hero-map > .vc_column-inner > .wpb_wrapper > .wpb_gmaps_widget {
  height: 100% !important;
  margin: 0 !important;
}
.location-hero-layout .location-hero-map > .vc_column-inner > .wpb_wrapper > .wpb_gmaps_widget .wpb_wrapper {
  background-color: transparent;
  padding: 0 !important;
  height: 100% !important;
}
.location-hero-layout .location-hero-map > .vc_column-inner > .wpb_wrapper > .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper {
  height: 100% !important;
  /* min-height: 450px !important; */
  padding-bottom: 60% !important;
}
.location-hero-layout .location-hero-content {
  padding: 8px;
}
.location-hero-layout .location-hero-content > .vc_column-inner {
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.85);
}
.location-hero-layout .location-hero-content .location-hero-heading {
  margin-bottom: 20px;
}
.location-hero-layout .location-hero-content .location-hero-button {
  width: 40%;
}
.location-hero-layout .location-hero-content .location-hero-button a {
  margin: 0;
}
.location-hero-layout .location-hero-content .location-hero-button .tel-link {
  margin: 0 0 15px;
}
.location-hero-layout .location-hero-content .location-hero-button .tel-link a {
  font-size: 18px;
  font-weight: 600;
}
.location-hero-layout .location-hero-content .location-hero-phone {
  width: 60%;
  text-align: center;
}
.location-hero-layout .location-hero-content .location-hero-phone a {
  margin: 0;
}
.location-hero-layout .location-hero-content .location-hero-phone .wpb_content_element {
  margin: 0;
}
.location-hero-layout .location-hero-content .location-hero-address {
  width: 40%;
}
.location-hero-layout .location-hero-content .location-hero-address .wpb_text_column {
  margin: 20px 0;
}
.location-hero-layout .location-hero-content .location-hero-image {
  width: 60%;
}
.location-hero-layout .location-hero-content .location-hero-image img,
.location-hero-layout .location-hero-content .location-hero-image .svg-img {
  width: auto;
  max-height: 150px;
  max-width: 100%;
  margin: 0 auto;
}

/* MMP Qualifying Conditions */
.mmp-qualifying-conditions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mmp-qualifying-conditions h2 {
  margin: 0 0 34px;
  text-align: center;
}
.mmp-qualifying-conditions p {
  padding: 30px 33px 0px 33px;
}
.mmp-qualifying-conditions ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 14px;
}
.mmp-qualifying-conditions ul li .fa-check-circle {
  margin: 4px 17px 0 0;
}
.mmp-qualifying-conditions .wpb_content_element {
  margin-bottom: 0 !important;
}

/* MMP Location pages */
.telemedicine-parallax-cta h1, .telemedicine-parallax-cta h2, .telemedicine-parallax-cta h3, .telemedicine-parallax-cta h4, .telemedicine-parallax-cta h5, .telemedicine-parallax-cta h6, .telemedicine-parallax-cta p, .telemedicine-parallax-cta li {
  font-family: "Roboto";
  font-weight: 600;
  text-transform: none;
}

/* Steps Blocks */
.steps-block {
  margin: 40px 0;
}
.steps-block .steps-block-inner {
  max-width: 1140px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.steps-block .steps-block-inner .step {
  min-height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .steps-block .steps-block-inner .step {
    width: 33.333%;
  }
}
.steps-block .steps-block-inner .step > div {
  position: relative;
  padding: 0px 30px;
  margin-bottom: 20px;
}
.steps-block .steps-block-inner .step > div:last-child {
  margin-bottom: 40px;
}
.steps-block .step {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.steps-block .step h2 {
  color: #1f4e80;
  font-size: 36px;
}
.steps-block .step h3 {
  font-family: "Roboto";
  font-size: 24px;
  text-transform: none;
}
.steps-block .step p {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.steps-block .step p a {
  color: #1f4e80;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.steps-block .step .step-content {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.steps-block .step .feature-icon {
  width: 80px;
  height: 80px;
  border: 2px solid;
  border-radius: 50%;
  font-size: 16px;
  line-height: 76px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  background: white;
}
@media screen and (min-width: 768px) {
  .steps-block .step .feature-icon:after {
    content: "";
    position: absolute;
    width: 24vw;
    max-width: 305px;
    height: 2px;
    background: black;
    top: 38px;
    z-index: -1;
    left: 100%;
  }
}
.steps-block .step .feature-icon.feature-icon-last:after {
  width: 0;
}
.steps-block .step .feature-icon i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #1695da;
  color: white;
  border-radius: 50%;
}
.steps-block .step .feature-icon-read-more-btn {
  color: #1f4e80;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.steps-block .step .feature-icon-read-more-btn span {
  margin-right: 8px;
  border-bottom: 2px solid;
}

/* FAQs Formatting */
.site-faq-accordions .dt-sc-toggle-frame {
  margin: 0 0 15px;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion {
  background-color: #266c9a;
  border-radius: 10px;
  margin: 0 !important;
  text-transform: capitalize;
  transition: border-radius 0.5s ease;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion:before, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion:after {
  background: white !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion:before {
  left: 46px !important;
  height: 14px !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion:after {
  left: 40px !important;
  width: 14px !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion.active {
  border-radius: 10px 10px 0 0;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion.active:before {
  background: none !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion.active a:before {
  background-color: transparent !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion a {
  padding: 25px 25px 25px 64px !important;
  color: white !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-accordion a:before {
  background-color: transparent !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content {
  border: 2px solid #ededed !important;
  border-top: 0 none !important;
  border-radius: 0 0 10px 10px;
  padding: 25px 40px 25px 35px;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h1, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h2, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h3, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h4, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h5, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h6 {
  margin: 0 0 10px !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h1 *, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h2 *, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h3 *, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h4 *, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h5 *, .site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content h6 * {
  margin: 0 0 10px !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content a {
  color: #266c9a !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content a * {
  color: #266c9a !important;
}
.site-faq-accordions .dt-sc-toggle-frame .dt-sc-toggle-content .wpb_text_column {
  margin-bottom: 0;
}

/* Product info pages */
.product-info-cta h1, .product-info-cta h2, .product-info-cta h3, .product-info-cta h4, .product-info-cta h5, .product-info-cta h6, .product-info-cta p {
  margin-bottom: 35px !important;
  font-family: "Roboto";
  font-weight: 600;
  text-transform: none;
}
.product-info-cta p {
  font-weight: 500;
  line-height: 1.5 !important;
}
.product-info-cta a {
  color: #266c9a !important;
}
.product-info-cta a * {
  color: #266c9a !important;
}

/* Shop */
/* Shop Products Slider */
#wps-slider-section.wps-slider-section-22888 {
  padding: 0 60px;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track .slick-slide .sp-wps-product-image-area {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track .slick-slide .sp-wps-product-image-area a {
  color: white !important;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track .slick-slide .sp-wps-product-image-area a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track .slick-slide .sp-wps-product-image-area a:hover:before {
  opacity: 1;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-track .slick-slide .sp-wps-product-image-area .sp-wps-product-details {
  display: none;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-arrow {
  top: 15px;
  bottom: -15px;
  margin: auto 0;
  font-size: 100px;
  line-height: 0;
  vertical-align: middle;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-arrow:before {
  display: none;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-arrow .fa {
  font-size: 80px;
  line-height: 0;
  vertical-align: middle;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-prev {
  right: auto;
  left: -40px;
}
#wps-slider-section.wps-slider-section-22888 #sp-woo-product-slider-22888 .slick-next {
  right: -40px;
  left: auto;
}

/* MMP overview page */
.mmp-title-logo {
  margin-bottom: 20px;
}
.mmp-title-logo .wpb_single_image {
  display: inline-block;
  max-width: 100px;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.mmp-title-logo h4 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.mmp-offices-cta h1, .mmp-offices-cta h2, .mmp-offices-cta h3, .mmp-offices-cta h4, .mmp-offices-cta h5, .mmp-offices-cta h6, .mmp-offices-cta p {
  margin-bottom: 35px !important;
  font-family: "Roboto";
  font-weight: 600;
  text-transform: none;
}

/* Shop */
.woocommerce.widget_product_categories h3 {
  margin-bottom: 10px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #174d85 !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 1px !important;
}
.woocommerce.widget_product_categories ul.product-categories li {
  border-bottom: 0 !important;
}
.woocommerce.widget_product_categories ul.product-categories li:before {
  display: none !important;
}
.woocommerce.widget_product_categories ul.product-categories li a {
  padding: 0 0 5px !important;
  color: #174d85 !important;
  font-weight: 400 !important;
}
.woocommerce form .validate-required label.radio:after {
  display: none;
}
.woocommerce .woocommerce-shipping-methods li > input[type=radio]:checked + label:before {
  border-bottom: 1px solid black !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid black !important;
  border-top: 1px solid transparent !important;
}
.woocommerce .site-product-listing .product .product-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0 !important;
}
.woocommerce .site-product-listing .product .product-thumb:before {
  padding-top: 75% !important;
}
.woocommerce .site-product-listing .product .product-thumb .primary-image {
  background-size: contain !important;
  background-position: center center !important;
}
.woocommerce .site-product-listing .product .product-details {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  margin-top: 10px !important;
}
.woocommerce .site-product-listing .product .product-details > div {
  margin: 0 0 8px !important;
}
.woocommerce .site-product-listing .product .product-details > .product-title h5 {
  font-family: "Roboto";
  font-size: 22px !important;
  font-weight: 500 !important;
}
.woocommerce .site-product-listing .product .product-details > .product-short-description {
  display: block !important;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 22px;
}
.woocommerce .site-product-listing .product .product-details > .product-price {
  margin-top: 10px !important;
}
.woocommerce .site-product-listing .product .site-product-listing-button {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  margin: 12px 0 50px !important;
  padding: 12px;
  background-color: #174d85 !important;
  border-radius: 0;
  outline: 0 none !important;
  color: white;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  float: none !important;
}
.woocommerce .site-product-listing .product .site-product-listing-button:hover, .woocommerce .site-product-listing .product .site-product-listing-button:focus {
  background-color: #20a5ce !important;
}
.woocommerce .product .product_title {
  color: #174d85;
}
.woocommerce .product .single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  margin: 32px 0 20px !important;
  background-color: #20a5ce !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}
.woocommerce .product .woocommerce-product-gallery > .onsale {
  display: none;
}
.woocommerce .product .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
  margin-bottom: 20px;
}
.woocommerce .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  position: relative !important;
}
.woocommerce .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.woocommerce .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
  float: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.woocommerce .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.woocommerce .product .site-product-accordion .vc_tta-panels-container {
  border-bottom: 1px solid #174d85 !important;
}
.woocommerce .product .site-product-accordion .vc_tta-panel-heading {
  background-color: white !important;
  border-top: 1px solid #174d85 !important;
}
.woocommerce .product .site-product-accordion .vc_tta-title-text {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
}
.woocommerce .product .entry-comments {
  display: none !important;
}
.woocommerce .product .woocommerce-Reviews-title {
  display: none !important;
}
.woocommerce .product .comment-respond .column.dt-sc-one-fourth {
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce .product .comment-respond .column.dt-sc-one-fourth .stars a {
  display: block !important;
}
.woocommerce .product .comment-respond .column.dt-sc-three-fourth {
  width: 100% !important;
  margin: 10px 0 0 !important;
}
@media only screen and (max-width: 1200px) {
  .woocommerce .product .comment-respond .column .column {
    width: 100% !important;
    margin: 5px 0 0 !important;
  }
}
.woocommerce .woocommerce-cart-form .woosb-item-child .product-price *,
.woocommerce .woocommerce-cart-form .woosb-item-child .product-subtotal *,
.woocommerce .woocommerce-cart-form .woosb-item-child .product-total * {
  display: none !important;
}

.dt-sc-single-product-price > .price,
.woocommerce-variation-price > .price {
  font-weight: 400;
}

.dt-sc-single-product-price .price-discount,
.woocommerce-variation-price .price-discount {
  font-size: 16px !important;
  white-space: nowrap;
}

.dt-sc-single-product-price .price-discount > ins,
.woocommerce-variation-price .price-discount > ins {
  font-size: 18px !important;
  padding: 0 10px 0 0;
}

.dt-sc-single-product-price .price-discount > del,
.woocommerce-variation-price .price-discount > del {
  opacity: 1 !important;
  padding: 0 4px;
  font-size: 16px !important;
}

.dt-sc-single-product-price .price-discount > del:after,
.woocommerce-variation-price .price-discount > del:after {
  top: 1px !important;
  height: 2px !important;
  background-color: red !important;
}

.dt-sc-single-product-price .price-savings,
.woocommerce-variation-price .price-savings {
  display: inline-flex;
  align-items: center;
  background: red;
  padding: 3px 8px;
  color: white !important;
  font-size: 14px;
  white-space: nowrap;
}

.dt-sc-single-product-price .price-savings *,
.woocommerce-variation-price .price-savings * {
  color: white !important;
}

.dt-sc-single-product-price .price-savings .price-savings-inner,
.woocommerce-variation-price .price-savings .price-savings-inner {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 16px;
  padding: 0 0 0 10px;
}

.woocommerce .site-product-listing .product .product-details > .product-price .price-discount {
  display: block;
  font-size: 16px;
}

.woocommerce .site-product-listing .product .product-details > .product-price .price-discount ins {
  display: block;
  font-size: 18px;
}

.woocommerce .site-product-listing .product .product-details > .product-price .price-discount del {
  opacity: 1 !important;
  padding: 0 4px;
  font-size: 16px !important;
}

.woocommerce .site-product-listing .product .product-details > .product-price .price-discount del:after {
  top: 1px !important;
  height: 2px !important;
  background-color: red !important;
}

.woocommerce .site-product-listing .product .product-details > .product-price .price-discount del * {
  color: #1f4e80;
}

.woocommerce .site-product-listing .product .product-details > .product-price .price-savings {
  display: block;
  color: red;
}

.dt-sc-shop-menu-cart-inner:after {
  content: "Cart";
  display: inline-block;
  padding-left: 6px;
}

.dt-sc-shop-menu-cart-number {
  display: none !important;
}

.dt-sc-shop-menu-icon ul.cart_list li.woosb-item-child,
.woocommerce table.shop_table .woosb-item-child,
.woocommerce-cart table.cart .woosb-item-child {
  display: none !important;
}

.cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}

/* New Site */
.new-site.home .main-title-section-wrapper {
  display: none;
}
.new-site.woocommerce-shop .site-product-listing .product .product-wrapper {
  max-width: 500px;
  margin: 0 auto !important;
  float: none;
}
.new-site.woocommerce-shop .site-product-listing .product .product-wrapper .product-thumb {
  margin: 0 auto;
  max-width: 400px;
}
.new-site.woocommerce-shop .site-product-listing .product .yith-wcqv-button {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 12px;
  background-color: #174d85 !important;
  border-radius: 0;
  outline: 0 none !important;
  color: white;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  float: none !important;
}
.new-site.woocommerce-shop .site-product-listing .product .yith-wcqv-button:hover, .new-site.woocommerce-shop .site-product-listing .product .yith-wcqv-button:focus {
  background-color: #20a5ce !important;
}
.new-site.woocommerce .product .woocommerce-product-gallery {
  max-width: 500px;
  margin: 0 auto;
/*   float: none; */
}
.new-site.woocommerce .product .summary.dt-sc-product-summary .dt-sc-product-summary-additional-content {
  margin-top: 15px;
  margin-bottom: 20px;
}
.new-site.woocommerce .product .summary.dt-sc-product-summary .dt-sc-product-summary-additional-content .site-product-name {
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-site .site-top-content.site-shop-home {
    margin-top: 35px;
  }
}
.new-site .site-top-content.site-shop-home .site-hero-image {
  background-position-y: 41% !important;
  max-width: 1550px !important;
  margin: 0 auto 50px !important;
  max-width: 1000px !important;
  min-height: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .new-site .site-top-content.site-shop-home .site-hero-image {
    margin-bottom: 35px !important;
  }
}
.new-site .site-top-content.site-shop-home .site-hero-image:after {
  content: "";
  display: block;
  padding-top: 35%;
}
.new-site .site-product-name {
  list-style-type: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
}
.new-site .site-product-info-list {
  margin: 20px !important;
}
.new-site .site-product-info-list li {
  font-size: 16px;
  font-weight: 400;
}
.new-site .site-product-ingrdients-title {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 8px;
  font-weight: 600;
}
.new-site .site-product-ingrdients-list {
  margin-bottom: 20px;
}
.new-site .site-product-ingrdients-list li {
  padding-bottom: 0;
  font-size: 14px;
}
.new-site .site-product-price-info {
  margin: 20px 0 0;
  color: red;
  font-size: 18px;
  font-weight: 600;
}
.new-site .button-back-shop {
  margin: 0px 15px 15px 0 !important;
  padding: 8px 16px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: white !important;
  color: #1f4e80 !important;
  border: 1px solid #1f4e80;
}
.new-site .button-back-shop:hover, .new-site .button-back-shop:focus {
  background: #1f4e80 !important;
  color: white !important;
}
.new-site .menu-icons-wrapper .search {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .new-site #header .site-header-main-row {
    padding: 28px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .new-site #header .site-header-main-row {
    padding: 24px 12px 0;
  }
}
@media screen and (min-width: 768px) {
  .new-site #header .site-header-main-row {
    padding: 20px 10px;
  }
}
.new-site .onsale {
  display: none !important;
}

.yith-wcqv-wrapper .product_meta {
  display: none !important;
}

body.no-breadcrumb.new-site .site-top-content.site-shop-home {
  margin-top: 35px;
}

/* New Site - cart + coupons */
#shipping_method_0_local_pickup6~label {
	position: relative !important;
	max-width: 335px !important;
	padding-left: 20px !important;
	color: red !important;
}
#shipping_method_0_local_pickup6~label:before {
	position: absolute !important;
	left: 0 !important;
}

.cart-discount.coupon-popup4th th:after {
	content: "(Buy 5 get 2 free)";
	display: block;
	color: red;
}


/* temp fixes 202511 */

body.new-site .qc-wootabs-sorting-row .qc-wootabs-sorting-sections {
	display: none;
}

body.woocommerce.single-product #main .container {
	max-width: 1350px;
	margin-top: 50px;
}

body.woocommerce.single-product #secondary-left,
body.woocommerce.single-product div.product .dt-sc-product-tabs {
	display: none;
}

body.new-site .woocommerce-checkout-header+form.woocommerce-checkout {
	margin-top: 0;
}

body.new-site .woocommerce .dt-sc-cart-button button,
body.new-site .woocommerce .dt-sc-cart-button button.alt,
body.new-site .woocommerce .dt-sc-cart-button button.button,
body.new-site .woocommerce .dt-sc-cart-button button.button.alt,
body.new-site .woocommerce a.button,
body.new-site .woocommerce a.button.alt,
body.new-site .woocommerce button,
body.new-site .woocommerce button.alt,
body.new-site .woocommerce button.button,
body.new-site .woocommerce button.button.alt {
	background: #1f4e80 !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 1px !important;
}
body.new-site .woocommerce a.button.checkout-button,
body.new-site .woocommerce a.button.alt.checkout-button,
body.new-site .woocommerce button.button.alt#place_order {
	font-weight: 600 !important;
}
