@charset "UTF-8";
@font-face {
  font-family: "Bw Stretch";
  src: local(BwStretch-Regular), url("../fonts/bwstretch/BwStretch-Regular.woff2") format("woff2"), url("../fonts/bwstretch/BwStretch-Regular.eot") format("embedded-opentype"), url("../fonts/bwstretch/BwStretch-Regular.woff") format("woff"), url("../fonts/bwstretch/BwStretch-Regular.otf") format("otf"), url("../fonts/bwstretch/BwStretch-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bw Stretch";
  src: local(BwStretch-Bold), url("../fonts/bwstretch/BwStretch-Bold.woff2") format("woff2"), url("../fonts/bwstretch/BwStretch-Bold.eot") format("embedded-opentype"), url("../fonts/bwstretch/BwStretch-Bold.woff") format("woff"), url("../fonts/bwstretch/BwStretch-Bold.otf") format("otf"), url("../fonts/bwstretch/BwStretch-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Bw Stretch";
  src: local(BwStretch-Black), url("../fonts/bwstretch/BwStretch-Black.woff2") format("woff2"), url("../fonts/bwstretch/BwStretch-Black.eot") format("embedded-opentype"), url("../fonts/bwstretch/BwStretch-Black.woff") format("woff"), url("../fonts/bwstretch/BwStretch-Black.otf") format("otf"), url("../fonts/bwstretch/BwStretch-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Basier Circle";
  src: local(BasierCircle-Regular), url("../fonts/basiercircle/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/basiercircle/BasierCircle-Regular.eot") format("embedded-opentype"), url("../fonts/basiercircle/BasierCircle-Regular.woff") format("woff"), url("../fonts/basiercircle/BasierCircle-Regular.otf") format("otf"), url("../fonts/basiercircle/BasierCircle-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Basier Circle";
  src: local(BasierCircle-SemiBold), url("../fonts/basiercircle/BasierCircle-SemiBold.woff2") format("woff2"), url("../fonts/basiercircle/BasierCircle-SemiBold.eot") format("embedded-opentype"), url("../fonts/basiercircle/BasierCircle-SemiBold.woff") format("woff"), url("../fonts/basiercircle/BasierCircle-SemiBold.otf") format("otf"), url("../fonts/basiercircle/BasierCircle-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot");
  src: url("../fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.woff") format("woff"), url("../fonts/icons/icomoon.ttf") format("truetype"), url("../fonts/icons/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}



.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-medium:before {
  content: "\e901";
}

.i-facebook-with-circle:before {
  content: "\e902";
}

.i-close:before {
  content: "\e900";
}

.i-linkedin-square:before {
  content: "\e903";
}

.i-facebook-square:before {
  content: "\e904";
}

.i-twitter-square:before {
  content: "\e905";
}

.i-youtube:before {
  content: "\ea9d
 ";
}

html {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  html .page-template-home,
  html .error404 {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media only screen and (max-width: 767px) {
  html .page-template-home .body-wrapper,
  html .error404 .body-wrapper {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

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

/*MEDIA QUERIES*/
/*BOOTSTRAP OVERWRITES*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.iframe-wrapper, .video-container {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px;
  height: 0;
}

.iframe-wrapper iframe, .video-container iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper.ratio-16-9, .video-container.ratio-16-9 {
  padding-bottom: 56.25% !important;
}

.iframe-wrapper.ratio-1-1, .video-container.ratio-1-1 {
  padding-bottom: 100% !important;
}

.iframe-wrapper.ratio-4-3, .video-container.ratio-4-3 {
  padding-bottom: 75% !important;
}

.iframe-wrapper.ratio-3-2, .video-container.ratio-3-2 {
  padding-bottom: 66.666666% !important;
}

.gap {
  width: 100%;
  display: block;
}

.gap-10 {
  height: 10px;
}

@media (max-width: 767px) {
  .gap-10 {
    height: 5px;
  }
}

.gap-20 {
  height: 20px;
}

@media (max-width: 767px) {
  .gap-20 {
    height: 10px;
  }
}

.gap-30 {
  height: 30px;
}

@media (max-width: 767px) {
  .gap-30 {
    height: 15px;
  }
}

.gap-40 {
  height: 40px;
}

@media (max-width: 767px) {
  .gap-40 {
    height: 20px;
  }
}

.gap-50 {
  height: 50px;
}

@media (max-width: 767px) {
  .gap-50 {
    height: 25px;
  }
}

.gap-60 {
  height: 60px;
}

@media (max-width: 767px) {
  .gap-60 {
    height: 30px;
  }
}

.gap-70 {
  height: 70px;
}

@media (max-width: 767px) {
  .gap-70 {
    height: 35px;
  }
}

.gap-80 {
  height: 80px;
}

@media (max-width: 767px) {
  .gap-80 {
    height: 40px;
  }
}

.gap-90 {
  height: 90px;
}

@media (max-width: 767px) {
  .gap-90 {
    height: 45px;
  }
}

.gap-100 {
  height: 100px;
}

@media (max-width: 767px) {
  .gap-100 {
    height: 50px;
  }
}

.gap.lg {
  height: 90px;
}

@media (max-width: 991px) {
  .gap.lg {
    height: 45px;
  }
}

.gap.md {
  height: 60px;
}

@media (max-width: 991px) {
  .gap.md {
    height: 30px;
  }
}

.gap.sm {
  height: 40px;
}

@media (max-width: 991px) {
  .gap.sm {
    height: 20px;
  }
}

.gap.xs {
  height: 20px;
}

@media (max-width: 991px) {
  .gap.xs {
    height: 10px;
  }
}

._p {
  padding: 0px;
}

._pt-0 {
  padding-top: 0px;
}

._pr-0 {
  padding-right: 0px;
}

._pb-0 {
  padding-bottom: 0px;
}

._pl-0 {
  padding-left: 0px;
}

._p {
  padding: 10px;
}

._pt-10 {
  padding-top: 10px;
}

._pr-10 {
  padding-right: 10px;
}

._pb-10 {
  padding-bottom: 10px;
}

._pl-10 {
  padding-left: 10px;
}

._p {
  padding: 20px;
}

._pt-20 {
  padding-top: 20px;
}

._pr-20 {
  padding-right: 20px;
}

._pb-20 {
  padding-bottom: 20px;
}

._pl-20 {
  padding-left: 20px;
}

._p {
  padding: 30px;
}

._pt-30 {
  padding-top: 30px;
}

._pr-30 {
  padding-right: 30px;
}

._pb-30 {
  padding-bottom: 30px;
}

._pl-30 {
  padding-left: 30px;
}

._p {
  padding: 40px;
}

._pt-40 {
  padding-top: 40px;
}

._pr-40 {
  padding-right: 40px;
}

._pb-40 {
  padding-bottom: 40px;
}

._pl-40 {
  padding-left: 40px;
}

._p {
  padding: 50px;
}

._pt-50 {
  padding-top: 50px;
}

._pr-50 {
  padding-right: 50px;
}

._pb-50 {
  padding-bottom: 50px;
}

._pl-50 {
  padding-left: 50px;
}

._p {
  padding: 60px;
}

._pt-60 {
  padding-top: 60px;
}

._pr-60 {
  padding-right: 60px;
}

._pb-60 {
  padding-bottom: 60px;
}

._pl-60 {
  padding-left: 60px;
}

._p {
  padding: 70px;
}

._pt-70 {
  padding-top: 70px;
}

._pr-70 {
  padding-right: 70px;
}

._pb-70 {
  padding-bottom: 70px;
}

._pl-70 {
  padding-left: 70px;
}

._p {
  padding: 80px;
}

._pt-80 {
  padding-top: 80px;
}

._pr-80 {
  padding-right: 80px;
}

._pb-80 {
  padding-bottom: 80px;
}

._pl-80 {
  padding-left: 80px;
}

._p {
  padding: 90px;
}

._pt-90 {
  padding-top: 90px;
}

._pr-90 {
  padding-right: 90px;
}

._pb-90 {
  padding-bottom: 90px;
}

._pl-90 {
  padding-left: 90px;
}

._m {
  margin: 0px;
}

._mt-0 {
  margin-top: 0px;
}

._mr-0 {
  margin-right: 0px;
}

._mb-0 {
  margin-bottom: 0px;
}

._ml-0 {
  margin-left: 0px;
}

._m {
  margin: 10px;
}

._mt-10 {
  margin-top: 10px;
}

._mr-10 {
  margin-right: 10px;
}

._mb-10 {
  margin-bottom: 10px;
}

._ml-10 {
  margin-left: 10px;
}

._m {
  margin: 20px;
}

._mt-20 {
  margin-top: 20px;
}

._mr-20 {
  margin-right: 20px;
}

._mb-20 {
  margin-bottom: 20px;
}

._ml-20 {
  margin-left: 20px;
}

._m {
  margin: 30px;
}

._mt-30 {
  margin-top: 30px;
}

._mr-30 {
  margin-right: 30px;
}

._mb-30 {
  margin-bottom: 30px;
}

._ml-30 {
  margin-left: 30px;
}

._m {
  margin: 40px;
}

._mt-40 {
  margin-top: 40px;
}

._mr-40 {
  margin-right: 40px;
}

._mb-40 {
  margin-bottom: 40px;
}

._ml-40 {
  margin-left: 40px;
}

._m {
  margin: 50px;
}

._mt-50 {
  margin-top: 50px;
}

._mr-50 {
  margin-right: 50px;
}

._mb-50 {
  margin-bottom: 50px;
}

._ml-50 {
  margin-left: 50px;
}

._m {
  margin: 60px;
}

._mt-60 {
  margin-top: 60px;
}

._mr-60 {
  margin-right: 60px;
}

._mb-60 {
  margin-bottom: 60px;
}

._ml-60 {
  margin-left: 60px;
}

._m {
  margin: 70px;
}

._mt-70 {
  margin-top: 70px;
}

._mr-70 {
  margin-right: 70px;
}

._mb-70 {
  margin-bottom: 70px;
}

._ml-70 {
  margin-left: 70px;
}

._m {
  margin: 80px;
}

._mt-80 {
  margin-top: 80px;
}

._mr-80 {
  margin-right: 80px;
}

._mb-80 {
  margin-bottom: 80px;
}

._ml-80 {
  margin-left: 80px;
}

._m {
  margin: 90px;
}

._mt-90 {
  margin-top: 90px;
}

._mr-90 {
  margin-right: 90px;
}

._mb-90 {
  margin-bottom: 90px;
}

._ml-90 {
  margin-left: 90px;
}

.gform_wrapper .gfield {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gform_wrapper .gfield label.gfield_label {
  line-height: 1.8;
}

.gform_wrapper .gfield .ginput_container label {
  font-size: 16px !important;
}

.gform_wrapper .gform_submit {
  background: #f7941e;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
  margin-right: 1em;
  padding: 0.25em 1em;
  text-shadow: none;
}

.gform_wrapper .gform_submit:hover {
  background: #b06a00;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}

.gform_wrapper fieldset legend {
  color: #64686A;
}

.gform_wrapper select {
  background: #fff;
  border: 1px solid #a9a8a9;
  height: 31px;
  font-size: 16px !important;
}

.font-main {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: calc(14px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.hdbtn {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  border: none;
  border-radius: 0;
  z-index: 1;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
}

.hdbtn:focus {
  outline: none;
}

.hdbtn.sm {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0.6666666667em 1.8888888889em 0.6666666667em 1.8888888889em;
  border-radius: 31px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hdbtn.sm {
    font-size: 13px;
    padding-left: 1.3888888889em;
    padding-right: 1.3888888889em;
  }
}

@media (max-width: 991px) {
  .hdbtn.sm {
    font-size: 11px;
    padding-left: 1.1111111111em;
    padding-right: 1.1111111111em;
  }
}

.hdbtn.md {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 1em 2.5em 1em 2.5em;
  border-radius: 31px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hdbtn.md {
    font-size: 15px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (max-width: 991px) {
  .hdbtn.md {
    font-size: 14px;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.hdbtn.lg {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  padding: 1em 2.380952381em 1.0476190476em 2.380952381em;
  border-radius: 5px;
  font-weight: 700;
}

.hdbtn.white-cerulean {
  background-color: #fff;
  color: #00669C;
}

.hdbtn.white-cerulean:hover {
  background-color: #00669C;
  color: #fff;
}

.hdbtn.dark_green-white {
  background-color: #031E29;
  color: #fff;
}

.hdbtn.dark_green-white:hover {
  background-color: #fff;
  color: #031E29;
}

.hdbtn.bg-white {
  background-color: #fff;
}

.hdbtn.bg-white:hover {
  background-color: #fff;
}

.hdbtn.bg-light_grey {
  background-color: #d4d4d4;
}

.hdbtn.bg-light_grey:hover {
  background-color: #a1a1a1;
}

.hdbtn.bg-dark_green {
  background-color: #031E29;
}

.hdbtn.bg-dark_green:hover {
  background-color: black;
}

.hdbtn.bg-pelorous {
  background-color: #1A99CE;
}

.hdbtn.bg-pelorous:hover {
  background-color: #0f5673;
}

.hdbtn.bg-pelorous2 {
  background-color: #2299CC;
}

.hdbtn.bg-pelorous2:hover {
  background-color: #135775;
}

.hdbtn.bg-yellow_sea {
  background-color: #F6932F;
}

.hdbtn.bg-yellow_sea:hover {
  background-color: #b76008;
}

.hdbtn.bg-apple {
  background-color: #6EBB51;
}

.hdbtn.bg-apple:hover {
  background-color: #43772f;
}

.hdbtn.bg-transparent {
  padding: 0;
  background-color: transparent !important;
}

.hdbtn.c-white {
  color: #fff;
}

.hdbtn.c-white:hover {
  color: #fff;
}

.hdbtn.c-dark_green {
  color: #031E29;
}

.hdbtn.c-dark_green:hover {
  color: black;
}

.hdbtn.c-pelorous {
  color: #1A99CE;
}

.hdbtn.c-pelorous:hover {
  color: #0f5673;
}

.hdbtn.c-pelorous2 {
  color: #2299CC;
}

.hdbtn.c-pelorous2:hover {
  color: #135775;
}

.hdbtn.c-yellow_sea {
  color: #F6932F;
}

.hdbtn.c-yellow_sea:hover {
  color: #b76008;
}

.hdbtn.c-apple {
  color: #6EBB51;
}

.hdbtn.c-apple:hover {
  color: #43772f;
}

.hdbtn.navy_blue {
  background-color: #0378D7;
  color: #fff;
}

.hdbtn.navy_blue:hover {
  background-color: #fff;
  color: #0378D7;
}

.hdbtn.mountain_meadow {
  background-color: #1AB167;
  color: #fff;
}

.hdbtn.mountain_meadow:hover {
  background-color: #fff;
  color: #1AB167;
}

.hdbtn.dodger_blue {
  background-color: #0484F4;
  color: #fff;
}

.hdbtn.dodger_blue:hover {
  background-color: #fff;
  color: #0484F4;
}

.hdbtn.transparent-white {
  background-color: transparent;
  color: #fff;
}

.hdbtn.transparent-white:hover {
  background-color: transparent;
  color: #fff;
}

.hdbtn.transparent-white:hover ._text {
  text-decoration: underline;
}

.hdbtn-border {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  border-radius: 0;
  z-index: 1;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
}

.hdbtn-border.white-navy_blue {
  border-color: #0378D7;
  background-color: #fff;
  color: #0378D7;
}

.hdbtn-border.white-navy_blue:hover {
  border-color: #0378D7;
  background-color: #0378D7;
  color: #fff;
}

.hdbtn-border.md {
  font-size: 16px;
  padding: 0.75em 2.8125em 0.6875em 2.8125em;
}

.hdbtn-border.md.wide {
  padding-left: 3.4375em;
  padding-right: 3.4375em;
}

@media (max-width: 991px) {
  .hdbtn-border.md.wide {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

.hdbtn-border.md.narrow {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hdbtn-border.md {
    font-size: 15px;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (max-width: 991px) {
  .hdbtn-border.md {
    font-size: 14px;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.hdbtn-flat {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

.hdbtn-flat:hover ._title {
  text-decoration: underline;
}

.hdbtn-flat.white {
  color: #fff;
}

body {
  background: black;
}

img {
  max-width: 100%;
  height: auto;
}

._bg-cover {
  background-size: cover;
  background-position: center center;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gap-20 {
  width: 100%;
  height: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

.container--absoluteCentered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1600px) and (max-height: 899px) {
  .container--absoluteCentered {
    position: static;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 650px) {
  .container--absoluteCentered {
    position: static;
    -ms-transform: none;
    transform: none;
  }
}

.container__two-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 650px) {
  .container__two-columns {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
}

.container__left-column {
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
}

.container__right-column {
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 650px) {
  .container__right-column {
    margin: 2.3rem 0;
  }
}

.block, .wp-block-columns {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.block.bg-white_smoke_lighter, .wp-block-columns.bg-white_smoke_lighter {
  background-color: #F8f8f8;
}

.wp-block-columns, .wp-block-media-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns, .wp-block-media-text {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wp-block-columns, .wp-block-media-text {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wp-block-columns, .wp-block-media-text {
    max-width: 1140px;
  }
}

@media (max-width: 767px) {
  .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 210px;
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  }
}

.navbar-nav .nav-item.dropdown .dropdown-menu a {
  font-family: "Basier Circle", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.hero-slider .slide .content {
  text-align: left;
}

.hero-slider .slide .content .heading {
  font-size: 60px;
}

.hero-slider .slide .content .subheading {
  font-size: 26px;
}

@media screen and (min-width: 1599px) {
  .accordion .accordion-heading {
    font-size: 16px;
  }
}

#header {
  position: fixed;
  background-color: transparent;
  z-index: 999;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease;
}

.page-template-default #header {
  background-color: #000;
}

@media (min-width: 480px) and (max-width: 1199px) {
  .hide-header:not(.navbar-shown) #header {
    top: -100px;
  }
}

@media (min-width: 1200px) {
  .hide-header #header {
    top: -100px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .navbar-shown #header {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

@media (min-width: 992px) {
  #header.transparent {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.scrolled #header.transparent {
  background-color: rgba(0, 0, 0, 0.6);
}

#header .navbar {
  padding: 0;
}

#header .navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  #header .navbar > .container {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

#header .navbar > .container .navbar-collapse {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 1199px) {
  #header .navbar > .container .navbar-collapse {
    width: 100%;
  }
}

#header .navbar > .container .other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .navbar > .container .other > div {
  margin: 0 5px;
}

@media (max-width: 1199px) {
  #header .navbar > .container .other {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  #header .navbar > .container .other {
    -ms-flex-order: 5;
    order: 5;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 479px) {
  #header .navbar > .container .other .call .hdbtn {
    font-size: 11px !important;
  }
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content {
    background-color: #000;
  }
}

#header .navbar > .container .collapse-content__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content__menu {
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#header .navbar > .container .collapse-content__close {
  display: none;
  background-color: #C8102E;
  width: 65px;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content__close {
    display: inline-block;
    box-shadow: 10px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content__navigation {
    background-color: #323232;
    color: #fff;
    -ms-flex: 1;
    flex: 1;
  }
}

#header .navbar > .container .collapse-content .navbar-nav {
  margin: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#header .navbar > .container .collapse-content .navbar-nav a {
  position: relative;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 4px 7px;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .navbar-nav a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
}

#header .navbar > .container .collapse-content .navbar-nav a:hover {
  color: #BB334A;
}

#header .navbar > .container .collapse-content .navbar-nav .current-menu-parent > a, #header .navbar > .container .collapse-content .navbar-nav .active > a {
  color: #fff !important;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .navbar-nav .current-menu-parent > a, #header .navbar > .container .collapse-content .navbar-nav .active > a {
    color: #fff !important;
  }
}

#header .navbar > .container .collapse-content .navbar-nav .current-menu-parent > a:before, #header .navbar > .container .collapse-content .navbar-nav .active > a:before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -3px;
  left: 0;
  background-color: #BB334A;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .navbar-nav .current-menu-parent > a:before, #header .navbar > .container .collapse-content .navbar-nav .active > a:before {
    display: none;
  }
}

#header .logo-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 15px 0;
}

@media (max-width: 1199px) {
  #header .logo-toggler {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #header .logo-toggler {
    width: 100%;
    padding: 12px 0;
  }
}

#header .navbar-toggler {
  display: none;
}

@media (max-width: 1199px) {
  #header .navbar-toggler {
    display: block;
    z-index: 9;
  }
}

#header .navbar-brand {
  font-size: 0;
  padding: 0;
  z-index: 9;
}

#header .navbar-brand .logo {
  width: 178px;
  height: 60px;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  #header .navbar-brand .logo {
    width: 137px;
    height: 30px;
  }
}

@media (max-width: 1199px) {
  #header .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  #header .collapse-content {
    padding: 0;
    transition: all 0.2s linear;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    background: #fff;
    max-height: 0;
    overflow: hidden;
  }
}

@media (max-width: 479px) {
  #header .collapse-content {
    left: -15px;
    right: -15px;
  }
}

@media (max-width: 1199px) {
  #header.navbar-shown #header-navbar .collapse-content {
    height: 100vh !important;
    max-height: 1000px !important;
  }
}

.navbar-toggler {
  cursor: pointer;
  background: transparent;
  width: 57px;
  max-width: 57px;
  -ms-flex: none;
  flex: none;
  border: none;
  padding: 10px;
  margin-right: -15px;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon .line {
  background-color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 36px;
  display: block;
  height: 19px;
  position: relative;
}

.navbar-toggler-icon .line {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  height: 3px;
  background-color: #fff;
  transition: 0.2s ease;
}

.navbar-toggler-icon:hover .line {
  width: 100%;
}

.navbar-toggler-icon .line-top {
  top: 0;
}

.navbar-shown .navbar-toggler-icon .line-top {
  opacity: 0;
}

.navbar-toggler-icon .line-center {
  top: 8px;
}

.navbar-shown .navbar-toggler-icon .line-center.line-first {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-shown .navbar-toggler-icon .line-center.line-second {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler-icon .line-bottom {
  top: 16px;
}

.navbar-shown .navbar-toggler-icon .line-bottom {
  opacity: 0;
}

.cart-customlocation {
  color: #232323;
  font-size: 20px;
  position: relative;
  top: -4px;
  display: inline-block;
}

.cart-customlocation .i {
  vertical-align: middle;
}

.cart-customlocation .cart-count {
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav .nav-item {
  padding: 5px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 1199px) {
  .navbar-nav .nav-item {
    padding: 15px 20px;
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: solid 2px #000;
  }
}

.navbar-nav .nav-item .nav-link {
  display: block;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    width: auto;
    margin: 0 10px;
    padding: 5px;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: auto !important;
    max-width: 300px;
    position: absolute;
    top: 35px;
    left: 0;
    right: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fff !important;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link {
    text-align: left;
  }
  .navbar-nav .nav-item.dropdown.open .dropdown-menu {
    display: block;
  }
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 100%;
  display: none;
  list-style: none;
  padding: 0;
  background-color: #F8F9F9;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
  display: block;
  padding: 0 5px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
  padding: 10px 0 !important;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item:nth-child(n+2) {
  border-top: 1px solid #ccc;
}

@media (max-width: 1199px) {
  .navbar-nav .nav-item.dropdown.open .nav-link {
    padding-bottom: 5px !important;
  }
}

.navbar-nav .nav-item.dropdown.open .dropdown-menu {
  display: block;
}

.page-footer {
  background-color: #EBEBEB;
  padding: 25px 0;
}

@media only screen and (max-width: 1199px) {
  .page-footer {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }
}

.page-template-home .page-footer,
.error404 .page-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.page-footer .footer-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.page-footer .footer-logos img {
  max-height: 50px;
}

@media (max-width: 1199px) {
  .page-footer .footer-logo img {
    max-height: 45px;
  }
}

.page-footer .footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 991px) {
  .page-footer .footer-container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.page-footer .footer-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .page-footer .footer-content {
    display: block;
  }
}

.page-footer .footer-content__socials {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .page-footer .footer-content__socials {
    display: block;
  }
}

.page-footer .footer-content__socials ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.page-footer .footer-content__socials ul li {
  margin-right: 15px;
}

.page-footer .footer-content__socials ul li a {
  font-size: 20px;
}

.page-footer .footer-link, .page-footer li > a {
  font-size: 14px;
  color: #6F6B6B;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .page-footer .footer-link, .page-footer li > a {
    color: #d4d4d4;
    text-decoration: none;
  }
}

.page-footer .footer-link:hover, .page-footer li > a:hover {
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .page-footer .footer-link:hover, .page-footer li > a:hover {
    color: #d4d4d4;
  }
}

.page-template-home .page-footer .footer-link:hover,
.error404 .page-footer .footer-link:hover, .page-template-home .page-footer li > a:hover,
.error404 .page-footer li > a:hover {
  color: #EBEBEB;
}

.page-footer .footer-copyright {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6F6B6B;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .page-footer .footer-copyright {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-footer .footer-copyright {
    color: #d4d4d4;
  }
}

.page-footer .footer-bottom-nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .page-footer .footer-bottom-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  .page-footer .footer-bottom-nav {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-footer .footer-bottom-nav > li {
  margin: 5px 20px 5px 0;
}

@media (max-width: 1199px) {
  .site-socials {
    display: none;
  }
}

.site-socials ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .site-socials ul {
    margin-top: 20px;
    margin-bottom: 10px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.site-socials ul img {
  width: 30px;
  height: 30px;
}

.site-socials ul a {
  margin: 5px 0 5px 20px;
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .site-socials ul a {
    font-size: 26px;
    color: #d4d4d4;
  }
}

.site-socials ul a:hover {
  text-decoration: none;
  color: #BB334A;
}

.shop-inner {
  background-color: #f5f5f5;
}

.single-product .shop-inner {
  background-color: #fff;
}

.shop-nav-cont {
  background-color: #0084F4;
}

.shop-nav-cont .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-nav-cont .store-heading {
  color: #fff;
  line-height: 1.375;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .shop-nav-cont .store-heading {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .shop-nav-cont .store-heading {
    -ms-flex-order: 1;
    order: 1;
  }
}

.shop-nav-cont .store-heading {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .shop-nav-cont .store-heading {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .shop-nav-cont .store-heading {
    font-size: 24px;
  }
}

.shop-nav-cont .shop-nav {
  list-style: none;
  padding: 0;
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: none;
  flex: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .shop-nav-cont .shop-nav {
    -ms-flex-order: 5;
    order: 5;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}

.shop-nav-cont .shop-nav li {
  margin: 10px 15px;
  width: 170px;
}

@media (max-width: 479px) {
  .shop-nav-cont .shop-nav li {
    width: 100%;
    margin: 5px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .shop-nav-cont .shop-nav li {
    width: calc(33.333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop-nav-cont .shop-nav li {
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.shop-nav-cont .store-search {
  margin-left: 20px;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .shop-nav-cont .store-search {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .shop-nav-cont .store-search {
    margin-left: 0;
    width: 100%;
  }
  .shop-nav-cont .store-search .searchform {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .shop-nav-cont .store-search .searchform input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .shop-nav-cont .store-search .searchform .hdbtn {
    -ms-flex: none;
    flex: none;
  }
}

.shop-nav-cont .searchform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 250px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop-nav-cont .searchform {
    width: 200px;
  }
}

.shop-nav-cont .searchform input {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  display: block;
  height: 40px;
  border: none;
  width: calc(100% - 48px);
  -ms-flex: none;
  flex: none;
}

.shop-nav-cont .searchform button {
  -ms-flex: none;
  flex: none;
  height: 40px;
  width: 48px;
  background-color: #1AB167;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.shop-nav-cont .signin {
  margin-left: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (max-width: 479px) {
  .shop-nav-cont .signin {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .shop-nav-cont .signin a {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .shop-nav-cont .signin {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .shop-nav-cont .signin a {
    padding: 15px !important;
  }
}

.shop-nav-cont .signin a {
  padding: 5px 15px;
  background-color: #108EF8;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.choices:after {
  margin-top: 0 !important;
  border: none !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.choices.is-open:after {
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.choices__inner {
  background-color: #108EF8;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 9px 12.5px 11px 12.5px;
}

.choices__list--dropdown {
  min-width: 240px;
  width: auto;
  word-break: break-word;
}

.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
}

.choices__item {
  line-height: 1.3333333333;
}

.choices__item {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .choices__item {
    font-size: calc(14px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .choices__item {
    font-size: 15px;
  }
}

.choices-list-dropdown .choices__item {
  padding: 7px 12px;
  line-height: 1;
}

.choices-list-dropdown .choices__item {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .choices-list-dropdown .choices__item {
    font-size: calc(14px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .choices-list-dropdown .choices__item {
    font-size: 14px;
  }
}

.choices__item.is-highlighted {
  background-color: #0378D7 !important;
  color: #fff;
}

.choices__list--dropdown .choices__item--selectable {
  padding: 7px 12px !important;
}

.single-product .site-main .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .site-main .product .left-side {
  width: 100%;
}

@media (min-width: 768px) {
  .single-product .site-main .product .left-side {
    width: 290px;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-product .site-main .product .main {
    padding-left: 20px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 290px);
  }
}

@media (min-width: 1200px) {
  .single-product .site-main .product .main {
    width: calc(100% - 580px);
  }
}

@media (min-width: 1200px) {
  .single-product .site-main .product .main {
    padding: 0 20px;
  }
}

.single-product .site-main .product .main .entry-summary {
  width: 100%;
  float: none;
}

.single-product .site-main .product .main .entry-title {
  line-height: 1.3684210526;
  font-weight: 600;
  color: #232323;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.single-product .site-main .product .main .entry-title {
  font-size: 22.8px;
}

@media screen and (min-width: 768px) {
  .single-product .site-main .product .main .entry-title {
    font-size: calc(22.8px + 15.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .single-product .site-main .product .main .entry-title {
    font-size: 38px;
  }
}

.single-product .site-main .product .right-side {
  width: 290px;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 991px) {
  .single-product .site-main .product .right-side {
    width: 100%;
  }
}

.single-product .site-main .product .right-side .rectangle-card {
  width: 100%;
  margin: 0 0 20px 0;
}

.single-product .cart .quantity input {
  height: 40px;
  font-size: 15px;
  line-height: 30px;
  padding: 5px;
  text-align: center;
  border: 1px solid #d4d4d4;
  color: #232323;
  margin-right: 10px;
}

.single-product .cart .button {
  border-radius: 0;
  font-weight: 400;
  background-color: #0084F4 !important;
  color: #fff;
  height: 40px;
  font-size: 15px;
  line-height: 30px;
  padding: 5px 20px;
  text-align: center;
}

.single-product .cart .button:hover {
  background-color: #0378D7 !important;
  color: #fff;
}

.woocommerce-Tabs-panel h6 {
  line-height: 1.375;
  margin-bottom: 10px;
  font-weight: 600;
  color: #232323;
}

.woocommerce-Tabs-panel h6 {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .woocommerce-Tabs-panel h6 {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce-Tabs-panel h6 {
    font-size: 24px;
  }
}

.woocommerce-Tabs-panel p {
  color: #515151;
  line-height: 1.7058823529;
  margin-bottom: 30px;
}

.woocommerce-Tabs-panel p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .woocommerce-Tabs-panel p {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce-Tabs-panel p {
    font-size: 17px;
  }
}

.upsells h2 {
  line-height: 1.375;
  margin-bottom: 20px;
}

.upsells h2 {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .upsells h2 {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .upsells h2 {
    font-size: 24px;
  }
}

.meta-row .price {
  text-transform: uppercase;
  color: #0484F4 !important;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}

.meta-row .price .amount {
  font-weight: 700;
  line-height: 1.3684210526;
}

.meta-row .price .amount {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .meta-row .price .amount {
    font-size: calc(14px + 5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .meta-row .price .amount {
    font-size: 19px;
  }
}

.meta-row .price .uom {
  margin-left: 5px;
  text-transform: none;
  line-height: 1.3333333333;
  color: #232323;
}

.meta-row .price .uom {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .meta-row .price .uom {
    font-size: calc(14px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .meta-row .price .uom {
    font-size: 15px;
  }
}

.pricing-heading {
  line-height: 1.35;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}

.pricing-heading {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .pricing-heading {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .pricing-heading {
    font-size: 20px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 10px 0;
  padding: 10px 13px;
  background-color: #0084F4;
  color: #fff;
  border: none;
  font-size: 15px;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  background-color: transparent !important;
  padding: 2px !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 15px !important;
}

.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.woocommerce-error {
  background-color: #FB5353;
}

.body-wrapper .container .woocommerce .cart {
  border: none;
  margin: 0;
  border-radius: 0;
}

.body-wrapper .container .woocommerce .cart thead th {
  background-color: #F1F0F0;
  font-weight: 600;
}

.body-wrapper .container .woocommerce .cart tbody tr:first-child td {
  border-top: none;
}

.body-wrapper .container .woocommerce .cart tbody tr:last-child td {
  padding-left: 0;
  padding-right: 0;
}

.body-wrapper .container .woocommerce .cart tbody tr:nth-child(n + 2) th, .body-wrapper .container .woocommerce .cart tbody tr:nth-child(n + 2) td {
  border-top: 1px solid #EBEBEB;
}

.body-wrapper .container .woocommerce .cart tbody tr td input {
  padding: 7px 11px;
  border: 1px solid #232323;
}

.body-wrapper .container .woocommerce .cart tbody tr td a {
  color: #232323;
}

.body-wrapper .container .woocommerce .cart tbody tr td a:hover {
  color: #232323;
  text-decoration: underline;
}

.body-wrapper .container .woocommerce .cart th, .body-wrapper .container .woocommerce .cart td {
  line-height: 1.3529411765;
  padding: 19px 10px;
  color: #232323;
}

.body-wrapper .container .woocommerce .cart th, .body-wrapper .container .woocommerce .cart td {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .body-wrapper .container .woocommerce .cart th, .body-wrapper .container .woocommerce .cart td {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .body-wrapper .container .woocommerce .cart th, .body-wrapper .container .woocommerce .cart td {
    font-size: 17px;
  }
}

.body-wrapper .container .woocommerce .cart td.product-remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}

.body-wrapper .container .woocommerce .cart .coupon input {
  width: 246px;
  border: 1px solid #D4D4D4;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 7px;
}

.body-wrapper .container .woocommerce .cart .button {
  background-color: #b5b5b5;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 25px;
}

.woocommerce .cart_totals h2 {
  line-height: 1.35;
  margin-bottom: 11px;
}

.woocommerce .cart_totals h2 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .woocommerce .cart_totals h2 {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce .cart_totals h2 {
    font-size: 20px;
  }
}

.woocommerce .cart_totals table {
  background-color: #f8f8f8;
  border-radius: 0;
  border: none;
}

.woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
  line-height: 1.3529411765;
  padding: 17px 9px;
}

.woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
    font-size: 17px;
  }
}

.woocommerce .cart_totals table th {
  font-weight: 600;
}

.woocommerce .cart_totals table tr:nth-child(n + 2) th, .woocommerce .cart_totals table tr:nth-child(n + 2) td {
  border-top: 1px solid #EBEBEB;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-block !important;
  background-color: #0084F4 !important;
  color: #fff;
  border-radius: 0;
  padding: 10px 28px;
  font-weight: 400;
  width: auto;
  line-height: 1.3333333333;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: calc(14px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 15px;
  }
}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #0378D7 !important;
  color: #fff;
}

.woocommerce .woocommerce-checkout-review-order table {
  border-collapse: collapse !important;
  background-color: #f8f8f8;
  border-radius: 0;
  border: none;
}

.woocommerce .woocommerce-checkout-review-order table th, .woocommerce .woocommerce-checkout-review-order table td {
  line-height: 1.3529411765;
  padding: 17px 9px;
  border-left: none !important;
  border-right: none !important;
}

.woocommerce .woocommerce-checkout-review-order table th, .woocommerce .woocommerce-checkout-review-order table td {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-checkout-review-order table th, .woocommerce .woocommerce-checkout-review-order table td {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce .woocommerce-checkout-review-order table th, .woocommerce .woocommerce-checkout-review-order table td {
    font-size: 17px;
  }
}

.woocommerce .woocommerce-checkout-review-order table th {
  font-weight: 600 !important;
}

.woocommerce .woocommerce-checkout-review-order table td strong {
  font-weight: 600 !important;
}

.woocommerce .woocommerce-checkout-review-order table tr:nth-child(n + 2) th, .woocommerce .woocommerce-checkout-review-order table tr:nth-child(n + 2) td {
  border-top: 1px solid #EBEBEB;
}

.woocommerce .woocommerce-checkout-review-order table tr.cart_item td {
  background-color: #fff;
}

.woocommerce a.remove {
  display: inline-block;
  margin-right: auto;
  margin-left: 0;
  font-weight: 400;
  color: #232323 !important;
  font-size: 36px !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background-color: #232323 !important;
}

.page-template-contact-us .body-wrapper {
  min-height: 92vh;
}

.landscape {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}

@media only screen and (max-width: 900px) and (max-height: 500px) {
  .landscape {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .landscape {
    display: none;
  }
}

.landscape__img {
  width: 100%;
  height: 100%;
}

.landscape-hidden .landscape {
  display: none;
}

.not-found__btn {
  display: inline-block;
  background-color: #C92030;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  padding: 1.5rem 3rem;
  border-radius: 6px;
}

.error404 #fp-nav {
  display: none;
}

.block {
  padding: 30px 0;
}

.block.lily-white {
  background-color: #F8F9F9;
}

.block > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block > .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .block > .container .block-content {
    width: calc(100% - 300px);
  }
  .block > .container .sidebar {
    width: 300px;
  }
  .block > .container .sidebar .card-box.image-left {
    display: block;
  }
}

@media (min-width: 992px) {
  .block > .container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .block > .container .block-content {
    width: calc(100% - 435px);
  }
  .block > .container .sidebar {
    width: 435px;
  }
}

.sidebar {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar-nav ul {
  margin-top: 0;
  list-style: none;
  padding-left: 0 !important;
}

.sidebar-nav ul li {
  display: block;
}

.sidebar-nav li.page_item a {
  display: block;
  width: 100%;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.35em 2em;
  color: #64686A;
}

.sidebar-nav li.page_item a {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .sidebar-nav li.page_item a {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .sidebar-nav li.page_item a {
    font-size: 20px;
  }
}

.sidebar-nav li.page_item a:hover {
  color: #1A99CE;
}

.sidebar-nav li.page_item a.active {
  background-color: #1A99CE;
  color: #fff !important;
}

.sidebar-nav li.page_item.current_page_item a {
  background-color: #1A99CE;
  color: #fff !important;
}

.boxes {
  background-color: #F8F9F9;
  padding: 30px 0;
}

.boxes > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxes > .container .home-cards, .boxes > .container .home-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .boxes > .container .home-cards {
    width: 67%;
  }
  .boxes > .container .home-sidebar {
    width: calc(33% - 10px);
    margin-left: 10px;
  }
}

.boxes .card-box {
  margin: 10px;
  width: 415px;
  max-width: calc(50% - 20px);
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1199px) {
  .boxes .card-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.card-box {
  margin-bottom: 10px;
  box-shadow: 0 0 6px 0 rgba(3, 30, 41, 0.05);
  padding: 30px;
}

.card-box.no-padding {
  padding: 0;
}

.card-box.bg-white {
  background-color: #fff;
}

.card-box.bg-yellow_sea {
  background-color: #F6932F;
  color: #fff;
}

.card-box.bg-yellow_sea h1, .card-box.bg-yellow_sea h2, .card-box.bg-yellow_sea h3, .card-box.bg-yellow_sea h4, .card-box.bg-yellow_sea h5, .card-box.bg-yellow_sea h6 {
  color: inherit;
}

.card-box.bg-yellow_sea p, .card-box.bg-yellow_sea ol, .card-box.bg-yellow_sea ul {
  color: inherit;
}

.card-box.bg-pelorous {
  background-color: #1A99CE;
  color: #fff;
}

.card-box.bg-pelorous h1, .card-box.bg-pelorous h2, .card-box.bg-pelorous h3, .card-box.bg-pelorous h4, .card-box.bg-pelorous h5, .card-box.bg-pelorous h6 {
  color: inherit;
}

.card-box.bg-pelorous p, .card-box.bg-pelorous ol, .card-box.bg-pelorous ul {
  color: inherit;
}

.card-box .image {
  text-align: center;
  margin-bottom: 15px;
}

.card-box .image img {
  max-width: 130px;
}

.card-box.image-left {
  display: -ms-flexbox;
  display: flex;
}

.card-box.image-left .image {
  width: 120px;
  margin-right: 30px;
  -ms-flex: none;
  flex: none;
}

.card-box h2 {
  text-transform: uppercase;
  line-height: 1.1764705882;
}

.card-box h2 {
  font-size: 20.4px;
}

@media screen and (min-width: 768px) {
  .card-box h2 {
    font-size: calc(20.4px + 13.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .card-box h2 {
    font-size: 34px;
  }
}

.card-box .cta-wrapper {
  margin-top: 20px;
}

.card-box .cta-wrapper .hdbtn {
  font-weight: 600;
}

.twitter-block .heading, .news-block .heading {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 20px;
}

.twitter-block .heading, .news-block .heading {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .twitter-block .heading, .news-block .heading {
    font-size: calc(24px + 16 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .twitter-block .heading, .news-block .heading {
    font-size: 40px;
  }
}

.twitter-block .heading {
  color: #1A99CE;
}

.news-block .heading {
  color: #6EBB51;
}

.news-block .news-block-list {
  padding-left: 0;
  list-style: none;
}

.news-block .news-block-list .list-item {
  padding: 20px;
  border-bottom: 1px solid #B7BCBE;
}

.news-block .news-block-list .list-item .date {
  display: block;
  margin-bottom: 10px;
  line-height: 1.125;
  color: #64686A;
}

.news-block .news-block-list .list-item .date {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .news-block .news-block-list .list-item .date {
    font-size: calc(14px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .news-block .news-block-list .list-item .date {
    font-size: 16px;
  }
}

.news-block .news-block-list .list-item a {
  line-height: 1.3333333333;
  font-weight: 600;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #031E29;
}

.news-block .news-block-list .list-item a {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .news-block .news-block-list .list-item a {
    font-size: calc(14px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .news-block .news-block-list .list-item a {
    font-size: 18px;
  }
}

.news-block .news-block-list .list-item a:hover {
  color: #6EBB51;
}

.news-block .hdbtn {
  margin-left: 20px;
}

.body-wrapper {
  background-color: #000;
  min-height: calc(100vh - 376px);
}

.body-wrapper .breadcrumbs {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.125;
  padding-left: 0 !important;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.body-wrapper .breadcrumbs {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .body-wrapper .breadcrumbs {
    font-size: calc(14px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .body-wrapper .breadcrumbs {
    font-size: 16px;
  }
}

.body-wrapper .breadcrumbs li {
  padding-right: 4px;
}

.body-wrapper .breadcrumbs li a {
  color: #64686A;
}

.body-wrapper .breadcrumbs li.active {
  color: #1A99CE;
}

@media only screen and (max-width: 900px) and (max-height: 500px) {
  .body-elements-hidden .body-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 900px) and (max-height: 500px) {
  .body-elements-hidden .page-footer {
    display: none;
  }
}

.text-with-img-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .text-with-img-cta {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-with-img-cta .text-wrapper {
  width: 100%;
  padding: 40px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 991px) {
  .text-with-img-cta .text-wrapper {
    padding: 25px 15px;
  }
}

.text-with-img-cta .text-wrapper .heading {
  line-height: 1.3684210526;
  margin-top: 0;
  margin-bottom: 0.5263157895em;
  font-weight: 600;
  color: #232323;
}

.text-with-img-cta .text-wrapper .heading {
  font-size: 22.8px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .text-wrapper .heading {
    font-size: calc(22.8px + 15.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .text-wrapper .heading {
    font-size: 38px;
  }
}

.text-with-img-cta .text-wrapper .content {
  color: #515151;
}

.text-with-img-cta .text-wrapper .content p {
  line-height: 1.7058823529;
  margin-top: 0;
  margin-bottom: 1.75em;
}

.text-with-img-cta .text-wrapper .content p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .text-wrapper .content p {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .text-wrapper .content p {
    font-size: 17px;
  }
}

.text-with-img-cta .text-wrapper .content p:last-child {
  margin-bottom: 0;
}

.text-with-img-cta .cta-wrapper {
  width: 100%;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-with-img-cta .cta-wrapper {
    margin-left: 10px;
    width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-with-img-cta .cta-wrapper {
    margin-left: 10px;
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .text-with-img-cta .cta-wrapper {
    margin-left: 10px;
    width: 445px;
  }
}

.text-with-img-cta .cta-wrapper .img-cta {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center center;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
  font-weight: 700;
  line-height: 1.3684210526;
  margin-top: 0;
  margin-bottom: 0.1315789474em;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
  font-size: 22.8px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
    font-size: calc(22.8px + 15.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
    font-size: 38px;
  }
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
  line-height: 1.3333333333;
  margin-bottom: 1.1111111111em;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
    font-size: calc(14px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
    font-size: 18px;
  }
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .btn-wrapper {
  margin-top: 20px;
}

.blog .text-with-img-cta .cta-wrapper {
  margin-left: 0 !important;
  width: 100% !important;
}

.video-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #979797;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.video-block .content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
  min-height: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .video-block .content {
    padding: 70px 15px;
  }
}

.video-block .content .heading {
  line-height: 1.3666666667;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.video-block .content .heading {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .video-block .content .heading {
    font-size: calc(18px + 12 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .video-block .content .heading {
    font-size: 30px;
  }
}

.video-block .hdbtn-flat {
  text-align: center;
}

.video-block .hdbtn-flat .i {
  display: block;
  line-height: 1.09375;
  text-align: center;
  margin-bottom: 14px;
}

.video-block .hdbtn-flat .i {
  font-size: 38.4px;
}

@media screen and (min-width: 768px) {
  .video-block .hdbtn-flat .i {
    font-size: calc(38.4px + 25.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .video-block .hdbtn-flat .i {
    font-size: 64px;
  }
}

.video-block .hdbtn-flat ._title {
  line-height: 1.3333333333;
}

.video-block .hdbtn-flat ._title {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .video-block .hdbtn-flat ._title {
    font-size: calc(14px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .video-block .hdbtn-flat ._title {
    font-size: 18px;
  }
}

.item-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 480px) {
  .item-cards {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.item-cards .item-card {
  width: 100%;
  padding: 35px;
  background-color: #fdfdfd;
  margin-bottom: 15px;
}

.item-cards .item-card:hover {
  background-color: #F1F1F1;
}

@media (min-width: 480px) {
  .item-cards .item-card {
    margin: 19px 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .item-cards .item-card {
    width: calc(50% - 30px);
  }
}

@media (min-width: 768px) {
  .item-cards .item-card {
    width: calc(33.333333% - 30px);
  }
}

.item-cards .item-card .heading {
  margin-top: 0;
  color: #0378D7;
  font-size: 700;
  line-height: 1.375;
  margin-bottom: 0.7777777778em;
}

.item-cards .item-card .heading {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .heading {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .heading {
    font-size: 24px;
  }
}

.item-cards .item-card .description {
  color: #515151;
  line-height: 1.6;
  margin-bottom: 1.4em;
}

.item-cards .item-card .description {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .description {
    font-size: calc(14px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .description {
    font-size: 15px;
  }
}

.item-cards .item-card .price {
  color: #232323;
  margin-bottom: 15px;
}

.item-cards .item-card .price .before-price {
  line-height: 1.35;
  margin-bottom: -2px;
}

.item-cards .item-card .price .before-price {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .price .before-price {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .price .before-price {
    font-size: 20px;
  }
}

.item-cards .item-card .price .price-price {
  font-weight: 700;
  line-height: 1.3846153846;
  margin-bottom: -1px;
}

.item-cards .item-card .price .price-price {
  font-size: 15.6px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .price .price-price {
    font-size: calc(15.6px + 10.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .price .price-price {
    font-size: 26px;
  }
}

.item-cards .item-card .price .price-unit {
  line-height: 1.3333333333;
  margin-bottom: 0;
}

.item-cards .item-card .price .price-unit {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .price .price-unit {
    font-size: calc(14px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .price .price-unit {
    font-size: 15px;
  }
}

.heading-subheading {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.heading-subheading .heading {
  line-height: 1.3684210526;
  font-weight: 600;
  color: #232323;
  margin-bottom: 1.2666666667em;
}

.heading-subheading .heading {
  font-size: 22.8px;
}

@media screen and (min-width: 768px) {
  .heading-subheading .heading {
    font-size: calc(22.8px + 15.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .heading-subheading .heading {
    font-size: 38px;
  }
}

.heading-subheading .subheading {
  line-height: 1.4736842105;
  color: #515151;
  font-weight: 400;
}

.heading-subheading .subheading {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .heading-subheading .subheading {
    font-size: calc(14px + 5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .heading-subheading .subheading {
    font-size: 19px;
  }
}

.heading-subheading .heading.narrow, .heading-subheading .subheading.narrow {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.heading-subheading .heading.left, .heading-subheading .subheading.left {
  text-align: left;
}

.cards-with-img-and-links {
  padding-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .cards-with-img-and-links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cards-with-img-and-links .card {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .cards-with-img-and-links .card:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cards-with-img-and-links .card {
    margin-left: auto;
    margin-right: auto;
    width: calc(50% - 20px);
  }
}

.cards-with-img-and-links .card .content {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
  height: 100%;
}

@media (max-width: 991px) {
  .cards-with-img-and-links .card .content {
    padding-top: 100px;
  }
}

.cards-with-img-and-links .card .img {
  z-index: 1;
  display: block;
  width: calc(100% - 70px);
  height: 300px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .cards-with-img-and-links .card .img {
    width: calc(100% - 30px);
    height: 200px;
  }
}

.cards-with-img-and-links .card .heading {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.3666666667;
  font-weight: 600;
  color: #232323;
}

.cards-with-img-and-links .card .heading {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .cards-with-img-and-links .card .heading {
    font-size: calc(18px + 12 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .cards-with-img-and-links .card .heading {
    font-size: 30px;
  }
}

.cards-with-img-and-links .card .links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cards-with-img-and-links .card .links li {
  margin: 10px 0;
}

.cards-with-img-and-links .card .links li a {
  text-decoration: underline;
  color: #0378D7;
  font-weight: 600;
  line-height: 1.375;
}

.cards-with-img-and-links .card .links li a {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .cards-with-img-and-links .card .links li a {
    font-size: calc(14px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .cards-with-img-and-links .card .links li a {
    font-size: 16px;
  }
}

.cards-with-img-and-links .card .links li a:hover {
  color: #024e8c;
}

.two-cols-html, .wp-block-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #515151;
  line-height: 1.7058823529;
}

@media (min-width: 768px) {
  .two-cols-html, .wp-block-columns {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .two-cols-html .column, .wp-block-columns .column {
    width: calc(50% - 20px);
  }
  .two-cols-html .column, .two-cols-html .wp-block-column, .wp-block-columns .column, .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.two-cols-html, .wp-block-columns {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .two-cols-html, .wp-block-columns {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .two-cols-html, .wp-block-columns {
    font-size: 17px;
  }
}

.two-cols-html h1, .two-cols-html h2, .two-cols-html h3, .two-cols-html h4, .two-cols-html h5, .two-cols-html h6, .wp-block-columns h1, .wp-block-columns h2, .wp-block-columns h3, .wp-block-columns h4, .wp-block-columns h5, .wp-block-columns h6 {
  color: #232323;
}

.block-img-with-opaque-text {
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .block-img-with-opaque-text {
    min-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-img-with-opaque-text {
    min-height: 420px;
  }
}

.block-img-with-opaque-text .text-box {
  position: relative;
  top: 270px;
  background: #0484F4;
  max-width: 620px;
  padding: 70px 60px 60px 60px;
  color: #fff;
}

@media (max-width: 767px) {
  .block-img-with-opaque-text .text-box {
    padding: 30px;
    top: 150px;
  }
}

.block-img-with-opaque-text .text-box .heading {
  line-height: 1.3666666667;
  margin-bottom: 0.6666666667em;
}

.block-img-with-opaque-text .text-box .heading {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .block-img-with-opaque-text .text-box .heading {
    font-size: calc(18px + 12 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .block-img-with-opaque-text .text-box .heading {
    font-size: 30px;
  }
}

.block-img-with-opaque-text .text-box .subheading {
  line-height: 1.3636363636;
  margin-bottom: 0.6818181818em;
}

.block-img-with-opaque-text .text-box .subheading {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .block-img-with-opaque-text .text-box .subheading {
    font-size: calc(14px + 8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .block-img-with-opaque-text .text-box .subheading {
    font-size: 22px;
  }
}

.block-img-with-opaque-text .text-box .description {
  line-height: 1.3333333333;
  margin-bottom: 0;
  max-width: 92%;
}

.block-img-with-opaque-text .text-box .description {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .block-img-with-opaque-text .text-box .description {
    font-size: calc(14px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .block-img-with-opaque-text .text-box .description {
    font-size: 18px;
  }
}

.icon-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-items .icon-item {
  background-color: #fff;
  width: 100%;
  padding: 60px 40px;
}

.icon-items .icon-item .img {
  width: 100%;
  margin-bottom: 30px;
}

.icon-items .icon-item .img img {
  display: block;
  max-height: 95px;
  margin-left: auto;
  margin-right: auto;
}

.icon-items .icon-item .heading {
  color: #232323;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 25px;
}

.icon-items .icon-item .heading {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .icon-items .icon-item .heading {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .icon-items .icon-item .heading {
    font-size: 24px;
  }
}

.icon-items .icon-item .description {
  color: #515151;
  line-height: 1.7058823529;
}

.icon-items .icon-item .description {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .icon-items .icon-item .description {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .icon-items .icon-item .description {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .icon-items .icon-item {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .icon-items.per-row-2 .icon-item {
    width: 50%;
  }
}

.icon-items.per-row-2.borders .icon-item {
  border-color: #F8f8f8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (min-width: 768px) {
  .icon-items.per-row-2.borders.per-row-2 .icon-item:nth-child(2n + 1) {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .icon-items.per-row-2.borders.per-row-2 .icon-item:nth-last-child(1), .icon-items.per-row-2.borders.per-row-2 .icon-item:nth-last-child(2) {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-child(4n + 1), .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-child(4n + 2), .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-child(4n + 3) {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-last-child(1), .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-last-child(2), .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-last-child(3), .icon-items.per-row-2.borders.per-row-4 .icon-item:nth-last-child(4) {
    border-bottom: none;
  }
}

.card-img-and-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-img-and-text .img, .card-img-and-text .content {
  width: 100%;
}

@media (min-width: 992px) {
  .card-img-and-text .img, .card-img-and-text .content {
    width: 50%;
  }
}

.card-img-and-text .img {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card-img-and-text .content {
  background-color: #fff;
  padding: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .card-img-and-text .content {
    padding: 30px;
  }
}

.card-img-and-text .content p {
  color: #515151;
  line-height: 1.7058823529;
}

.card-img-and-text .content p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .card-img-and-text .content p {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .card-img-and-text .content p {
    font-size: 17px;
  }
}

.card-img-and-text .content a {
  color: #515151;
  text-decoration: underline;
}

.card-img-and-text .content a:hover {
  color: #232323;
}

.block-cta {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-cta.bg-nero2 {
  color: #fff;
  background-color: #252525;
}

.block-cta.bg-dodger_blue2 {
  color: #fff;
  background-color: #269AF2;
}

.block-cta.with-img {
  color: #fff;
}

.block-cta .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.block-cta .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

.block-cta .subheading {
  font-weight: 400;
}

.block-cta .headings, .block-cta .cta-btns {
  width: 100%;
}

.block-cta .cta-btns .hdbtn {
  margin: 5px 5px 5px 0;
}

@media (min-width: 768px) {
  .block-cta.cta-location-right .headings, .block-cta.cta-location-right .cta-btns {
    width: calc(50% - 5px);
  }
  .block-cta.cta-location-right .headings {
    margin-right: 5px;
  }
  .block-cta.cta-location-right .cta-btns {
    margin-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.block-cta.cta-location-bottom {
  text-align: center;
}

.block-cta.cta-location-bottom .heading, .block-cta.cta-location-bottom .subheading {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .block-cta.cta-location-bottom .cta-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-simple {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-simple.bg-navy_blue {
  background-color: #0378D7;
}

.hero-simple .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 991px) {
  .hero-simple {
    min-height: 180px;
  }
}

.hero-simple .container {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-simple .content {
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .hero-simple .content.content-alignment-left {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-simple .content.content-location-left {
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
  }
}

.hero-simple .content .heading {
  font-weight: 700;
}

.page-event-inner .hero-simple .content .heading {
  font-weight: 600;
}

.hero-simple .content .subheading {
  line-height: 1.35;
  font-weight: 400;
}

.hero-simple .content .subheading {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .hero-simple .content .subheading {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-simple .content .subheading {
    font-size: 20px;
  }
}

.hero-simple .content .heading, .hero-simple .content .subheading {
  color: inherit;
}

.hero-simple .content .heading.narrow, .hero-simple .content .subheading.narrow {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.img-and-text, .wp-block-media-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-and-text .img, .img-and-text .wp-block-media-text__media, .wp-block-media-text .img, .wp-block-media-text .wp-block-media-text__media {
  -ms-flex-order: 5;
  order: 5;
}

.img-and-text .img img, .img-and-text .wp-block-media-text__media img, .wp-block-media-text .img img, .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
}

.img-and-text .content, .img-and-text .wp-block-media-text__content, .wp-block-media-text .content, .wp-block-media-text .wp-block-media-text__content {
  -ms-flex-order: 10;
  order: 10;
}

.img-and-text .img, .img-and-text .content, .img-and-text .wp-block-media-text__content, .img-and-text .wp-block-media-text__media, .wp-block-media-text .img, .wp-block-media-text .content, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
  width: 100%;
}

@media (min-width: 768px) {
  .img-and-text .img, .img-and-text .content, .img-and-text .wp-block-media-text__content, .img-and-text .wp-block-media-text__media, .wp-block-media-text .img, .wp-block-media-text .content, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    width: 50%;
  }
}

.img-and-text .content, .img-and-text .wp-block-media-text__content, .wp-block-media-text .content, .wp-block-media-text .wp-block-media-text__content {
  padding: 10px 20px;
  color: #515151;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-and-text .content h1, .img-and-text .content h2, .img-and-text .content h3, .img-and-text .content h4, .img-and-text .content h5, .img-and-text .content h6, .img-and-text .wp-block-media-text__content h1, .img-and-text .wp-block-media-text__content h2, .img-and-text .wp-block-media-text__content h3, .img-and-text .wp-block-media-text__content h4, .img-and-text .wp-block-media-text__content h5, .img-and-text .wp-block-media-text__content h6, .wp-block-media-text .content h1, .wp-block-media-text .content h2, .wp-block-media-text .content h3, .wp-block-media-text .content h4, .wp-block-media-text .content h5, .wp-block-media-text .content h6, .wp-block-media-text .wp-block-media-text__content h1, .wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content h3, .wp-block-media-text .wp-block-media-text__content h4, .wp-block-media-text .wp-block-media-text__content h5, .wp-block-media-text .wp-block-media-text__content h6 {
  color: #232323;
}

.img-and-text .content p, .img-and-text .wp-block-media-text__content p, .wp-block-media-text .content p, .wp-block-media-text .wp-block-media-text__content p {
  line-height: 1.7058823529;
}

.img-and-text .content p, .img-and-text .wp-block-media-text__content p, .wp-block-media-text .content p, .wp-block-media-text .wp-block-media-text__content p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .img-and-text .content p, .img-and-text .wp-block-media-text__content p, .wp-block-media-text .content p, .wp-block-media-text .wp-block-media-text__content p {
    font-size: calc(14px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .img-and-text .content p, .img-and-text .wp-block-media-text__content p, .wp-block-media-text .content p, .wp-block-media-text .wp-block-media-text__content p {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .img-and-text.img-location-left .content, .img-and-text.img-location-left .wp-block-media-text__content, .img-and-text:not(.has-media-on-the-right) .content, .img-and-text:not(.has-media-on-the-right) .wp-block-media-text__content, .wp-block-media-text.img-location-left .content, .wp-block-media-text.img-location-left .wp-block-media-text__content, .wp-block-media-text:not(.has-media-on-the-right) .content, .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 60px;
  }
  .img-and-text.img-location-right .img, .img-and-text.img-location-right .wp-block-media-text__media, .img-and-text.has-media-on-the-right .img, .img-and-text.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.img-location-right .img, .wp-block-media-text.img-location-right .wp-block-media-text__media, .wp-block-media-text.has-media-on-the-right .img, .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-flex-order: 15;
    order: 15;
  }
  .img-and-text.img-location-right .content, .img-and-text.img-location-right .wp-block-media-text__content, .img-and-text.has-media-on-the-right .content, .img-and-text.has-media-on-the-right .wp-block-media-text__content, .wp-block-media-text.img-location-right .content, .wp-block-media-text.img-location-right .wp-block-media-text__content, .wp-block-media-text.has-media-on-the-right .content, .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 60px;
  }
}

.hero-slider {
  position: relative;
}

.hero-slider .hero-slider-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../images/hero-border.svg");
  background-position: center left;
  background-repeat: repeat-x;
  width: 100%;
  height: 6px;
  z-index: 1;
}

.hero-slider .hero-slider-border.bottom {
  top: auto;
  bottom: 0;
}

.hero-slider .slide {
  color: #fff;
  position: relative;
  min-height: 510px;
  max-height: 620px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-slider .slide .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background: linear-gradient(90deg, #002137 0%, #01548A 100%);
}

@media (max-width: 991px) {
  .hero-slider .slide {
    min-height: 350px;
  }
}

.hero-slider .slide .container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-slider .slide .content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-slider .slide .content .heading {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.0285714286em;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}

.hero-slider .slide .content .heading {
  font-size: 42px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slide .content .heading {
    font-size: calc(42px + 28 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-slider .slide .content .heading {
    font-size: 70px;
  }
}

.hero-slider .slide .content .subheading {
  color: inherit;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.hero-slider .slide .content .subheading {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slide .content .subheading {
    font-size: calc(24px + 16 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-slider .slide .content .subheading {
    font-size: 40px;
  }
}

.hero-slider .slide .content .cta-btns {
  margin-top: 20px;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.hero-slider .slide .content .cta-btns {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slide .content .cta-btns {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-slider .slide .content .cta-btns {
    font-size: 20px;
  }
}

.hero-slider .slide .content .text-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-slider .flickity-page-dots {
  bottom: 20px;
}

.hero-slider .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1, .editor-writing-flow h2, .block-editor .editor-styles-wrapper h2, .body-wrapper h2, .editor-writing-flow h3, .block-editor .editor-styles-wrapper h3, .body-wrapper h3, .editor-writing-flow h4, .block-editor .editor-styles-wrapper h4, .body-wrapper h4, .editor-writing-flow h5, .block-editor .editor-styles-wrapper h5, .body-wrapper h5, .editor-writing-flow h6, .block-editor .editor-styles-wrapper h6, .body-wrapper h6 {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
  line-height: 1.2;
}

.editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
    font-size: calc(30px + 20 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
    font-size: 50px;
  }
}

.editor-writing-flow p, .block-editor .editor-styles-wrapper p, .body-wrapper p {
  margin: 0;
  margin-bottom: 1em;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #64686A;
}

.editor-writing-flow p a, .block-editor .editor-styles-wrapper p a, .body-wrapper p a {
  color: #777777;
  text-decoration: none;
}

.editor-writing-flow p a:hover, .block-editor .editor-styles-wrapper p a:hover, .body-wrapper p a:hover {
  text-decoration: none;
  color: #979797;
}

.editor-writing-flow ul, .block-editor .editor-styles-wrapper ul, .body-wrapper ul, .editor-writing-flow ol, .block-editor .editor-styles-wrapper ol, .body-wrapper ol {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #64686A;
  padding-left: 20px;
}

.editor-writing-flow ul a, .block-editor .editor-styles-wrapper ul a, .body-wrapper ul a, .editor-writing-flow ol a, .block-editor .editor-styles-wrapper ol a, .body-wrapper ol a {
  color: #777777;
  text-decoration: none;
}

.editor-writing-flow ul a:hover, .block-editor .editor-styles-wrapper ul a:hover, .body-wrapper ul a:hover, .editor-writing-flow ol a:hover, .block-editor .editor-styles-wrapper ol a:hover, .body-wrapper ol a:hover {
  text-decoration: none;
  color: #979797;
}

.editor-writing-flow blockquote, .block-editor .editor-styles-wrapper blockquote, .body-wrapper blockquote {
  margin: 1em 1em 1em 0;
  line-height: 1.4em;
  width: 100%;
  font-weight: lighter;
  padding: 1px 1em;
  border-left: 4px solid #6abd45;
  font-size: 1.7em;
  color: #13689b;
  float: left;
}

.editor-writing-flow blockquote p, .block-editor .editor-styles-wrapper blockquote p, .body-wrapper blockquote p {
  font-size: inherit;
  color: inherit;
  margin: inherit;
}

.editor-writing-flow blockquote p:first-child:before, .block-editor .editor-styles-wrapper blockquote p:first-child:before, .body-wrapper blockquote p:first-child:before {
  content: '“';
}

.editor-writing-flow blockquote p:last-child:after, .block-editor .editor-styles-wrapper blockquote p:last-child:after, .body-wrapper blockquote p:last-child:after {
  content: '”';
}

.editor-writing-flow h1, .editor-writing-flow h2, .editor-writing-flow h3, .editor-writing-flow h4, .editor-writing-flow h5, .editor-writing-flow h6, .block-editor .editor-styles-wrapper h1, .block-editor .editor-styles-wrapper h2, .block-editor .editor-styles-wrapper h3, .block-editor .editor-styles-wrapper h4, .block-editor .editor-styles-wrapper h5, .block-editor .editor-styles-wrapper h6, .body-wrapper h1, .body-wrapper h2, .body-wrapper h3, .body-wrapper h4, .body-wrapper h5, .body-wrapper h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  max-width: 840px;
}

.editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
  line-height: 1.375;
}

.editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
    font-size: calc(24px + 16 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h1, .block-editor .editor-styles-wrapper h1, .body-wrapper h1 {
    font-size: 40px;
  }
}

.editor-writing-flow h2, .block-editor .editor-styles-wrapper h2, .body-wrapper h2 {
  line-height: 1.3684210526;
}

.editor-writing-flow h2, .block-editor .editor-styles-wrapper h2, .body-wrapper h2 {
  font-size: 22.8px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h2, .block-editor .editor-styles-wrapper h2, .body-wrapper h2 {
    font-size: calc(22.8px + 15.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h2, .block-editor .editor-styles-wrapper h2, .body-wrapper h2 {
    font-size: 38px;
  }
}

.editor-writing-flow h3, .block-editor .editor-styles-wrapper h3, .body-wrapper h3 {
  line-height: 1.3666666667;
}

.editor-writing-flow h3, .block-editor .editor-styles-wrapper h3, .body-wrapper h3 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h3, .block-editor .editor-styles-wrapper h3, .body-wrapper h3 {
    font-size: calc(18px + 12 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h3, .block-editor .editor-styles-wrapper h3, .body-wrapper h3 {
    font-size: 30px;
  }
}

.editor-writing-flow h4, .block-editor .editor-styles-wrapper h4, .body-wrapper h4 {
  line-height: 1.2142857143;
}

.editor-writing-flow h4, .block-editor .editor-styles-wrapper h4, .body-wrapper h4 {
  font-size: 16.8px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h4, .block-editor .editor-styles-wrapper h4, .body-wrapper h4 {
    font-size: calc(16.8px + 11.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h4, .block-editor .editor-styles-wrapper h4, .body-wrapper h4 {
    font-size: 28px;
  }
}

.editor-writing-flow h5, .block-editor .editor-styles-wrapper h5, .body-wrapper h5 {
  line-height: 1.375;
}

.editor-writing-flow h5, .block-editor .editor-styles-wrapper h5, .body-wrapper h5 {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h5, .block-editor .editor-styles-wrapper h5, .body-wrapper h5 {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h5, .block-editor .editor-styles-wrapper h5, .body-wrapper h5 {
    font-size: 24px;
  }
}

.editor-writing-flow h6, .block-editor .editor-styles-wrapper h6, .body-wrapper h6 {
  line-height: 1.3333333333;
}

.editor-writing-flow h6, .block-editor .editor-styles-wrapper h6, .body-wrapper h6 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .editor-writing-flow h6, .block-editor .editor-styles-wrapper h6, .body-wrapper h6 {
    font-size: calc(14px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .editor-writing-flow h6, .block-editor .editor-styles-wrapper h6, .body-wrapper h6 {
    font-size: 18px;
  }
}

.accordion .accordion-heading-wrapper {
  position: relative;
  width: 100%;
  background: #ededed;
  padding: 25px 20px;
  border-bottom: 2px solid #dbdbdb;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
}

.accordion .accordion-heading {
  text-decoration: none;
  margin: 0;
  color: #333;
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1428571429;
}

.accordion .accordion-heading {
  font-size: 16.8px;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-heading {
    font-size: calc(16.8px + 11.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .accordion .accordion-heading {
    font-size: 28px;
  }
}

.accordion .accordion-content-wrapper {
  background-color: #e0f2d9;
  overflow: hidden;
}

.accordion .accordion-content {
  padding: 15px 20px;
  color: #333;
}

.accordion .accordion-content p, .accordion .accordion-content ol, .accordion .accordion-content ul {
  color: inherit;
}

.accordion .accordion-item .accordion-content-wrapper {
  visibility: hidden;
  max-height: 0;
  transition: all 0.5s ease;
}

.accordion .accordion-item.expanded .accordion-content-wrapper {
  visibility: visible;
  max-height: 9999px;
}

.editor-writing-flow .accordion .accordion-content-wrapper {
  visibility: visible !important;
  max-height: none !important;
}

.content-button {
  margin: 15px 0;
}

.big-list-ordered {
  list-style-type: none;
  counter-reset: default;
  padding-left: 0;
}

.big-list-ordered li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-list-ordered li:before {
  -ms-flex: none;
  flex: none;
  display: block;
  counter-increment: default;
  content: counter(default);
  min-width: 1em;
  color: #6CBD45;
  padding-right: 0.2em;
  font-size: 4em;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.big-list-ordered li .list-content {
  padding: 1em 0;
}

.list-with-images {
  list-style-type: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-with-images .list-content {
  text-align: center;
}

.list-with-images .list-content .item-heading {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-size: 0.75em;
}

.list-with-images .list-content a {
  padding: 10px;
  max-width: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.list-with-images .list-content a svg {
  width: 85px;
  height: 85px;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}

.list-with-images .list-content a:hover svg {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.list-with-images .list-content a:hover svg circle {
  fill: #0b3e5d;
}

.list-with-images .list-content a:hover svg rect, .list-with-images .list-content a:hover svg path {
  fill: rgba(3, 152, 204, 0.8);
}

.resources-list ul {
  list-style: none;
  padding-left: 0;
}

.resources-list .resources-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d6d6d6;
  padding-top: 1em;
  padding-bottom: 1em;
}

.resources-list .resources-item .image-wrapper {
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  width: 60px;
}

.resources-list .resources-item .image-wrapper img {
  border-radius: 7px;
}

.resources-list .resources-item .content-wrapper h3 {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1666666667;
}

.resources-list .resources-item .content-wrapper h3 {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .resources-list .resources-item .content-wrapper h3 {
    font-size: calc(14.4px + 9.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .resources-list .resources-item .content-wrapper h3 {
    font-size: 24px;
  }
}

.news-list {
  padding: 0 !important;
}

.news-list .list-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  list-style: none;
}

.news-list .list-item .date {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #939393;
  margin-bottom: 3px;
}

.news-list .list-item a {
  line-height: 1.2;
  font-weight: 600;
}

.news-list .list-item a {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .news-list .list-item a {
    font-size: calc(14px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .news-list .list-item a {
    font-size: 20px;
  }
}

.team-list {
  padding: 0 !important;
  list-style: none !important;
}

.team-list .team-member {
  font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.team-list .team-member .image img {
  display: block;
}

.team-list .team-member__text-container {
  width: 100%;
  height: 69px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .team-list .team-member__text-container {
    height: 63px;
  }
}

@media only screen and (max-width: 369px) {
  .team-list .team-member__text-container {
    height: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .team-list.expanded {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.team-list.expanded .team-member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member {
    display: inline-block;
    position: relative;
    margin: 0 .7rem 6rem .7rem;
    width: 156px;
    height: 253px;
    border-radius: 5px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.expanded .team-member {
    width: 130px;
    height: 211px;
  }
}

.team-list.expanded .team-member .image {
  width: 170px;
  height: 276px;
  -ms-flex: none;
  flex: none;
  margin-right: 45px;
  overflow: hidden;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .image {
    margin-right: 0;
    width: 100%;
    height: 156px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.expanded .team-member .image {
    height: 130px;
  }
}

.team-list.expanded .team-member .image img {
  height: 100%;
  width: auto;
  max-width: unset;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.team-list.expanded .team-member .content {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .content {
    color: #000;
    background-color: #fff;
    width: 100%;
    height: 98px;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.expanded .team-member .content {
    height: 82px;
  }
}

.team-list.expanded .team-member .fullname-title {
  font-size: 3rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .fullname-title {
    display: none;
  }
}

.team-list.expanded .team-member .fullname-title--phone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .fullname-title--phone {
    display: block;
  }
}

.team-list.expanded .team-member .fullname-title--phone .fullname, .team-list.expanded .team-member .fullname-title--phone .title {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.team-list.expanded .team-member .fullname-title--phone .fullname {
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 369px) {
  .team-list.expanded .team-member .fullname-title--phone .fullname {
    font-size: 12px;
  }
}

.team-list.expanded .team-member .fullname-title--phone .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .fullname-title--phone .title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.expanded .team-member .fullname-title--phone .title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .team-list.expanded .team-member .description {
    display: none;
  }
}

.team-list.expanded .team-member .description p {
  color: inherit;
  font-size: 1.8rem;
}

.team-list.small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media only screen and (max-width: 730px) {
  .team-list.small {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

.team-list.small .team-member {
  width: 170px;
  height: 276px;
  margin: 0 4.5rem 2rem 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .team-list.small .team-member {
    margin: 0 .7rem 6rem .7rem;
    width: 156px;
    height: 253px;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.small .team-member {
    width: 130px;
    height: 211px;
  }
}

.team-list.small .team-member .content {
  background-color: #fff;
  width: 100%;
  height: 107px;
  height: 80px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .team-list.small .team-member .content {
    height: 98px;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.small .team-member .content {
    height: 82px;
  }
}

.team-list.small .team-member .image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .team-list.small .team-member .image {
    width: 100%;
    height: 156px;
  }
}

@media only screen and (max-width: 369px) {
  .team-list.small .team-member .image {
    height: 130px;
  }
}

.team-list.small .team-member .fullname, .team-list.small .team-member .title {
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.team-list.small .team-member .fullname {
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .team-list.small .team-member .fullname {
    font-size: 12px;
  }
}

.team-list.small .team-member .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .team-list.small .team-member .title {
    font-size: 12px;
  }
}

.full-bg {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 100px;
}

@media only screen and (max-width: 890px) {
  .full-bg {
    min-height: 100vh;
  }
}

.full-bg--relative {
  position: relative;
  min-height: 92vh;
}

.page-template-with-background .body-wrapper,
.page-template-contact-us .body-wrapper {
  padding-bottom: 2rem;
}

.page-template-with-background .body-wrapper p,
.page-template-contact-us .body-wrapper p {
  color: #fff;
  font-size: 2.2rem;
}

@media only screen and (max-width: 800px) {
  .page-template-with-background .body-wrapper p,
  .page-template-contact-us .body-wrapper p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 400px) {
  .page-template-with-background .body-wrapper p,
  .page-template-contact-us .body-wrapper p {
    font-size: 1.6rem;
  }
}

.page-template-with-background .body-wrapper ul,
.page-template-contact-us .body-wrapper ul {
  color: #fff;
  font-size: 2rem;
}

@media only screen and (max-width: 800px) {
  .page-template-with-background .body-wrapper ul,
  .page-template-contact-us .body-wrapper ul {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 400px) {
  .page-template-with-background .body-wrapper ul,
  .page-template-contact-us .body-wrapper ul {
    font-size: 1.5rem;
  }
}

.page-template-with-background .body-wrapper ul li,
.page-template-contact-us .body-wrapper ul li {
  margin-bottom: 2rem;
}

.page-template-with-background .body-wrapper ul ul,
.page-template-contact-us .body-wrapper ul ul {
  color: #fff;
  font-size: 1.8rem;
}

@media only screen and (max-width: 800px) {
  .page-template-with-background .body-wrapper ul ul,
  .page-template-contact-us .body-wrapper ul ul {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 400px) {
  .page-template-with-background .body-wrapper ul ul,
  .page-template-contact-us .body-wrapper ul ul {
    font-size: 1.5rem;
  }
}

.page-template-contact-us .body-wrapper {
  position: relative;
  padding-bottom: 0;
}

.job-position {
  margin-top: 8rem;
  padding-bottom: 6rem;
}

.job-position .position {
  color: #C8102E;
  font-weight: 700;
  line-height: 1.40625;
}

.job-position .position {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .job-position .position {
    font-size: calc(19.2px + 12.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-position .position {
    font-size: 32px;
  }
}

.job-position h5 {
  font-weight: 700;
}

.job-position h5, .job-position p {
  font-size: 2.2rem;
  color: #fff;
}

@media only screen and (max-width: 800px) {
  .job-position h5, .job-position p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 400px) {
  .job-position h5, .job-position p {
    font-size: 1.6rem;
  }
}

.job-position .summary ul, .job-position .summary ol {
  color: #D0D0D0;
  font-size: 2rem;
}

@media only screen and (max-width: 800px) {
  .job-position .summary ul, .job-position .summary ol {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 400px) {
  .job-position .summary ul, .job-position .summary ol {
    font-size: 1.5rem;
  }
}

.job-position .hdbtn-apply {
  margin-top: 3rem;
}

.job-position button {
  border-radius: 3px !important;
  background-color: #d4d4d4 !important;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 27px !important;
  transition: all .2s;
}

@media only screen and (max-width: 400px) {
  .job-position button {
    font-size: 1.6rem;
  }
}

.job-position button:hover, .job-position button:active {
  background-color: #a6a6a6 !important;
}

.home-slides .section {
  height: 100vh;
}

.home-slides .section .fp-bg {
  background-size: cover;
  background-position: center 80%;
}

.home-slides .section > .container {
  height: 100%;
}

.home-slides .section .text-content p {
  color: #fff;
}

.home-slides .section .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-slides .section .container .text-content-wrapper {
  width: 50%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-slides .section .container .text-content-wrapper .text-content {
  max-width: 80%;
}

.home-slides .section .container .text-content-wrapper h2 {
  font-weight: 400;
  line-height: 1.4;
}

.home-slides .section .container .text-content-wrapper h2 {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .home-slides .section .container .text-content-wrapper h2 {
    font-size: calc(30px + 20 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .home-slides .section .container .text-content-wrapper h2 {
    font-size: 50px;
  }
}

.home-slides .section .container .text-content-wrapper p {
  line-height: 1.5;
}

.home-slides .section .container .text-content-wrapper p {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .home-slides .section .container .text-content-wrapper p {
    font-size: calc(18px + 12 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .home-slides .section .container .text-content-wrapper p {
    font-size: 30px;
  }
}

.home-slides-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .home-slides-wrapper {
    display: none;
    visibility: hidden;
  }
}

.home-slides-wrapper #home-slides-desktop-background {
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-slides-wrapper #home-slides-desktop-background .absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.35s;
  opacity: 1;
}

.home-slides-wrapper #home-slides-desktop-background .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-slides-wrapper .phone-content-wrapper {
  position: fixed;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-slides-wrapper .phone-holder {
  position: relative;
  width: 450px;
  height: 777px;
  margin-top: 100px;
}

.home-slides-wrapper .phone-holder .phone-content-logo {
  height: auto;
  width: auto;
  margin-top: -4.2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slides-wrapper .phone-holder {
    width: 300px;
    height: 518px;
  }
  .home-slides-wrapper .phone-holder .phone-content-logo {
    height: 32px;
    width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slides-wrapper .phone-holder {
    width: 375px;
    height: 648px;
  }
  .home-slides-wrapper .phone-holder .phone-content-logo {
    height: 36px;
    width: auto;
  }
}

@media only screen and (max-height: 849px) {
  .home-slides-wrapper .phone-holder {
    height: 600px;
    width: 347px;
  }
  .home-slides-wrapper .phone-holder h2 {
    font-size: 32px !important;
  }
  .home-slides-wrapper .phone-holder h3 {
    font-size: 48px !important;
  }
  .home-slides-wrapper .phone-holder .phone-content-logo {
    height: 40px;
    width: auto;
  }
}

@media only screen and (max-height: 734px) {
  .home-slides-wrapper .phone-holder {
    height: 500px;
    width: 290px;
  }
  .home-slides-wrapper .phone-holder h2 {
    font-size: 28px !important;
  }
  .home-slides-wrapper .phone-holder h3 {
    font-size: 40px !important;
  }
  .home-slides-wrapper .phone-holder .phone-content-logo {
    height: 30px;
    width: auto;
  }
}

@media only screen and (max-height: 599px) {
  .home-slides-wrapper .phone-holder {
    height: 400px;
    width: 232px;
  }
  .home-slides-wrapper .phone-holder h2 {
    font-size: 22px !important;
  }
  .home-slides-wrapper .phone-holder h3 {
    font-size: 30px !important;
  }
  .home-slides-wrapper .phone-holder .phone-content-logo {
    height: 20px;
    width: auto;
  }
}

.home-slides-wrapper .phone-holder .phone-content-holder {
  display: block;
  position: absolute;
  top: 2.4%;
  right: 16.7%;
  bottom: 10.1%;
  left: 13.5%;
  background-color: #000;
}

.home-slides-wrapper .phone-holder .phone-content-holder .absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.35s;
}

.home-slides-wrapper .phone-holder .phone-content-holder--404 {
  background-size: cover;
  background-position: center;
}

.home-slides-wrapper .phone-holder .phone-content-background {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  border-radius: 15px;
}

.home-slides-wrapper .phone-holder .phone-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slides-wrapper .phone-holder .phone-content h3 {
  font-weight: 400;
  line-height: 1.015625;
}

.home-slides-wrapper .phone-holder .phone-content h3 {
  font-size: 38.4px;
}

@media screen and (min-width: 768px) {
  .home-slides-wrapper .phone-holder .phone-content h3 {
    font-size: calc(38.4px + 25.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .home-slides-wrapper .phone-holder .phone-content h3 {
    font-size: 64px;
  }
}

.home-slides-wrapper .phone-holder .phone-content .flickity-page-dots {
  padding: 0;
  bottom: 1% !important;
}

.home-slides-wrapper .phone-holder .phone-content .flickity-page-dots .dot {
  background: #464646;
  width: 16px;
  height: 16px;
}

.home-slides-wrapper .phone-holder .phone-content .flickity-page-dots .dot.is-selected {
  background: #C8102E;
}

.home-slides-wrapper .phone-holder .phone-content .phone-content-slide {
  padding: 10% 5%;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slides-wrapper .phone-holder .phone-content .phone-content-slide--spaceBetween {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-slides-wrapper .phone-holder .phone-image {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-image: url("../images/iphone.png");
}

.home-slides-wrapper-mobile {
  height: 100vh;
}

@media (min-width: 768px) {
  .home-slides-wrapper-mobile {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .home-slides-wrapper-mobile {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media only screen and (max-width: 767px) {
  .home-slides-wrapper-mobile .flickity-viewport {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
}

.home-slides-wrapper-mobile .home-mobile-content-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
  }
}

.home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content-background {
  width: 100%;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20% 10%;
}

.home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content-box {
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  height: 500px;
  width: 300px;
  -webkit-clip-path: url(../images/tv-box.svg#tvBox);
  clip-path: url(../images/tv-box.svg#tvBox);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 100% 100%, 65% 85%, 0% 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 100% 100%, 65% 85%, 0% 85%);
}

@media only screen and (max-height: 560px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content-box {
    height: 420px;
  }
}

@media only screen and (max-width: 350px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content-box {
    height: 450px;
    width: 250px;
  }
}

.home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content {
  height: 425px;
  width: 300px;
  padding: 8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-height: 560px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content {
    height: 357px;
  }
}

@media only screen and (max-width: 350px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content {
    height: 383px;
    width: 250px;
  }
}

.home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.05;
}

@media only screen and (max-width: 767px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content h2 {
    font-size: 40px;
  }
}

.home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content p {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .home-slides-wrapper-mobile .home-mobile-content-slide .mobile-phone-content p {
    font-size: 16px;
  }
}

.home-slides-wrapper-mobile .flickity-page-dots {
  padding: 0;
  bottom: 2.5% !important;
}

.home-slides-wrapper-mobile .flickity-page-dots .dot {
  background: #454545;
  opacity: 0.7 !important;
  width: 16px;
  height: 16px;
}

.home-slides-wrapper-mobile .flickity-page-dots .dot.is-selected {
  background: #C5C5C5;
}

#fp-nav ul li a span {
  margin: 5px 0 !important;
  background: #454545;
  width: 10px !important;
  height: 10px !important;
}

#fp-nav ul li a.active span {
  background: #C5C5C5;
}

@media only screen and (max-width: 767px) {
  .mfp-bg {
    background: none;
  }
}

.white-popup-block {
  background: #BCB9BA;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .white-popup-block {
    margin: 40px 20px;
  }
}

#modal-job {
  background-color: #373737;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.popup-modal-dismiss {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.modal {
  position: relative;
}

.modal__close {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #C8102E;
  position: absolute;
  top: -12px;
  right: -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__close a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999999;
}

.modal__title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.popup-modal--team {
  cursor: default !important;
}

.modal__name, .modal__position {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.modal__description p {
  color: #000;
  font-size: 17px;
  line-height: 1.4;
}

.gravity-contact-form .validation_error,
.gravity-fundrising-form .validation_error {
  display: none !important;
}

.gravity-contact-form__field,
.gravity-fundrising-form__field {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.gravity-contact-form__field div,
.gravity-fundrising-form__field div {
  margin: 0 !important;
}

.gravity-contact-form__field div input,
.gravity-contact-form__field div textarea,
.gravity-fundrising-form__field div input,
.gravity-fundrising-form__field div textarea {
  border-radius: 3px !important;
  border-width: 0 !important;
  margin: 0 !important;
  padding: 15px 22px !important;
}

.gravity-contact-form__field .ginput_complex span,
.gravity-fundrising-form__field .ginput_complex span {
  padding-right: 12px !important;
}

@media only screen and (max-width: 641px) {
  .gravity-contact-form__field .ginput_complex span,
  .gravity-fundrising-form__field .ginput_complex span {
    padding-right: 0 !important;
  }
}

.gravity-contact-form__field--message div textarea,
.gravity-fundrising-form__field--message div textarea {
  height: 200px !important;
}

.gravity-contact-form__field .validation_message,
.gravity-fundrising-form__field .validation_message {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  background-color: #C8102E;
  -webkit-clip-path: polygon(8% 20%, 12% 0, 16% 20%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(8% 20%, 12% 0, 16% 20%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  width: 14.5rem !important;
  padding: 10px 1rem 3px 1rem !important;
  margin: -13px 0 0 22px !important;
}

.gravity-contact-form__field.name label,
.gravity-fundrising-form__field.name label {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}

.gravity-contact-form__field.name label span,
.gravity-fundrising-form__field.name label span {
  display: none;
}

.gravity-contact-form .gform_footer,
.gravity-fundrising-form .gform_footer {
  padding: 0 !important;
  margin-top: 18px !important;
}

.gravity-contact-form .gform_footer button,
.gravity-fundrising-form .gform_footer button {
  border-radius: 3px !important;
  background-color: #d4d4d4 !important;
  color: #000;
  font-weight: 700;
  padding: 10px 27px !important;
  margin: 0 !important;
  font-size: 1.8rem;
}

@media only screen and (max-width: 400px) {
  .gravity-contact-form .gform_footer button,
  .gravity-fundrising-form .gform_footer button {
    font-size: 1.6rem;
  }
}

.gravity-contact-form .gform_footer button:hover, .gravity-contact-form .gform_footer button:active,
.gravity-fundrising-form .gform_footer button:hover,
.gravity-fundrising-form .gform_footer button:active {
  background-color: #a6a6a6 !important;
}

.gravity-fundrising-form__field {
  margin-bottom: 22px !important;
}

.gravity-fundrising-form__field div input,
.gravity-fundrising-form__field div textarea {
  border-radius: 6px !important;
}

.gravity-fundrising-form__field label {
  color: #fff;
  font-weight: 300 !important;
  font-size: 16px !important;
}

.gravity-fundrising-form__field .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}

.gravity-fundrising-form .fileupload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gravity-fundrising-form .fileupload .gfield_description.validation_message {
  z-index: 5;
  margin-top: -3px !important;
}

.gravity-fundrising-form .ginput_container_fileupload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.gravity-fundrising-form .ginput_container_fileupload div {
  display: none;
}

.gravity-fundrising-form .ginput_container_fileupload input[type=file] {
  position: relative;
  padding: 0 !important;
  margin: 0 0 0 2rem !important;
  width: 80px !important;
  height: 30px !important;
  color: #fff !important;
}

.gravity-fundrising-form .ginput_container_fileupload input[type=file]:active,
.gravity-fundrising-form .ginput_container_fileupload input[type=file]:focus {
  outline: none !important;
}

.gravity-fundrising-form .ginput_container_fileupload input[type=file]:before {
  content: "Choose file";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 30px;
  z-index: 5;
  background-color: #fff;
  color: #64686A !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 2.5;
}

.gravity-fundrising-form .gform_footer {
  padding: 0 !important;
  margin-top: 18px !important;
}

.gravity-fundrising-form .gform_footer button {
  border-radius: 6px !important;
  background-color: #C8102E !important;
  color: #fff;
  padding: 10px 34px !important;
}

.gravity-contact-form_wrapper {
  margin: 0 !important;
}

.gfield_checkbox li, .gfield_radio li {
  position: relative;
}

body .gform_wrapper .gfield_radio li label {
  display: block;
  width: 30px;
  margin: 0 4rem 0 0;
}

body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after,
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  display: none;
}

ul.gfield_checkbox li[class^="gchoice"] label:before,
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:before,
ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
}

ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: transparent;
  border: solid 3px #fff;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  position: absolute;
  right: 12px;
  transition: left .25s, background-color .13s;
}

ul.gfield_checkbox input[type="checkbox"]:checked + label:before,
ul.gfield_radio input[type="radio"]:checked + label:before {
  z-index: 9;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 18px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 15px !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important;
  }
}

.gform_wrapper .gfield_error .gfield_label {
  color: #fff !important;
}

.gform_confirmation_message_2.gform_confirmation_message {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 8rem 0 10rem 0;
}

.gform_confirmation_message_2.gform_confirmation_message strong {
  font-size: 30px;
}

.gform_confirmation_message_1.gform_confirmation_message {
  color: #fff;
  font-size: 1.6rem;
}

.custom-map {
  border-radius: 3px;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
  min-height: 378px;
}

@media only screen and (max-width: 767px) {
  .custom-map {
    min-height: unset;
  }
}

.custom-map__container {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.custom-map__address {
  margin-top: 1.3rem;
  margin-bottom: calc(1.8rem - 1.3rem - 1.4rem + 20px + 18px + 10px);
}

.custom-map__text {
  margin-bottom: 0 !important;
  font-size: 1.4rem !important;
  letter-spacing: 1px !important;
}

@media only screen and (max-width: 1199px) {
  .spacer__media {
    display: none;
  }
}

.hidden {
  display: none;
  visibility: hidden;
}

/*# sourceMappingURL=app.css.map */
