/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  background: #1B1B1B;
  color: #F3F3F3;
  -webkit-font-smoothing: antialiased;
}

.swpm_full_page_protection_not_logged_msg{
  text-align: center;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1, .stat h4 {
  font: bold normal 72px/72px Arial, Helvetica, sans-serif;
  margin: 20px 0 10px 0;
  color: #FF5114;
  letter-spacing: -0.0278em;
}
@media screen and (max-width: 767px) {
  h1, .stat h4 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font: bold normal 48px/56px Arial, Helvetica, sans-serif;
  margin: 16px 0 6px 0;
  letter-spacing: -0.0278em;
  color: #D1D1D1;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

h3 {
  font: bold normal 24px/32px Arial, Helvetica, sans-serif;
  margin: 10px 0 5px 0;
}

ul, ol {
  padding-left: 1em;
}

ul {
  list-style-type: circle;
}
ul li {
  margin: 6px 0;
}
ul li::marker {
  color: #FF5114;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #3B3B3B;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  header.main {
    padding: 10px 20px;
  }
}
header.main .logo {
  display: block;
  line-height: 0;
}
header.main .logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  header.main .logo img {
    width: 130px;
  }
}
header.main nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  header.main nav {
    display: none;
  }
}
header.main nav ul.menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 800px;
}
header.main nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
header.main nav ul.menu li a {
  font: bold normal 16px/normal Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  padding: 20px 8px;
  overflow: hidden;
  text-align: center;
}
header.main nav ul.menu li:hover > a, header.main nav ul.menu li > a:hover {
  opacity: 0.7;
}
header.main nav ul.menu li.current_page_item > a, header.main nav ul.menu li.current_page_parent > a {
  font-weight: bold;
  color: #FF5114;
}
header.main nav ul.menu li.mobile_login {
  display: none;
}
@media screen and (max-width: 767px) {
  header.main nav ul.menu li.mobile_login {
    display: inline;
  }
  header.main nav ul.menu li.mobile_login a {
    color: #FF5114;
    font-weight: bold;
  }
}
header.main nav ul.menu ul.sub-menu {
  display: none;
}
header.main a.mobile_toggle {
  color: white;
  padding: 20px;
  margin: 0 -20px 0 0;
  display: none;
}
@media screen and (max-width: 767px) {
  header.main a.mobile_toggle {
    display: block;
  }
}

.mm-wrapper--opened a.mobile_toggle:before {
  content: "\f00d" !important;
}

.single-people header.main {
  border-bottom: none !important;
}

header.main ul#menu-main-menu > li {
  position: relative;
}
header.main ul#menu-main-menu > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 98%;
  display: none;
  background: white;
  margin: 0;
  padding: 0;
  width: 250px;
  z-index: 2;
}
header.main ul#menu-main-menu > li > ul.sub-menu li {
  display: block;
}
header.main ul#menu-main-menu > li > ul.sub-menu li a {
  display: block;
  line-height: normal;
  padding: 8px 18px;
  color: #1B1B1B;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
header.main ul#menu-main-menu > li > ul.sub-menu li a:after {
  display: none !important;
}
header.main ul#menu-main-menu > li > ul.sub-menu li a:hover {
  color: #FF5114;
}
header.main ul#menu-main-menu > li > ul.sub-menu li:first-child a {
  padding-top: 14px;
}
header.main ul#menu-main-menu > li > ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
header.main ul#menu-main-menu > li > ul.sub-menu ul.sub-menu {
  display: none !important;
}
header.main ul#menu-main-menu > li.menu-item-has-children a:after {
  font-family: "Font Awesome 6 Pro";
  display: inline;
  content: "\f107";
  font-size: 80%;
  margin: 0 0 0 5px;
}
header.main ul#menu-main-menu > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  header.main ul#menu-main-menu > li.menu-item-has-children:hover ul.sub-menu {
    display: none !important;
  }
}

.mm-menu {
  border-right: 1px solid #494949;
}
.mm-menu .mobile_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mm-menu .mobile_login a {
  color: #FF5114;
  font-weight: bold;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.wrapper {
  max-width: 1360px;
  margin: 0 auto 50px auto;
  border-left: 1px solid #3B3B3B;
  border-right: 1px solid #3B3B3B;
}

.modules section {
  padding: 40px 50px;
  border-bottom: 1px solid #3B3B3B;
}
@media screen and (max-width: 767px) {
  .modules section {
    padding: 20px;
  }
}
.modules section.module_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_columns {
    display: block;
  }
}
.modules section.module_columns .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
  border-right: 1px solid #3B3B3B;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .modules section.module_columns .col {
    width: auto;
    padding: 20px;
    min-height: 150px;
    border-bottom: 1px solid #3B3B3B;
    border-right: none;
  }
}
.modules section.module_columns .col:last-child {
  border-right: 0;
}
.modules section.module_columns.orange {
  background: #FF5114;
}
.modules section.module_columns.orange h1, .modules section.module_columns.orange h2, .modules section.module_columns.orange h3, .modules section.module_columns.orange p {
  color: white;
}
.modules section.module_heading h2 {
  margin: 0;
}
.modules section.module_people_header {
  aspect-ratio: 2170/764;
  background: #ddd;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modules section.module_people_header {
    min-height: 250px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.modules section.module_people_header .people_header_inner {
  position: relative;
  z-index: 2;
}
.modules section.module_people_header:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.2);
}
@media screen and (max-width: 767px) {
  .modules section.module_people_header:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%);
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_people_header {
    aspect-ratio: auto;
  }
}
.modules section.module_people_header h1, .modules section.module_people_header h4 {
  color: white;
}
.modules section.module_people .headshots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modules section.module_people .headshots a.headshot {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  width: 23%;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_people .headshots a.headshot {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    width: 48%;
    margin: 10px 0;
  }
}
.modules section.module_people .headshots a.headshot img {
  width: 100%;
  aspect-ratio: 1/1.36;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 20px 0 10px 0;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modules section.module_people .headshots a.headshot:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.modules section.module_people .headshots a.headshot p {
  margin: 0;
}
.modules section.module_people .headshots a.headshot p.small {
  font-size: 80%;
}
.modules section.module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 50%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: 100%;
    margin-left: 0;
    min-height: 250px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_and_image .module_text_and_image_text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    padding: 20px 20px 0 20px;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.modules section.module_text_and_image.module_carousel {
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.module_carousel {
    padding: 0;
  }
}
.modules section.module_text_and_image.module_carousel .module_text_and_image_image {
  background-size: contain;
}
.modules section.module_text_and_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_stats {
    display: block;
  }
}
.modules section.module_text_and_stats .module_text_and_stats_text {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-right: 2%;
}
.modules section.module_text_and_stats .module_text_and_stats_stats {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modules section.module_text_and_stats .module_text_and_stats_stats .stat {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-right: 2%;
  margin: 10px 0 40px 0;
}
.modules section.module_text_and_stats .module_text_and_stats_stats .stat h4 {
  margin: 0;
}
.modules section.module_text_and_stats .module_text_and_stats_stats .stat p {
  font-size: 16px;
  line-height: 22px;
  color: #9C9C9C;
  margin: 0;
}
.modules section.module_downloads {
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads {
    padding: 10px 20px;
  }
}
.modules section.module_downloads p {
  margin: 12px 0 12px 16px;
}
.modules section.module_downloads h2 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads h2 {
    font-size: 30px;
    line-height: 1em;
    margin-top: 25px;
  }
}
.modules section.module_downloads h3 {
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads h3 {
    margin: 14px 0 8px 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.modules section.module_downloads h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.modules section.module_downloads h3 a i {
  color: #FF5114;
  margin: 3px 0 0 0;
}

.carousel {
  position: relative;
}
@media screen and (max-width: 767px) {
  .carousel {
    padding-bottom: 40px;
  }
}
.carousel a.slick-arrow {
  color: #FF5114;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 50px;
  padding: 0 30px;
  z-index: 10;
}
.carousel a.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.carousel a.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .carousel a.slick-arrow {
    display: none !important;
  }
}
.carousel ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.carousel ul.slick-dots li {
  list-style: none;
  display: inline;
}
.carousel ul.slick-dots li button {
  padding: 0;
  clip-path: none;
  margin: 17px 7px;
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: #555;
}
.carousel ul.slick-dots li.slick-active button {
  background: #FF5114;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid #3B3B3B;
}
@media screen and (max-width: 767px) {
  footer {
    border: none;
  }
}
footer .maxwidth {
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  footer .maxwidth {
    padding: 0 40px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .maxwidth {
    padding: 20px 0;
  }
}
footer .maxwidth .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  footer .maxwidth .inner {
    display: block;
    padding: 20px;
  }
}
footer .maxwidth .footer_col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer .maxwidth .footer_col.copyright {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-right: 10px;
}
footer .maxwidth .footer_col.copyright p {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  footer .maxwidth .footer_col.copyright {
    padding: 0 0 10px 0;
  }
}
footer .maxwidth .footer_col a {
  text-decoration: none;
}
footer .maxwidth .footer_col a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .maxwidth .footer_col.footer_menu {
    display: none;
  }
}
footer .maxwidth .footer_col.footer_menu ul, footer .maxwidth .footer_col.footer_menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .maxwidth .footer_col.footer_menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .maxwidth .footer_col.footer_menu ul.menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 10px 0;
  }
}
footer .maxwidth .footer_col.footer_menu ul.menu a {
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  footer .maxwidth .footer_col.footer_menu ul.menu a {
    padding: 6px;
    display: inline-block;
  }
}
footer .maxwidth .footer_col.footer_menu ul.menu a:hover {
  text-decoration: underline;
}
footer .maxwidth .footer_col.social {
  text-align: right;
  font-size: 22px;
}
footer .maxwidth .footer_col.social a {
  display: inline-block;
  margin: 0 0 0 10px;
  color: black;
}
@media screen and (max-width: 767px) {
  footer .maxwidth .footer_col.social a {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  footer .maxwidth .footer_col.social {
    text-align: center;
  }
}
footer .maxwidth .footer_col p.fineprint {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.white_bg footer {
  border-color: #eee;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], input[type=password], select, textarea {
  font: 16px Arial, Helvetica, sans-serif;
  padding: 12px;
  border-radius: 0;
  border: 1px solid black;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit], button:not(.fancybox-button), a.button {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  padding: 15px 15px 15px 180px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  background: #FF5114;
  clip-path: polygon(180px 0, 100% 0, 100% 100%, 180px 100%, 0 50%);
  display: inline-block;
  margin: 20px 0;
}
input[type=submit]:hover, button:not(.fancybox-button):hover, a.button:hover {
  opacity: 0.7;
}
input[type=submit].login, button:not(.fancybox-button).login, a.button.login {
  padding: 12px 12px 12px 80px;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 80px 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  input[type=submit].login, button:not(.fancybox-button).login, a.button.login {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  input[type=submit], button:not(.fancybox-button), a.button {
    padding: 15px 15px 15px 80px;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 80px 100%, 0 50%);
  }
}

button.fancybox-button.fancybox-button--close {
  background: white;
  color: black;
}

a.button_small, input.button.gform_button {
  color: white;
  font-size: 20px;
  line-height: 28px;
  padding-left: 48px;
  clip-path: none;
  background: url(../images/arrow_orange.svg) no-repeat left center;
}
a.button_small.white, input.button.gform_button.white {
  background: url(../images/arrow_white.svg) no-repeat left center;
}
a.button_small:hover, input.button.gform_button:hover {
  opacity: 0.7;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

form, .gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield > label {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container {
  padding: 10px;
}
.gform_wrapper ul.gform_fields li.gfield.half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield.half {
    width: 100%;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: red;
  font-size: 13px;
  text-align: center;
}

.gform_wrapper.gravity-theme .gfield_required, .gform_wrapper.gravity-theme .gfield_required .gfield_required_custom, .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  color: #FF5114;
  font-style: normal !important;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.mm-page {
  min-height: 0 !important;
}
@media screen and (max-width: 767px) {
  .mm-page {
    min-height: 100vh !important;
  }
}

/* ------------------------------------
COLOUR OVERRIDES
------------------------------------ */
body.white_bg {
  background: white;
  color: #1B1B1B;
}
body.white_bg h2, body.white_bg h3, body.white_bg a.button_small, body.white_bg input.button.gform_button {
  color: #1B1B1B;
}
body.white_bg .wrapper, body.white_bg .module, body.white_bg .modules section.module_columns .col, body.white_bg header.main {
  border-color: #eee;
}
body.white_bg header.main {
  background: #1B1B1B;
  color: white;
}