html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e-content {
}

#footer {
}

#header {
}

#l-hero {
}

#body {
}
@charset "UTF-8";
.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

.genform h1 {
  margin: 0;
}
.genform .wizard_category_navigator_node_step {
  font-size: 1.75rem;
  font-weight: 300;
  color: #ddd;
  line-height: 1;
}
@media (min-width: 768px) {
  .genform .wizard_category_navigator_node_step {
    font-size: 2rem;
  }
}
.genform .wizard_procedure_step_name {
  display: inline-block;
  color: #f15c36;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .genform .wizard_procedure_step_name {
    font-size: 1.5rem;
  }
}
.genform .message-container:not(.empty) {
  padding: 15px 20px;
  background: #f15c36;
  color: #fff;
  margin-bottom: 15px;
}
.genform .validation_error input:not([type=radio]):not([type=checkbox]), .genform .validation_error textarea, .genform .validation_error select, .genform .validation_error input[type=checkbox] + label:before, .genform .validation_error input[type=radio] + label:before {
  outline: none;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}
.genform .signature label {
  display: block;
}
.genform .user-entry-required label:after {
  content: " *";
  color: red;
}
.genform .user-entry-required .rtb {
  margin-right: 10px;
}
.genform .user-entry-required .example {
  font-size: 0.75em;
  color: #3d3e3d;
  display: block;
  margin-top: 5px;
}
.genform .user-entry-required .prop-group-title .title:after {
  content: " *";
  color: red;
}
.genform .user-entry-required input[type=checkbox] + label:after, .genform .user-entry-required input[type=radio] + label:after {
  content: none;
}
.genform .question:after {
  content: "";
  display: table;
  clear: both;
}
.genform .question ~ .question {
  margin-top: 15px;
}
.genform .submit_button button, .genform .procedure-navigation button {
  padding: 10px 25px;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  color: #fff;
  background: #f15c36;
}
.genform .submit_button button:hover, .genform .procedure-navigation button:hover {
  cursor: pointer;
  transition: background ease 0.2s;
  background: #70cbd3;
}
.genform .procedure-navigation .previous-button-con:first-of-type {
  display: inline-block;
  margin-right: 15px;
}
.genform input {
  color: #252525;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 1rem;
  outline: none;
  padding: 5px 8px;
  transition: box-shadow 0.15s ease;
  -webkit-appearance: none;
  -webkit-appearance: none;
}
.genform input:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(112, 203, 211, 0.5);
}
.genform input[type=radio], .genform input[type=checkbox] {
  position: absolute;
  left: -99999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.genform input[type=radio] + label, .genform input[type=checkbox] + label {
  position: relative;
  padding-left: 20px;
}
.genform input[type=radio] + label:before, .genform input[type=checkbox] + label:before {
  content: "✓";
  position: absolute;
  display: block;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #3d3e3d;
  color: rgba(37, 37, 37, 0);
  transition: box-shadow 0.15s ease, color 0.15s ease;
}
.genform input[type=radio]:checked + label:before, .genform input[type=checkbox]:checked + label:before {
  color: #252525;
  box-shadow: none;
}
.genform input[type=radio]:focus + label:before, .genform input[type=checkbox]:focus + label:before {
  outline: none;
  box-shadow: 0 0 3px rgba(112, 203, 211, 0.5);
}
.genform input:not([type=radio]):not([type=checkbox]) {
  color: #252525;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 1rem;
  outline: none;
  padding: 5px 8px;
  transition: box-shadow 0.15s ease;
  -webkit-appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: 240px;
}
.genform input:not([type=radio]):not([type=checkbox]):focus {
  outline: none;
  box-shadow: 0 0 3px rgba(112, 203, 211, 0.5);
}
.genform textarea {
  color: #252525;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 1rem;
  outline: none;
  padding: 5px 8px;
  transition: box-shadow 0.15s ease;
  -webkit-appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: 420px;
  min-height: 120px;
}
.genform textarea:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(112, 203, 211, 0.5);
}
.genform .select-wrap {
  position: relative;
  width: 100%;
  max-width: 240px;
}
.genform .select-wrap:after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  background: white;
  border: 1px solid #ddd;
  border-left: none;
}
.genform select {
  border-radius: 0;
  color: #252525;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 1rem;
  outline: none;
  padding: 5px 8px;
  transition: box-shadow 0.15s ease;
  -webkit-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0 0 8px;
  background: #fff;
  height: 2em;
  min-height: 33px;
  -webkit-appearance: none;
}
.genform select:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(112, 203, 211, 0.5);
}
.genform .phone_number_form {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

/* -------------------------- Header Wrapper */
.l-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 20px;
  transition: all 0.2s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .l-header {
    transition: 0;
  }
}
.l-header.scrolling, .l-header:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.l-header .box-wc {
  max-width: 1720px;
  margin: 0 auto;
  overflow: hidden;
}

/* -------------------------- Navbar logo */
.navbar-logo {
  position: relative;
  float: right;
  width: 140px;
  margin-top: 5px;
}
.navbar-logo p {
  margin-bottom: 0;
}
.navbar-logo a {
  display: block;
}
.navbar-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* -------------------------- Main Menu toggle button */
.main-menu__toggle {
  position: relative;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.main-menu__toggle-bar {
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease;
}
.main-menu__toggle-bar:first-of-type {
  transform: translate(-50%, -50%) translateY(-8px);
}
.main-menu__toggle-bar:last-of-type {
  transform: translate(-50%, -50%) translateY(8px);
}

/* -------------------------- Mobile Menu styles */
.navbar {
  position: fixed;
  right: 100%;
  top: 0;
  height: 100vh;
  min-width: 280px;
  width: 80vw;
  margin: 0;
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: transform 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}
.navbar--is-active {
  transform: translateX(100%);
  display: block;
}

/* Mobile menu logo */
.navbar__logo--mobile {
  background-image: url("//d16vdoqlih8od7.cloudfront.net/51ef-82728467-navbar-logo.png?versionId=mlVK3qLxTfcdLj81NhYnHJxfHtouIhdb");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 118px;
  height: 125px;
  display: block;
  margin: 30px auto;
}
.navbar__logo--mobile img {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobile menu navigation */
.main-menu__close {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.main-menu__back {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  display: none;
}
.main-menu__closeall {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20vw;
}

.navbar--is-active .main-menu__closeall {
  left: 100%;
}

/* Navbar Items */
.navbar__item {
  list-style: none;
}
.navbar__item-coLab a span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "";
  color: #fff;
  padding-right: 7.5px;
  font-size: 1.5rem;
}
.navbar__item--tertiary {
  margin: 0 15px;
}
.navbar__item.mi-parent > a > span::after, .navbar__item.mi-parent > .menuitemlabel > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "";
  color: #fff;
  padding-right: 5px;
  font-size: 0.7rem;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar__item .menuitemlabel {
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  padding: 20px 15px;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  transition: 0.3s color ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar__item .menuitemlabel {
    transition: none;
  }
}
.navbar__item .menuitemlabel:hover {
  color: #f15c36;
}

.navbar-menu .menu {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  border-top: 1px solid #5e5e5e;
  height: calc(100vh - 125px);
  overflow-y: scroll;
  padding-bottom: 110px;
}
.navbar-menu .menu li {
  border-bottom: 1px solid #5e5e5e;
  line-height: 1;
  margin: 0;
}
.navbar-menu .menu-t2,
.navbar-menu .menu-t3 {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar-menu .menu-t2,
.navbar-menu .menu-t3 {
    transition: none;
  }
}
.navbar-menu .menu-t2.menu--is-active,
.navbar-menu .menu-t3.menu--is-active {
  transform: translateX(100%);
}
.navbar-menu .menu-t2 {
  z-index: 2;
  height: calc(100vh - 125px);
  overflow-y: scroll;
}
.navbar-menu .menu-t3 {
  z-index: 3;
  height: calc(100vh - 125px);
  overflow-y: scroll;
}
.navbar-menu .side-menu {
  width: 255px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}

@media (min-width: 1025px) {
  .l-header {
    padding: 25px 20px 0;
  }
  .l-header .box-wc {
    overflow: visible;
  }

  .main-menu__toggle, .navbar__logo--mobile, .navbar__nav {
    display: none;
  }

  .navbar-logo {
    float: left;
    width: 215px;
  }

  .navbar {
    position: static;
    float: right;
    background: none;
    width: auto;
    height: auto;
  }
  .navbar--is-active {
    transform: none;
  }
  .navbar__twoline span {
    max-width: 90px;
    text-align: center;
    margin-top: -7px;
  }

  .navbar_colab .navbar__item--primary {
    min-height: 100px;
  }
  .navbar_colab .navbar__item--primary .menuitemlabel {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 35px 4px 38px;
    letter-spacing: 0.04em;
  }
  .navbar_colab .navbar__item--primary ul .menuitemlabel {
    font-size: 1rem;
  }

  .navbar__item {
    font-size: 1rem;
    position: relative;
    display: block;
    float: left;
  }
  .navbar__item .menuitemlabel {
    font-size: 1rem;
    font-weight: 600;
    padding: 33px 13px 38px;
    letter-spacing: 0.04em;
  }
  .navbar__item .mil {
    display: inline-block;
    padding-right: 13px;
    position: relative;
  }
  .navbar__item .menu {
    display: none;
  }
  .navbar__item.mi-parent > .menuitemlabel > span::after {
    content: "";
    font-size: 0.7rem;
    transform: none;
    top: 0;
    right: 0;
    padding-right: 0;
  }
  .navbar__item.mi-parent .menu-t2 .mi-parent > .menuitemlabel > span::after {
    content: "";
    top: 3px;
  }
  .navbar__item .navbar__item {
    display: block;
    float: none;
  }
  .navbar__item-coLab a span {
    padding-right: 0;
    padding-left: 30px;
    position: relative;
  }
  .navbar__item-coLab a span::before {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 1.5rem;
  }

  .navbar__item:last-child .menu {
    left: auto;
    right: 0;
  }

  .mi-parent .menu {
    width: 280px;
    height: auto;
  }
  .mi-parent .menu .menuitemlabel {
    padding: 10px 15px 5px;
  }
  .mi-parent:hover > .menu {
    display: block;
  }

  .navbar-menu:after, .navbar-menu .menu:after {
    content: "";
    display: block;
    width: 1px;
    clear: both;
  }
  .navbar-menu .menu {
    border-top: 0;
    min-height: 40px;
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .navbar-menu .menu li {
    border-bottom: 0;
  }
  .navbar-menu .menu-t2, .navbar-menu .menu-t3 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navbar-menu .menu-t2.menu--is-active, .navbar-menu .menu-t3.menu--is-active {
    transform: translateX(0);
  }
  .navbar-menu .menu-t2 {
    top: 100%;
    left: -35px;
    padding: 0 0 30px 30px;
    list-style-type: none;
    margin-left: 0;
  }
  .navbar-menu .menu-t3 {
    right: auto;
    left: 100%;
    padding: 0 0 30px 10px;
  }
}
@media (min-width: 1100px) {
  .navbar_colab .menu-t1 > .navbar__item > .menuitemlabel {
    padding: 35px 10px 38px;
  }
}
@media (min-width: 1200px) {
  .navbar_colab .navbar__item .menuitemlabel.navbar__item--primary {
    padding: 35px 16px 38px;
  }
  .navbar_colab .navbar__item--primary {
    min-height: 104px;
  }

  .navbar__item .menuitemlabel {
    padding: 33px 25px 38px;
  }
}
@media (min-width: 1400px) {
  .navbar_colab .menu-t1 > .navbar__item > .menuitemlabel {
    font-size: 1rem;
    padding: 35px 8px 38px;
  }

  .navbar_colab .navbar__item--primary {
    min-height: 108px;
  }

  .menu-t1 > .navbar__item > .menuitemlabel {
    font-size: 1.2rem;
  }

  .navbar__twoline span {
    max-width: 140px;
    margin-top: -11px;
  }

  .navbar-menu .menu li {
    margin-left: 13px;
  }

  .navbar__item .menuitemlabel {
    padding: 25px 15px 45px;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .navbar__item .mil {
    padding-right: 13px;
  }
  .navbar__item.mi-parent > .menuitemlabel > span::after {
    font-size: 0.8rem;
    top: 2px;
  }
  .navbar__item-coLab a span {
    padding-left: 50px;
  }
  .navbar__item-coLab a span::before {
    top: -8px;
    font-size: 2.6rem;
  }
}
@media (min-width: 1800px) {
  .navbar_colab .menu-t1 > .navbar__item > .menuitemlabel {
    font-size: 1.2rem;
    padding: 35px 22px 38px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Footer CTA */
.l-footer {
  background-color: #252525;
}

.footer_cta {
  background-color: #f15c36;
  position: relative;
  padding: 30px 30px 10px;
}
.footer_cta::after {
  content: "";
  position: absolute;
  bottom: -8.9vw;
  left: 0;
  display: block;
  border-style: solid;
  border-width: 9vw 100vw 0px 0;
  border-color: #f15c36 transparent transparent transparent;
}

.footer_cta_inside {
  max-width: 1720px;
  margin: 0 auto;
  text-align: left;
}
.footer_cta_inside h2 {
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.75rem;
  position: relative;
  margin-top: 0;
  padding: 15px 15px 10px 15px;
  z-index: 2;
  font-weight: 300;
}
.footer_cta_inside a {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  padding: 15px 15px 15px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.footer_cta_inside a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "";
  color: #fff;
  padding-left: 5px;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Lower footer */
.footer__menu {
  display: none;
}

.footer-wrapper {
  text-align: center;
  padding: 90px 30px 30px;
  /* ::::::::::::::::::::::::::::::::::::: Footer signup form */
}
.footer-wrapper .message-container {
  border: 0;
  background: 0;
  padding: 0;
}
.footer-wrapper .email__header {
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 0.8rem;
  color: #fff;
  margin: 0px 0 15px;
  text-transform: uppercase;
}
.footer-wrapper .form_content {
  position: relative;
}
.footer-wrapper .email__form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 95px auto;
  position: relative;
  transition: width 0.3s ease;
}
.footer-wrapper .email__form ::-webkit-input-placeholder {
  color: #fff;
}
.footer-wrapper .email__form ::-moz-placeholder {
  color: #fff;
}
.footer-wrapper .email__form :-ms-input-placeholder {
  color: #fff;
}
.footer-wrapper .email__form :-moz-placeholder {
  color: #fff;
}
.footer-wrapper .email__form .question {
  display: block;
}
.footer-wrapper .email__form button.submit_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  border: 0;
  z-index: 1;
  padding: 0;
  text-indent: -9999999em;
}
.footer-wrapper .email__form button.submit_button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1rem;
  content: "";
  color: #f15c36;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 2;
  text-indent: 0;
}
.footer-wrapper .email__input {
  width: 100%;
}
.footer-wrapper .email__input input {
  background: none;
  padding: 15px 10px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
}
.footer-wrapper .email__submit {
  width: 80px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  outline: 0;
  text-indent: -9999em;
  cursor: pointer;
  z-index: 1;
}

/* ::::::::::::::::::::::::::::::::::::: Footer logo */
.footer__logo {
  width: 155px;
  height: auto;
  display: block;
  margin: 50px auto 0;
}

/* ::::::::::::::::::::::::::::::::::::: Footer social links */
.footer__social {
  margin: 60px 0;
  text-align: center;
  overflow: hidden;
}
.footer__social ul.menubeanh li {
  display: inline-block;
  float: none;
  overflow: hidden;
  position: relative;
}
.footer__social a {
  display: block;
  padding: 0 10px;
}
.footer__social a span {
  text-indent: -99999em;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer__icon--facebook a span {
  background-image: url(//d1odl73l0zobjo.cloudfront.net/a7f7-35191567-icon-facebook.jpg?versionId=CAAoFOEqz0cxFmuVSwGx6CXmsViEvjkS);
}

.footer__icon--twitter a span {
  background-image: url(//d1odl73l0zobjo.cloudfront.net/e916-65191567-icon-twitter.jpg?versionId=KLM3xnleVa0ZrGHCrDJaCDbA0IvtRlrF);
}

.footer__icon--instagram a span {
  background-image: url(//d16vdoqlih8od7.cloudfront.net/bfed-45191567-icon-instagram.jpg?versionId=gYlJYhhRil9.4Dve6feKqBL3FgY74Pvb);
}

.footer__icon--vimeo a span {
  background-image: url(//d1odl73l0zobjo.cloudfront.net/08b7-75191567-icon-vimeo.jpg?versionId=ZdZDD.AhroNTYUmezhedk.c1ZC0X_bJj);
}

.footer__icon--linkedin a span {
  background-image: url(//d1odl73l0zobjo.cloudfront.net/269f-55191567-icon-linkedin.jpg?versionId=dmQuRqBvRUWvma0QiDP4Pdch7b_JLj1I);
}

/* ::::::::::::::::::::::::::::::::::::: Footer contact info */
.contact_info h5 {
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #f15c36;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.contact_info a {
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.contact_info a[href^=mailto], .contact_info a[href^=tel] {
  color: #f15c36;
  margin-bottom: 0;
  line-height: 1;
}
.contact_info a:hover {
  color: #f15c36;
  text-decoration: none;
}

/* ::::::::::::::::::::::::::::::::::::: Footer copyright */
.footer__copyright {
  padding: 30px 0 20px 0;
  clear: both;
}
.footer__copyright p {
  font-size: 0.6rem;
  margin: 7px 0;
  padding: 0 10px;
  color: #fff;
}
.footer__copyright a {
  color: #f15c36;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer_cta_inside h2 {
    font-size: 2rem;
  }

  .footer_cta::after {
    bottom: -7.9vw;
    border-width: 8vw 100vw 0px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer_cta {
    padding: 50px 20px 0px;
  }

  .footer_cta_inside h2 {
    font-size: 2.25rem;
  }

  .footer-wrapper {
    padding: 190px 30px 30px;
    text-align: left;
  }
  .footer-wrapper .email__form {
    margin: 0 auto 115px auto;
    max-width: 650px;
  }
  .footer-wrapper .email__form button.submit_button {
    width: 90px;
  }
  .footer-wrapper .email__form button.submit_button:after {
    font-size: 1.5em;
  }
  .footer-wrapper .email__header {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
  }
  .footer-wrapper .email__input input {
    padding: 25px 50px;
    text-align: left;
    font-size: 1.6rem;
  }

  .email__form-wrapper {
    float: left;
    width: 620px;
  }

  .logo-social {
    float: right;
  }

  .footer__social a {
    padding: 0 8px;
  }

  .contact_info {
    float: left;
    text-align: left;
    clear: left;
    margin-right: 25px;
  }
  .contact_info h5 {
    margin-bottom: 25px;
  }

  .footer__menu {
    float: left;
    display: block;
  }
  .footer__menu .menuitemlabel {
    display: block;
  }
  .footer__menu .mi-parent {
    width: auto;
    float: left;
  }
  .footer__menu .mi-parent > a {
    color: #f15c36;
    text-transform: uppercase;
    font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
    font-weight: 500;
    color: #f15c36;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    display: block;
  }
  .footer__menu .mi-parent .menu {
    width: 100%;
  }
  .footer__menu .mi-parent .menu .menuitemlabel {
    padding: 10px 15px 0 0;
  }
  .footer__menu .mi-parent .menu .menuitemlabel:hover {
    color: #f15c36;
    text-decoration: none;
  }
  .footer__menu li {
    list-style-type: none;
    padding-left: 0;
    font-size: 1em;
    line-height: 1;
    margin-bottom: 6px;
  }
  .footer__menu ul {
    padding-left: 0;
    margin: 0;
  }
  .footer__menu a {
    text-decoration: none;
    color: #fff;
    text-transform: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer_cta::after {
    bottom: -5.9vw;
    border-width: 6vw 100vw 0px 0;
  }

  .contact_info {
    margin-right: 55px;
  }

  .footer-wrapper {
    max-width: 1720px;
    margin: 0 auto;
  }
  .footer-wrapper .email__input input {
    text-align: left;
  }

  .footer__menu li {
    font-size: 1.3rem;
  }
  .footer__menu .mi-parent {
    margin-right: 40px;
  }
  .footer__menu .mi-parent:last-child {
    margin-right: 0;
  }

  .footer__social a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1400px) {
  .footer_cta {
    padding: 50px 20px 0px;
  }
  .footer_cta::after {
    bottom: -4.9vw;
    border-width: 5vw 100vw 0px 0;
  }

  .footer_cta_inside h2 {
    font-size: 2.8rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .footer_cta_inside a {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    padding-right: 27px;
  }
  .footer_cta_inside a::after {
    font-size: 1.1rem;
  }

  .footer__logo {
    width: 250px;
  }

  .footer__social a span {
    width: 45px;
    height: 45px;
  }

  .contact_info {
    margin-right: 80px;
  }

  .footer__menu .mi-parent {
    margin-right: 20px;
  }
  .footer__menu .mi-parent:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .logo-social {
    padding-right: 160px;
  }

  .footer__menu .mi-parent {
    margin-right: 60px;
  }
}
.clear-float {
  display: none;
}

html {
  box-sizing: border-box;
  width: 100vw;
}

.reader-only {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 100%;
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.page {
  display: table;
  height: 100%;
  width: 100%;
}

.e-content {
  display: table-row;
  height: 100%;
}

.page > footer {
  display: table-row;
  height: 1px;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

p, li {
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #3d3e3d;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.4;
}
p.intro, li.intro {
  font-size: 1.33rem;
  margin-bottom: 30px;
  font-weight: 200;
}

p + h2 {
  padding-top: 80px;
  margin: 0 0 20px;
}

p.results_count {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
p.results_count span {
  font-weight: 500;
  font-size: 2.2em;
  letter-spacing: 2px;
}

@media (min-width: 480px) {
  p, li {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.2em;
  }
  p.intro, li.intro {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  p, li {
    font-size: 1.3em;
    line-height: 1.5;
  }
  p.intro, li.intro {
    font-size: 1.5rem;
  }

  p.results_count {
    font-size: 1.5rem;
  }
}
.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

strong {
  font-weight: 700;
}

a {
  color: #f15c36;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 .lowercase, h2 .lowercase, h3 .lowercase, h4 .lowercase, h5 .lowercase, h6 .lowercase {
  text-transform: none;
}

h1, .h1 {
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  color: #3d3e3d;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.5px;
}

h2, .h2 {
  font-weight: 300;
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  display: block;
  font-size: 2.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #3d3e3d;
  line-height: 1;
  letter-spacing: 1px;
}
h2.alt, .h2.alt {
  color: #70cbd3;
}
h2 + h3, h2 + .h3, .h2 + h3, .h2 + .h3 {
  margin-top: -12px;
}
h2 + h6, h2 + .h6, .h2 + h6, .h2 + .h6 {
  margin-top: -10px;
}

h3, .h3 {
  margin-bottom: 20px;
  font-weight: 300;
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  display: block;
  font-size: 1.7em;
  text-transform: uppercase;
  color: #3d3e3d;
  line-height: 1;
  letter-spacing: 1px;
}

h4, .h4 {
  color: #70cbd3;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.3em;
}

h5, .h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  color: #3d3e3d;
  font-weight: 700;
}

h6, .h6 {
  color: #70cbd3;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1em;
}
h6 strong, .h6 strong {
  color: #3d3e3d;
  font-weight: normal;
}

.headlinestyle {
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
}

.colabheadline {
  font-size: 2.1em;
  display: block;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.8em;
    letter-spacing: 0.5px;
  }

  h3, .h3 {
    font-size: 2em;
  }

  h5, .h5 {
    font-size: 1.1rem;
  }

  h6, .h6 {
    font-size: 1.3em;
  }
}
@media (min-width: 1025px) {
  h1, .h1 {
    font-size: 3.5em;
    letter-spacing: 1px;
  }

  h2, .h2 {
    font-size: 3em;
    margin-bottom: 20px;
  }
  h2 + h2, h2 + .h2, .h2 + h2, .h2 + .h2 {
    margin-top: -10px;
  }
  h2 + h6, .h2 + h6 {
    margin-top: -20px;
  }

  h3, .h3 {
    font-size: 2.3em;
  }

  h5, .h5 {
    font-size: 1.3rem;
  }

  h6, .h6 {
    font-size: 1.5em;
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 3.8em;
    margin-bottom: 40px;
  }

  h2, .h2 {
    margin-bottom: 40px;
  }
  h2 + h2, h2 + .h2, .h2 + h2, .h2 + .h2 {
    margin-top: -30px;
  }
  h2 + h3, h2 + .h3, .h2 + h3, .h2 + .h3 {
    margin-top: -26px;
  }
  h2 + h6, .h2 + h6 {
    margin-top: -40px;
  }

  h3, .h3 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  h6, .h6 {
    font-size: 1.6em;
  }
}
@media (min-width: 1800px) {
  h3, .h3 {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
}
ul.list_column {
  margin-left: 0;
  padding-left: 0;
}
ul.list_column li {
  text-transform: uppercase;
  list-style-type: none;
}

@media (min-width: 768px) {
  .list_column_3 {
    clear: left;
  }

  ul.list_column {
    width: 50%;
    float: left;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  ul.list_column {
    width: 25%;
  }

  .list_column_3 {
    clear: none;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Floats */
.floatright {
  float: right;
}

.floatleft {
  float: left;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Buttons */
.button, .btn {
  font-size: 0.8rem;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #3d3e3d;
  border: 1px solid #fff;
  padding: 17px 40px 17px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}
.button:after, .btn:after {
  content: "";
  display: block;
  color: #fff;
  font-size: 1em;
  position: absolute;
  right: 16px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}
.button--ghost, .btn--ghost {
  background: none;
  border-width: 3px;
}
.button--white, .btn--white {
  color: #fff;
}
.button--black, .btn--black {
  background-color: #3d3e3d;
}
.button:hover, .btn:hover {
  text-decoration: none;
}
.button:hover:after, .btn:hover:after {
  right: 10px;
}

p + .button {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .button {
    font-size: 1.1rem;
    padding: 20px 55px 20px 30px;
  }
  .button:after {
    right: 23px;
  }
}
@media (min-width: 1025px) {
  p + .button {
    margin-top: 60px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding: 25px 55px 25px 30px;
  }
}
.play__button {
  position: relative;
  background-color: transparent;
}
.play__button::before {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0 20px 4px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: RESPONSIVE EMBEDDED VIDEO */
div.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SOCIAL LINKS */
.social-links {
  margin-bottom: 20px;
}
.social-links div {
  display: inline-block;
}
.social-links a {
  padding: 10px 5px;
}
.social-links a:hover {
  color: #70cbd3;
}
.social-links span {
  display: none;
}

@media (min-width: 1025px) {
  .social-links a {
    padding: 10px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .social-links {
    margin-bottom: 40px;
  }
  .social-links a {
    font-size: 1.7rem;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SECTION TINY */
.section_tiny {
  max-width: 860px;
  margin: 0 auto;
  padding: 100px 30px 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SECTION HALF */
.section_half p {
  max-width: 760px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HALF COLUMN SECTION */
.section_2cols {
  margin-bottom: 90px;
}

@media (min-width: 1025px) {
  .section_2cols {
    width: 47%;
    float: left;
  }
  .section_2cols + .section_2cols {
    float: right;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SECTION INSIDE SIZING */
.section_inside {
  padding: 30px;
  max-width: 1780px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .section_inside {
    padding: 52px 30px 80px;
  }
  .section_inside:first-child {
    padding: 52px 30px 140px;
  }

  .section_title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section_title p {
    max-width: 960px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SECTION EXTRA PADDING */
.section_extrapadding {
  padding: 50px 30px;
}

@media (min-width: 1400px) {
  .section_extrapadding {
    padding: 200px 30px 80px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 COL SECTION */
.cols_2 .col1 {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .cols_2 {
    overflow: hidden;
  }
  .cols_2 .col1 {
    width: 48%;
    float: left;
  }
  .cols_2 .col2 {
    width: 48%;
    float: right;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HALF SECTION */
@media (min-width: 1025px) {
  .section_half .text {
    width: 50%;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BIGGER HEADER SECTION */
.bigger_header h1, .bigger_header .h1 {
  font-size: 4rem;
  letter-spacing: 2px;
  font-weight: 100;
}
.bigger_header p.intro:before {
  content: "";
  display: block;
  background: #70cbd3;
  height: 10px;
  width: 120px;
  margin: 30px 0 20px;
  border-radius: 2px;
}

@media (min-width: 480px) {
  .bigger_header h1, .bigger_header .h1 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .bigger_header h1, .bigger_header .h1 {
    font-size: 6.5rem;
  }
}
@media (min-width: 1025px) {
  .bigger_header h1, .bigger_header .h1 {
    font-size: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .bigger_header h1, .bigger_header .h1 {
    font-size: 9rem;
    line-height: 0.9;
    letter-spacing: 4px;
  }
  .bigger_header p.intro:before {
    width: 200px;
    height: 15px;
    margin: 140px 0 40px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: FEATURED IMG SECTION */
.section_bgimg .featured-section {
  position: relative;
  padding: 50px 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.section_bgimg .featured-section:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
.section_bgimg .section-inside {
  margin: 0 auto;
  max-width: 1720px;
  position: relative;
  z-index: 1;
}
.section_bgimg .section-content {
  max-width: 740px;
}
.section_bgimg h2, .section_bgimg h3, .section_bgimg h4, .section_bgimg h5, .section_bgimg h6, .section_bgimg p, .section_bgimg li {
  color: #fff;
}
.section_bgimg h3 {
  text-transform: uppercase;
}
.section_bgimg .button.floatleft {
  float: left;
  margin-right: 20px;
}
.section_bgimg.section_bgimgfull .section-content {
  max-width: 100%;
  float: none;
}

@media (min-width: 768px) {
  .section_bgimg .featured-section {
    padding: 100px 30px;
  }
}
@media (min-width: 1025px) {
  .section_bgimg .featured-section {
    padding: 140px 30px;
  }
  .section_bgimg .section-content {
    float: right;
  }
}
@media (min-width: 1400px) {
  .section_bgimg .featured-section {
    padding: 180px 30px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BLUE SHAPE SECTION */
.blueshape_section {
  padding: 0;
  background: #70cbd3;
}
.blueshape_section .section_inside {
  padding: 90px 30px;
}
.blueshape_section h2, .blueshape_section h3, .blueshape_section h4, .blueshape_section h5, .blueshape_section h6, .blueshape_section p, .blueshape_section a, .blueshape_section li {
  color: #fff;
}

@media (min-width: 1400px) {
  .blueshape_section {
    min-height: 1150px;
    position: relative;
    background: #fff;
  }
  .blueshape_section:after {
    content: "";
    display: block;
    background-image: url(//d16vdoqlih8od7.cloudfront.net/7450-76702567-WPIpolygon.svg?versionId=Q6e8d.7CzzoLlWoDEcZgFK7pKb6.qamK);
    width: 620px;
    height: 1117px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .blueshape_section .section-content {
    max-width: 50%;
    padding-top: 100px;
  }
  .blueshape_section h2, .blueshape_section h3, .blueshape_section h4, .blueshape_section h5, .blueshape_section h6, .blueshape_section p {
    color: #3d3e3d;
  }
  .blueshape_section a {
    color: #f15c36;
  }
}
@media (min-width: 1800px) {
  .blueshape_section {
    min-height: 1300px;
  }
  .blueshape_section:after {
    width: 720px;
    height: 1267px;
  }
  .blueshape_section .section-content {
    padding-top: 200px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BLUE SECTION */
.section_blue {
  background: #70cbd3;
  padding: 30px;
}
.section_blue h1, .section_blue h2, .section_blue h3, .section_blue h4, .section_blue h5, .section_blue h6, .section_blue p, .section_blue a, .section_blue blockquote {
  color: #fff;
}
.section_blue .text {
  margin: 0 auto;
  max-width: 1720px;
}

@media (min-width: 1400px) {
  .section_blue {
    padding: 52px 30px 80px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: PAGE IMAGE HEADER */
.l-hero {
  min-height: 130px;
  background: #70cbd3;
}

.image_header {
  min-height: 93px;
  background: #70cbd3;
}

.image_header .hero {
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 240px;
  position: relative;
  z-index: 0;
  position: relative;
}
.image_header .hero:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 768px) {
  .image_header .hero:before {
    border-width: 8vw 0 0 100vw;
  }
}
@media (min-width: 1200px) {
  .image_header .hero:before {
    border-width: 6vw 0 0 100vw;
  }
}
@media (min-width: 1025px) {
  .image_header .hero:before {
    border-width: 5vw 0 0 100vw;
  }
}

.image_header.bigheader {
  height: 500px;
}
.image_header.bigheader .hero:after {
  display: none;
}
.image_header.bigheader section {
  height: 100%;
}

@media (min-width: 768px) {
  .image_header .hero {
    min-height: 320px;
  }

  .image_header.bigheader {
    height: 660px;
  }
}
@media (min-width: 1025px) {
  .image_header {
    min-height: 123px;
  }
  .image_header .hero {
    min-height: 420px;
  }

  .image_header.bigheader {
    height: 740px;
  }
}
@media (min-width: 1200px) {
  .image_header.bigheader {
    height: 800px;
  }
}
@media (min-width: 1400px) {
  .image_header .hero {
    min-height: 595px;
    margin-bottom: 60px;
  }

  .image_header.bigheader {
    height: 850px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: PLAY VIDEO PREVIEW */
.video_preview-wrapper {
  position: relative;
}

.video_preview-thumb {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 30px;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}
.video_preview-thumb .video-popup-trigger {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: PLAY VIDEO CTA */
.video-popup-trigger {
  text-align: center;
  margin: 15px 0 25px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-block;
  padding: 25px;
  color: #f15c36;
  background: #fff;
  border: 5px solid #f15c36;
  transition: all 1s ease;
}
.video-popup-trigger:hover {
  cursor: pointer;
  background: #f48366;
  color: #fff;
}

.video_cta {
  text-align: center;
  padding-top: 50px;
}
.video_cta .video-popup-trigger {
  margin-bottom: 15px;
}
.video_cta .video__header {
  color: #f15c36;
  text-transform: uppercase;
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.video_cta .video__watch {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}

@media (min-width: 768px) {
  .video_cta {
    overflow: hidden;
    width: auto;
  }
  .video_cta .video-popup-trigger {
    float: left;
    margin: 0;
  }
  .video_cta .video__info {
    text-align: left;
    padding-left: 20px;
    float: left;
  }
  .video_cta .video__header {
    font-size: 1.8em;
  }
  .video_cta .video__watch {
    font-size: 1em;
  }
}
@media (min-width: 1025px) {
  .play_video_link {
    text-align: center;
  }

  .video_cta {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .video_cta .video-popup-trigger {
    border: 8px solid #f15c36;
    width: 85px;
    height: 85px;
  }
  .video_cta .fa-play:before {
    font-size: 2rem;
    padding: 0 0 8px 7px;
  }
  .video_cta .video__header {
    font-size: 2.2em;
    line-height: 1;
  }
  .video_cta .video__info {
    padding-top: 15px;
  }
  .video_cta .video__watch {
    font-size: 1.3em;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: FLICKITY SLIDER */
.slider {
  margin-bottom: 100px;
}
.slider .flickity-page-dots {
  bottom: -60px;
  z-index: 5;
}
.slider .flickity-page-dots .dot {
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px #f15c36 solid;
  opacity: 1;
}
.slider .flickity-page-dots .dot.is-selected {
  background: #f15c36;
}

.slides-pagination {
  position: absolute;
  z-index: 5;
  bottom: 195px;
  text-align: left;
  width: 100%;
}
.slides-pagination a {
  border: 1px solid #5f5f5f;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: #ffffff;
  margin: 2px;
  overflow: hidden;
  text-indent: -999em;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: CLIENTS*/
#our-clients {
  margin-bottom: 0;
}

.clients {
  margin: 0 auto;
  max-width: 1720px;
  display: block;
}
@supports (grid-template-columns: 1fr 1fr 1fr) {
  .clients {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.client_content {
  margin-bottom: 20px;
  display: inline-block;
  width: 33%;
  float: left;
  text-align: center;
}
@supports (grid-template-columns: 1fr 1fr 1fr) {
  .client_content {
    width: 100%;
    float: none;
    display: block;
  }
}
.client_content img {
  width: 100px;
  height: auto;
}

@media (min-width: 1025px) {
  @supports (grid-template-columns: 1fr) {
    .clients {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }

  .client_content {
    width: 25%;
  }
  @supports (grid-template-columns: 1fr) {
    .client_content {
      width: 100%;
      float: none;
    }
  }
  .client_content img {
    width: 150px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  @supports (grid-template-columns: 1fr) {
    .clients {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }

  .client_content {
    width: 20%;
  }
  @supports (grid-template-columns: 1fr) {
    .client_content {
      width: 100%;
      float: none;
    }
  }
  .client_content img {
    width: 200px;
    height: auto;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Creative work */
.partner-creativework h3, .partner-creativework h2 {
  margin: 0 auto 30px;
  padding: 0 30px;
  max-width: 1780px;
}
.partner-creativework .button {
  margin-right: 30px;
}

.creative_list {
  display: block;
  clear: both;
  margin-top: 30px;
}
@supports (grid-template-columns: 1fr) {
  .creative_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
}
.creative_list .creative {
  width: 50%;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (grid-template-columns: 1fr) {
  .creative_list .creative {
    width: 100%;
    float: none;
  }
}
.creative_list .creative:hover .creative-details, .creative_list .creative:active .creative-details, .creative_list .creative:focus .creative-details, .creative_list .creative.showDetails .creative-details {
  top: 0;
}
.creative_list .creative .creative-details-wrapper {
  padding-top: 100%;
  height: 0;
  display: block;
  position: relative;
}
.creative_list .creative img {
  display: none;
}

.creative-details {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 92, 54, 0.9);
  text-align: center;
  display: table;
  transition: all 0.2s ease;
  transition-delay: 0.3s;
}
.creative-details p, .creative-details h6, .creative-details h5 {
  color: #fff;
}

.creative-details-content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.creative-details-content .agency-name {
  margin-bottom: 0;
}
.creative-details-content .client-name {
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
}
.creative-details-content .client-name, .creative-details-content .agency-name {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 500;
}
.creative-details-content .country {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.creative-details-content .campaign-type {
  font-size: 1rem;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  @supports (grid-template-columns: 1fr) {
    .creative_list {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  .creative_list .creative {
    width: 33.33333%;
  }
  @supports (grid-template-columns: 1fr) {
    .creative_list .creative {
      width: 100%;
    }
  }
}
@media (min-width: 1025px) {
  @supports (grid-template-columns: 1fr) {
    .creative_list {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  .creative_list .creative {
    width: 25%;
  }
  @supports (grid-template-columns: 1fr) {
    .creative_list .creative {
      width: 100%;
    }
  }
}
@media (min-width: 1400px) {
  .creative-details-content {
    padding: 20px;
  }
  .creative-details-content .client-name {
    font-size: 2.5rem;
  }
  .creative-details-content .agency-name {
    font-size: 1.1rem;
  }
}
@media (min-width: 1800px) {
  .creative_list {
    margin-top: 110px;
  }

  .creative-details-content .client-name {
    font-size: 3rem;
  }
  .creative-details-content .agency-name {
    font-size: 1.3rem;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Pagination */
/* ::::::::::::::::::::::::::::::::::::::: Paging - Next/Prev */
.pager .edge_sep {
  opacity: 0;
}

.paging {
  text-align: center;
  padding: 40px 0;
}
.paging .pages {
  display: none;
}
.paging .control {
  display: inline-block;
}
.paging .control a {
  width: 35px;
  height: 35px;
  border: 2px solid #f15c36;
  text-indent: -9999em;
  position: relative;
  display: block;
  border-radius: 2px;
}
.paging .control a:after {
  content: "";
  display: block;
  color: #f15c36;
  font-size: 0.7em;
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  text-indent: 0;
}
.paging .control a:hover {
  background: #f15c36;
}
.paging .control a:hover:after {
  color: #fff;
}
.paging .control.next a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.paging .control.prev a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
}

@media (min-width: 1025px) {
  .paging {
    padding-top: 60px;
  }
  .paging .control a {
    width: 55px;
    height: 55px;
  }
  .paging .control a:after {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .paging .control a {
    width: 65px;
    height: 65px;
  }
}
.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HOME HEADER */
.home-hero {
  position: relative;
  height: 500px;
}

.home-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//d16vdoqlih8od7.cloudfront.net/333f-55788467-home-hero.jpg?versionId=bbFMlXw6baNAN.UEStc39dqNsXhmhfFt");
}

.home-hero-content {
  max-width: 1720px;
  margin: 0 auto;
}
.home-hero-content h1 {
  font-weight: 300;
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  display: block;
  font-size: 2.3em;
  text-transform: uppercase;
  position: absolute;
  bottom: -60px;
  left: 30px;
}
.home-hero-content h2 {
  display: none;
}
.home-hero-content .hero-popup-trigger {
  top: auto;
  bottom: 40px;
  right: 40px;
}

@media (min-width: 768px) {
  .home-hero {
    height: 660px;
  }

  .home-hero-content {
    position: relative;
    height: 100%;
  }
  .home-hero-content .hero-popup-trigger {
    position: static;
    float: left;
    margin: 0 0 25px;
  }

  .home-hero-content-inside {
    display: block;
    position: absolute;
    padding: 0 30px;
    top: 41%;
    left: 0;
    width: 100%;
  }
  .home-hero-content-inside h1 {
    font-size: 4.7em;
    width: 250px;
    line-height: 1;
    position: static;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  .home-hero-content-inside h2 {
    display: block;
    color: #fff;
    font-weight: 300;
    font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    padding-left: 75px;
    line-height: 1.3;
    padding-top: 2px;
    font-size: 1.7rem;
  }
  .home-hero-content-inside h2 span {
    display: block;
    font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.7em;
  }
}
@media (min-width: 1025px) {
  .home-hero {
    height: 740px;
  }

  .home-hero-content .hero-popup-trigger {
    margin: 6px 0 25px;
  }

  .home-hero-content-inside {
    top: 41%;
  }
  .home-hero-content-inside h1 {
    font-size: 6.5rem;
    width: 350px;
    line-height: 0.9;
  }
  .home-hero-content-inside h2 {
    font-size: 2.2rem;
    padding-top: 0;
  }
  .home-hero-content-inside h2 span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    height: 800px;
  }

  .home-hero-content-inside h1 {
    font-size: 7.5rem;
    width: 390px;
  }
}
@media (min-width: 1400px) {
  .home-hero {
    height: 850px;
  }

  .home-hero-content-inside {
    top: 30%;
  }
  .home-hero-content-inside h1 {
    font-size: 9rem;
    width: 550px;
  }
  .home-hero-content-inside h2 {
    padding: 15px 0 0 100px;
  }
  .home-hero-content-inside .hero-popup-trigger {
    width: 85px;
    height: 85px;
    border-width: 8px;
  }
  .home-hero-content-inside .hero-popup-trigger .play__button::before {
    padding: 0 0 8px 4px;
    font-size: 2rem;
  }
}
@media (min-width: 1800px) {
  .home-hero {
    height: 950px;
  }

  .home-hero-content-inside {
    top: 39%;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HOME INTRO */
.map-header {
  position: relative;
  padding: 70px 30px 100px;
}
.map-header:before {
  content: "";
  display: block;
  position: absolute;
  top: -8.9vw;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 768px) {
  .map-header:before {
    top: -7.9vw;
    border-width: 8vw 0 0 100vw;
  }
}
@media (min-width: 1200px) {
  .map-header:before {
    top: -5.9vw;
    border-width: 6vw 0 0 100vw;
  }
}
@media (min-width: 1025px) {
  .map-header:before {
    top: -4.9vw;
    border-width: 5vw 0 0 100vw;
  }
}
.map-header p {
  color: #3d3e3d;
}

@media (min-width: 768px) {
  .map-header {
    text-align: center;
  }
  .map-header p {
    font-size: 1.3rem;
    max-width: 960px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1025px) {
  .map-header p {
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 1.4;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HOME MAP */
.home_map .featured-section {
  padding: 30px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 65%;
  padding-bottom: 70px;
}
.home_map .section-inside {
  max-width: 1720px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home_map .featured-section {
    background-position: right top;
    background-size: 120%;
  }
}
@media (min-width: 1025px) {
  .home_map h2 {
    max-width: 310px;
  }
  .home_map .featured-section {
    padding-top: 90px;
    margin-bottom: 170px;
    padding-bottom: 0;
    background-size: 80%;
    background-position: right bottom;
  }
  .home_map .section-content {
    max-width: 420px;
  }
}
@media (min-width: 1400px) {
  .home_map .featured-section {
    padding-top: 340px;
    background-size: contain;
  }
  .home_map .section-content {
    max-width: 600px;
  }
  .home_map h2 {
    max-width: 360px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HOME NETWORK SECTION */
.networkoftoday .button {
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .networkoftoday h2 {
    width: 400px;
  }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  */
.network {
  background-image: url("//d1odl73l0zobjo.cloudfront.net/7764-51658467-news-header-desktop.jpg?versionId=pQzEayVmZbVdaMT5JL8Wzaq9sffCXGNc");
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: flex;
  color: #fff;
}
.network:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
.network__wrapper {
  padding: 0 15px;
  margin: 15px 0;
}
@media (min-width: 1025px) {
  .network__wrapper {
    padding: 0 0 0 65%;
  }
}
.network__header {
  font-size: 1.3rem;
  margin: 100px 0 10px;
}
.network__subheader {
  margin: 0 0 15px 0;
}
.network__info {
  width: 400px;
  margin: 0 0 35px 0;
}
.network__button-group {
  margin: 0 0 55px 0;
}

@media (min-width: 1025px) {
  .map-info {
    display: none;
    z-index: -10;
  }
}
.map-info {
  padding: 0 15px;
  margin: 0 0 100px;
}
.map-header__text, .map-header__cta {
  margin: 10px 0;
}
@media (min-width: 1025px) {
  .map-header__cta {
    text-align: center;
  }
}
.map-header__title {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .map-header__title {
    display: none;
  }
}
.map-info__header, .map-info__text {
  margin: 10px 0;
}
.map-info__cta {
  margin: 50px 0;
}
.map-image {
  position: relative;
  background-image: url("//d16vdoqlih8od7.cloudfront.net/bec6-03858467-WPI-Locations-Map.jpg?versionId=jyimCemHGNFOraE_qOGWmYlgQOrAIz78");
  background-position: right;
  background-size: cover;
  width: 100vw;
  min-height: 210px;
}
@media (min-width: 480px) {
  .map-image {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .map-image {
    background-image: url("//d1odl73l0zobjo.cloudfront.net/d9a8-07788467-WPI-Locations-Map-desktop.jpg?versionId=s8bECwhGF2y_keM8o65jYDwR0jGyqqrI");
    height: 480px;
  }
}
@media (min-width: 1025px) {
  .map-image {
    height: 550px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1400px) {
  .map-image {
    height: 750px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1800px) {
  .map-image {
    height: 900px;
    margin-bottom: 130px;
  }
}
.map-image__header, .map-image__text, .map-image__button {
  display: none;
  position: absolute;
  left: 60px;
}
@media (min-width: 1025px) {
  .map-image__header, .map-image__text, .map-image__button {
    display: block;
  }
}
.map-image__header {
  bottom: 220px;
  font-size: 2rem;
}
@media (min-width: 1025px) {
  .map-image__header {
    width: 300px;
    bottom: 260px;
  }
}
@media (min-width: 1400px) {
  .map-image__header {
    width: 360px;
    bottom: 300px;
  }
}
.map-image__text {
  bottom: 80px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .map-image__text {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .map-image__text {
    width: 620px;
    bottom: 140px;
  }
}
.map-image__button {
  bottom: 0px;
}

.map-header__text {
  margin: 10px auto;
  text-align: left;
}
@media (min-width: 1025px) {
  .map-header__text {
    font-size: 1.5rem;
    width: 600px;
    text-align: center;
  }
}

.formentry {
  max-width: 1720px;
  margin: 0 auto;
  overflow: hidden;
}

.user-entry-required label:after {
  content: " *";
  display: inline-block;
  padding-left: 5px;
}

.user-entry-required .choice label:after {
  display: none;
}

.flex-100 .choice_text_value {
  padding-top: 30px;
}

label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-size: 1.2em;
}

select, input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  width: 100%;
  color: #3d3e3d;
  border: 1px solid #3d3e3d;
  background: #fff;
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 15px 30px;
}

select::-ms-expand {
  display: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3d3e3d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3d3e3d;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #3d3e3d;
}

input::placeholder, textarea::placeholder {
  color: #3d3e3d;
}

select {
  border: 1px solid #3d3e3d;
  background: #fff url(//d1odl73l0zobjo.cloudfront.net/98c0-87032567-icon-dropdownblack.png?versionId=QM_SEGZ4jyMeqNYZnOhvu4j1jcMRfP_l) no-repeat 95% center;
  background-size: 12px;
  color: #3d3e3d;
  position: relative;
}
select option {
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
}

.select_alt select.val {
  width: 100%;
  background: #3d3e3d url(//d1odl73l0zobjo.cloudfront.net/70c5-97032567-icon-dropdownwhite.png?versionId=F.DJ2waHD7u8lWPn7Ctj48V2OwbETi0M) no-repeat 95% center;
  background-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

input[type=checkbox], input[type=radio] {
  width: 30px;
  height: 30px;
  padding: 0;
  float: left;
  margin-right: 15px;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  position: relative;
  padding: 0;
  background: #f15c36;
  border-color: #f15c36;
}

.choice label {
  padding-top: 6px;
  text-transform: none;
}

.question {
  margin-bottom: 30px;
}
.question p {
  margin-bottom: 0;
}

.submit_button {
  clear: both;
  display: block;
}
.submit_button button {
  background: #3d3e3d;
  text-transform: uppercase;
  padding: 15px 45px 15px 15px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  position: relative;
}
.submit_button button:after {
  content: "";
  display: block;
  color: #fff;
  font-size: 1em;
  position: absolute;
  right: 16px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}
.submit_button button:hover:after {
  right: 10px;
}

.phone_field table {
  width: 100%;
}

.phone_number_format {
  margin-bottom: 5px;
}

/* Form styles on a blue or dark background */
.section_blue select, .section_blue input, .section_blue textarea, .section_dark select, .section_dark input, .section_dark textarea {
  color: #3d3e3d;
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.section_blue select, .section_dark select {
  border: none;
  background: rgba(255, 255, 255, 0.9) url(//d1odl73l0zobjo.cloudfront.net/98c0-87032567-icon-dropdownblack.png?versionId=QM_SEGZ4jyMeqNYZnOhvu4j1jcMRfP_l) no-repeat 95% center;
  background-size: 12px;
  color: #3d3e3d;
  position: relative;
}
.section_blue label, .section_blue .example, .section_dark label, .section_dark .example {
  color: #fff;
}
.section_blue .submit_button button, .section_dark .submit_button button {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.message-container {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.message-container.empty {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.message-container .error {
  color: #cd201f;
}

/* ::::::::::::::::::::::::: LOGIN FORM STYLES */
.login_form input {
  background: rgba(255, 255, 255, 0.4);
  padding: 25px 30px;
  color: #fff;
  font-size: 1.3rem;
}
.login_form input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.login_form input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.login_form input::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.login_form input::placeholder {
  color: #fff;
  text-transform: uppercase;
}
.login_form span.email, .login_form span.username {
  display: none;
}
.login_form div.email, .login_form div.username {
  margin-bottom: 25px;
}
.login_form .submit_button {
  float: right;
}
.login_form .submit_button button {
  border: 0;
  font-size: 1.2rem;
  padding: 25px 40px 25px 20px;
}
.login_form .submit_button button:after {
  content: "";
  font-size: 1.5rem;
  right: 0;
}
.login_form .btn {
  float: right;
  border: 0;
  font-size: 1.2rem;
  padding: 25px 40px 25px 20px;
  background: none;
  width: auto;
}
.login_form .btn:after {
  content: "";
  font-size: 1.5rem;
  right: 0;
}
.login_form input[type=submit] {
  background-image: url("//d1odl73l0zobjo.cloudfront.net/65df-14386567-arrow-right-solid.svg?versionId=iWF_7yZ0x3pJcSCt13tjBsjBDAMJtvNd");
  background-position: right center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.login_form input[type=submit]:after {
  display: none;
}

.retrieve-password div.username:before {
  content: "OR";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.password-reset .title {
  margin-bottom: 20px;
  font-weight: 300;
  font-family: league-gothic, cursive, Arial, Verdana, sans-serif;
  display: block;
  font-size: 1.7em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
.password-reset .username .value {
  color: #fff;
  font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.4;
}
.password-reset .password {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  label {
    font-size: 1.5rem;
  }

  select, input, textarea, .select_alt select.val {
    font-size: 1.3rem;
  }

  .select_alt select.val {
    width: 380px;
  }

  .submit_button button {
    padding: 25px 70px 25px 20px;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }

  .password-reset .title {
    font-size: 2em;
  }
  .password-reset .username .value {
    font-size: 1.2em;
  }
}
@media (min-width: 1025px) {
  .flex-100 .choice_text_value {
    padding-top: 30px;
    width: 31.3333%;
  }

  .question.flex-33 {
    float: left;
    width: 31.3333%;
    margin-right: 1.666%;
    margin-bottom: 45px;
  }
  .question.flex-50 {
    float: left;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 45px;
  }

  .password-reset .title {
    font-size: 2.3em;
  }
  .password-reset .username .value {
    font-size: 1.3em;
  }
}
@media (min-width: 1400px) {
  label {
    font-size: 1.8rem;
  }

  select, input, textarea, .select_alt select.val {
    font-size: 1.5rem;
  }

  .submit_button button {
    padding: 25px 90px 25px 20px;
  }

  .login_form .submit_button button {
    padding: 25px 50px 25px 20px;
  }
  .login_form .submit_button button:after {
    font-size: 2rem;
  }

  .password-reset .title {
    font-size: 2.5em;
  }
}
.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  right: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 25px;
  width: 25px;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  text-indent: -9999em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background: #f15c36;
  border-color: #f15c36;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #f15c36;
  border-color: #f15c36;
}

@media (min-width: 1025px) {
  .slick-dots {
    bottom: 80px;
  }
}
.proteus-popup-trigger, .hero-popup-trigger {
  text-align: center;
  margin: 15px 0 25px;
  position: absolute;
  top: 30px;
  right: 25px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-block;
  padding: 25px;
  color: #fff;
  background: 0 0;
  border: 5px solid #fff;
}

@media (min-width: 1024px) {
  .proteus-popup-trigger, .hero-popup-trigger {
    top: 500px;
    left: 40px;
    bottom: 40px;
  }
}
.proteus-popup-trigger:hover, .hero-popup-trigger:hover {
  cursor: pointer;
  background: #3d3e3d;
  transition: background ease 0.5s;
}

.proteus-popup {
  display: block;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.3s, visibility linear 0.3s;
}

.proteus-popup.open {
  visibility: visible;
  opacity: 1;
  transition: opacity ease 0.3s;
}

.proteus-popup.open .proteus-popup-container {
  opacity: 1;
  transition: opacity ease 0.3s;
}

.proteus-popup .proteus-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  border-radius: 2px;
  font-size: 0;
  background: #3d3e3d;
}

.proteus-popup .proteus-close:hover {
  cursor: pointer;
  background: #252525;
}

.proteus-popup .proteus-close:after,
.proteus-popup .proteus-close:before {
  position: absolute;
  right: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.proteus-popup .proteus-close:before {
  transform: rotate(45deg);
}

.proteus-popup .proteus-close:after {
  transform: rotate(-45deg);
}

.proteus-popup .proteus-popup-container {
  position: relative;
  left: 50%;
  top: 50%;
  background-color: #fff;
  padding: 50px 5px 5px 5px;
  border-radius: 5px;
  width: 80%;
  max-width: 95%;
  max-height: 90%;
  overflow-y: auto;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity linear 0.3s;
}

.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

.uppercase {
  text-transform: uppercase;
}

.invisible {
  display: none;
}

.blue {
  color: #70cbd3;
}

.orange {
  color: #f15c36;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SEARCH RESULTS HEADER */
#searchpage #body {
  background: #f5f5f5;
}
#searchpage h1 {
  color: #70cbd3;
  font-weight: 500;
}
#searchpage h1 strong {
  font-weight: 500;
  color: #000;
}
#searchpage .col2 p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#searchpage .col2 .button {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#searchpage .col_2_content {
  margin-bottom: 0;
  padding: 52px 30px 30px;
}

@media (min-width: 1025px) {
  #searchpage .col2 .button {
    float: right;
    width: 220px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #searchpage .col2 .button {
    width: 300px;
  }

  .section_inside.creative_filter {
    padding-bottom: 80px;
  }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SEARCH FILTER */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MOBILE FILTER */
.button.slidemenu_filter-open {
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  background: #f15c36;
}
.button.slidemenu_filter-open:after {
  display: none;
}

@media (max-width: 1025px) {
  .desktop-only {
    display: none !important;
  }

  .slidein_menu {
    position: fixed;
    right: 100%;
    top: 0;
    height: 100vh;
    min-width: 280px;
    width: 80vw;
    margin: 0;
    transform: translateX(0);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    transition: transform 0.3s ease;
    z-index: 2000;
  }
}
@media screen and (max-width: 1025px) and (prefers-reduced-motion: reduce) {
  .slidein_menu {
    transition: none;
  }
}
@media (max-width: 1025px) {
  .slidein_menu--is-active {
    transform: translateX(100%);
    display: block;
  }
  .slidein_menu--is-active .slidemenu__closeall {
    left: -20vw;
  }
}
@media (max-width: 1025px) {
  .slidein_menu--right {
    left: 100%;
  }
  .slidein_menu--right.slidein_menu--is-active {
    transform: translateX(-100%);
    display: block;
  }
}
@media (max-width: 1025px) {
  .slidein_menu h2, .slidein_menu p {
    color: #fff;
  }
}
@media (max-width: 1025px) {
  .slidein_menu-inside {
    min-height: 100vh;
    overflow: hidden;
  }
}
@media (max-width: 1025px) {
  .slidemenu__close {
    width: 50px;
    height: 50px;
    background: none;
    border: 0;
    outline: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 15px;
  }
}
@media (max-width: 1025px) {
  .slidemenu__back {
    width: 50px;
    height: 50px;
    background: none;
    border: 0;
    outline: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    display: none;
    text-align: center;
    padding-top: 15px;
  }
}
@media (max-width: 1025px) {
  .slidemenu__closeall {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20vw;
    z-index: 4;
  }
}
@media (max-width: 1025px) {
  .action .btn_clear {
    text-transform: uppercase;
    background: none;
    color: #f15c36;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    padding: 15px 30px 15px 0;
    border: 0;
  }
}
@media (max-width: 1025px) {
  .slidein_title {
    padding: 80px 30px 30px 30px;
    border-bottom: 1px solid #3d3e3d;
  }
}
@media (max-width: 1025px) {
  .action input {
    cursor: pointer;
  }
}
@media (max-width: 1025px) {
  .filter-tab label {
    position: relative;
    cursor: pointer;
    padding: 20px 30px;
    margin-bottom: 0;
    z-index: 5;
    border-bottom: 1px solid #3d3e3d;
  }
  .filter-tab.filter-parent > label::after, .filter-tab.filter-subparent > label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "";
    color: #fff;
    padding-right: 5px;
    font-size: 0.7rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1025px) {
  .filter-subparent.childmenu-is-open > .filter-options, .filter-parent.childmenu-is-open > .filter-options {
    display: block;
  }
}
@media (max-width: 1025px) {
  .filter-options {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    transition: all 0.2s ease;
    height: calc(100vh - 325px);
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1025px) and (prefers-reduced-motion: reduce) {
  .filter-options {
    transition: none;
  }
}
@media (max-width: 1025px) {
  .filter-options-wrapper {
    position: relative;
    left: 0;
    transition: all 0.2s ease;
    height: calc(100vh - 306px);
    padding-bottom: 80px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1025px) and (prefers-reduced-motion: reduce) {
  .filter-options-wrapper {
    transition: none;
  }
}
@media (max-width: 1025px) {
  .filter-options-wrapper.childmenu-is-open {
    left: -100%;
    overflow: visible;
  }
}
@media (max-width: 1025px) {
  .locations-tab > label {
    display: none;
  }
  .locations-tab > .filter-options {
    display: block;
    position: static;
    height: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .categorized-capabilities-tab.childmenu-is-open .filter-subparent.childmenu-is-open > label, .categorized-capabilities-tab.childmenu-is-open .filter-subparent.siblingmenu-is-open > label {
    display: none;
  }
  .categorized-capabilities-tab.childmenu-is-open .filter-subparent.childmenu-is-open > .filter-options.filter-options-child {
    position: absolute;
    left: 0;
    overflow: visible;
  }
}
@media (max-width: 1025px) {
  .filter-options-child {
    border-top: 1px solid #3d3e3d;
    height: calc(100vh - 286px);
    overflow-y: scroll;
  }
}
@media (max-width: 1025px) {
  .filter-option {
    display: block;
    position: relative;
    border-bottom: 1px solid #3d3e3d;
  }
  .filter-option input {
    display: block;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0;
    float: none;
    margin-right: 0;
    padding: 0;
    cursor: pointer;
  }
  .filter-option input:checked {
    position: absolute;
    right: 10px;
    background: none;
    border-color: none;
  }
  .filter-option input:checked:after {
    content: "";
    display: block;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    color: #8bc43f;
  }
  .filter-option input:checked + span {
    color: #8bc43f;
  }
  .filter-option span {
    position: relative;
    z-index: 0;
    cursor: pointer;
    display: block;
    padding: 20px 30px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 1025px) {
  .slidemenu_header_searchbyname {
    display: none;
  }
}
@media (max-width: 1025px) {
  .btn_apply {
    background-color: #f15c36;
  }
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block;
  }

  .slidemenu_header_searchbyname {
    float: right;
  }
  .slidemenu_header_searchbyname h2 {
    text-transform: uppercase;
    float: left;
    border: 0;
    padding: 6px 35px 0 0;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    font-family: proxima-nova, cursive, Arial, Verdana, sans-serif;
  }
  .slidemenu_header_searchbyname .actions {
    display: none;
  }

  .field_searchbyname {
    float: left;
    position: relative;
    width: 0;
    transition: all 0.2s ease;
  }
  .field_searchbyname i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
    color: #3d3e3d;
    transition: all 0.2s ease;
  }
  .field_searchbyname input {
    text-transform: uppercase;
    float: left;
    border: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    width: 0;
    transition: all 0.2s ease;
  }

  .slidemenu_header_searchbyname.open-search h2 {
    display: none;
  }
  .slidemenu_header_searchbyname.open-search input {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .slidemenu_header_searchbyname.open-search i {
    right: 103%;
  }
  .slidemenu_header_searchbyname.open-search .field_searchbyname {
    width: 330px;
  }

  .slidein_menu-content {
    clear: both;
    position: relative;
    padding-top: 90px;
  }

  .filter-parent > label {
    background: #3d3e3d;
    cursor: pointer;
    padding: 20px;
    width: 25%;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    top: 20px;
    z-index: 0;
    min-height: 120px;
    transition: all 0.2s ease;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
  }
  .filter-parent:nth-child(2n) > label {
    left: 25%;
  }
  .filter-parent:nth-child(3n) > label {
    left: 50%;
  }
  .filter-parent:nth-child(4n) > label {
    left: 75%;
  }
  .filter-parent.childmenu-is-open > label {
    background: #f15c36;
    top: 0;
  }

  .filter-options {
    display: none;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.59);
  }
  .filter-options:after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    clear: both;
  }

  .filter-tab.childmenu-is-open .filter-options {
    display: block;
  }
  @supports (grid-template-columns: 1fr) {
    .filter-tab.childmenu-is-open .filter-options {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 15px;
    }
  }

  .filter-option {
    display: block;
    clear: both;
    padding-bottom: 10px;
    float: left;
    width: 30%;
    clear: none;
    margin-right: 3%;
  }
  @supports (display: grid) {
    .filter-option {
      float: none;
      width: 100%;
      margin-right: 0;
      padding-bottom: 0;
    }
  }
  .filter-option span, .filter-option input {
    display: block;
  }
  .filter-option input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .filter-option span {
    padding-top: 5px;
  }
}
@media (min-width: 1400px) {
  @supports (display: grid) {
    .filter-tab.childmenu-is-open .filter-options {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }

  .filter-option {
    width: 23%;
    margin-right: 2%;
  }
  @supports (display: grid) {
    .filter-option {
      width: 100%;
      margin-right: 0;
    }
  }
}
@media (min-width: 1800px) {
  @supports (display: grid) {
    .filter-tab.childmenu-is-open .filter-options {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }

  .filter-option {
    width: 18%;
    margin-right: 2%;
  }
  @supports (display: grid) {
    .filter-option {
      width: 100%;
      margin-right: 0;
    }
  }
}
/* :::::::::::::::::::::::::::::::::::::::: Locations Tab */
@media (min-width: 1025px) {
  .locations-tab.childmenu-is-open > .filter-options {
    display: block;
  }
  .locations-tab .filter-options {
    padding: 80px 25px 20px;
    position: relative;
    display: none;
  }
  .locations-tab .filter-options.filter-options-child {
    padding: 0;
    box-shadow: none;
    display: none;
  }
  .locations-tab .filter-options label {
    position: absolute;
    top: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 3px;
    cursor: pointer;
  }
  .locations-tab .filter-options .filter-subparent:nth-child(2n) > label {
    left: 113px;
  }
  .locations-tab .filter-options .filter-subparent:nth-child(3n) > label {
    left: 219px;
  }
  .locations-tab .childmenu-is-open label, .locations-tab .filter-initialopen label {
    background: #f15c36;
  }
  .locations-tab .childmenu-is-open .filter-options-child, .locations-tab .filter-initialopen .filter-options-child {
    display: block;
  }
  @supports (display: grid) {
    .locations-tab .childmenu-is-open .filter-options-child, .locations-tab .filter-initialopen .filter-options-child {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 15px;
    }
  }
}
@media (min-width: 1800px) {
  @supports (display: grid) {
    .locations-tab .childmenu-is-open .filter-options-child, .locations-tab .filter-initialopen .filter-options-child {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
}
/* :::::::::::::::::::::::::::::::::::::::: Capabilities Tab */
@media (min-width: 1025px) {
  .categorized-capabilities-tab.childmenu-is-open > .filter-options {
    display: block;
  }
  .categorized-capabilities-tab .filter-options {
    padding: 80px 25px 20px;
    position: relative;
    display: none;
  }
  .categorized-capabilities-tab .filter-options.filter-options-child {
    padding: 0;
    box-shadow: none;
    display: none;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent label {
    position: absolute;
    top: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 3px;
    cursor: pointer;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent:nth-child(2n) > label {
    left: 80px;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent:nth-child(3n) > label {
    left: 136px;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent:nth-child(4n) > label {
    left: 232px;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent:nth-child(5n) > label {
    left: 315px;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent:nth-child(6n) > label {
    left: 389px;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent:nth-child(7n) > label {
    left: 571px;
  }
  .categorized-capabilities-tab .filter-options .filter-subparent.childmenu-is-open > label, .categorized-capabilities-tab .filter-options .filter-subparent.filter-initialopen > label {
    background: #f15c36;
  }
  .categorized-capabilities-tab .childmenu-is-open .filter-options-child,
.categorized-capabilities-tab .filter-initialopen .filter-options-child {
    display: block;
  }
  @supports (display: grid) {
    .categorized-capabilities-tab .childmenu-is-open .filter-options-child,
.categorized-capabilities-tab .filter-initialopen .filter-options-child {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 15px;
    }
  }
}
@media (min-width: 1800px) {
  @supports (display: grid) {
    .categorized-capabilities-tab .childmenu-is-open .filter-options-child, .categorized-capabilities-tab .filter-initialopen .filter-options-child {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
}
/* :::::::::::::::::::::::::::::::::::::::: Search buttons */
.actions.desktop-only {
  text-align: right;
}
.actions.desktop-only .btn_clear, .actions.desktop-only .btn_apply {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  cursor: pointer;
}
.actions.desktop-only .btn_clear {
  border-color: #3d3e3d;
  color: #3d3e3d;
}
.actions.desktop-only .btn_apply {
  background: #f15c36;
  color: #fff;
  border: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MOBILE FILTER - Search by Name */
.slidein_menu.searchbyname .slidemenu_header_searchbyname {
  display: block;
}
.slidein_menu.searchbyname .slidemenu_header_searchbyname ::-webkit-input-placeholder {
  color: #fff;
}
.slidein_menu.searchbyname .slidemenu_header_searchbyname ::-moz-placeholder {
  color: #fff;
}
.slidein_menu.searchbyname .slidemenu_header_searchbyname :-ms-input-placeholder {
  color: #fff;
}
.slidein_menu.searchbyname .slidemenu_header_searchbyname :-moz-placeholder {
  color: #fff;
}
.slidein_menu.searchbyname .slidemenu_header_searchbyname input[type=text] {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 1rem;
  padding: 15px 10px;
  color: #fff;
  border: none;
  letter-spacing: 0.5px;
}
.slidein_menu.searchbyname .slidemenu_header_searchbyname input[type=submit] {
  background-color: #f15c36;
}
.slidein_menu.searchbyname .slidemenu_header_filter {
  display: none;
}
.slidein_menu.searchbyname .filter-options-wrapper {
  display: none;
}
.slidein_menu.searchbyname .filter, .slidein_menu.searchbyname h2 {
  margin-bottom: 20px;
}

.searchbyname.slidemenu_filter-open {
  float: right;
  cursor: pointer;
}
.searchbyname.slidemenu_filter-open span {
  display: none;
}
.searchbyname.slidemenu_filter-open i {
  font-size: 1.4rem;
  padding: 10px;
  margin-top: -5px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SEARCH RESULTS FORM */
#searchpage .question {
  display: block;
  margin-bottom: 15px;
}
#searchpage .slidein_title {
  padding: 30px 0 30px 0;
}
#searchpage .question-wrappers {
  height: calc(100vh - 256px);
  overflow-y: scroll;
  padding-bottom: 100px;
}

@media (min-width: 1025px) {
  #searchpage .slidein_menu {
    padding: 0 30px;
  }
  #searchpage .slidein_menu-content {
    padding-top: 0;
  }
  #searchpage .question-wrappers {
    float: left;
    overflow-y: visible;
    width: 75%;
    height: auto;
    padding-bottom: 0;
  }
  #searchpage select, #searchpage input {
    border: none;
    margin-bottom: 20px;
    margin-right: 15px;
    width: auto;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  #searchpage input {
    min-width: 270px;
  }
  #searchpage .question {
    display: inline-block;
  }
  #searchpage .question.description input {
    min-width: 340px;
  }
  #searchpage .question.country select {
    max-width: 260px;
  }
  #searchpage .question.topic select {
    max-width: 280px;
  }
  #searchpage .question.year select {
    min-width: 130px;
  }
  #searchpage .question.longfield input {
    min-width: 330px;
  }
  #searchpage .email__form .question {
    display: block;
  }
  #searchpage .email__form .question input {
    width: 100%;
    margin-bottom: 0;
  }
  #searchpage .actions {
    float: right;
    width: 25%;
  }
  #searchpage .actions .button {
    float: right;
    padding: 0;
    margin-bottom: 15px;
  }
  #searchpage .actions .button input {
    margin-bottom: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    padding: 17px 40px 17px 18px;
  }
  #searchpage .actions input.btn_clear {
    clear: both;
    padding: 0;
    background: none;
    float: right;
    color: #f15c36;
  }
}
@media (min-width: 1025px) {
  #searchpage .slidein_title {
    padding: 0;
  }
  #searchpage .actions .button input {
    padding: 27px 62px 27px 28px;
  }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SEARCH RESULTS FILTER */
.search-filter-info {
  padding: 10px 30px;
}
.search-filter-info div {
  margin-bottom: 15px;
  float: left;
  margin-right: 25px;
}
.search-filter-info label {
  margin-bottom: 0;
  font-size: 0.8rem;
  margin-right: 10px;
}
.search-filter-info span {
  font-size: 0.9rem;
}
.search-filter-info span:after {
  content: ", ";
  display: inline-block;
}
.search-filter-info span:last-child:after {
  display: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SEARCH RESULTS LISTING */
.search-result {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.search-result h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.search-result .icon {
  width: 100%;
  margin-bottom: 30px;
}
.search-result .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.search-result .info {
  margin-bottom: 20px;
}
.search-result label {
  display: inline;
}
.search-result p {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}
.search-result p span {
  text-transform: none;
  color: #f15c36;
  font-weight: 400;
}
.search-result .topic span {
  text-transform: uppercase;
  font-weight: 500;
}

.search-result .downloads a {
  font-size: 2.2rem;
  margin-right: 10px;
}
.search-result .downloads a:hover {
  text-decoration: none;
}
.search-result .downloads a.file-external {
  font-size: 1.7rem;
}
.search-result .downloads a .fa-external-link-alt {
  font-size: 0.7em;
}

@media (min-width: 768px) {
  .search-result {
    overflow: hidden;
  }
  .search-result h2 {
    font-size: 2.2rem;
  }
  .search-result label {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .search-result .icon {
    width: 190px;
    float: left;
  }
  .search-result .info.has-icon {
    padding-left: 230px;
  }

  .search-result .downloads a {
    font-size: 2.7rem;
    margin-left: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .search-result h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .search-result .info {
    float: left;
    width: 65%;
  }
  .search-result .info.has-icon {
    width: 50%;
    padding-left: 40px;
  }
  .search-result .downloads {
    padding-left: 0;
    width: 32%;
    float: right;
    text-align: right;
  }
  .search-result .downloads a {
    float: right;
    display: block;
  }
}
@media (min-width: 1400px) {
  .search-result {
    padding: 40px 0;
  }
  .search-result .icon {
    width: 240px;
  }
  .search-result .downloads a {
    font-size: 3rem;
    left: 35px;
  }
  .search-result .downloads a.file-external {
    font-size: 2.2rem;
  }
}