/*
---------------------------------------
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: 18px;
  line-height: 30px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

p em {
  color: #00B3CA;
  font-style: normal;
}
p em strong {
  font-style: italic;
  font-weight: normal;
  white-space: nowrap;
}
p img {
  vertical-align: middle;
}

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 59px/65px "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 20px 0 10px 0;
  color: #00B3CA;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}

h2 {
  font: bold normal 50px/65px "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  color: #00B3CA;
  letter-spacing: -1.7px;
  line-height: 70px;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}

h3 {
  font: bold normal 30px/43px "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
}

h6 {
  font-size: 13px;
  line-height: 25px;
  font-weight: normal;
}

h1 em, h2 em, h3 em {
  font-style: normal;
  font-weight: normal;
  color: black;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  background: white;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
header.main.scrolled {
  top: 0;
}
@media screen and (max-width: 767px) {
  header.main {
    top: 0 !important;
    height: auto;
    position: static;
  }
}
header.main .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 80px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header.main .header_inner {
    padding: 10px;
    display: block;
    text-align: center;
    height: auto;
  }
  header.main .header_inner a.button {
    padding: 12px 20px;
    margin-left: 14px;
    font-size: 13px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header.main .header_inner a.button {
    padding: 8px 12px;
    margin-left: 8px;
  }
}
header.main .header_inner .logo {
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  header.main .header_inner .logo img {
    width: 160px;
  }
}
header.main nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
header.main 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: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 767px) {
  header.main nav ul.menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
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: normal normal 16px/normal "proxima-nova", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header.main nav ul.menu li a {
    padding: 8px;
    font-size: 16px;
  }
}
header.main nav ul.menu li.current_page_item > a, header.main nav ul.menu li.current_page_parent > a {
  font-weight: bold;
  color: #eee;
}
header.main nav ul.menu ul.sub-menu {
  display: none;
}

.header_spacer {
  height: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header_spacer {
    display: none;
  }
}

.home .header_spacer {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide_mobile {
    display: none;
  }
}
/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.wrapper {
  margin: 0 auto;
  padding: 0;
}

.content {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.maxwidth {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .maxwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tech_logos {
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .tech_logos img {
    height: 44px;
    width: auto;
  }
}

.modules section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modules section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_code {
  padding: 0;
}
.modules section.module_code iframe.verge_iframe {
  width: 100%;
  height: calc(100vh - 80px);
  border: 0;
}
.modules section.module_files {
  text-align: center;
}
.modules section.module_files a.file_thumb {
  text-align: center;
  display: inline-block;
  margin: 20px 40px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .modules section.module_files a.file_thumb {
    margin: 10px 20px;
  }
}
.modules section.module_files a.file_thumb img {
  width: auto;
  height: 150px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.modules section.module_files a.file_thumb p {
  margin: 10px 0;
}
.modules section.module_files a.file_thumb:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.modules section.module_two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modules section.module_two_columns .col {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.modules section.module_two_columns.module_specs {
  border-bottom: 1px solid black;
}
.modules section.module_two_columns.module_specs .col.col1 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns.module_specs .col.col1 {
    width: auto;
  }
}
.modules section.module_two_columns.module_specs .col.col2 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns.module_specs .col.col2 {
    width: auto;
  }
}
.modules section.module_two_columns.module_specs h3 {
  font-size: 25px;
  line-height: 30px;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns.module_specs h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modules section.module_cta {
  max-width: none;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
  background-color: #F4F2F4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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) {
  .modules section.module_cta {
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 0;
    text-align: center;
    min-height: 0;
    background-position: left center;
  }
}
.modules section.module_cta.white .module_cta_inner_text * {
  color: white;
}
.modules section.module_cta .module_cta_inner {
  max-width: 1400px;
  margin: 0 150px;
}
.modules section.module_cta .module_cta_inner .module_cta_inner_text {
  max-width: 80%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner .module_cta_inner_text {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner {
    max-width: none;
    margin: 0 35px;
  }
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
}
.modules section.module_text_and_image.has_accordion {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    display: block;
    padding: 0;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 46%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
.modules section.module_text_and_image .module_text_and_image_image.tall {
  min-height: 1000px;
}
@media screen and (max-width: 1280px) {
  .modules section.module_text_and_image .module_text_and_image_image.tall {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image.tall {
    min-height: 400px;
  }
}
.modules section.module_text_and_image .module_text_and_image_image img, .modules section.module_text_and_image .module_text_and_image_image video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.modules section.module_text_and_image .module_text_and_image_image.contain img, .modules section.module_text_and_image .module_text_and_image_image.contain video {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin: 0 20px;
    min-height: 250px;
    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;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.accordion_item {
  text-align: left;
  padding: 1px 0;
}
.accordion_item a.accordion_title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 40px 0 0;
  position: relative;
  display: block;
  margin: 18px 0 0 0;
  font-weight: bold;
}
.accordion_item a.accordion_title::after {
  display: block;
  width: 40px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  top: 14px;
  right: 0;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .accordion_item a.accordion_title {
    font-size: 15px;
    line-height: 18px;
  }
}
.accordion_item .accordion_body {
  padding: 10px 0;
  display: none;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .accordion_item .accordion_body {
    font-size: 14px;
    line-height: 22px;
  }
}
.accordion_item.open a.accordion_title::after {
  content: "\f077";
}

section.banner {
  background-color: #4C4C4C;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}
section.banner .banner_inner {
  position: relative;
  padding: 0 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  section.banner .banner_inner {
    padding: 0 20px;
    min-height: 300px;
    text-align: center;
  }
}
section.banner .banner_inner .banner_text {
  max-width: 34%;
}
@media screen and (max-width: 767px) {
  section.banner .banner_inner .banner_text {
    max-width: none;
    width: 100%;
  }
}
section.banner .banner_inner .banner_text .banner_content {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  section.banner .banner_inner .banner_text .banner_content {
    display: none;
  }
}
section.banner video {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
section.banner:after {
  position: absolute;
  z-index: 2;
  background: url(../images/gradient.png) no-repeat left center;
  background-size: 60% 100%;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section.banner:after {
    display: none;
  }
}

.banner_text_mobile {
  display: none;
  text-align: center;
  padding: 20px;
}
.banner_text_mobile p {
  margin: 0;
}
.banner_text_mobile img {
  max-width: 300px;
}
/* ------------------------------------
HOMEPAGE
------------------------------------ */
/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  padding: 40px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 14px;
  }
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], select, textarea {
  font: 16px "proxima-nova", Helvetica, Arial, sans-serif;
  padding: 12px;
  border-radius: 8px;
  background: white;
  color: black;
  border: 1px solid black;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: 100px;
}

input[type=submit], button, a.button {
  font: 16px "proxima-nova", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #00B3CA;
  color: white;
  border-radius: 999px;
  font-weight: bold;
  padding: 20px 60px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}
input[type=submit]:hover, button:hover, a.button:hover {
  background: #009BAF;
}
@media screen and (max-width: 767px) {
  input[type=submit], button, a.button {
    padding: 12px 40px;
    font-size: 14px;
  }
}

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

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

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.oldie .banner video {
  display: none;
}

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

/* ------------------------------------
MEDIA QUERIES
------------------------------------ */