@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
  height: 100%;
}.logo_scroller .logo_scroller_track img

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 {
  -webkit-font-smoothing: antialiased;
  background: #6E6E6E;
  color: white;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Eina", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }
}

p {
  margin: 20px 0;
}
p.has_button {
  margin: 40px 0;
}

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 {
  font: bold normal 5.6vw/6.3vw "Eina", Helvetica, Arial, sans-serif;
  margin: 40px 0;
}
h1 strong {
  color: #BAFF39;
}
@media screen and (min-width: 1700px) {
  h1 {
    font-size: 96px;
    line-height: 108px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 40px 0;
  }
}

h2 {
  font: bold normal 40px/48px "Eina", Helvetica, Arial, sans-serif;
  margin: 40px 0;
}
h2 strong {
  color: #BAFF39;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
   /* font-size: 21px;
    line-height: 28px;*/
    margin: 40px 0;
  }
}

h3 {
  font: bold normal 24px/32px "Eina", Helvetica, Arial, sans-serif;
  color: #BAFF39;
  margin: 16px 0;
}
h3 strong {
  color: #BAFF39;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 26px;
  }
}

h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: bold normal 15px/20px "Eina", Helvetica, Arial, sans-serif;
  color: white;
  margin: 20px 0;
}
@media screen and (max-width: 1400px) {
  h4 {
    font-size: 13px;
    margin: 10px 0;
  }
}

h5 {
  font: bold normal 34px/50px "Eina", Helvetica, Arial, sans-serif;
  margin: 40px 0;
  font-weight: normal;
  color: white;
}
h5 strong {
  color: #BAFF39;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 21px;
    line-height: 28px;
    margin: 20px 0;
  }
}

h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: bold normal 30px/30px "Eina", Helvetica, Arial, sans-serif;
  color: white;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1400px) {
  h6 {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
  position: relative;
  z-index: 990;
}
@media screen and (max-width: 1400px) {
  header.main {
    padding: 30px 20px;
  }
}
header.main .logo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
header.main .logo img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  header.main .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 1023px) {
  header.main .logo img {
    width: 230px;
    height: 68px;
  }
}
header.main nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  header.main nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header.main {
    padding: 16px 96px 8px 16px;
    text-align: left;
    display: block;
  }
  header.main .logo img {
    width: 240px;
  }
  header.main .header_cta {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}
nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
nav ul.menu li a {
  font: normal normal 1.06vw/normal "Eina", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 0.83vw;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 1700px) {
  nav ul.menu li a {
    font-size: 18px;
    padding: 14px;
  }
}
@media screen and (max-width: 1460px) {
  nav ul.menu li a {
    font-size: 15px;
  }
}
nav ul.menu li:hover > a, nav ul.menu li > a:hover {
  color: #BAFF39;
}
nav ul.menu li.current_page_item > a, nav ul.menu li.current_page_parent > a {
  color: #BAFF39;
  font-weight: bold;
}
nav ul.menu li.button a {
  white-space: nowrap;
  margin: 0 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav ul.menu li.button a:hover {
  color: black;
}
@media screen and (max-width: 1200px) {
  nav ul.menu li.button a {
    font-size: 11px !important;
    line-height: 16px !important;
    padding: 10px 20px !important;
  }
}
nav ul.menu li.button.current_page_item a, nav ul.menu li.button.current_page_parent a {
  color: black;
}
nav ul.menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 85%;
  display: none;
  background: #383838;
  margin: 0;
  padding: 0;
  width: 250px;
  z-index: 2;
}
nav ul.menu li ul.sub-menu li {
  display: block;
}
nav ul.menu li ul.sub-menu li a {
  display: block;
  padding: 8px 22px;
}
nav ul.menu li ul.sub-menu li.current_page_item > a {
  color: #BAFF39;
}
nav ul.menu li ul.sub-menu li:first-child a {
  padding-top: 14px;
}
nav ul.menu li ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
nav ul.menu li ul.sub-menu ul.sub-menu {
  display: none !important;
}
nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.menu-main-menu-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 auto;
}

a.nav_toggle {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
  background: #BAFF39;
  border-radius: 999px;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  a.nav_toggle {
    display: block;
  }
}
a.nav_toggle .hamburger {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 22px;
  left: 20px;
}
a.nav_toggle .hamburger div {
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a.nav_toggle .hamburger div.hamburger1 {
  top: 0;
}
a.nav_toggle .hamburger div.hamburger2 {
  top: 9px;
}
a.nav_toggle .hamburger div.hamburger3 {
  top: 18px;
}

.nav_on a.nav_toggle .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px !important;
}
.nav_on a.nav_toggle .hamburger div.hamburger2 {
  opacity: 0;
}
.nav_on a.nav_toggle .hamburger div.hamburger2, .nav_on a.nav_toggle .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px !important;
}
.nav_on .mobile_nav {
  right: 0;
}

.mobile_nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #383838;
  color: white;
  text-align: center;
  z-index: 998;
  display: none;
  vertical-align: middle;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile_nav .mobile_nav_inner {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 60px;
}
.mobile_nav .mobile_nav_inner ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_nav .mobile_nav_inner ul.menu > li {
  display: block;
}
.mobile_nav .mobile_nav_inner ul.menu > li > a {
  display: block;
  font-size: 18px;
  padding: 12px;
}
.mobile_nav .mobile_nav_inner ul.menu > li > a:hover {
  color: #BAFF39;
}
.mobile_nav .mobile_nav_inner ul.menu > li ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_nav .mobile_nav_inner ul.menu > li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_nav .mobile_nav_inner ul.menu > li.current_page_item a, .mobile_nav .mobile_nav_inner ul.menu > li.current_page_parent a {
  color: #BAFF39;
  font-weight: bold;
}
.mobile_nav .mobile_nav_inner ul.menu > li.button a {
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 12px 20px !important;
  white-space: nowrap;
  display: inline-block;
  margin: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile_nav .mobile_nav_inner ul.menu > li.button a:hover {
  background: #BAFF39;
  color: black;
}
.mobile_nav .mobile_nav_inner ul.menu > li.button.current_page_item a, .mobile_nav .mobile_nav_inner ul.menu > li.button.current_page_parent a {
  color: black;
}
@media screen and (max-width: 1023px) {
  .mobile_nav {
    display: table;
  }
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8.333vw;
}
.content p a {
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  .content {
    padding: 0 140px;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 20px;
  }
}
.content.cols {
  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: flex-start;
  text-align: left;
}
.content.cols .col {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media screen and (max-width: 1200px) {
  .content.cols .col {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  .content.cols {
    display: block;
  }
}
.content.centered {
  text-align: center;
}

section {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}
section.dark {
  background: #383838;
}
section.darker {
  background: #222222;
}
section.image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section.image::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.7;
  background: #222;
  pointer-events: none;
}
section.image .content {
  position: relative;
  z-index: 2;
}
section.module_text_only.narrow {
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  section.module_text_only.narrow {
    padding: 10px 0;
  }
}


@media screen and (max-width: 767px) {
  section.module_numbered {
    margin: 0;
  }
}
section.module_text_2_cols.narrow {
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  section.module_text_2_cols.narrow {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  section.module_text_2_cols * {
    text-align: center !important;
  }
}
section.module_feature_boxes {
  margin-top: 10.5vw;
}
@media screen and (max-width: 767px) {
  section.module_feature_boxes {
    margin-top: 80px;
  }
}
section.module_feature_boxes .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: -12vw;
}
section.module_feature_boxes .content .highlight {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin:0;
  text-align: left;
}
section.module_feature_boxes .content .highlight:nth-child(even) {
  margin-top: 4vw;
}
section.module_feature_boxes .content .highlight img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 21vw;
}
@media screen and (min-width: 1700px) {
  section.module_feature_boxes .content .highlight img {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  section.module_feature_boxes .content .highlight img {
    height: 160px;
  }
}
@media screen and (max-width: 1200px) {
  section.module_feature_boxes .content .highlight {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  section.module_feature_boxes .content .highlight {
    margin: 0 0 30px 0;
  }
  section.module_feature_boxes .content .highlight.last {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section.module_feature_boxes .content {
    display: block;
    margin-top: -60px;
  }
}
@media screen and (min-width: 1700px) {
  section.module_feature_boxes {
    margin-top: 180px;
  }
  section.module_feature_boxes .content {
    margin-top: -204px;
  }
  section.module_feature_boxes .content .highlight:nth-child(even) {
    margin-top: 68px;
  }
}
section.module_feature_boxes.over .content .highlight {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
section.module_feature_boxes.over .content .highlight .feature_box_text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 60px);
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 40px;
  z-index: 2;
}
section.module_feature_boxes.over .content .highlight .feature_box_text h3 {
  font-size: 36px;
  color: white;
}
@media screen and (max-width: 767px) {
  section.module_feature_boxes.over .content .highlight .feature_box_text h3 {
    font-size: 24px;
  }
}
section.module_feature_boxes.over .content .highlight .feature_box_text p {
  line-height: normal;
}
section.module_feature_boxes.over .content .highlight .feature_box_text p.has_button {
  margin: 0;
}
section.module_feature_boxes.over .content .highlight .feature_box_text p.has_button a {
  display: block;
  padding: 0;
  border: none !important;
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  text-align: left;
  text-indent: -9999px;
  background: black;
  opacity: 0;
}
section.module_feature_boxes.over .content .highlight::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  background: #222;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  section.module_feature_boxes.over .content .highlight::after {
    opacity: 0.5 !important;
  }
}
section.module_feature_boxes.over .content .highlight:hover::after {
  opacity: 0.7;
}
section.module_feature_boxes_heading {
  padding-bottom: 0;
}
section.module_text_and_image {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.module_text_and_image {
    display: block;
  }
}
section.module_text_and_image .module_text_and_image_text {
  padding: 4vw 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left;
  min-height: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section.module_text_and_image .module_text_and_image_text {
    min-height: 0;
    display: block;
    padding: 20px 0;
  }
}
section.module_text_and_image .module_text_and_image_text .module_text_and_image_text_inner {
  padding: 0 10%;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.module_text_and_image .module_text_and_image_text .module_text_and_image_text_inner {
    padding: 0 20px;
    text-align: center;
    width: auto;
  }
  section.module_text_and_image .module_text_and_image_text .module_text_and_image_text_inner ul {
    list-style: none;
    padding-left: 0;
  }
}
section.module_text_and_image .module_text_and_image_image {
  background-position: center center;
  background-size: cover;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  section.module_text_and_image .module_text_and_image_image {
    height: 250px;
  }
}
section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.module_text_and_image.right .module_text_and_image_text .module_text_and_image_text_inner {
  margin: 0 0 0 auto;
  max-width: none;
}
section.module_cta {
  padding: 120px 0;
  position: relative;
}
section.module_cta .content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.module_cta {
    padding: 60px 0 80px 0;
  }
}
section.module_cta video, section.module_cta img.cta_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
section.module_cta .cta_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: #111111;
  display: block;
  opacity: 0.6;
}
section.module_cta h2 {
  font: bold normal 5.6vw/6.3vw "Eina", Helvetica, Arial, sans-serif;
  margin: 50px 0;
}
section.module_cta h2 strong {
  color: #BAFF39;
}
@media screen and (min-width: 1700px) {
  section.module_cta h2 {
    font-size: 96px;
    line-height: 108px;
  }
}
@media screen and (max-width: 767px) {
  section.module_cta h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 20px 0;
  }
}
section.module_carousel {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  section.module_carousel {
    padding: 6px 0;
  }
}
section.module_carousel.dark_bg::before {
  display: block;
  content: " ";
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  position: absolute;
  background: #383838;
  pointer-events: none;
}
section.module_carousel .carousel_heading h2 {
  font: bold normal 5.6vw/6.3vw "Eina", Helvetica, Arial, sans-serif;
  margin: 40px 0;
}
section.module_carousel .carousel_heading h2 strong {
  color: #BAFF39;
}
@media screen and (min-width: 1700px) {
  section.module_carousel .carousel_heading h2 {
    font-size: 96px;
    line-height: 108px;
  }
}
@media screen and (max-width: 767px) {
  section.module_carousel .carousel_heading h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 20px 0;
  }
}
section.module_carousel .carousel_heading p {
  font-size: 26px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  section.module_carousel .carousel_heading p {
    font-size: 15px;
    line-height: 20px;
  }
}
section.module_image_only {
  line-height: 0;
  font-size: 0;
}
section.module_image_only.cover {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.module_image_only.cover img.mobileimage {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.module_image_only.contain {
  padding-left: 4vw;
  padding-right: 4vw;
}
section.module_image_only.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
section.module_image_only.has_mobileimage img.mobileimage {
  display: none;
}
@media screen and (max-width: 767px) {
  section.module_image_only.has_mobileimage img.mobileimage {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  section.module_image_only.has_mobileimage img {
    display: none;
  }
}
section.module_image_only img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.module_image_only img {
    height: 250px;
  }
}
section.module_accordion {
  padding: 0;
  margin: 80px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  section.module_accordion {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section.module_accordion {
    margin: 20px 0;
  }
}
section.module_accordion .content {
  max-width: 1200px;
}
section.module_accordion .content > h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.module_accordion .content > h2 {
    margin-bottom: 0;
  }
}
section.module_accordion .content .accordion_item {
  text-align: left;
  padding: 1px 0;
}
section.module_accordion .content .accordion_item a.accordion_title {
  border-top: 1px solid #999;
  font-size: 30px;
  line-height: 48px;
  padding: 12px 40px 0 0;
  position: relative;
  display: block;
  margin: 20px 0 0 0;
}
section.module_accordion .content .accordion_item a.accordion_title::after {
  display: block;
  width: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  top: 14px;
  right: 0;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section.module_accordion .content .accordion_item a.accordion_title {
    font-size: 17px;
    line-height: 20px;
  }
}
section.module_accordion .content .accordion_item .accordion_body {
  padding: 1px 0;
  display: none;
}
section.module_accordion .content .accordion_item.open a.accordion_title::after {
  content: "\f077";
}
section.module_testimonials {
  padding: 0;
  margin: 80px 0 100px 0;
}
@media screen and (max-width: 1200px) {
  section.module_testimonials {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section.module_testimonials {
    margin: 20px 0;
  }
}
section.module_testimonials h2 {
  margin-top: 0;
}
section.module_testimonials .testimonials_carousel {
  width: 100%;
}
section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper {
  width: 100%;
}
section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 80px;
  background: #383838;
  margin-top: 120px;
  border-bottom: 2px solid #BAFF39;
}
@media screen and (max-width: 767px) {
  section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide {
    padding: 20px;
    margin-top: 50px;
  }
}
section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide h3 {
  font-size: 30px;
  line-height: 48px;
  font-weight: normal;
  color: white;
}
@media screen and (max-width: 767px) {
  section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide p.testimonial_byline {
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide p.testimonial_byline {
    font-size: 12px;
    line-height: 20px;
  }
}
section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide img.headshot {
  width: 170px;
  height: 170px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: -125px auto 0 auto;
}
@media screen and (max-width: 767px) {
  section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide img.headshot {
    width: 80px;
    height: 80px;
    margin-top: -60px;
  }
}
section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide img.testimonial_logo {
  width: 150px;
  height: auto;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  section.module_testimonials .testimonials_carousel .testimonial_slide_wrapper .testimonial_slide img.testimonial_logo {
    width: 100px;
  }
}
section.module_testimonials button.slick-arrow {
  position: absolute;
  border: none;
  top: 160px;
  left: 0;
  width: 150px;
  padding: 0;
  height: calc(100% - 160px);
  background: transparent;
  font-size: 50px;
  color: white;
  cursor: pointer;
  z-index: 2;
  opacity: 0.3;
}
section.module_testimonials button.slick-arrow.slick-next {
  left: auto;
  right: 0;
  cursor: pointer;
}
section.module_testimonials button.slick-arrow:hover {
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  section.module_testimonials button.slick-arrow {
    width: 4%;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.module_testimonials button.slick-arrow {
    display: none !important;
  }
}
section.module_testimonials ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.module_testimonials ul.slick-dots li {
  display: inline;
}
section.module_testimonials ul.slick-dots li button {
  font-size: 0;
  background: white;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin: 6px;
}
@media screen and (max-width: 767px) {
  section.module_testimonials ul.slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 4px;
  }
}
section.module_testimonials ul.slick-dots li.slick-active button {
  background: #BAFF39;
}
@media screen and (max-width: 767px) {
  section.module_testimonials {
    padding: 20px 0;
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
section.module_html iframe {
  min-height: 400px;
}
section.module_html figure {
  margin: 0;
}
section.module_grid_features .content .grid_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section.module_grid_features .content .grid_items {
    display: block;
  }
}
section.module_grid_features .content .grid_feature {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  padding: 0 3.5%;
  font-size: 20px;
  margin: 30px 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section.module_grid_features .content .grid_feature {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    font-size: 16px;
  }
  section.module_grid_features .content .grid_feature h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.module_grid_features .content .grid_feature {
    font-size: 13px;
    margin: 50px 0 50px 0;
  }
  section.module_grid_features .content .grid_feature p {
    margin: 10px 0;
  }
}
section.module_grid_features .content .grid_feature h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
  color: #BAFF39;
}
section.module_login_signup {
  padding-top: 30px;
}
section.module_login_signup .content.cols {
  max-width: 1100px;
}
section.module_login_signup .content.cols .col {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 50px;
}
section.module_login_signup .content.cols .col a.button.huge {
  font-size: 20px;
  min-width: 280px;
  padding: 28px;
}
section.module_login_signup .content.cols .col.first {
  border-right: 1px solid #696969;
}
@media screen and (max-width: 767px) {
  section.module_login_signup .content.cols .col.first {
    border: none;
  }
}
section.module_login_signup .content.cols .col p {
  margin: 0;
}
section.module_login_signup .content.cols .col h2 {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  section.module_login_signup .content.cols .col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.module_login_signup .content.cols .col {
    margin: 0 0 40px 0;
  }
  section.module_login_signup .content.cols .col a.button.huge {
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    padding: 16px;
  }
}
section.module_pricing_table .content {
  max-width: 1000px;
}
section.module_html .content {
  max-width: 1000px;
}

.pricing_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pricing_table .pricing_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricing_table .pricing_row:nth-child(2) {
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
}
.pricing_table .pricing_row:nth-child(2):after {
  display: none !important;
}
.pricing_table .pricing_row:nth-child(2):hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.pricing_table .pricing_row:after {
  display: block;
  content: " ";
  position: absolute;
  opacity: 0;
  background: #444;
  width: calc(100% + 40px);
  height: 104%;
  top: -2%;
  left: -20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.2);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing_table .pricing_row:hover {
  border-color: rgba(255, 255, 255, 0);
}
.pricing_table .pricing_row:hover:after {
  opacity: 1;
}
.pricing_table .pricing_row.pricing_header {
  border-bottom: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pricing_table .pricing_row.pricing_header:after {
  display: none !important;
}
.pricing_table .pricing_row.pricing_header .pricing_col {
  padding-bottom: 0;
}
.pricing_table .pricing_row.cta_row {
  border-bottom: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pricing_table .pricing_row.cta_row:after {
  display: none !important;
}
.pricing_table .pricing_row.cta_row a.button {
  display: block;
  color: black;
  text-decoration: none;
  max-width: 170px;
  margin: 0 auto;
}
.pricing_table .pricing_row.cta_row p {
  font-weight: bold;
  margin: 10px 0;
}
.pricing_table .pricing_row .pricing_col {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 16px 10px;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pricing_table .pricing_row .pricing_col a {
  color: #BAFF39;
  font-weight: bold;
  text-decoration: underline;
}
.pricing_table .pricing_row .pricing_col.pricing_label {
  text-align: left;
  padding-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pricing_table {
    display: none;
  }
}

.pricing_notes {
  text-align: left;
  margin: 50px 0 0 0;
}

.pricing_table_mobile {
  display: none;
  text-align: left;
}
.pricing_table_mobile a.pricing_header {
  display: block;
  border-top: 1px solid white;
  margin: 5px 0 0 0;
  padding: 8px 0;
  position: relative;
}
.pricing_table_mobile a.pricing_header h3 {
  margin: 0;
  font-size: 17px;
}
.pricing_table_mobile a.pricing_header:after {
  display: block;
  width: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  top: 14px;
  right: 0;
  text-align: right;
  font-size: 20px;
}
.pricing_table_mobile .open a.pricing_header:after {
  content: "\f077";
}
.pricing_table_mobile .pricing_deets {
  padding: 0 0 10px 0;
  display: none;
}
.pricing_table_mobile .pricing_deets .pricing_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #888;
}
.pricing_table_mobile .pricing_deets .pricing_row .pricing_label {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-weight: bold;
  padding: 4px 8px 4px 0;
}
.pricing_table_mobile .pricing_deets .pricing_row .pricing_value {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 4px 8px;
}
.pricing_table_mobile .pricing_deets .pricing_row .pricing_value a {
  color: #BAFF39;
  font-weight: bold;
  text-decoration: underline;
}
.pricing_table_mobile .pricing_deets .pricing_row:first-child {
  border-top: none;
}
.pricing_table_mobile .pricing_deets .pricing_row:first-child .pricing_value {
  font-weight: bold;
}
.pricing_table_mobile .pricing_deets .pricing_row.pricing_cta {
  display: block;
  text-align: center;
  padding: 12px 0;
}
.pricing_table_mobile .pricing_deets .pricing_row.pricing_cta p {
  margin: 8px 0;
}
.pricing_table_mobile .pricing_deets .pricing_row.pricing_cta a.button {
  display: block;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pricing_table_mobile {
    display: block;
  }
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40vw;
  margin-bottom: 10vw;
}
.intro .content {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: 0 8.333333333vw;
  width: 100%;
}
.intro .content h1 {
  max-width: 55vw;
  font-size: 6.6vw;
  line-height: 7.5vw;
  margin-bottom: 2.2vw;
}
.intro .content h4 {
  font-size: 1.5vw;
  line-height: 1.6vw;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 767px) {
  .intro .content h4 {
    margin: 30px 0 0 0;
  }
}
.intro .intro_hero {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro img.intro_dots {
  position: absolute;
  bottom: -8.3vw;
  right: 10.4vw;
  width: 24.3vw;
  pointer-events: none;
}
.intro a.button.banner_playvideo {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .intro a.button.banner_playvideo {
    display: none;
  }
}
.intro a.play_symbol {
  display: none;
  width: 82px;
  height: 82px;
  position: absolute;
  top: calc(34vw - 41px);
  left: calc(50vw - 41px);
}
@media screen and (max-width: 767px) {
  .intro a.play_symbol {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .intro {
    max-width: 1700px;
    margin: 0 auto;
    height: 686px;
    margin-bottom: 170px;
  }
  .intro .content {
    width: 1400px;
    padding: 140px 0;
  }
  .intro .content h1 {
    font-size: 112.2px;
    line-height: 127.5px;
    max-width: 950px;
    margin-bottom: 37px;
  }
  .intro .content h4 {
    font-size: 25.5px;
    line-height: 27.2px;
  }
  .intro .intro_hero {
    height: 686px;
  }
  .intro img.intro_dots {
    width: 417px;
    right: 175px;
    bottom: -140px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    display: block;
    height: auto;
    margin: 0;
  }
  .intro .intro_hero {
    position: static;
    height: 68vw;
    width: 100%;
  }
  .intro img.intro_dots {
    top: calc(68vw - 80px);
    right: 20px;
    width: 150px;
  }
  .intro .content {
    padding: 20px;
    width: auto;
  }
  .intro .content h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: none;
    margin: 8px 0 30px 0;
  }
  .intro .content h1 br {
    display: none;
  }
  .intro .content h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

.features_carousel {
  padding: 60px 0;
}
.features_carousel .features_slide {
    width: 1400px;
    margin: 0 20px;
    height: 23vw;
    position: relative;
    text-align: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #383838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    padding: 20px 6.4vw;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    justify-content: flex-end;
}
.features_carousel .features_slide .features_slide_inner {
  max-width: 60%;
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.features_carousel .features_slide .features_slide_inner h3 {
  font-size: 45px;
    line-height: 1em;
    color: white;
    text-align: right;
}
@media screen and (max-width: 767px) {
  .features_carousel .features_slide .features_slide_inner h3 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
	text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .features_carousel .features_slide .features_slide_inner {
    max-width: none;
  }
}
.features_carousel .features_slide.slick-active, .features_carousel .features_slide.slick-current {
  opacity: 1;
}
.features_carousel .features_slide.slick-active .features_slide_inner, .features_carousel .features_slide.slick-current .features_slide_inner {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .features_carousel .features_slide.slick-active .features_slide_inner, .features_carousel .features_slide.slick-current .features_slide_inner {
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
  }
}
.features_carousel .features_slide::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  background: #222;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .features_carousel .features_slide {
    height: 34vw;
  }
}
@media screen and (min-width: 1700px) {
  .features_carousel .features_slide {
    width: 1400px;
    padding: 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .features_carousel .features_slide {
    padding: 0 20px;
    height: 260px;
    margin: 0;
    opacity: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .features_carousel .features_slide h2 {
    margin: 0;
  }
  .features_carousel .features_slide p {
    margin: 6px 0;
  }
}
.features_carousel button.slick-arrow {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 18%;
  padding: 0;
  height: 100%;
  background: transparent;
  font-size: 50px;
  color: white;
  cursor: w-resize;
  z-index: 2;
}
.features_carousel button.slick-arrow.slick-next {
  left: auto;
  right: 0;
  cursor: e-resize;
}
.features_carousel button.slick-arrow:hover {
  background: transparent;
}
@media screen and (max-width: 1400px) {
  .features_carousel button.slick-arrow {
    width: 4%;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .features_carousel button.slick-arrow {
    display: none !important;
  }
}
.features_carousel ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: -50px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.features_carousel ul.slick-dots li {
  display: inline;
}
.features_carousel ul.slick-dots li button {
  font-size: 0;
  background: white;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin: 6px;
}
@media screen and (max-width: 767px) {
  .features_carousel ul.slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 4px;
  }
}
.features_carousel ul.slick-dots li.slick-active button {
  background: #BAFF39;
}
@media screen and (max-width: 767px) {
  .features_carousel ul.slick-dots {
    margin: -30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .features_carousel {
    padding: 20px 0;
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}

.text_readmore {
  display: none;
  padding: 20px;
  background: black;
  color: white;
  max-width: 800px;
}

a.readmore_link {
  color: #BAFF39;
  font-weight: bold;
  text-decoration: underline;
}

.logo_scroller {
  text-align: center;
}
.logo_scroller h4 {
  color: white;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .logo_scroller h4 {
    font-size: 11px;
  }
}
.logo_scroller .logo_scroller_track {
  padding: 30px 0;
}
.logo_scroller .logo_scroller_track img {
  width: 170px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 10px 25px;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .logo_scroller img {
    width: 150px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .logo_scroller .logo_scroller_track {
    padding: 10px 0;
  }
  .logo_scroller .logo_scroller_track img {
    width: 65px;
    height: 30px;
    margin: 5px;
  }
	
	.logo_scroller .logo_scroller_track img:nth-child(2), .logo_scroller .logo_scroller_track img:nth-child(4)
	{
		 width: 40px!important;
	}
}

.oldie .logo_scroller .logo_scroller_track img {
  width: 200px;
  height: auto;
  vertical-align: middle;
}

h3.numbered {
  position: relative;
  font-weight: normal;
  color: white;
  max-width: 800px;
  margin: 40px auto;
  padding-left: 70px;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h3.numbered span.numbered_number {
  color: #BAFF39;
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 70px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #BAFF39;
}
h3.numbered span.numbered_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  h3.numbered {
    margin: 20px auto;
    font-size: 13px;
    line-height: 20px;
    max-width: 380px;
    padding-left: 20px;
  }
  h3.numbered span.numbered_number {
    font-size: 50px;
    line-height: 50px;
    top: -4px;
    max-width: 40px;
  }
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39.7vw;
  background: url(../images/comingsoon/map.png) no-repeat center center;
  background-size: auto 100%;
}
.map h2 {
  padding-left: 50%;
  font-size: 4.705882353vw;
  line-height: 5.882352941vw;
}
.map img {
  display: none;
}
@media screen and (min-width: 1700px) {
  .map {
    height: 675px;
  }
  .map h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    background: none;
    display: block;
    height: auto;
    text-align: center;
  }
  .map h2 {
    padding: 20px 0 25px 0;
    font-size: 22px;
    line-height: 32px;
  }
  .map h2 br {
    display: none;
  }
  .map img {
    display: block;
  }
}

p.fineprint a {
  text-decoration: underline;
}

/* ------------------------------------
BLOG LISTING
------------------------------------ */
section.module_blog .content {
  max-width: none;
  padding: 0 5vw;
}
section.module_blog .content > h1 {
  margin-top: 0;
}
section.module_blog .content .blog_tiles {
  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) {
  section.module_blog .content .blog_tiles {
    display: block;
  }
}
section.module_blog .content .blog_tiles a.blog_tile {
  display: block;
  background: #383838;
  width: 30%;
  margin: 30px 1.6%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  section.module_blog .content .blog_tiles a.blog_tile {
    width: 46.8%;
  }
}
@media screen and (max-width: 767px) {
  section.module_blog .content .blog_tiles a.blog_tile {
    width: 100%;
    margin: 20px 0;
  }
}
section.module_blog .content .blog_tiles a.blog_tile:hover .blog_tile_image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_image {
  height: 15vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_image {
    height: 180px;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets {
  padding: 5px 30px 5px 30px;
}
@media screen and (max-width: 1400px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets {
    padding: 5px 20px 5px 20px;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets h2 {
  color: #BAFF39;
  font-size: 1.7vw;
  line-height: 2.3vw;
  margin: 10px 0;
}
@media screen and (max-width: 1400px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
  }
}
section.module_blog .content .blog_tiles a.blog_tile .blog_tile_deets p.readmore {
  text-decoration: underline;
}

#pagination {
  text-align: center;
  padding: 4vw 0 0 0;
}
@media screen and (max-width: 767px) {
  #pagination {
    padding: 30px 0 0 0;
  }
}
#pagination a {
  padding: 0.6vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #pagination a {
    padding: 8px;
  }
}

/* ------------------------------------
BLOG DETAIL
------------------------------------ */
body.single-post section.module_text_only {
  text-align: left;
}
body.single-post section.module_text_only img.blog_feature_image {
  pointer-events: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  body.single-post section.module_text_only img.blog_feature_image {
    margin: 20px 0;
  }
}
body.single-post section.module_text_only .blog_signoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0 0;
}
body.single-post section.module_text_only .blog_signoff img {
  width: 150px;
  height: 171px;
}
@media screen and (max-width: 767px) {
  body.single-post section.module_text_only .blog_signoff img {
    width: 120px;
    height: 137px;
  }
}
body.single-post section.module_text_only .content.blog_back {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  body.single-post section.module_text_only {
    padding: 20px 0 50px 0;
  }
}

/* ------------------------------------
FOOTER
------------------------------------ */
section.subscribe {
  text-align: left;
}
section.subscribe h3 {
  color: white;
}
section.subscribe h3 strong {
  white-space: nowrap;
}
section.subscribe .gform_wrapper {
  max-width: none;
}
section.subscribe .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section.subscribe .gform_wrapper form {
    display: block;
  }
}
section.subscribe .gform_wrapper form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.subscribe .gform_wrapper form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section.subscribe .gform_wrapper form .gform_body .gform_fields {
    display: block;
  }
}
section.subscribe .gform_wrapper form .gform_body .gform_fields .gfield {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  section.subscribe .gform_wrapper form .gform_body .gform_fields .gfield {
    margin: 10px 0;
  }
}
section.subscribe .gform_wrapper form .gform_body .gform_fields .gfield .gchoice {
  white-space: nowrap;
  font-size: 16px;
  margin: 20px 0;
}

footer {
  text-align: left;
  padding: 120px 0;
  background: #383838;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer .content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .content h4 {
  margin: 60px 0;
}
footer .content h4 a {
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  footer .content h4 a {
    padding: 8px;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
  }
	
	footer .content h4 {
	  margin: 30px 0;
	}
}
@media screen and (max-width: 767px) {
  footer .content .footer_col.footer_logo img {
    width: 240px;
  }
  footer .content .footer_col.footer_social {
    padding:0;
  }
}
footer .content ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .content ul.menu li {
  margin: 0 0 6px 0;
}
footer .content p {
  font-size: 14px;
  margin: 16px 0;
}
footer .content p a {
  text-decoration: underline !important;
}
footer .content p.logo {
    margin: 0 auto 30px auto;
}

@media screen and (max-width: 767px) {
  footer .content p.logo img {
    width: 200px;
  }
}
footer .content p.fineprint {
  font-size: 11px;
  line-height: 16px;
  margin: 20px 0 0 0;
  color: #666;
  max-width: 300px;
}
footer .content .social {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 8px;
}

.grecaptcha-badge {
  display: none !important;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password], select, textarea {
  font: 16px "Eina", Helvetica, Arial, sans-serif;
  padding: 8px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: white;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  background: transparent url(../images/select.svg) no-repeat right center;
  border: 1px solid #9A9A9A !important;
  padding: 10px 34px 10px 16px;
  height: auto;
}
select:hover, select:focus {
  cursor: pointer;
  border-color: #BAFF39 !important;
}
select option {
  color: black;
}

input[type=submit], button, a.button, ul.menu li.button a {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 30px;
  background: #BAFF39;
  color: black;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #BAFF39;
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
}
input[type=submit]:hover, button:hover, a.button:hover, ul.menu li.button a:hover {
  background: white;
  border-color: white;
}
input[type=submit].outline, button.outline, a.button.outline, ul.menu li.button a.outline {
  color: white;
  background: transparent;
  border: 1px solid white;
}
input[type=submit].outline:hover, button.outline:hover, a.button.outline:hover, ul.menu li.button a.outline:hover {
  background: white;
  color: black;
}
input[type=submit].play_button:before, button.play_button:before, a.button.play_button:before, ul.menu li.button a.play_button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  display: inline;
  margin: 0 10px 0 0;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  input[type=submit], button, a.button, ul.menu li.button a {
    font-size: 12px;
    padding: 12px 18px;
  }
}

a.button {
  display: inline-block;
}

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;
}

.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul.hidden_label > label, .gform_wrapper li.hidden_label > label {
  display: none;
}

.gform_wrapper {
  max-width: 600px;
  text-align: left;
  font-size: 16px;
}
.gform_wrapper .gfield {
  margin: 10px 0;
}
.gform_wrapper .gfield > label, .gform_wrapper .gfield > legend {
  font-weight: bold;
}
.gform_wrapper fieldset {
  padding: 0;
  height: auto;
  border: none;
}
.gform_wrapper .gform_footer {
  margin: 20px 0;
}
.gform_wrapper .gform_footer input {
  margin: 0;
}
.gform_wrapper .hidden_label > label, .gform_wrapper .hidden_label > legend {
  display: none;
}
.gform_wrapper li {
  margin: 16px 0;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=tel], .gform_wrapper select, .gform_wrapper textarea {
  width: 100%;
}
.gform_wrapper textarea {
  height: 100px;
}
.gform_wrapper .gform_submission_error {
  display: none !important;
}
.gform_wrapper .gfield_validation_message {
  color: #ff7070;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  font-weight: bold;
}
.gform_wrapper label a {
  text-decoration: underline;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.popmake {
  text-align: center;
  padding: 50px 30px 40px 30px;
}
.popmake .gform_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.popmake .gform_wrapper li {
  margin: 8px 0;
}
.popmake .gform_wrapper .gfield_validation_message {
  text-align: center;
}
.popmake img.gform_ajax_spinner {
  display: none !important;
}
.popmake * {
  text-align: center;
}
.popmake input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popmake input {
    letter-spacing: 0;
  }
}
.popmake input[type=email], .popmake input[type=text] {
  border: 1px solid white;
  text-align: left;
  padding: 8px 12px;
}
.popmake span.pum-close.popmake-close {
  font-size: 13px;
  padding: 20px 0 0 0;
  display: block;
}
.popmake #gform_fields_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popmake #gform_fields_3 > li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin: 4px 0;
}
.popmake #gform_fields_3 > li.gfield_html, .popmake #gform_fields_3 > li#field_3_2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.popmake #gform_fields_3 > li.gfield_html p, .popmake #gform_fields_3 > li#field_3_2 p {
  margin: 0;
}
.popmake h2 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .popmake h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .popmake {
    padding: 50px 20px 40px 20px !important;
  }
}

#popmake-4968 {
  text-align: center;
  padding: 50px 30px 40px 340px;
}

.form_confirmed .popmake span.popmake-close {
  display: none !important;
}

.simple-sitemap-container ul, .simple-sitemap-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.simple-sitemap-container .page-item-357 {
  display: none;
}

#popmake-4968:before {
  display: block;
  content: " ";
  background: black url(/wp-content/uploads/2023/05/Womens-Open-Month.jpg) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #popmake-4968:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #offer_form {
    margin: 30px -20px -20px -20px;
    padding: 4px 20px 20px 20px;
    background: #2a2a2a;
  }
}

.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;
}

.stellar {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-moz-selection {
  background: #BAFF39 !important;
}

::selection {
  background: #BAFF39 !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.fancybox-button:hover {
  background: #333;
}

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.oldie h1, .oldie h2, .oldie h3, .oldie h4 {
  font-weight: bold !important;
}

body.error404 {
  height: 100%;
}
body.error404 .content {
 	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

body.error404 .content {
    padding: 0!important;
}

body.error404 .content div {
  width: 100%;
}

@font-face {
  font-family: "Eina";
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("../fonts/Eina/normal_normal_normal.woff2") format("woff2"), url("../fonts/Eina/normal_normal_normal.woff") format("woff");
}
@font-face {
  font-family: "Eina";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  src: url("../fonts/Eina/normal_normal_bold.woff2") format("woff2"), url("../fonts/Eina/normal_normal_bold.woff") format("woff");
}
/* ------------------------------------
MEDIA QUERIES
------------------------------------ */