@import url('https://fonts.googleapis.com/css?family=Barlow:200,300,400,600,700&subset=latin-ext');
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300");
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1500px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@font-face {
  font-family: 'Neutraface2Display-Bold';
  src: url('../fonts/Neutraface2Display-Bold.eot');
  src: url('../fonts/Neutraface2Display-Bold.woff2') format('woff2'), url('../fonts/Neutraface2Display-Bold.woff') format('woff'), url('../fonts/Neutraface2Display-Bold.ttf') format('truetype'), url('../fonts/Neutraface2Display-Bold.svg#Neutraface2Display-Bold') format('svg'), url('../fonts/Neutraface2Display-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraface2Display-Titling';
  src: url('../fonts/Neutraface2Display-Titling.eot');
  src: url('../fonts/Neutraface2Display-Titling.woff2') format('woff2'), url('../fonts/Neutraface2Display-Titling.woff') format('woff'), url('../fonts/Neutraface2Display-Titling.ttf') format('truetype'), url('../fonts/Neutraface2Display-Titling.svg#Neutraface2Display-Titling') format('svg'), url('../fonts/Neutraface2Display-Titling.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opendyslexicregular';
  src: url('../fonts/opendyslexic-regular-webfont.woff2') format('woff2'), url('../fonts/opendyslexic-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/GOTHIC.eot");
  src: url("../fonts/GOTHIC.eot?#iefix") format("embedded-opentype"), url("../fonts/GOTHIC.otf") format("opentype"), url("../fonts/GOTHIC.svg") format("svg"), url("../fonts/GOTHIC.ttf") format("truetype"), url("../fonts/GOTHIC.woff") format("woff"), url("../fonts/GOTHIC.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
  /* Modern Browsers */
}
html {
  font-size: 16px;
}
body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.313rem;
  color: #605e5e;
  background: #fafafa;
  font-weight: 300;
  letter-spacing: 0.5px;
}
body.partner-template-default {
  background: #fff;
}
body.partner-template-default header {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.partner-template-default header {
    margin-bottom: 20px;
  }
}
body.white {
  background: #fff;
}
p {
  margin-bottom: 20px;
}
ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
strong {
  font-weight: 600;
}
h1 {
  font-family: 'Neutraface2Display-Titling', sans-serif;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.125rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0px;
  color: #ec008c;
}
h1:after {
  content: "";
  background: #ec008c;
  height: 6px;
  width: 30px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
}
h2 {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-size: 1.563rem;
  line-height: 1.875rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 50px;
  margin-top: 0px;
}
h2:after {
  content: "";
  background: #e0e0e0;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
}
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  line-height: 1.563rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
}
h6 {
  color: #ec008c;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.313rem;
  margin-bottom: 20px;
}
a,
a:hover,
a:focus {
  color: #ec008c;
  outline: none;
}
a.button {
  background: #ec008c;
  color: #fff;
  line-height: 35px;
  padding: 0px 20px;
  display: inline-block;
}
a.button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.transition {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#logo {
  width: 126px;
  margin: 40px auto 20px;
  display: block;
}
@media (max-width: 767px) {
  #logo {
    width: 60px;
    margin-top: 20px;
  }
}
header {
  background: #fff;
  margin-bottom: 70px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  header {
    margin-bottom: 20px;
  }
}
.social_links {
  position: absolute;
  top: 11px;
}
.social_links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  font-size: 1.125rem;
  background: #E0E0E0;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.lang_switcher {
  right: 15px;
  top: 15px;
  position: absolute;
  text-transform: uppercase;
}
.opp_menu {
  right: 100px;
  top: 15px;
  position: absolute;
  color: #605e5e;
  text-transform: uppercase;
}
.opp_menu #toggle_oppnav {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  font-size: 1.125rem;
  background: #E0E0E0;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  margin-top: -3px;
}
@media (max-width: 991px) {
  .opp_menu #toggle_oppnav {
    display: block;
  }
}
.opp_menu ul {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
.opp_menu ul #close-opp {
  display: none;
}
@media (max-width: 991px) {
  .opp_menu ul {
    display: none;
  }
  .opp_menu ul.open {
    display: block;
    position: fixed;
    width: 320px;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 10;
    padding: 30px;
  }
  .opp_menu ul.open #close-opp {
    display: block;
    margin-top: 30px;
  }
}
.opp_menu ul li {
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .opp_menu ul li {
    display: block;
    margin: 5px 0;
    text-align: center;
  }
}
.opp_menu ul li a {
  color: #605e5e;
}
.opp_menu ul li a:after {
  content: "|";
  margin: 0 10px;
}
@media (max-width: 991px) {
  .opp_menu ul li a:after {
    display: none;
  }
}
.opp_menu ul li.reset a:after,
.opp_menu ul li:last-child a:after {
  display: none;
}
.opp_menu ul li ul.submenu {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -100;
  top: 100px;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  background: #fff;
  padding: 7px 10px;
  left: calc(50% - 10px);
  transform: translate(-50%);
  margin: 0;
}
@media (max-width: 991px) {
  .opp_menu ul li ul.submenu {
    z-index: 100;
    top: 0;
    top: auto;
    opacity: 1;
    position: relative;
    left: auto;
    white-space: normal;
    padding: 0px;
    transform: translate(0);
  }
  .opp_menu ul li ul.submenu li {
    border: none;
  }
  .opp_menu ul li ul.submenu li a {
    text-transform: none;
    line-height: 20px;
  }
}
.opp_menu ul li ul.submenu li {
  display: block;
  text-align: center;
}
.opp_menu ul li ul.submenu li a {
  line-height: 28px;
  display: block;
  margin: 0;
  padding: 0px 10px;
}
.opp_menu ul li ul.submenu li a:after {
  display: none;
}
.opp_menu ul li ul.submenu li a#white-black {
  color: #fff !important;
  background: #000 !important;
}
.opp_menu ul li ul.submenu li a#yellow-blue {
  color: #ffe800 !important;
  background: blue !important;
}
.opp_menu ul li ul.submenu li a#black-beige {
  color: #000 !important;
  background: #f5f5dc !important;
}
.opp_menu ul li ul.submenu li a#green-black {
  color: #00ff00 !important;
  background: #000 !important;
}
.opp_menu ul li ul.submenu.open {
  z-index: 100;
  top: 30px;
  opacity: 1;
}
@media (max-width: 991px) {
  .opp_menu ul li ul.submenu.open {
    top: 0;
    width: auto;
  }
}
#main {
  position: relative;
  z-index: 100;
}
#main .content_wrapper {
  margin-bottom: 50px;
}
#main.boxed .container,
#main .boxed .container {
  width: 950px;
}
@media (max-width: 991px) {
  #main.boxed .container,
  #main .boxed .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  #main.boxed .container,
  #main .boxed .container {
    width: 100%;
  }
}
#main.boxed_half .container,
#main .boxed_half .container {
  width: 620px;
}
@media (max-width: 767px) {
  #main.boxed_half .container,
  #main .boxed_half .container {
    width: 100%;
  }
}
#main.boxed_half .content_wrapper,
#main .boxed_half .content_wrapper {
  background: #fff;
  padding: 50px;
}
@media (max-width: 767px) {
  #main.boxed_half .content_wrapper,
  #main .boxed_half .content_wrapper {
    padding: 25px;
  }
}
#main.fullwidth .container,
#main .fullwidth .container {
  width: 100%;
}
#main.fullwidth .content_wrapper,
#main .fullwidth .content_wrapper {
  padding: 0 20px;
}
.home header {
  margin-bottom: 0px;
}
.home #main .boxed_half .container {
  width: 810px;
}
@media (max-width: 767px) {
  .home #main .boxed_half .container {
    width: 100%;
  }
}
.home #main .boxed_half .content_wrapper {
  background: rgba(255, 255, 255, 0.9);
}
.home #main .boxed_half .content_wrapper ul {
  margin: 0;
  margin-top: 50px;
  text-align: center;
  width: 100%;
  padding: 0;
}
.home #main .boxed_half .content_wrapper ul li {
  display: inline-block;
  margin: 0 30px;
}
.home #main .boxed_half .content_wrapper ul a {
  font-family: 'Neutraface2Display-Titling', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #594E48;
  text-decoration: underline;
}
.home #main .boxed_half .content_wrapper ul a:hover {
  text-decoration: none;
}
.home #main .boxed_half {
  background-size: cover;
  background-position: center center;
}
.home #main .block {
  margin-top: 100px;
}
.home #main .block.video_block {
  margin-top: 50px;
  margin-bottom: 100px;
}
.home #main .container {
  width: 991px;
}
@media (max-width: 767px) {
  .home #main .container {
    width: 100%;
  }
}
.homepage_bottom {
  background: #fff;
}
.partner_box {
  background: #fafafa;
  padding: 40px;
}
@media (max-width: 767px) {
  .partner_box {
    padding: 25px;
  }
}
.partner_box h3 {
  margin: 50px 0 30px 0;
}
.partner_box img {
  max-width: 300px;
}
@media (max-width: 767px) {
  .partner_box img {
    max-width: 100%;
  }
}
.partner_box.contact_box {
  text-align: center;
}
.partner_box.contact_box img {
  display: inline-block;
  margin-bottom: 50px;
}
.partner_link,
.area_link {
  display: block;
  background: #fafafa;
  text-align: center;
  color: #605E5E;
  font-weight: 600;
  padding: 0px 65px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  margin-bottom: 30px;
}
.partner_link span,
.area_link span {
  display: block;
}
.partner_link:hover,
.area_link:hover {
  text-decoration: none;
}
.partner_link.pink,
.area_link.pink {
  color: #ec008c;
}
@media (max-width: 1500px) {
  .partner_link,
  .area_link {
    padding: 0px 20px;
  }
}
.area_link {
  height: 250px;
  font-family: 'Neutraface2Display-Titling', sans-serif;
  color: #ec008c;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.area_link:hover {
  text-decoration: underline;
}
.subpages {
  padding: 50px 0px;
  text-align: center;
}
.subpages a {
  display: block;
}
.subpages a:hover {
  text-decoration: none;
}
.subpages a:hover img {
  -moz-transform: scale(1.1) rotate(20deg);
  -webkit-transform: scale(1.1) rotate(20deg);
  -o-transform: scale(1.1) rotate(20deg);
  -ms-transform: scale(1.1) rotate(20deg);
  transform: scale(1.1) rotate(20deg);
}
@media (max-width: 767px) {
  .subpages a {
    margin-bottom: 30px;
  }
}
.subpages img {
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(../images/desaturate.svg#greyscale);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 30px;
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.subpages span {
  display: block;
  color: #0F0F0F;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-family: "Raleway";
}
.parallax-window {
  min-height: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
}
#mainnav {
  text-align: center;
}
#mainnav #toggle_nav {
  font-size: 1.25rem;
  display: none;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #mainnav #toggle_nav {
    display: block;
  }
}
#mainnav ul {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  #mainnav ul {
    padding: 0 0 15px 0px;
    display: none;
  }
}
#mainnav ul li {
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  #mainnav ul li {
    display: block;
  }
}
#mainnav ul li a {
  color: #A0A09F;
  text-transform: uppercase;
  display: block;
  padding: 0px 15px;
  line-height: 53px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  #mainnav ul li a {
    line-height: 20px;
    padding: 5px 0px;
  }
}
#mainnav ul li ul.sub-menu {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -100;
  top: 100px;
  opacity: 0;
  position: absolute;
  left: 50%;
  white-space: nowrap;
  background: #fff;
  padding: 7px 10px;
}
#mainnav ul li ul.sub-menu li {
  display: block;
}
#mainnav ul li ul.sub-menu li a {
  line-height: 28px;
}
@media (max-width: 991px) {
  #mainnav ul li ul.sub-menu {
    display: block !important;
    z-index: 100;
    top: auto;
    opacity: 1;
    position: relative;
    left: auto;
    white-space: normal;
    padding: 0px;
  }
  #mainnav ul li ul.sub-menu li a {
    text-transform: none;
    line-height: 20px;
  }
}
#mainnav ul li:hover ul.sub-menu {
  z-index: 100;
  top: 50px;
  opacity: 1;
}
@media (max-width: 991px) {
  #mainnav ul li:hover ul.sub-menu {
    top: auto;
  }
}
footer {
  background: #fff;
  text-align: center;
  color: #ec008c;
  font-size: 0.75rem;
  padding: 15px 0;
  letter-spacing: 0px;
  position: relative;
  z-index: 100;
}
footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer .container {
  max-width: 950px;
}
@media (max-width: 767px) {
  footer .container {
    width: 100%;
  }
}
footer table {
  width: 100%;
  margin: 30px 0px;
}
@media (max-width: 767px) {
  footer table {
    margin: 0;
  }
  footer table td {
    display: block;
    margin: 30px 0;
  }
}
#gmap {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: -70px;
  margin-bottom: 50px;
}
.wpcf7-form {
  margin: 30px 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #a0a09f;
  color: #605E5E;
  margin: 0 0 5px;
  width: 100%;
  padding: 5px 10px;
}
.wpcf7-form textarea {
  resize: none;
}
.wpcf7-form input[type="submit"] {
  background: #A0A09F;
  width: auto;
  color: #fff;
  font-weight: 500;
  float: right;
}
@media (max-width: 479px) {
  .partners > div {
    width: 100% !important;
  }
}
.video_wrapper {
  width: auto;
  margin: 0px auto;
}
@media (max-width: 479px) {
  .video_wrapper {
    margin-bottom: 15px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.all-bold {
  font-weight: bold !important;
}
body.all-left {
  text-align: left !important;
}
body.all-left p,
body.all-left h1,
body.all-left h2 {
  text-align: left !important;
}
body.all-left p:after,
body.all-left h1:after,
body.all-left h2:after {
  left: 0;
  margin-left: 0;
}
body.font-arial {
  font-family: Arial !important;
}
body.font-arial h1,
body.font-arial h2,
body.font-arial h3,
body.font-arial h4,
body.font-arial h5,
body.font-arial h6,
body.font-arial a,
body.font-arial .subpages span {
  font-family: Arial !important;
}
body.font-verdana {
  font-family: Verdana !important;
}
body.font-verdana h1,
body.font-verdana h2,
body.font-verdana h3,
body.font-verdana h4,
body.font-verdana h5,
body.font-verdana h6,
body.font-verdana a,
body.font-verdana .subpages span {
  font-family: Verdana !important;
}
body.font-tahoma {
  font-family: Tahoma !important;
}
body.font-tahoma h1,
body.font-tahoma h2,
body.font-tahoma h3,
body.font-tahoma h4,
body.font-tahoma h5,
body.font-tahoma h6,
body.font-tahoma a,
body.font-tahoma .subpages span {
  font-family: Tahoma !important;
}
body.font-trebuchet {
  font-family: "Trebuchet MS" !important;
}
body.font-trebuchet h1,
body.font-trebuchet h2,
body.font-trebuchet h3,
body.font-trebuchet h4,
body.font-trebuchet h5,
body.font-trebuchet h6,
body.font-trebuchet a,
body.font-trebuchet .subpages span {
  font-family: "Trebuchet MS" !important;
}
body.font-open-dyslexic {
  font-family: 'opendyslexicregular' !important;
}
body.font-open-dyslexic h1,
body.font-open-dyslexic h2,
body.font-open-dyslexic h3,
body.font-open-dyslexic h4,
body.font-open-dyslexic h5,
body.font-open-dyslexic h6,
body.font-open-dyslexic a,
body.font-open-dyslexic .subpages span {
  font-family: 'opendyslexicregular' !important;
}
body.font-century-gothic {
  font-family: "CenturyGothic" !important;
}
body.font-century-gothic h1,
body.font-century-gothic h2,
body.font-century-gothic h3,
body.font-century-gothic h4,
body.font-century-gothic h5,
body.font-century-gothic h6,
body.font-century-gothic a,
body.font-century-gothic .subpages span {
  font-family: "CenturyGothic" !important;
}
body.ct-yellow-blue {
  background: blue !important;
  color: #ffe800 !important;
}
body.ct-yellow-blue h1,
body.ct-yellow-blue h2,
body.ct-yellow-blue h3,
body.ct-yellow-blue h4,
body.ct-yellow-blue h5,
body.ct-yellow-blue h6,
body.ct-yellow-blue a,
body.ct-yellow-blue .subpages span,
body.ct-yellow-blue footer {
  color: #ffe800 !important;
}
body.ct-yellow-blue h1:after {
  background: #ffe800 !important;
}
body.ct-yellow-blue header,
body.ct-yellow-blue .social_links a,
body.ct-yellow-blue .boxed_half,
body.ct-yellow-blue .content_wrapper,
body.ct-yellow-blue .homepage_bottom,
body.ct-yellow-blue .area_link,
body.ct-yellow-blue .partner_link,
body.ct-yellow-blue .partner_box,
body.ct-yellow-blue footer,
body.ct-yellow-blue #mainnav ul li ul.sub-menu,
body.ct-yellow-blue .opp_menu ul li ul.submenu {
  background: blue !important;
}
body.ct-green-black {
  background: #000 !important;
  color: #00ff00 !important;
}
body.ct-green-black h1,
body.ct-green-black h2,
body.ct-green-black h3,
body.ct-green-black h4,
body.ct-green-black h5,
body.ct-green-black h6,
body.ct-green-black a,
body.ct-green-black .subpages span,
body.ct-green-black footer {
  color: #00ff00 !important;
}
body.ct-green-black h1:after {
  background: #00ff00 !important;
}
body.ct-green-black header,
body.ct-green-black .social_links a,
body.ct-green-black .boxed_half,
body.ct-green-black .content_wrapper,
body.ct-green-black .homepage_bottom,
body.ct-green-black .area_link,
body.ct-green-black .partner_link,
body.ct-green-black .partner_box,
body.ct-green-black footer,
body.ct-green-black #mainnav ul li ul.sub-menu,
body.ct-green-black .opp_menu ul li ul.submenu {
  background: #000 !important;
}
body.ct-white-black {
  background: #000 !important;
  color: #fff !important;
}
body.ct-white-black h1,
body.ct-white-black h2,
body.ct-white-black h3,
body.ct-white-black h4,
body.ct-white-black h5,
body.ct-white-black h6,
body.ct-white-black a,
body.ct-white-black .subpages span,
body.ct-white-black footer {
  color: #fff !important;
}
body.ct-white-black h1:after {
  background: #fff !important;
}
body.ct-white-black header,
body.ct-white-black .social_links a,
body.ct-white-black .boxed_half,
body.ct-white-black .content_wrapper,
body.ct-white-black .homepage_bottom,
body.ct-white-black .area_link,
body.ct-white-black .partner_link,
body.ct-white-black .partner_box,
body.ct-white-black footer,
body.ct-white-black #mainnav ul li ul.sub-menu,
body.ct-white-black .opp_menu ul li ul.submenu {
  background: #000 !important;
}
body.ct-black-beige {
  background: #f5f5dc !important;
  color: #000 !important;
}
body.ct-black-beige h1,
body.ct-black-beige h2,
body.ct-black-beige h3,
body.ct-black-beige h4,
body.ct-black-beige h5,
body.ct-black-beige h6,
body.ct-black-beige a,
body.ct-black-beige .subpages span,
body.ct-black-beige footer {
  color: #000 !important;
}
body.ct-black-beige h1:after {
  background: #000 !important;
}
body.ct-black-beige header,
body.ct-black-beige .social_links a,
body.ct-black-beige .boxed_half,
body.ct-black-beige .content_wrapper,
body.ct-black-beige .homepage_bottom,
body.ct-black-beige .area_link,
body.ct-black-beige .partner_link,
body.ct-black-beige .partner_box,
body.ct-black-beige footer,
body.ct-black-beige #mainnav ul li ul.sub-menu,
body.ct-black-beige .opp_menu ul li ul.submenu {
  background: #f5f5dc !important;
}
.logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .logos {
    flex-direction: column;
  }
}
.logos .image img {
  max-height: 70px;
}
