/**
 * Theme Name:  Scolicares
 * Theme URI:   http://wordpress.org/themes
 * Author:      pbwebdev
 * Author URI:  mailto:mail@pbwebdev.com.au
 * Description: Theme for Scolicare
 * Version:     0.2.1
 * License:     GPL-2.0-only
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: scolicare
 * Tags:
 */
/* --
-----  mixins
------------------------------- */
.bg-blue-light {
  background-color: #9DDAE5;
}
.bg-blue-dark {
  background-color: #005894;
}
.bg-bright-blue {
  background-color: #00B3D7;
}
.bg-pink {
  background-color: #D2828C;
}
.bg-yellow {
  background-color: #f9a233;
}
.bg-purple {
  background-color: #5E53A3;
}
.bg-green {
  background-color: #197D70;
}
.bg-gold {
  background-color: #FAA334;
}
.bg-grey {
  background-color: #C3C9CF;
}
.bg-lavender {
  background-color: #89A3D4;
}
.bg-mint {
  background-color: #6CC5A3;
}
.bg-orange {
  background-color: #E06535;
}
.bg-pink {
  background-color: #D2828C;
}
.bg-purple {
  background-color: #5E53A3;
}
.bright-blue {
  color: #00B3D7;
}
.bright-blue a {
  color: #00B3D7;
}
.dark-blue,
.blue-dark {
  color: #005894;
}
.dark-blue a,
.blue-dark a {
  color: #005894;
}
.pink {
  color: #D2828C;
}
.pink a {
  color: #D2828C;
}
.green {
  color: #197D70;
}
.green a {
  color: #197D70;
}
.lavender {
  color: #89A3D4;
}
.lavender a {
  color: #89A3D4;
}
.gold {
  color: #FAA334;
}
.gold a {
  color: #FAA334;
}
.brand-bg {
  background-color: #ecf7fb;
}
/* --
-----  Reset
------------------------------- */
html {
  margin: 0 !important;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div.text {
  font-family: 'Karla', sans-serif;
  color: #005894;
}
body.single section#call_to_action {
  padding: 50px 0;
}
body.single main {
  border-top: 50px solid;
}
body.single main main {
  margin: 0 !important;
  border: 0 !important;
}
body.single main section#banner {
  display: none !important;
}
main {
  border-color: #00B3D7 !important;
}
h2 {
  font-size: 26px;
  letter-spacing: -1px;
}
li {
  color: #005894;
}
.arve {
  margin: 0 !important;
}
#bp_container {
  z-index: 999999 !important;
}
.clearfix {
  clear: both;
}
.submit-wrap .nf-field-element input {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 24px !important;
  line-height: 24px;
  box-sizing: initial;
}
.submit-wrap .nf-field-element::after {
  right: -40px !important;
  top: 16px !important;
}
main section {
  padding: 50px 0;
}
main.single-news-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #005894;
}
div.modal-dialog {
  max-width: 80%;
}
div.text h2 {
  margin-top: 50px;
}
div.text h2:first-child {
  margin-top: 0;
}
.bg-fill {
  background-color: #eaf6f9;
}
.bg-blue-dark {
  background-color: #005894;
}
.bg-wave {
  background-image: url(images/wave-1.gif);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 360px;
}
.bg-wave-reversed {
  background-image: url(images/wave-2.gif);
  background-color: #ecf7fb;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 360px;
}
.bg-curve {
  background-image: url(images/curve-1.gif);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 280px;
}
.bg-curve-reversed {
  background-image: url(images/curve-2.gif);
  background-color: #ecf7fb;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 200px;
}
div.alm-reveal {
  width: 100%;
}
div.alm-reveal.alm-filters {
  display: flex;
  flex-wrap: wrap;
}
div.category-filter {
  padding: 0 0 50px;
}
div.category-filter ul {
  padding: 0;
  margin: 0;
}
div.category-filter ul li {
  display: inline;
}
div.category-filter ul li a {
  padding: 10px 0;
  margin: 0 20px 0 0;
  display: inline-block;
  border-bottom: 1px solid #ecf7fb;
}
div.category-filter ul li a:hover,
div.category-filter ul li a:focus {
  text-decoration: none;
  border-color: #9DDAE5;
}
.padding-25 {
  padding: 25px;
}
section.light {
  background-color: #ecf7fb !important;
}
section.dark {
  background-color: #005893;
}
.thumb {
  width: 100%;
}
.thumb .inner {
  position: relative;
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}
.thumb .square {
  padding-bottom: 100%;
}
.thumb .inner-40 {
  padding-bottom: 40%;
}
.thumb .inner-50 {
  padding-bottom: 50%;
}
.thumb .inner-65 {
  padding-bottom: 65%;
}
.thumb .inner-67 {
  padding-bottom: 67%;
}
.thumb .inner-75 {
  padding-bottom: 75%;
}
.thumb .inner-125 {
  padding-bottom: 125%;
}
#wpadminbar {
  display: none;
}
/* Buttons */
.btn-wrap {
  position: relative;
  margin-top: 25px;
  display: inline-block;
}
.scoli-primary-btn {
  border-radius: 0;
  padding: 10px 15px;
  background-color: #10AFD8 !important;
  border: 0;
  width: 14em;
  display: block;
  margin-bottom: 5px;
  text-align: left !important;
}
.btn-wrap::after {
  right: 15px;
  top: 15px !important;
  content: ' ';
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(assets/images/arrow-white.svg);
}
.btn-wrap.btn-white-bg a {
  margin-bottom: 0;
}
.btn-wrap.btn-white-bg::after {
  background-image: url(assets/images/arrow-blue.svg);
}
.btn-wrap.btn-white-bg .scoli-primary-btn:hover {
  background-color: #005894 !important;
  color: #fff;
  opacity: 1 !important;
}
.btn-wrap.btn-white-bg:hover:after {
  background-image: url(assets/images/arrow-white.svg);
}
.btn-wrap.darkgreen::after {
  background-image: url(assets/images/arrow-green.svg);
}
.btn-wrap.orange::after {
  background-image: url(assets/images/arrow-orange.svg);
}
.btn-wrap.lightgreen::after {
  background-image: url(assets/images/arrow-lightgreen.svg);
}
.btn-wrap.darkgreen:hover:after,
.btn-wrap.orange:hover:after,
.btn-wrap.lightgreen:hover:after {
  background-image: url(assets/images/arrow-white.svg);
}
.btn-wrap.event::after {
  top: 7px !important;
  right: -25px !important;
}
.btn-wrap.clearfix a {
  padding-right: 45px;
}
/* Form reset */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px #003a76 inset !important;
  -webkit-text-fill-color: #fff !important;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.nf-pass.field-wrap .nf-field-element:after {
  content: unset !important;
}
div.nf-field-element input[type="button"] {
  box-sizing: border-box;
  height: 50px !important;
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-width: 180px !important;
}
.submit-wrap .nf-field-element::after {
  top: 18px !important;
  right: -15px !important;
}
/* strong testimonials reset */
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before {
  background: none !important;
  height: 50px !important;
  width: 50px !important;
  mask: unset !important;
  -webkit-mask: unset !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  font-size: 25px;
  position: unset !important;
}
.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-prev {
  left: -75px;
}
.strong-view.controls-type-sides-outside:not(.rtl) .wpmslider-next {
  right: -75px;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev::before {
  content: "\f053";
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next::before {
  content: "\f054";
  transform: none !important;
}
.strong-view.controls-style-buttons2 .wpmslider-start,
.strong-view.controls-style-buttons2 .wpmslider-stop,
.strong-view.controls-style-buttons2 .wpmslider-next,
.strong-view.controls-style-buttons2 .wpmslider-prev {
  background-color: #9DDAE5;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.strong-view.controls-style-buttons2 .wpmslider-start:hover,
.strong-view.controls-style-buttons2 .wpmslider-stop:hover,
.strong-view.controls-style-buttons2 .wpmslider-next:hover,
.strong-view.controls-style-buttons2 .wpmslider-prev:hover {
  background-color: #0d8cad;
}
/* --
-----  HEADER
------------------------------- */
header#masthead {
  top: 0;
}
header#masthead div.scoli-top-bar {
  border-bottom: 1px solid #00B3D7;
}
header#masthead div.scoli-top-bar div.clearfix {
  width: 100%;
}
header#masthead div.scoli-top-bar div.search {
  float: left;
}
header#masthead div.scoli-top-bar div.menu {
  float: right;
}
header#masthead div.menu-main-menu-container {
  display: block;
  width: 100%;
}
header#masthead div.menu-main-menu-container li {
  margin: 10px;
  border-left: 1px solid #fff;
}
header#masthead div.menu-main-menu-container li.menu-item-3037,
header#masthead div.menu-main-menu-container li.menu-item-3533,
header#masthead div.menu-main-menu-container li:last-child {
  border-right: 1px solid #13b0d9;
  background-color: #005894;
}
header#masthead div.menu-main-menu-container li.menu-item-3037 a,
header#masthead div.menu-main-menu-container li.menu-item-3533 a,
header#masthead div.menu-main-menu-container li:last-child a {
  color: #fff !important;
}
header#masthead div.menu-main-menu-container li.menu-item-3037 {
  border-right: 1px solid #004676;
  background-color: #004676;
}
header#masthead nav#site-navigation {
  width: 100%;
}
body.page-template-default.responsive-menu-pro-slide-top a#menu-item-14,
body.page-template-page_patients.responsive-menu-pro-slide-top a#menu-item-14 {
  display: none !important;
}
body.page-template-page_professionals.responsive-menu-pro-slide-top a#menu-item-15,
body.woocommerce a#menu-item-15 {
  display: none !important;
}
body.page-template-page_patients.responsive-menu-pro-slide-top,
body.page-template-default.responsive-menu-pro-slide-top,
body.single,
body.woocommerce {
  /* scolibrace patients menu mobile */
}
body.page-template-page_patients.responsive-menu-pro-slide-top a#menu-item-656,
body.page-template-default.responsive-menu-pro-slide-top a#menu-item-656,
body.single a#menu-item-656,
body.woocommerce a#menu-item-656 {
  display: none !important;
}
body.page-template-page_professionals.responsive-menu-pro-slide-top {
  /* x-ray */
}
body.page-template-page_professionals.responsive-menu-pro-slide-top a#menu-item-657 {
  display: none !important;
}
body.page-template-default.responsive-menu-pro-slide-top,
body.page-template-page_patients.responsive-menu-pro-slide-top,
body.woocommerce {
  /* find a clinic */
}
body.page-template-default.responsive-menu-pro-slide-top a#menu-item-356,
body.page-template-page_patients.responsive-menu-pro-slide-top a#menu-item-356,
body.woocommerce a#menu-item-356 {
  /* scolibrace patients menu mobile */
  display: none !important;
}
body.page-template-page_professionals.responsive-menu-pro-slide-top,
body.single {
  /* find a clinic */
}
body.page-template-page_professionals.responsive-menu-pro-slide-top a#menu-item-355,
body.single a#menu-item-355 {
  display: none !important;
}
body.single.mega-menu-menu-patients a#menu-item-15 {
  display: none !important;
}
div#responsive-menu-pro-header {
  z-index: 99999;
  padding: 0;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html {
  border-bottom: 1px solid #818180;
  width: 100%;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html div.row {
  margin: 0;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html div.col {
  padding: 0;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a {
  display: block;
  color: #00B3D7;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #818180;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a:hover,
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a:active,
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a:focus {
  background-color: #00B3D7;
  color: #fff;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a#menu-item-355 {
  border: 0;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-logo {
  width: 100%;
  background: #fff;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-logo img {
  width: auto;
}
div#responsive-menu-pro-container {
  z-index: 999999;
}
button#responsive-menu-pro-button {
  z-index: 9999999;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-1 a.responsive-menu-pro-item-link {
  padding-left: 60px !important;
}
#responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu-depth-2 a.responsive-menu-pro-item-link {
  padding-left: 90px !important;
}
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a.dark-hover:hover,
div#responsive-menu-pro-header div#responsive-menu-pro-header-bar-html a.dark-hover:focus {
  opacity: 1 !important;
  background-color: #005894;
}
.wpmm-nav-wrap ul.wp-megamenu > li > a svg.fa-angle-down {
  display: none;
}
.mega-menu-item-home a {
  background-color: unset !important;
}
li#mega-menu-item-16556 a {
  color: #00b3d7 !important;
}
li#mega-menu-item-16556 a:hover,
li#mega-menu-item-16556 a:focus {
  color: #fff !important;
  background-color: #00b3d7 !important;
}
#mega-menu-wrap-menu-patients #mega-menu-menu-patients > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-patients #mega-menu-menu-patients > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-patients #mega-menu-menu-patients > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  opacity: 1 !important;
}
header#masthead div.menu-main-menu-container li.cart a span {
  display: none;
}
header#masthead div.menu-main-menu-container li.cart a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f07a";
}
header#masthead div.menu-main-menu-container li.account a span {
  display: none;
}
header#masthead div.menu-main-menu-container li.account a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f007";
}
/* sticky header */
header#masthead {
  position: fixed;
  background-color: #fff;
  z-index: 999999;
  width: 100%;
}
/* search box */
div.search label {
  margin-bottom: 0;
}
div.search input {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 41px;
  line-height: 41px;
}
div.search input.search-submit {
  padding-top: 0;
  padding-bottom: 0;
}
/* --
-----  scolibalance providers
------------------------------- */
div.scolibalance_provider {
  margin-bottom: 35px;
}
div.scolibalance_provider article {
  background-color: #ecf7fb;
  height: 100%;
}
div.scolibalance_provider article div.innerWrap {
  padding: 35px;
}
div.scolibalance_provider article div.innerWrap h3 {
  font-size: 20px;
}
div.scolibalance_provider article div.innerWrap div.icon {
  margin-bottom: 5px;
  line-height: 1.5rem;
  height: 1.5rem;
}
div.scolibalance_provider article div.innerWrap div.icon div.inner {
  padding-left: 40px;
}
div.scolibalance_provider article div.innerWrap div.icon div.inner a {
  color: #005894;
}
div.scolibalance_provider article div.innerWrap div.icon div.inner a:hover,
div.scolibalance_provider article div.innerWrap div.icon div.inner a:focus {
  color: #004676;
  text-decoration: none;
}
div.scolibalance_provider article div.innerWrap div.icon::before {
  font-family: "Font Awesome 5 Free";
  color: #005894;
  font-size: 1.2rem;
  position: absolute;
  width: 25px;
  text-align: center;
}
div.scolibalance_provider article div.innerWrap div.phone::before {
  content: "\f879";
  font-weight: bold;
}
div.scolibalance_provider article div.innerWrap div.email::before {
  content: "\f0e0";
}
div.scolibalance_provider article div.innerWrap div.website::before {
  content: "\f26c";
  font-weight: bold;
  font-size: 1rem;
}
div.scolibalance_provider article div.innerWrap div.accreditation_level::before {
  content: "\f06a";
  font-weight: bold;
}
div.scolibalance_provider article div.innerWrap div.google_maps_url::before {
  content: "\f57d";
  font-weight: bold;
}
div.scolibalance_provider article div.location {
  padding: 0 35px 35px;
}
/* --
-----  Badges
------------------------------- */
div#badges-1 {
  background-repeat: no-repeat;
  background-position: 50% 0;
}
div.badge {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.badge .parent {
  display: flex;
  background-color: red;
}
div.badge .child {
  /* flex settings can be basically anything */
  flex: 1 0 auto;
  height: auto;
  background-color: green;
}
div.badge .child:before {
  content: '';
  display: block;
  padding-top: 100%;
}
div.badge a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  transition: 0.2s;
}
div.badge a img {
  width: 100%;
}
div.badge a div.title {
  color: #fff;
}
div.badge a span.label {
  position: relative;
  color: #fff;
  font-size: 25px;
  top: 100px;
}
div.badge a:hover,
div.badge a:focus {
  opacity: 0.7;
  text-decoration: none;
}
div.badges_custom .square {
  padding-bottom: 25%;
  /* = width for a 1:1 aspect ratio */
  margin: 0;
}
div.badges_custom .square .innerContent {
  position: absolute;
  padding: 5px;
}
div.badges_custom .square .innerContent .cell {
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 130%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
div.badges_custom .square .innerContent .cell span {
  margin: 10px;
}
/* --
-----  Sections
------------------------------- */
section#main.careers-single {
  padding: 100px 0 150px;
}
section#main.careers-single h2 {
  font-size: 52px;
}
section#main.careers-single h3 {
  font-size: 24px;
  color: #005894;
}
section#main.careers-single ul,
section#main.careers-single li {
  color: #005894;
}
section#accessories div.price {
  font-weight: bold;
}
section.contact_details {
  padding: 0;
}
section.contact_details h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
section.contact_details div.phone {
  margin-bottom: 5px;
  line-height: 1.5rem;
  height: 1.5rem;
}
section.contact_details div.phone div.inner {
  padding-left: 50px;
}
section.contact_details div.phone div.inner a {
  color: #005894;
}
section.contact_details div.phone div.inner a:hover,
section.contact_details div.phone div.inner a:focus {
  color: #004676;
  text-decoration: none;
}
section.contact_details div.phone::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  color: #005894;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
}
section.contact_details div.address div.inner {
  padding-left: 50px;
}
section.contact_details div.address div.inner a {
  color: #005894;
}
section.contact_details div.address div.inner a:hover,
section.contact_details div.address div.inner a:focus {
  color: #004676;
  text-decoration: none;
}
section.contact_details div.address::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  color: #005894;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  text-align: center !important;
  width: 1.2em;
}
section.contact_details div.web div.inner {
  padding-left: 50px;
}
section.contact_details div.web div.inner a {
  color: #005894;
}
section.contact_details div.web div.inner a:hover,
section.contact_details div.web div.inner a:focus {
  color: #004676;
  text-decoration: none;
}
section.contact_details div.web::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  color: #005894;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  margin-top: -7px;
}
section.contact_details div.social {
  margin-top: 25px;
}
section.contact_details div.social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.contact_details div.social ul li {
  display: inline;
}
section.contact_details div.social ul li a {
  color: #005894;
  font-size: 35px;
}
section.contact_details div.social ul li a:hover,
section.contact_details div.social ul li a:focus {
  color: #004676;
  text-decoration: none;
}
section#badges-1 {
  padding: 100px 0;
}
section#badges-1 div.text {
  color: #005894;
}
section#badges-1 div.badge {
  margin-bottom: 25px;
}
section#badges-1 div.badge a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section#banner {
  padding: 75px 0 0;
  background-size: cover;
}
section#banner h1 {
  font-size: 4.9rem;
  font-weight: bold;
  margin: 0 0 50px;
  letter-spacing: -3px;
  line-height: 110%;
}
section#banner h1 small {
  font-size: 0.4em;
  position: relative;
  top: -30px;
}
section#banner div.text {
  font-size: 1.2rem;
}
section#banner div.btn-wrap {
  float: left;
  margin-right: 20px;
}
section#banner div.btn-wrap a.btn.btn-primary {
  transition: 0s !important;
}
section#banner div.btn-wrap a.btn.btn-primary.light {
  background-color: #00B3D7 !important;
}
section#banner div.btn-wrap a.btn.btn-primary.light:hover,
section#banner div.btn-wrap a.btn.btn-primary.light:focus {
  background-color: #0d8cad !important;
  opacity: 1 !important;
}
section#banner div.btn-wrap a.btn.btn-primary.dark {
  background-color: #005894 !important;
}
section#banner div.btn-wrap a.btn.btn-primary.dark:hover,
section#banner div.btn-wrap a.btn.btn-primary.dark:focus {
  background-color: #004676 !important;
  opacity: 1 !important;
}
section#banner #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section#banner.slim.desktop {
  height: 480px;
}
section#banner.large {
  height: 1000px;
}
section#banner.auto {
  padding-bottom: 100px;
}
section#call-to-action h2 {
  color: #fff;
}
section#call-to-action img {
  max-width: 160px;
}
section#call-to-action a:hover {
  color: #ffffff;
  opacity: 1 !important;
}
section#call-to-action.professionals {
  background-color: #FAA334;
}
section#call-to-action.patients {
  background-color: #6CC5A3;
}
section#cards h5 {
  font-weight: bold;
  color: #005894;
}
section#cards div.card {
  width: 100%;
}
section#careers .col .inner {
  background: #005894;
  color: #fff;
  padding: 25px;
  margin-bottom: 50px;
}
section#careers .col .inner div.date {
  text-transform: uppercase;
  margin: 0 0 50px;
  font-size: 18px;
}
section#careers .col .inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px;
  color: #fff;
}
section#careers .col .inner div.text p {
  font-size: 18px;
  color: #fff;
  line-height: 130%;
}
section#careers .col .inner a {
  background-color: #fff !important;
  color: #005894;
}
section#careers .col .inner a:hover,
section#careers .col .inner a:focus {
  background-color: #9DDAE5 !important;
  color: #fff;
}
section.carousel div.container.carousel_text_align-center {
  text-align: center;
}
section.carousel div.container.show_rounded_corners div.slide_image {
  margin-bottom: 20px;
}
section.carousel div.container.show_rounded_corners div.slide_image div.thumb div.inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-bottom: 100%;
}
section.carousel div.container.hide_slide_image div.slide_image {
  display: none;
}
section.carousel div.container.hide_slide_video div.slide_video {
  display: none;
}
section.carousel div.container.hide_slide_title div.slide_title {
  display: none;
}
section.carousel div.container.hide_slide_text div.slide_text {
  display: none;
}
section.carousel div.container.hide_slide_numbers div.slide_numbers {
  display: none;
}
section.carousel div.container.fill div.testimonial-inner {
  background-color: #eaf6f9;
}
section.carousel div.container.fill div.testimonial-inner div.text_wrap_inner {
  padding: 15px;
}
section.carousel div.container.fill div.testimonial-inner div.text_wrap_inner div.slide_title {
  font-weight: bold;
  margin-bottom: 10px;
}
section.carousel div.container.white div.testimonial-inner {
  background-color: #fff;
}
section.carousel div.container.white div.testimonial-inner div.text_wrap_inner {
  padding: 0;
}
section.carousel div.container.white div.testimonial-inner div.text_wrap_inner div.slide_title {
  font-weight: bold;
  margin: 15px;
  font-size: 1.2em;
}
section.carousel div.testimonial-inner {
  width: 100%;
}
section.carousel div.slide_numbers {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #005894;
  color: #fff;
  font-size: 20px;
  margin: 20px auto 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
section.carousel div#carouselExampleControls a {
  height: 50px;
  width: 50px;
  background-color: #005894;
  opacity: 1;
  top: 42%;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
section.carousel div#carouselExampleControls a.carousel-control-prev {
  left: -7%;
}
section.carousel div#carouselExampleControls a.carousel-control-prev span.carousel-control-prev-icon {
  background: unset;
}
section.carousel div#carouselExampleControls a.carousel-control-prev::before {
  right: 0;
  top: 0;
  content: ' ';
  position: absolute;
  height: 50px;
  width: 50px;
  background-image: url(assets/images/arrow-white-prev.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 44% 50%;
}
section.carousel div#carouselExampleControls a.carousel-control-next {
  right: -7%;
}
section.carousel div#carouselExampleControls a.carousel-control-next span.carousel-control-next-icon {
  background: unset;
}
section.carousel div#carouselExampleControls a.carousel-control-next::after {
  right: 0;
  top: 0;
  content: ' ';
  position: absolute;
  height: 50px;
  width: 50px;
  background-image: url(assets/images/arrow-white-next.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 57% 50%;
}
section.carousel.light {
  background-color: #eaf6f9;
}
section#contact div.wFormContainer input {
  color: #515e59 !important;
}
section#contact div.wFormContainer input[type="submit"] {
  color: #fff !important;
}
section#contact div.wFormContainer select {
  color: #515e59 !important;
}
section.content-block h2 {
  margin-bottom: 25px;
  font-size: 30px;
}
section.content-block h3 {
  color: #005894;
  font-weight: bold;
  font-size: 1em;
  margin-top: 25px;
}
section.content-block h4 {
  color: #000000;
}
section.content-block ul {
  color: #005894;
}
section.content-block.Tick ul,
section.content-block.Tick ol {
  padding-left: 60px;
}
section.content-block.Tick li {
  margin: 1.2rem 0 1rem 0;
  padding-top: 12px;
  position: relative;
  color: #005880;
  font-size: 18px;
}
section.content-block.Tick li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 50px;
  left: calc(-1 * var(--size) - 15px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  background: #6CC5A3;
  border-radius: 50%;
  text-align: center;
}
section.content-block.bg-none {
  background-color: #fff;
}
section.divider {
  height: 380px;
  background: url(images/wave-1.gif) 50% 0 no-repeat;
}
section.divider.default {
  background: url(images/wave-1.gif) 50% 0 no-repeat;
}
section.divider.reversed {
  background: url(images/wave-2.gif) 50% 0 no-repeat;
}
section.divider.curve {
  background: url(images/curve-1.gif) 50% 0 no-repeat;
}
section.divider.curvereversed {
  background: url(images/curve-2.gif) 50% 0 no-repeat;
}
section.events div.inner {
  color: #fff;
  padding: 25px;
  margin: 0 0 35px;
  height: 100%;
}
section.events div.inner h3.title {
  color: #fff;
}
section.events div.inner h3.lower {
  background-color: #fff;
  color: #005894;
  margin: 0;
}
section.events div.inner a {
  color: #fff;
}
section.events div.seminar {
  background-color: #005894;
}
section.events div.education {
  background-color: #00B3D7;
}
section.feature {
  background: url(images/wave-2.gif) 50% 0 no-repeat;
  margin-top: 125px;
  padding: 0;
  border-bottom: 50px solid #fff;
  background-color: #ecf7fb;
}
section.feature div.box-1 img {
  margin-bottom: 100px;
}
section.feature div.box-1 .text {
  padding-right: 100px;
}
section.feature div.box-2 {
  padding: 50px;
  margin-top: 350px;
}
section.feature div.box-3 {
  padding-top: 150px;
}
section.feature div.lower {
  background: url(images/spacer-1.gif) 0 100% repeat-x;
}
section#footer-menu-columns {
  padding: 0;
}
section#footer-menu-columns ul {
  padding: 0;
}
section#footer-menu-columns ul li a {
  color: #fff;
}
section#footer-menu-columns ul li a:hover,
section#footer-menu-columns ul li a:focus {
  color: #9DDAE5;
  text-decoration: none;
}
section.form legend {
  color: #005894;
  font-size: 1em;
}
section.form button.nf-remove-fieldset {
  color: #005894;
  background: none;
}
section.form input[type="number"] {
  padding-right: 0;
}
section.form .nf-field-container.checkbox-container {
  margin-bottom: 25px !important;
}
section.form .nf-field-container.checkbox-container .nf-field-label {
  width: auto;
  min-width: 5em;
}
section.form .nf-form-content {
  margin: 0;
  max-width: unset;
}
section.form div.nf-repeater-fieldset .nf-field:first-child {
  float: left;
  width: 80%;
}
section.form div.nf-repeater-fieldset .nf-field:last-child {
  float: left;
  width: 15%;
  margin-left: 5px;
}
section.form .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
section.form.dark h2,
section.form.dark p {
  color: #fff;
}
section.form.dark a {
  color: #fff;
  text-decoration: underline;
}
section.form.dark a:hover,
section.form.dark a:focus {
  text-decoration: none;
  color: #fff;
  opacity: 1 !important;
}
section#grid {
  background-color: #fff;
}
section#grid h2 {
  font-weight: bold;
  color: #9DDAE5;
}
section#grid h2 a {
  color: #9DDAE5;
}
section#grid h2 a:hover,
section#grid h2 a:focus {
  color: #005894;
  text-decoration: none;
}
section#grid div.text {
  padding: 25px 0 0;
}
section#grid div.category {
  width: 100%;
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
section#grid div.category a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  display: block;
}
section#grid div.category.adolescent_bracing {
  background-image: url(images/case-adolescent.gif);
}
section#grid div.category.adult_bracing {
  background-image: url(images/case-adult.gif);
}
section#grid div.category.infantile_bracing {
  background-image: url(images/case-infantile.gif);
}
section#grid div.category.juvenile_bracing {
  background-image: url(images/case-juvenile.gif);
}
section#grid div.category.juvenile_rehab {
  background-image: url(images/case-juvenile-rehab.gif);
}
section#grid div.category.kyphosis {
  background-image: url(images/case-kyphosis.gif);
}
section.icons.white {
  background-color: #fff;
}
section.icons.fill {
  background-color: #eaf6f9;
}
section.iframe iframe {
  border: 0;
  width: 100%;
  height: 900px;
}
section.iframe.fill {
  background-color: #eaf6f9;
}
section#info_graphics.white {
  background-color: #ffffff;
}
section#info_graphics.fill {
  background-color: #eaf6f9;
}
section.list ul {
  list-style: none;
  padding-left: 0;
}
section.list ul li {
  margin: 1.2rem 0 1rem 0;
  padding: 0 0 0 75px;
  color: #005880;
  font-size: 18px;
  background-repeat: no-repeat;
  background-size: 50px;
  min-height: 50px;
}
section#locator button:hover,
section#locator button:focus {
  background-color: #13b0d9;
  border-color: #13b0d9;
}
section#locator div.details span {
  position: relative;
  top: 5px;
}
section#news-latest {
  background-color: #eaf6f9;
  padding: 50px 0 100px;
}
section#news-latest article {
  background-color: #fff;
}
section#price_boxes div.price_box {
  background-color: #ecf7fb;
  width: 100%;
  min-height: 400px;
}
section#price_boxes div.price_box div.title {
  color: #fff;
  padding: 20px 22px;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  font-size: 1.1em;
}
section#price_boxes div.price_box div.price {
  line-height: 100%;
  padding: 30px 20px 5px;
  color: #005894;
  width: 100%;
}
section#price_boxes div.price_box div.price span.price {
  font-size: 2em;
}
section#price_boxes div.price_box div.price span.currency {
  font-size: 1.2em;
  text-transform: uppercase;
}
section#price_boxes div.price_box div.text {
  width: 100%;
  line-height: 140%;
  padding: 15px 20px 50px;
}
section#price_boxes div.price_box div.text ul {
  padding-left: 20px;
}
section#price_boxes div.price_box div.text li {
  margin-bottom: 8px;
}
section#price_boxes div.price_box div.shortcode {
  width: 100%;
  margin-top: auto !important;
}
section#price_boxes div.price_box div.shortcode div.simpay-errors {
  margin: 0;
}
section#price_boxes div.price_box div.shortcode button {
  border-radius: 0;
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 100%;
  background: unset;
}
section#price_boxes div.price_box div.shortcode button span {
  background-color: #005894;
  background-image: unset;
  display: block;
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 11px 20px;
  line-height: 100%;
  font-weight: normal;
  text-align: left;
  box-sizing: initial;
  font-size: 1em;
  text-shadow: none;
  height: 1em;
  font-family: inherit;
}
section#price_boxes div.price_box div.shortcode button span:hover,
section#price_boxes div.price_box div.shortcode button span:focus {
  opacity: 0.5;
}
section#price_boxes div.price_box a {
  background-color: #005894;
  display: block;
  color: #fff;
  width: 100%;
  padding: 11px 20px;
  line-height: 100%;
}
section#price_boxes div.price_box a:hover,
section#price_boxes div.price_box a:focus {
  text-decoration: none;
}
section#publications {
  background-color: #ecf7fb;
}
section#publications article {
  margin: 0 0 75px;
}
section#publications .publication {
  border-color: #005894;
}
section#publications .publication h2 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
section#publications .publication h2 a {
  color: #00B3D7;
}
section#publications .publication a.image {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
}
section#publications .publication a.image div.inner {
  position: relative;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  padding-bottom: 140%;
  border: 5px solid #ecf7fb;
}
section#publications .publication a.image div.inner:hover,
section#publications .publication a.image div.inner:focus {
  border-color: #9DDAE5;
}
section#publications .publication div.text {
  font-size: 1em;
  font-weight: normal;
  color: #00B3D7;
  margin: 0 0 25px;
  text-align: center;
}
section#publications .publication div.btn-wrap {
  text-align: center;
  width: 100%;
}
section#publications .publication:last-child {
  border: 0;
}
section#publications.white {
  background-color: #fff;
}
section#quick-links-1 {
  padding: 100px 0;
}
section#related {
  background-color: #ecf7fb;
}
section.related.products h2 {
  margin-bottom: 50px;
}
section.services {
  width: 100%;
}
section.services div.title a.inner {
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
section#call_to_action {
  background-color: #fff;
}
section#call_to_action h2 {
  color: #fff;
}
section#call_to_action div.btn-wrap .btn {
  border-color: #fff;
}
section#call_to_action div.btn-wrap .btn:hover,
section#call_to_action div.btn-wrap .btn:focus {
  border-color: #66b596;
  color: #fff;
}
section#call_to_action img {
  max-width: 200px;
}
section#call_to_action.professionals {
  background-color: #ffffff;
}
section#call_to_action.fill {
  background-color: #eaf6f9;
}
body.single section#scoliscreen {
  margin: 50px;
}
section.shortcode {
  background-color: #eaf6f9;
}
section.shortcode div.alm-filters div.alm-filter {
  width: 25%;
  float: left;
}
section.shortcode div.alm-filters div.alm-filter .alm-filter--text-wrap {
  margin: 0 1px;
}
section.shortcode div.alm-filters div.alm-filter .alm-filter--text-wrap input {
  background-color: #fff !important;
  border: 1px solid #9DDAE5;
  color: #333 !important;
}
section.shortcode div.wFormContainer {
  margin-left: 0 !important;
}
section.shortcode div.wFormContainer div.wForm {
  background: unset;
}
section.shortcode div.wFormContainer div.wFormHeader {
  display: none;
}
section.shortcode div.wFormContainer h3.wFormTitle {
  padding: 0 !important;
  background-color: unset;
}
section.shortcode div.wFormContainer form {
  padding: 0;
  color: #212529;
}
section.shortcode div.wFormContainer form legend {
  padding: 40px 0 0;
  font-size: 1.4em;
}
section.shortcode div.wFormContainer form input[type="text"] {
  background-color: #fff !important;
  color: #212529 !important;
  padding: 1rem;
  width: 100% !important;
  border: 0 !important;
  text-indent: 10px;
  box-sizing: border-box;
  height: 50px !important;
  line-height: 50px;
}
section.shortcode div.wFormContainer form input[type="file"] {
  padding: 0 !important;
}
section.shortcode div.wFormContainer form input[type="submit"] {
  border-radius: 0;
  padding: 10px 15px;
  background-color: #10AFD8 !important;
  border: 0;
  width: 14em;
  display: block;
  margin-bottom: 5px;
  text-align: left !important;
  font-weight: normal;
  font-size: 1em;
  padding: 15px 0 !important;
}
section.shortcode div.wFormContainer form input[type="submit"]:hover,
section.shortcode div.wFormContainer form input[type="submit"]:focus {
  background-color: #169cbf !important;
  border-color: #169cbf;
}
section.shortcode div.wFormContainer form textarea {
  background-color: #fff !important;
  color: #212529 !important;
  border: 0 !important;
}
section.shortcode div.wFormContainer form select {
  height: 50px !important;
  background-color: #fff !important;
  color: #212529 !important;
}
section.shortcode div.wFormContainer form fieldset {
  border: 0 !important;
  padding: 0;
}
section.shortcode div.wFormContainer form fieldset div.oneField {
  padding: 0;
  display: block;
}
section.shortcode div.wFormContainer form fieldset div.oneField div.inputWrapper {
  width: 100%;
}
section.shortcode div.wFormContainer form fieldset div.oneField div.inputWrapper #tfa_2259,
section.shortcode div.wFormContainer form fieldset div.oneField div.inputWrapper [id^="tfa_2259["] {
  width: 100% !important;
}
section.shortcode div.wFormContainer form fieldset div.oneField div.inputWrapper input {
  color: #000 !important;
}
section.shortcode div.wFormContainer form fieldset div.oneField[role="group"] {
  clear: both;
}
section.shortcode div.wFormContainer form fieldset #tfa_2178 input {
  width: 100% !important;
}
section.shortcode div.wFormContainer form fieldset #tfa_2262-D {
  clear: left;
}
section.shortcode div.wFormContainer form fieldset div#tfa_1863-D {
  width: 100% !important;
}
section.shortcode div.wFormContainer form fieldset div#tfa_1863-D input {
  width: 100% !important;
}
section.shortcode.fill {
  background-color: #eaf6f9;
}
section.shortcode.white {
  background-color: #ffffff;
}
div.inputWrapper input,
div.inputWrapper select {
  color: #000 !important;
}
section.single-product.price {
  padding-top: 0;
  color: #005894;
  font-size: 2em;
}
section#spotlight {
  background-size: cover;
  background-position: 50% 50%;
}
section#spotlight.slim_banner_with_image h2 {
  color: #fff;
}
section#spotlight.slim_banner_with_image p {
  color: #fff;
}
section.statistics {
  padding: 25px 0 !important;
}
section.statistics .label {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.1em;
}
section.statistics .number {
  line-height: 100%;
  font-size: 4rem;
  color: #fff;
  text-align: left;
}
section.tabs .tabs_wrapper {
  background-color: #ecf7fb;
}
section.team .thumb {
  max-height: unset;
}
section.team .text {
  margin-bottom: 35px;
  color: #005894;
}
section.team .text .name {
  font-weight: bold;
}
section.team a {
  display: block;
}
section.team .image-container {
  position: relative;
}
section.team .image {
  display: block;
  width: 100%;
  height: auto;
}
section.team .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #005894;
}
section.team .image-container:hover .overlay {
  opacity: 1;
}
section.team .image-text {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  text-align: left;
  padding: 20px;
  height: 100%;
}
section.team .image-text div.position {
  font-size: 0.9em;
}
section.team .image-text div.name {
  font-size: 1.2em;
  margin-top: 20px;
  font-weight: bold;
}
section.team .image-text div.icon {
  height: 20px;
  width: 20px;
  background-image: url('assets/images/arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 70% 70%;
  position: absolute;
  top: 90%;
}
section.testimonials .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
  left: -70px;
}
section.testimonials div.testimonial {
  margin-bottom: 50px;
}
section.testimonials div.testimonial div.testimonial-image div.inner {
  height: 200px;
  width: 200px;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
section.testimonials div.testimonial div.text-block {
  padding: 50px;
  color: #005894;
}
section.testimonials div.testimonial div.text-block div.name {
  margin-top: 15px;
  font-weight: bold;
}
section.testimonials div.boxed div.testimonial-inner {
  background-color: #e7f7fb;
  width: 100%;
}
section.testimonials div.boxed div.testimonial-inner h3 {
  font-weight: bold;
  color: #00B3D7;
}
section.testimonials div.boxed div.testimonial-inner div.rating {
  margin: 20px 0;
}
section.testimonials div.boxed div.testimonial-inner div.rating i {
  color: #f8a133;
  font-size: 1.6em;
}
section.testimonials div.boxed div.testimonial-inner .testimonial-content {
  padding: 0;
  font-size: 1.3em;
  line-height: 140%;
}
section.testimonials div.boxed div.testimonial-inner .testimonial-name,
section.testimonials div.boxed div.testimonial-inner .testimonial-company {
  font-weight: normal;
}
section.testimonials div.boxed.controls-type-sides div.testimonial {
  background-color: #e7f7fb;
}
section.testimonials div.boxed.controls-type-sides a.wpmslider-next {
  right: -65px;
}
section.testimonials div.video div.testimonial-inner .testimonial-content {
  max-width: unset;
}
section.text_block {
  padding: 0;
  margin: 0;
}
section.text_block .wrapper {
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.text_block .wrapper.image {
  background-size: cover;
}
section.text_block .inner {
  padding: 20px 0;
  margin: 20px 0;
}
section.text_block .inner.medium {
  margin: 0;
  padding: 50px 0;
}
section.text_block .inner.large {
  margin: 0;
  padding: 120px 0;
}
section.text_block .inner.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
section.tile_block {
  padding: 0;
}
section.tile_block div.column-wrap.icons {
  flex-direction: column;
}
section.tile_block div.column-wrap.icons div.row:last-of-type {
  margin-bottom: 0 !important;
}
section.tile_block div.column-wrap.icons.align-items-center {
  align-self: center !important;
}
section.tile_block img.icon {
  max-width: 100px;
  margin-bottom: 15px;
}
section.tile_block section.contact_details {
  padding: 50px;
  background-color: #eaf6f9;
}
section.tile_block div.background-image {
  background-size: cover;
  background-repeat: no-repeat;
}
section.tile_block .tile_block_text h2,
section.tile_block .tile_block_text h3 {
  margin: 0 0 15px;
}
section.tile_block .text.has_icon h2,
section.tile_block .text.has_icon h3,
section.tile_block .text.has_icon h4 {
  margin-top: 0;
}
section.tile_block .tile_block_text.large {
  font-size: 1.5em;
}
section.tile_block div.fancy_list ul {
  padding-left: 70px;
}
section.tile_block div.fancy_list ul li {
  list-style: none;
  margin: 25px 0;
  display: flex;
  align-items: center;
  min-height: 35px;
}
section.tile_block div.fancy_list ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 50px;
  left: 20px;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  background: #6CC5A3;
  border-radius: 50%;
  text-align: center;
}
section.tile_block .tile_block_text.narrow.fancy_list ul li::before {
  left: 60px;
}
section.tile_block.default {
  background: url(images/wave-1.gif) 50% 0 no-repeat;
}
section.tile_block.reversed {
  background: url(images/wave-2.gif) 50% 0 no-repeat;
}
section.tile_block.curve {
  background: url(images/curve-1.gif) 50% 0 no-repeat;
}
section.tile_block.curvereversed {
  background: url(images/curve-2.gif) 50% 0 no-repeat;
}
section.tile_block.hide_column div.text pt-5 pb-5 {
  padding: 0 !important;
}
section.tile_block.light p,
section.tile_block.light h2,
section.tile_block.light h3,
section.tile_block.light h4,
section.tile_block.light h5,
section.tile_block.light h6,
section.tile_block.light li {
  color: #ffffff;
}
section.types h2 {
  margin-bottom: 50px;
}
section.video.fill {
  background-color: #eaf6f9;
}
section.video-wrap div {
  width: 100% !important;
}
footer#footer {
  background-color: #005894;
  margin-top: 0;
}
footer#footer h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}
footer#footer div#inner {
  padding-top: 25px;
}
footer#footer ul.footer-social {
  display: flex;
}
footer#footer ul.footer-social li a {
  color: #005894;
  margin: 0 3px;
  display: block;
}
footer#footer .footer-social li a:hover,
footer#footer .footer-social li a:focus {
  background-color: #fff;
  color: #005894;
}
footer#footer div.credit p {
  font-size: 0.8em;
  color: #13b0d9;
  text-align: left;
}
footer#footer div.credit a {
  color: #13b0d9;
}
footer#footer div.credit a i {
  color: #005894;
}
footer#footer div.credit a:hover,
footer#footer div.credit a:focus {
  color: #fff;
  text-decoration: none;
}
#footer .top::before {
  top: 0;
}
footer#footer.small-footer div#inner {
  padding-top: 0;
}
/* --
-----  modal
------------------------------- */
div.wow-modal-overlay div.wow-modal-window {
  background-size: auto 80% !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  max-width: 1200px !important;
}
div.wow-modal-overlay .home {
  color: #fff;
  font-size: 40px;
}
div.wow-modal-overlay .home p {
  color: #fff;
}
div.wow-modal-overlay div.btn-wrap {
  margin: 5px;
}
div.wow-modal-overlay a.btn {
  border: 1px solid #fff !important;
  background-color: #00B3D7 !important;
  display: block;
  width: 100%;
}
div.wow-modal-overlay a.btn .material-icons {
  padding-left: 25px;
}
div.wow-modal-overlay a.btn::after {
  content: unset !important;
}
div.wow-modal-overlay a:hover,
div.wow-modal-overlay a:focus {
  background-color: #ffffff !important;
  color: #00B3D7 !important;
}
/*
---- woocommerce
-------------------------------------------------------- */
div.woocommerce ::-webkit-input-placeholder {
  /* Edge */
  color: #999 !important;
  opacity: 1 !important;
}
div.woocommerce :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
  opacity: 1 !important;
}
div.woocommerce ::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
  padding: 0;
}
.woocommerce .woocommerce-ordering select {
  background-color: #eaeaea !important;
  color: #005894 !important;
}
.woocommerce form .form-row label {
  line-height: 1 !important;
}
div.woocommerce {
  margin-top: 50px;
}
div.woocommerce a {
  color: #005894;
}
div.woocommerce button,
div.woocommerce a.button {
  background-color: #005894 !important;
  border-radius: 0 !important;
  color: #fff !important;
  border: 1px solid #005894 !important;
  opacity: 1;
}
div.woocommerce button:hover,
div.woocommerce button:focus,
div.woocommerce a.button:hover,
div.woocommerce a.button:focus {
  opacity: 0.8;
}
div.woocommerce form.checkout h3#order_review_heading {
  color: #005894;
  margin: 50px 0 20px;
}
div.woocommerce form.checkout label {
  color: #005894 !important;
}
div.woocommerce form.checkout input,
div.woocommerce form.checkout textarea,
div.woocommerce form.checkout select {
  background-color: #f1f2f3 !important;
  color: #005894 !important;
}
div.woocommerce form.checkout span.select2-selection {
  padding: 12px 0;
  box-sizing: initial;
  border-color: #005894;
  border-radius: 0;
}
div.woocommerce form.checkout span.select2-selection span.select2-selection__rendered {
  color: #005894 !important;
}
div.woocommerce form.checkout span.select2-selection span.select2-selection__arrow {
  margin: 12px;
}
div.woocommerce form.checkout table {
  border-left: 0;
  border-right: 0;
  border-color: #005894;
  border-radius: 0;
  border-bottom: 0;
}
div.woocommerce form.checkout table th {
  color: #00B3D7;
  padding: 20px 0;
}
div.woocommerce form.checkout table td {
  padding: 20px 0;
  color: #005894;
}
div.woocommerce form.checkout table tfoot th {
  color: #005894;
}
div.woocommerce form.checkout textarea::-webkit-input-placeholder {
  color: #005894;
}
div.woocommerce form.checkout textarea:-ms-input-placeholder {
  color: #005894;
}
div.woocommerce form.checkout textarea::placeholder {
  color: #005894;
}
div.woocommerce form.woocommerce-form {
  border-color: #005894;
  color: #005894;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 20px 0;
  border-radius: 0;
}
div.woocommerce form.woocommerce-form input {
  background-color: #f1f2f3 !important;
  color: #005894 !important;
  box-shadow: none !important;
}
div.woocommerce input {
  background-color: #f1f2f3 !important;
  color: #005894 !important;
  box-shadow: none !important;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px dotted #00B3D7;
  padding: 10px 0;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #005894;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover,
div.woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus {
  text-decoration: none;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}
div.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link-- {
  display: none;
}
div.woocommerce section.woocommerce-customer-details address {
  border-color: #005894;
  color: #005894;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 20px 0;
  border-radius: 0;
}
/*
---- URL specific
-------------------------------------------------------- */
body.page-id-4597 div.pp-multiple-authors-boxes-wrapper {
  display: none;
}
/*# sourceMappingURL=style.css.map */