﻿html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: normal;
}
body {
  font-family: 'futura-pt', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #181818;
  margin: 0;
}
body ::-moz-selection {
  background-color: #0f6492;
  color: #fff;
  cursor: text;
}
body ::selection {
  background-color: #0f6492;
  color: #fff;
  cursor: text;
}
#sticky-footer-wrap {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#sticky-footer-wrap section#fixed-header-wrap,
#sticky-footer-wrap footer {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
#sticky-footer-wrap main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
a {
  outline: none;
  color: #27a4d6;
  text-decoration: none;
}
a:focus,
a:active,
a:visited {
  outline: none;
}
a:hover {
  outline: none;
  color: #019be6;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border: 0;
  height: 1px;
  background: #9d9fa2;
  margin: 0.5vh 0;
}
hr.xs {
  width: 100px;
}
hr.white {
  background: #ffffff;
}
hr.blue {
  background: #27a4d6;
}
.extra-height {
  margin-bottom: 40vh;
}
.error404 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .error404 {
    margin-top: 100px;
  }
}
.container-fluid.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.no-padding > .row {
  margin-right: 0;
  margin-left: 0;
}
.container-fluid.no-padding > .row > .col,
.container-fluid.no-padding > .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bworks-grid .backoffice-only {
  display: none !important;
}
.component p[style='text-align: center;'],
.component p[style='text-align: center'] {
  max-width: 940px;
  margin: 0 auto;
}
.col-lg-4 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .col-lg-4 {
    margin-bottom: 0;
  }
}
.col-lg-4:last-of-type {
  margin-bottom: 0;
}
.col-md-6:nth-of-type(1) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .col-md-6:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}
.clearfix {
  clear: both;
}
.max-width {
  max-width: 1700px;
}
/* We don't want to apply the padding to the whole body/main as it needs to be per components so we can go to the edge when needed */
.standard-padding,
.space-left-right {
  padding-left: 6vw;
  padding-right: 6vw;
}
/* Named this way for ease of use on the editor-side */
.space-above-inside,
.pad-above {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .space-above-inside,
  .pad-above {
    padding-top: 28.57142857px;
  }
}
@media (min-width: 992px) {
  .space-above-inside,
  .pad-above {
    padding-top: 50px;
  }
}
.space-below-inside,
.pad-below {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .space-below-inside,
  .pad-below {
    padding-bottom: 28.57142857px;
  }
}
@media (min-width: 992px) {
  .space-below-inside,
  .pad-below {
    padding-bottom: 50px;
  }
}
.space-around-inside,
.pad-around {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .space-around-inside,
  .pad-around {
    padding-top: 28.57142857px;
    padding-bottom: 28.57142857px;
  }
}
@media (min-width: 992px) {
  .space-around-inside,
  .pad-around {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space-above-inside-half,
.pad-above-half {
  padding-top: 12.5px;
}
@media (min-width: 768px) {
  .space-above-inside-half,
  .pad-above-half {
    padding-top: 25px;
  }
}
.space-below-inside-half,
.pad-below-half {
  padding-bottom: 12.5px;
}
@media (min-width: 768px) {
  .space-below-inside-half,
  .pad-below-half {
    padding-bottom: 25px;
  }
}
.space-around-inside-half,
.pad-around-half {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
@media (min-width: 768px) {
  .space-around-inside-half,
  .pad-around-half {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.space-above-outside,
.mar-above {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .space-above-outside,
  .mar-above {
    margin-top: 28.57142857px;
  }
}
@media (min-width: 992px) {
  .space-above-outside,
  .mar-above {
    margin-top: 50px;
  }
}
.space-below-outside,
.mar-below {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .space-below-outside,
  .mar-below {
    margin-bottom: 28.57142857px;
  }
}
@media (min-width: 992px) {
  .space-below-outside,
  .mar-below {
    margin-bottom: 50px;
  }
}
.space-around-outside,
.mar-around {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .space-around-outside,
  .mar-around {
    margin-top: 28.57142857px;
    margin-bottom: 28.57142857px;
  }
}
@media (min-width: 992px) {
  .space-around-outside,
  .mar-around {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.space-above-outside-half,
.mar-above-half {
  margin-top: 12.5px;
}
@media (min-width: 768px) {
  .space-above-outside-half,
  .mar-above-half {
    margin-top: 25px;
  }
}
.space-below-outside-half,
.mar-below-half {
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .space-below-outside-half,
  .mar-below-half {
    margin-bottom: 25px;
  }
}
.space-around-outside-half,
.mar-around-half {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .space-around-outside-half,
  .mar-around-half {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.rotate-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotate-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mfp-container {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .mfp-container {
    padding: 0 6px !important;
  }
}
.close-btn {
  padding: 5px;
  cursor: pointer;
  z-index: 100000;
}
.close-btn .close-icon {
  position: relative;
}
.close-btn .close-icon > div {
  position: relative;
  overflow: hidden;
  background-color: #6d6e71;
  height: 2px;
}
.close-btn .close-icon > div:nth-of-type(1) {
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn .close-icon > div:nth-of-type(2) {
  width: 30px;
  margin: -2px 0 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.white-modal {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #ffffff;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 8vh 8vw;
}
@media (min-width: 768px) {
  .white-modal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    max-width: 950px;
    height: auto;
    margin: 20px auto;
    padding: 8vh 4vw;
  }
}
.white-modal h2,
.white-modal p {
  color: #6d6e71;
}
.white-modal p {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / max-size)) */
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .white-modal p {
    font-size: 18px;
  }
}
.white-modal .copy {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.white-modal img {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .white-modal img {
    -webkit-flex: 0 1 260px;
    -ms-flex: 0 1 260px;
    flex: 0 1 260px;
    margin-right: 3vw;
    margin-bottom: 30px;
  }
}
.white-modal .close-btn {
  top: 20px;
  right: 20px;
}
.white-modal .close-btn .close-icon {
  top: 15px;
  left: 2px;
}
.video-wrap .mfp-container {
  padding: 0 !important;
}
.video-wrap .mfp-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
}
.video-wrap .mfp-content .mfp-iframe-scaler {
  /*position: relative;*/
}
.video-wrap .mfp-content iframe {
  width: 100%;
  height: 100%;
  box-shadow: none;
}
.video-wrap .close-btn {
  width: auto;
  top: 5px;
  right: 20px;
}
.video-wrap .close-btn .close-icon {
  top: 15px;
  right: 2px;
}
svg {
  pointer-events: none;
  transition: fill 0.1s linear;
}
svg:not(:root) {
  overflow: visible;
}
svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
svg.icon use {
  fill: #181818;
}
svg.icon.xs {
  width: 0.5em;
  height: 0.5em;
}
svg.icon.small {
  width: 0.75em;
  height: 0.75em;
}
svg.icon.large {
  width: 1.25em;
  height: 1.25em;
}
svg.icon.xl {
  width: 1.5em;
  height: 1.5em;
}
svg.icon.blue use {
  fill: #27a4d6;
}
svg.icon.gray use {
  fill: #6d6e71;
}
svg.icon.gray-dark use {
  fill: #181818;
}
svg.icon.white use {
  fill: #ffffff;
}
svg.icon.error use {
  fill: #ff0000;
}
svg.icon + .icon-text {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #181818;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  left: 5px;
}
/* 
==============================================
CALCULATIONS EXPLAINED
==============================================
More Info
--------------
* https://www.smashingmagazine.com/2016/05/fluid-typography/
* 1vw = 1% of the browser window
* The heigher the VW unit in the calc function, the faster it grows
* Update the calc function from the standard function syntac to '~("EQUATION")' do LESS can process it

Browser Notes
--------------
* Safari<8 and IE<11, viewport units when used in a calc() expression are not re-evaluated when the browser window is resized (https://www.smashingmagazine.com/2016/05/fluid-typography/#browser-support-and-bugs)
* IE and Edge truncate all units to 2 decimals places so just keep them at 2 places so the output is as expected
* Safari & iOS Safari (both 6 and 7) does not support viewport units (vw, vh, etc) in calc().
* IE11 is reported to not support calc() correctly in generated content (css property "content")

Font Size
--------------
font-size: calc(~"16px + 0.5vw");
	Minimum 16px, and grows .5 the rate of screen growth

Line Height
--------------
line-height: calc(~"(22px + 1.375vw) + 1px");
	Minimum 22px, and grows 1.375 the rate of screen growth +1px to give a little more breathing room
	We got the rate by taking the min line-height-size divided by the min-font-size, which equals 1.625

*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'futura-pt', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 0.15em 0;
  color: #181818;
}
h1,
.h1 {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(36px + 36 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 72px;
  }
}
h2,
.h2 {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(30px + 30 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  h2,
  .h2 {
    font-size: 60px;
  }
}
h2.small,
.h2.small {
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  h2.small,
  .h2.small {
    font-size: 28px;
  }
}
h3,
.h3 {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(24px + 24 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  h3,
  .h3 {
    font-size: 48px;
  }
}
h4,
.h4 {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(18px + 18 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}
h5,
.h5,
h6,
.h6 {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 26px;
  }
}
p {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  color: #6d6e71;
}
@media screen and (min-width: 1920px) {
  p {
    font-size: 24px;
  }
}
p.small {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  p.small {
    font-size: 20px;
  }
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6 {
  margin-top: 0.75em;
}
.component ul li,
.component ol li {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  color: #6d6e71;
}
@media screen and (min-width: 1920px) {
  .component ul li,
  .component ol li {
    font-size: 24px;
  }
}
ul,
ol {
  padding: 0;
  margin: 0 0 20px 40px;
}
ul li,
ol li {
  padding: 0;
  margin: 0 0 5px 0;
}
ul.inline-list,
ol.inline-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li,
ol.inline-list li {
  color: #27a4d6;
  font-style: oblique;
}
ul.inline-list li:after,
ol.inline-list li:after {
  content: ',';
  margin-right: 5px;
}
ul.inline-list li:last-of-type:after,
ol.inline-list li:last-of-type:after {
  content: '';
  margin-right: 0;
}
ul.inline-list.list-center,
ol.inline-list.list-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
ul.big-copy li a,
ol.big-copy li a {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(16px + 10 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  ul.big-copy li a,
  ol.big-copy li a {
    font-size: 26px;
  }
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
span.white,
ul.white,
ol.white,
li.white {
  color: #ffffff !important;
}
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray,
p.gray,
span.gray,
ul.gray,
ol.gray,
li.gray {
  color: #6d6e71 !important;
}
h1.gray-light,
h2.gray-light,
h3.gray-light,
h4.gray-light,
h5.gray-light,
h6.gray-light,
p.gray-light,
span.gray-light,
ul.gray-light,
ol.gray-light,
li.gray-light {
  color: #9d9fa2 !important;
}
h1.gray-lightest,
h2.gray-lightest,
h3.gray-lightest,
h4.gray-lightest,
h5.gray-lightest,
h6.gray-lightest,
p.gray-lightest,
span.gray-lightest,
ul.gray-lightest,
ol.gray-lightest,
li.gray-lightest {
  color: #dedfe0 !important;
}
h1.gray-dark,
h2.gray-dark,
h3.gray-dark,
h4.gray-dark,
h5.gray-dark,
h6.gray-dark,
p.gray-dark,
span.gray-dark,
ul.gray-dark,
ol.gray-dark,
li.gray-dark {
  color: #181818 !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
button,
.btn,
button[type=submit] {
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-block;
  color: #27a4d6;
  padding: 7px 25px;
  cursor: pointer;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 200ms ease;
  box-sizing: border-box;
  outline: none;
  border: 0;
  background-color: transparent;
  overflow: visible;
}
@media screen and (min-width: 1920px) {
  button,
  .btn,
  button[type=submit] {
    font-size: 16px;
  }
}
button span,
.btn span,
button[type=submit] span,
button svg,
.btn svg,
button[type=submit] svg {
  transition: color 200ms ease, fill 200ms ease;
}
button span,
.btn span,
button[type=submit] span {
  position: relative;
  z-index: 2;
}
button:before,
.btn:before,
button[type=submit]:before,
button:after,
.btn:after,
button[type=submit]:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 2px;
}
button:before,
.btn:before,
button[type=submit]:before {
  left: 0;
  right: auto;
  width: 100%;
  border: 1px solid #27a4d6;
  background-color: #ffffff;
}
button:after,
.btn:after,
button[type=submit]:after {
  right: 0;
  background-color: #27a4d6 !important;
  width: 0;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
button:hover span,
.btn:hover span,
button[type=submit]:hover span,
button:focus span,
.btn:focus span,
button[type=submit]:focus span,
button:active span,
.btn:active span,
button[type=submit]:active span {
  color: #ffffff !important;
}
button:hover svg use,
.btn:hover svg use,
button[type=submit]:hover svg use,
button:focus svg use,
.btn:focus svg use,
button[type=submit]:focus svg use,
button:active svg use,
.btn:active svg use,
button[type=submit]:active svg use {
  fill: #ffffff !important;
}
button:hover:after,
.btn:hover:after,
button[type=submit]:hover:after,
button:focus:after,
.btn:focus:after,
button[type=submit]:focus:after,
button:active:after,
.btn:active:after,
button[type=submit]:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  button,
  .btn,
  button[type=submit] {
    padding: 7px 45px;
  }
}
button.with-icon span,
.btn.with-icon span,
button[type=submit].with-icon span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
button.with-icon svg,
.btn.with-icon svg,
button[type=submit].with-icon svg {
  margin-left: 5px;
}
button.with-icon svg use,
.btn.with-icon svg use,
button[type=submit].with-icon svg use {
  fill: #27a4d6;
}
button.small,
.btn.small,
button[type=submit].small {
  padding: 3px 15px;
}
@media (min-width: 768px) {
  button.small,
  .btn.small,
  button[type=submit].small {
    padding: 3px 25px;
  }
}
button.dark:before,
.btn.dark:before,
button[type=submit].dark:before {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
button.dark svg use,
.btn.dark svg use,
button[type=submit].dark svg use {
  fill: #27a4d6;
}
button.disabled,
.btn.disabled,
button[type=submit].disabled {
  cursor: default;
}
button.disabled span,
.btn.disabled span,
button[type=submit].disabled span {
  color: #9d9fa2;
}
button.disabled:before,
.btn.disabled:before,
button[type=submit].disabled:before {
  background-color: #dedfe0;
  border: 1px solid #9d9fa2;
}
button.disabled:after,
.btn.disabled:after,
button[type=submit].disabled:after {
  width: 100% !important;
  background-color: #dedfe0 !important;
  border: 1px solid #9d9fa2 !important;
}
button.disabled:hover span,
.btn.disabled:hover span,
button[type=submit].disabled:hover span {
  color: #9d9fa2 !important;
}
button.disabled:hover svg use,
.btn.disabled:hover svg use,
button[type=submit].disabled:hover svg use {
  fill: #9d9fa2 !important;
}
button.disabled svg use,
.btn.disabled svg use,
button[type=submit].disabled svg use {
  fill: #9d9fa2;
}
/* #region GLOBAL HEADER BAR */
#fixed-header-wrap {
  position: relative;
  transition: all 0.2s linear;
  width: 100%;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0);
}
#fixed-header-wrap:hover {
  z-index: 1041;
}
#alert-banner {
  display: block;
  padding: 4px 0;
  text-align: center;
  background-color: #0f6492;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  transition: background-color 0.3s;
}
#alert-banner:hover {
  background-color: #0d547b;
  text-decoration: none;
}
#alert-banner span {
  display: block;
  margin: 0 auto;
  width: 95%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header {
  position: relative;
  padding: 0 6vw;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s;
  height: 75px;
}
@media (min-width: 576px) {
  header {
    height: 90px;
  }
}
@media (min-width: 768px) {
  header {
    height: 76px;
    /*background-color: @transparent;*/
  }
}
@media (min-width: 992px) {
  header {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 101px;
  }
}
#header-logo-container {
  transition: top 0.2s linear;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10001;
}
@media (min-width: 768px) {
  #header-logo-container {
    top: -40px;
  }
}
#logo-wrapper {
  position: absolute;
  background-color: #ffffff;
  border-left: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
  border-right: 1px solid #9d9fa2;
  padding: 12px;
}
@media (min-width: 768px) {
  #logo-wrapper {
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  #logo-wrapper {
    padding: 25px 30px;
  }
}
#logo img {
  transition: all 0.2s linear;
  width: auto;
  height: 50px;
}
@media (min-width: 576px) {
  #logo img {
    height: 65px;
  }
}
@media (min-width: 768px) {
  #logo img {
    height: 75px;
  }
}
@media (min-width: 992px) {
  #logo img {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  #logo img {
    height: 90px;
  }
}
.fixed-on {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}
@media (min-width: 768px) {
  .fixed-on {
    background-color: #ffffff !important;
  }
}
.fixed-on #header-logo-container {
  top: 0;
}
@media (min-width: 768px) {
  .fixed-on #header-logo-container {
    top: 5px;
  }
}
.fixed-on #logo-wrapper {
  padding: 7px 5px;
}
@media (min-width: 768px) {
  .fixed-on #logo-wrapper {
    padding: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .fixed-on header {
    height: 60px;
    border-bottom: 1px solid #9d9fa2;
  }
}
.fixed-on #logo img {
  height: 35px;
}
@media (min-width: 768px) {
  .fixed-on #logo img {
    height: 50px;
  }
}
.fixed-on #header-logo-container.open {
  top: 0;
}
.fixed-on #header-logo-container.open #logo-wrapper {
  border-left: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
  border-right: 1px solid #9d9fa2;
  padding: 12px;
}
.fixed-on #header-logo-container.open #logo img {
  height: 50px;
}
@media (min-width: 768px) {
  .fixed-on #primary {
    height: 60px;
  }
  .fixed-on ul.primary-lvl-1 {
    margin-top: 0;
  }
  .fixed-on ul.primary-lvl-1 > li a,
  .fixed-on ul.primary-lvl-1 > li span.faux-a {
    border-bottom: none;
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
#mobile-navbar-links {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 50px;
  padding-right: 6vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: #000000;
}
@media (min-width: 768px) {
  #mobile-navbar-links {
    display: none;
  }
}
#mobile-navbar-links a {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#mobile-navbar-links #menu-btn {
  border-radius: 2px;
  border: 1px solid #27a4d6;
}
#mobile-navbar-links #menu-btn .menu-icon {
  width: 29px;
  height: 24px;
  padding-left: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#mobile-navbar-links #menu-btn .menu-icon > div {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
  background-color: #27a4d6;
  height: 2px;
  transition: width 0.2s, transform 0.2s, opacity 0.2s;
}
#mobile-navbar-links #menu-btn .menu-icon > div:nth-of-type(1) {
  width: 11px;
}
#mobile-navbar-links #menu-btn .menu-icon > div:nth-of-type(2) {
  width: 15px;
  margin: 2px 0;
}
#mobile-navbar-links #menu-btn .menu-icon > div:nth-of-type(3) {
  width: 13px;
}
#mobile-navbar-links #menu-btn.open .menu-icon > div:nth-of-type(1) {
  width: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-navbar-links #menu-btn.open .menu-icon > div:nth-of-type(2) {
  opacity: 0;
}
#mobile-navbar-links #menu-btn.open .menu-icon > div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  margin-top: -8px;
}
/* #endregion */
/* #region SETUP FOR THE MOBILE MENU SLIDE DOWN */
.locked {
  overflow: hidden;
  /*height: 100%;
	-ms-touch-action: none;
	touch-action: none;*/
}
.keep-on-top {
  z-index: 10000 !important;
}
#menu-wrap {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  #menu-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    position: absolute;
    left: -6vw;
    right: 0;
    background: #000000;
    padding: 12vh 6vw 0 6vw;
  }
}
@media (min-width: 768px) {
  #menu-wrap {
    padding: 0;
  }
}
/* #endregion */
/* #region GLOBAL STYLES OF PRIMARY/UTILITY NAVS */
@media (max-width: 767px) {
  .mobile-menu-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet-menu-hide {
    display: none !important;
  }
}
nav#main {
  position: relative;
  height: 50px;
}
@media (min-width: 768px) {
  nav#main {
    height: auto;
  }
}
nav#main ul,
nav#main li {
  list-style-type: none;
}
nav#main hr.xs {
  margin-top: 2vh;
  margin-bottom: 2vh;
  text-align: left;
}
/* #endregion */
/* #region UTILITY BAR */
#utility-bar {
  display: none;
  /* IE 11 */
}
@media (min-width: 768px) {
  #utility-bar {
    clear: both;
    background: #000000;
    height: 39px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 6vw;
    /*overflow: hidden;*/
  }
  #utility-bar ul,
  #utility-bar li {
    list-style-type: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #utility-bar {
    height: 38px;
  }
}
ul.utility-bar-lvl-1 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
}
ul.utility-bar-lvl-1 > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  padding: 0 0 2px 0;
  margin: 0;
}
ul.utility-bar-lvl-1 > li > a,
ul.utility-bar-lvl-1 > li > span.faux-a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #27a4d6;
  text-transform: uppercase;
  margin: 0;
  padding: 0 1.25vw;
  transition: color 0.3s;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
ul.utility-bar-lvl-1 > li > a:after,
ul.utility-bar-lvl-1 > li > span.faux-a:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  width: 0;
  bottom: -10px;
  background-color: #9d9fa2 !important;
  height: 5px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
ul.utility-bar-lvl-1 > li > a:hover:after,
ul.utility-bar-lvl-1 > li > span.faux-a:hover:after,
ul.utility-bar-lvl-1 > li > a:focus:after,
ul.utility-bar-lvl-1 > li > span.faux-a:focus:after,
ul.utility-bar-lvl-1 > li > a:active:after,
ul.utility-bar-lvl-1 > li > span.faux-a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
ul.utility-bar-lvl-1 > li > a svg.icon,
ul.utility-bar-lvl-1 > li > span.faux-a svg.icon {
  left: 0;
  margin-left: 4px;
}
ul.utility-bar-lvl-1 > li > a.global-search-icon,
ul.utility-bar-lvl-1 > li > span.faux-a.global-search-icon {
  top: 5px;
  margin-bottom: 5px !important;
  /* IE 11 */
}
ul.utility-bar-lvl-1 > li > a.global-search-icon svg.icon,
ul.utility-bar-lvl-1 > li > span.faux-a.global-search-icon svg.icon {
  top: -2px;
  margin-left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul.utility-bar-lvl-1 > li > a.global-search-icon,
  ul.utility-bar-lvl-1 > li > span.faux-a.global-search-icon {
    top: 4px;
  }
}
ul.utility-bar-lvl-1 > li > a:hover,
ul.utility-bar-lvl-1 > li > span.faux-a:hover {
  color: #9d9fa2;
}
ul.utility-bar-lvl-1 > li > a:hover svg.icon use,
ul.utility-bar-lvl-1 > li > span.faux-a:hover svg.icon use {
  fill: #9d9fa2;
}
@media (min-width: 768px) {
  ul.utility-bar-lvl-1 > li > a.current {
    color: #9d9fa2;
  }
  ul.utility-bar-lvl-1 > li > a.current:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.tablet-language-selector.active span.faux-a {
  color: #9d9fa2;
}
.tablet-language-selector.active span.faux-a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.tablet-language-selector.active svg.icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tablet-language-selector.active svg.icon use {
  fill: #9d9fa2;
}
ul.utility-bar-lvl-2 {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  z-index: 100000;
  text-align: left;
  background: #9d9fa2;
  border-top: 5px solid #9d9fa2;
  border-bottom: 5px solid #9d9fa2;
  list-style-type: none !important;
  list-style: none !important;
}
ul.utility-bar-lvl-2 li {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none !important;
  list-style-type: none !important;
}
ul.utility-bar-lvl-2 li > a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #181818;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  transition: color 0.3s;
  display: inline-block;
  width: 100%;
}
ul.utility-bar-lvl-2 li > a:last-of-type {
  padding-bottom: 8px;
}
ul.utility-bar-lvl-2 li > a:hover {
  color: #4b4b4b;
}
/* #endregion */
/* #region PRIMARY */
#primary {
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media (min-width: 768px) {
  #primary {
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    transition: height 0.2s;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
ul.primary-lvl-1 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  ul.primary-lvl-1 {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -6px;
  }
}
@media (min-width: 992px) {
  ul.primary-lvl-1 {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  ul.primary-lvl-1 {
    margin-top: 30px;
  }
}
ul.primary-lvl-1 > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
ul.primary-lvl-1 > li > a {
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #27a4d6;
  margin: 0;
  padding: 3px 1.25vw;
  display: inline-block;
}
@media (min-width: 768px) {
  ul.primary-lvl-1 > li > a {
    display: inline;
    transition: color 0.3s;
    color: #181818;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 1.25vw 26px 1.25vw;
    border-bottom: 1px solid #6d6e71;
    display: inline-block;
    position: relative;
  }
  ul.primary-lvl-1 > li > a:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    width: 0;
    bottom: 0;
    background-color: #9d9fa2 !important;
    height: 5px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  ul.primary-lvl-1 > li > a:hover:after,
  ul.primary-lvl-1 > li > a:focus:after,
  ul.primary-lvl-1 > li > a:active:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  ul.primary-lvl-1 > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 1.25vw 34px 1.25vw;
  }
}
@media (min-width: 1200px) {
  ul.primary-lvl-1 > li > a {
    padding: 0 1.25vw 37px 1.25vw;
  }
}
ul.primary-lvl-1 > li > a:hover {
  color: #9d9fa2;
}
@media (min-width: 768px) {
  ul.primary-lvl-1 > li > a.current {
    color: #9d9fa2;
  }
  ul.primary-lvl-1 > li > a.current:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
/* #endregion */
/* #region UTILITY MOBILE */
#utility {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media (min-width: 768px) {
  #utility {
    display: none;
  }
}
ul.utility-lvl-1 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
ul.utility-lvl-1 > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
ul.utility-lvl-1 > li > a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #27a4d6;
  padding: 0 1.25vw;
}
/* #endregion */
#menu-wrap.keep-on-top #primary,
#menu-wrap.keep-on-top #utility {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
/* #region LANGUAGE SELECTOR */
ul.language-selector {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
ul.language-selector > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
ul.language-selector > li > a,
ul.language-selector > li > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #27a4d6;
  padding: 0 1.25vw;
}
ul.language-selector > li > a svg.icon,
ul.language-selector > li > span svg.icon {
  bottom: -1px;
  margin-right: 3px;
}
/* #endregion */
/* #region SEARCH CONTAINER */
#header-search-container {
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #000000;
  padding: 12vh 6vw 0 6vw;
  max-width: none;
}
@media (min-width: 768px) {
  #header-search-container {
    height: auto;
    padding: 13px 6vw 15px 6vw;
  }
}
@media (min-width: 992px) {
  #header-search-container {
    padding: 29px 6vw 20px 6vw;
  }
}
@media (min-width: 1200px) {
  #header-search-container {
    padding: 31px 6vw 23px 6vw;
  }
}
@media (min-width: 768px) {
  #header-search-container #global-search .tablet-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
}
#header-search-container #global-search .input-wrap {
  position: relative;
}
@media (min-width: 768px) {
  #header-search-container #global-search .input-wrap {
    margin-right: 20px;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
#header-search-container #global-search input[type=search] {
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
}
#header-search-container #global-search input[type=search]::placeholder {
  color: #ffffff;
}
#header-search-container #global-search button[type=submit] {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #header-search-container #global-search button[type=submit] {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-top: 0;
    padding: 7px 25px;
    height: auto;
  }
}
#header-search-container #global-search .new-label {
  background: #000000;
  color: #ffffff;
  top: -20px;
}
.global-search-icon {
  transition: all 0.2s;
  margin-right: 25px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .global-search-icon {
    margin-right: 0;
    margin-top: 0;
  }
  .global-search-icon.open svg.icon use {
    fill: #9d9fa2;
  }
  .global-search-icon.open:after {
    left: 0;
    right: auto;
    width: 100% !important;
  }
  .global-search-icon:after {
    /*bottom: -16px !important;*/
  }
}
/* #endregion */
/* #region TRANSPARENT NAVIGATION OVVERRIDES */
@media (min-width: 768px) {
  body.transparent-nav #primary .primary-lvl-1 > li > a,
  body.transparent-nav #primary .primary-lvl-1 > li > span.faux-a {
    color: #ffffff;
    border-color: #ffffff;
    display: inline-block;
    position: relative;
    text-shadow: 2px 2px 10px #000000;
  }
  body.transparent-nav #primary .primary-lvl-1 > li > a:after,
  body.transparent-nav #primary .primary-lvl-1 > li > span.faux-a:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    width: 0;
    bottom: 0;
    background-color: #ffffff !important;
    height: 5px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  body.transparent-nav #primary .primary-lvl-1 > li > a:hover:after,
  body.transparent-nav #primary .primary-lvl-1 > li > span.faux-a:hover:after,
  body.transparent-nav #primary .primary-lvl-1 > li > a:focus:after,
  body.transparent-nav #primary .primary-lvl-1 > li > span.faux-a:focus:after,
  body.transparent-nav #primary .primary-lvl-1 > li > a:active:after,
  body.transparent-nav #primary .primary-lvl-1 > li > span.faux-a:active:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > span.faux-a {
    color: #181818;
    text-shadow: none;
    display: inline-block;
    position: relative;
  }
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a:after,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > span.faux-a:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    width: 0;
    bottom: 0;
    background-color: #9d9fa2 !important;
    height: 5px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a:hover:after,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > span.faux-a:hover:after,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a:focus:after,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > span.faux-a:focus:after,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a:active:after,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > span.faux-a:active:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a:hover,
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > span.faux-a:hover {
    color: #9d9fa2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body.transparent-nav #primary .primary-lvl-1 > li > a.current {
    color: #ffffff;
  }
  body.transparent-nav #primary .primary-lvl-1 > li > a.current:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a.current {
    color: #6d6e71;
  }
  body.transparent-nav .fixed-on #primary .primary-lvl-1 > li > a.current:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}
/* #endregion */
footer {
  padding: 35px 6vw 20px 6vw;
  background-color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-image: url('/Content/imgs/theme/xcoal-texture.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 992px) {
  footer {
    padding: 29px 6vw 29px 6vw;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
footer > div {
  text-align: center;
}
footer > div:first-of-type {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  footer > div:first-of-type {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: left;
  }
}
footer > div:last-of-type {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  footer > div:last-of-type {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    padding-left: 50px;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  footer > div:last-of-type {
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
}
footer p.copyright {
  margin-top: 22px;
  margin-bottom: 0;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / max-size)) */
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  color: #ffffff;
}
@media (min-width: 1200px) {
  footer p.copyright {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  footer p.copyright {
    margin-top: 0;
  }
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
  footer ul {
    font-size: 16px;
  }
}
footer ul.nav {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  footer ul.nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  footer ul.nav li {
    margin: 0 0.5vw;
  }
  footer ul.nav a {
    display: inline-block;
    position: relative;
    transition: color 0.2s;
  }
  footer ul.nav a:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    width: 0;
    bottom: -5px;
    background-color: #9d9fa2 !important;
    height: 5px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  footer ul.nav a:hover:after,
  footer ul.nav a:focus:after,
  footer ul.nav a:active:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer ul.nav a:hover {
    color: #9d9fa2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  footer ul.nav li {
    margin: 0 1.25vw;
  }
}
footer ul.social {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  footer ul.social {
    margin-top: 0;
    margin-left: 1.75vw;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
footer ul.social li {
  margin: 0 0.5vw;
}
footer ul.social a {
  display: block;
}
footer ul.social a svg {
  width: 28px;
  height: 28px;
}
footer ul.social a svg use {
  transition: fill 0.2s;
  fill: #27a4d6;
}
footer ul.social a:hover svg use {
  fill: #9d9fa2;
}
.breadcrumbs {
  padding: 0 6vw;
  position: relative;
  z-index: 55;
}
.breadcrumbs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
  transition: top 0.2s;
}
@media (min-width: 768px) {
  .breadcrumbs ul {
    top: 20px;
  }
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / max-size)) */
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .breadcrumbs ul li {
    font-size: 16px;
  }
}
.breadcrumbs ul li:after {
  content: '|';
  display: inline-block;
  text-align: center;
  width: 10px;
  color: #6d6e71;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .breadcrumbs ul li:first-of-type {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs ul li:first-of-type {
    margin-left: 30px;
  }
}
.breadcrumbs ul li:last-of-type {
  padding: 0;
}
.breadcrumbs ul li:last-of-type:after {
  content: none;
}
.breadcrumbs h2 {
  font-family: 'futura-pt', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6d6e71;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: inherit;
  padding: 0;
  margin: 0;
}
.breadcrumbs.with-image ul li:after {
  color: #ffffff;
  margin-left: 5px;
}
.breadcrumbs.with-image h2 {
  color: #ffffff;
}
.page-heading {
  position: relative;
  top: -60px;
  display: block;
  overflow: hidden;
  height: auto;
  transition: all 0.2s;
  background-color: #ffffff;
  padding: 0 6vw;
  margin-bottom: -60px;
}
@media (min-width: 576px) {
  .page-heading {
    top: -75px;
    margin-bottom: -75px;
  }
}
@media (min-width: 768px) {
  .page-heading {
    top: -152px;
    margin-bottom: -152px;
  }
}
.page-heading .copy-wrap {
  position: relative;
  z-index: 50;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 100%;
  max-width: 1400px;
  padding-top: 100px;
  padding-bottom: 35px;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .page-heading .copy-wrap {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 auto;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
.page-heading .copy-wrap h1,
.page-heading .copy-wrap .h1,
.page-heading .copy-wrap p {
  color: #6d6e71;
  width: 100%;
}
.page-heading .copy-wrap p {
  margin-bottom: 0;
}
.page-heading.with-image {
  height: 100%;
  max-height: 420px;
}
@media (min-width: 768px) {
  .page-heading.with-image {
    height: 100vh;
    min-height: 545px;
    max-height: 545px;
  }
}
.page-heading.with-image .copy-wrap {
  height: 100%;
}
.page-heading.with-image .copy-wrap h1,
.page-heading.with-image .copy-wrap .h1,
.page-heading.with-image .copy-wrap p {
  color: #ffffff;
  text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.75);
}
.page-heading.with-image .bkg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.leadership-grid {
  text-align: center;
  padding-left: 6vw;
  padding-right: 6vw;
}
.leadership-grid .member {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .leadership-grid .member {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.leadership-grid .member-info {
  text-align: center;
}
.leadership-grid .member-info img {
  display: block;
  margin: 15px auto 0 auto;
}
.leadership-grid .member-bio {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.leadership-grid .member-bio p {
  margin-bottom: 18px;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / max-size)) */
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}
@media (min-width: 1200px) {
  .leadership-grid .member-bio p {
    font-size: 20px;
  }
}
.leadership-grid .member-bio .btn {
  display: inline-block;
  margin: 0 auto;
}
.featured-section {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .featured-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .featured-section .image,
  .featured-section .copy,
  .featured-section .media-wrap {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .featured-section.left,
  .featured-section.right {
    float: none !important;
  }
  .featured-section.right .image,
  .featured-section.right .media-wrap {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .featured-section .copy {
    min-height: 800px;
  }
}
.featured-section .image {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.featured-section .copy {
  background-color: #ffffff;
  padding: 6vh 6vw;
}
.featured-section .copy .wrapper-copy h2,
.featured-section .copy .wrapper-copy p {
  color: #6d6e71;
}
.featured-section .copy.dark {
  background-image: url('/Content/imgs/theme/xcoal-texture.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #181818;
}
.featured-section .copy.dark .wrapper-copy h2,
.featured-section .copy.dark .wrapper-copy p {
  color: #ffffff;
}
.featured-section.with-video .media-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-section.with-video .media-wrap-video {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.featured-section.with-video .media-wrap-image {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.full-width-image {
  height: 100vh;
  max-height: 350px;
  transition: max-height 0.2s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .full-width-image {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .full-width-image {
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  .full-width-image {
    max-height: 500px;
  }
}
.full-width-image.top {
  background-position: top center;
}
.full-width-image.bottom {
  background-position: bottom center;
}
.text-block {
  padding: 6vh 6vw;
  transition: padding 0.2s;
  background-color: #181818;
  background-image: url('/Content/imgs/theme/xcoal-texture.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .text-block {
    padding: 6vh 10vw;
  }
}
.text-block.light {
  background-color: #ffffff;
  background-image: none;
}
.text-block.light .copy h2,
.text-block.light .copy p {
  color: #6d6e71;
}
.text-block .copy h2,
.text-block .copy p {
  color: #ffffff;
}
.text-block.with-image {
  padding: 6vh 6vw;
}
@media (min-width: 992px) {
  .text-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block.left,
  .text-block.right {
    float: none !important;
  }
  .text-block.left .image {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .text-block.left .copy {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
.text-block .image,
.text-block .copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-block .image {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
.text-block .image img {
  transition: all 0.4s;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text-block .image img {
    margin-top: 0;
    margin-bottom: 0;
    max-height: 250px;
  }
}
@media (min-width: 1200px) {
  .text-block .image img {
    max-height: 350px;
  }
}
.text-block .image .btn {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .text-block .image .btn {
    display: none;
  }
}
.text-block .copy {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}
.text-block .copy h1,
.text-block .copy h2 {
  margin-bottom: 0;
  width: 100%;
}
.text-block .copy p {
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .text-block .copy p {
    margin-top: 30px;
  }
}
.text-block .copy .btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .text-block .copy .btn {
    margin-top: 30px;
  }
}
.text-block .copy .btn {
  display: none;
}
@media (min-width: 992px) {
  .text-block .copy .btn {
    margin-top: 30px;
    display: inline-block;
  }
}
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.hero-mobile-img {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (min-width: 768px) {
  .hero-mobile-img {
    display: none;
  }
}
.hero-mobile-img:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.hero .poster-image {
  display: none;
}
@media (min-width: 768px) {
  .hero .poster-image {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.hero video {
  display: none;
}
@media (min-width: 768px) {
  .hero video {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.2s;
    opacity: 0;
  }
}
.hero .content-wrap {
  position: relative;
  top: 50%;
}
.hero .content-wrap .content {
  position: absolute;
  z-index: 1000;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  left: 0;
  right: 0;
  text-align: left;
  padding: 0 6vw;
}
@media (min-width: 768px) {
  .hero .content-wrap .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.hero .content-wrap p {
  max-width: 800px;
  margin-bottom: 0;
}
.hero .content-wrap h1,
.hero .content-wrap h2 {
  max-width: 900px;
  margin-bottom: 0;
  text-shadow: 1px 3px 3px #000000;
}
@media (min-width: 576px) {
  .hero .content-wrap h1,
  .hero .content-wrap h2 {
    margin-top: 20vh;
  }
}
@media (min-width: 768px) {
  .hero .content-wrap h1,
  .hero .content-wrap h2 {
    text-shadow: 2px 2px 15px #000000;
  }
}
.hero .content-wrap p {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .hero .content-wrap p {
    margin-top: 30px;
  }
}
.hero .content-wrap .btn {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .hero .content-wrap .btn {
    margin-top: 30px;
  }
}
.hero.full-viewport {
  height: 101vh;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}
@media (min-width: 576px) {
  .hero.full-viewport {
    top: -75px;
    margin-bottom: -75px;
  }
}
@media (min-width: 768px) {
  .hero.full-viewport {
    top: -141px;
    margin-bottom: -141px;
  }
}
.hero.set-height {
  transition: height 0.3s;
  height: 350px;
}
@media (min-width: 576px) {
  .hero.set-height {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .hero.set-height {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .hero.set-height {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .hero.set-height {
    height: 750px;
  }
}
.hero #scroll-trigger-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero #scroll-trigger-wrap > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15vh;
  text-align: center;
}
@media (min-width: 768px) {
  .hero #scroll-trigger-wrap > div {
    bottom: 5vh;
  }
}
.hero #scroll-trigger-wrap #scroll-trigger {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  transition: all 0.6s ease-out;
}
.hero #scroll-trigger-wrap #scroll-trigger > svg {
  width: 26px;
  height: 23px;
}
@media (min-width: 768px) {
  .hero #scroll-trigger-wrap #scroll-trigger > svg {
    width: 30px;
    height: 52px;
  }
}
.hero #scroll-trigger-wrap #scroll-trigger > svg use {
  fill: #ffffff;
}
.hero #scroll-trigger-wrap #scroll-trigger:hover {
  -webkit-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
form {
  margin: 0 auto;
  padding: 15px 0 0 0;
}
form .compact.row {
  margin-right: -5px;
  margin-left: -5px;
}
form .compact.row > .col,
form .compact.row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
form.narrow {
  max-width: 580px;
}
fieldset {
  border: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.field-group {
  position: relative;
  margin-bottom: 20px;
}
.field-group small {
  color: #515355;
  font-size: 16px;
  font-size: 1rem;
}
.field-group > div {
  position: relative;
}
.field-group .help-block {
  position: absolute;
  right: 12px;
  top: 12px;
}
.field-group .help-block .help-icon {
  display: block;
}
.field-group .help-block .help-icon use {
  fill: #6d6e71;
}
.field-group .help-block .help-icon:hover {
  cursor: help;
}
.field-group .help-block .help-text {
  display: none;
  position: absolute;
  top: -6px;
  right: 28px;
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #6d6e71;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  transition: all 0.2s ease;
}
.field-group .help-block:hover .help-text {
  display: block;
}
@media screen and (max-width: 345px) {
  .field-group .g-recaptcha {
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 346px) {
  .field-group .g-recaptcha {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  padding: 0 7px;
  text-transform: uppercase;
}
.new-label {
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: inline-block;
  padding: 0 7px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s, top 0.2s;
}
.new-label.active {
  opacity: 1;
  top: -12px;
  left: 4px;
}
input[type=text],
input[type=search],
input[type=number],
input[type=email],
input[type=password],
input[type=file],
select,
textarea {
  display: block;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #6d6e71;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #9d9fa2;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 48px;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #27a4d6;
  outline: none;
  box-shadow: none;
}
input[type=text]::-ms-expand,
input[type=search]::-ms-expand,
input[type=number]::-ms-expand,
input[type=email]::-ms-expand,
input[type=password]::-ms-expand,
input[type=file]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
input[type=text]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=file]:disabled,
select:disabled,
textarea:disabled,
input[type=text][readonly],
input[type=search][readonly],
input[type=number][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=file][readonly],
select[readonly],
textarea[readonly] {
  background-color: #9d9fa2;
  opacity: 1;
}
input[type=file] {
  height: auto;
}
select:not([size]):not([multiple]) {
  height: 48px;
}
select:focus::-ms-value {
  color: #6d6e71;
  background-color: rgba(255, 255, 255, 0);
}
textarea {
  height: 150px;
}
label.label-checkbox,
label.label-radio {
  margin-right: 15px;
  font-weight: normal;
  cursor: pointer;
}
label.label-checkbox > input,
label.label-radio > input {
  margin-right: 1px;
}
.resume-row {
  display: none;
}
.resume-row.show {
  display: block;
}
.resume-row label {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  bottom: -22px;
  left: 12px;
  margin-top: -22px;
}
.resume-row input {
  padding-top: 25px;
  padding-left: 18px;
}
/* #region Custom Selects */
.select-input-list {
  border: 1px solid #9d9fa2;
  position: relative;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  cursor: pointer;
  height: 48px;
}
.select-input-list .controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 12px;
  text-align: left;
}
.select-input-list .controls .new-label {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.select-input-list .controls label {
  cursor: pointer;
  color: #6d6e71;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
}
@supports (-ms-accelerator:true) {
  .select-input-list .controls label {
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
  }
}
@supports (-ms-ime-align:auto) {
  .select-input-list .controls label {
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
  }
}
.select-input-list .controls .select-icon {
  padding-left: 12px;
}
.select-input-list .controls .select-icon svg {
  top: -4px;
}
.select-input-list .list-wrap {
  display: none;
}
.select-input-list ul {
  box-sizing: content-box;
  padding: 0;
  margin: -8px 0 0 0;
  border: 1px solid #27a4d6;
}
.select-input-list ul li {
  display: block;
  background: #ffffff;
  margin: 0;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 12px;
  color: #27a4d6;
  text-align: left;
}
.select-input-list ul li:hover {
  border: none;
  background: #dedfe0;
}
.select-input-list.expanded {
  z-index: 1000;
  max-width: 100%;
  border: 1px solid #27a4d6;
}
.select-input-list.expanded label {
  opacity: 0;
}
.select-input-list.expanded .list-wrap {
  background: #ffffff;
  display: block !important;
  z-index: 100;
  position: absolute;
  top: auto;
  left: -1px;
  right: 0;
  bottom: auto;
  width: 100%;
  z-index: 1000;
}
.select-input-list.expanded ul {
  padding: 0;
  display: block;
  width: 100%;
}
/* #endregion */
/* #region Error Styling */
.error-details {
  display: none;
  padding: 10px;
  border: 1px solid #ff0000;
  background-color: #ffe6e6;
  color: #ff0000;
  margin-bottom: 30px;
}
.error-details p {
  font-weight: bold;
  color: #ff0000;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  margin-bottom: 5px;
}
@media screen and (min-width: 1920px) {
  .error-details p {
    font-size: 20px;
  }
}
.error-details p svg.icon {
  bottom: -3px;
  margin-right: 5px;
}
.error-details ul {
  margin-bottom: 0;
}
.error-details ul li {
  color: #ff0000;
  margin: 0;
  padding: 0;
}
.error-details ul li label {
  font-weight: normal;
}
label.error {
  color: #ff0000 !important;
}
label.error .required {
  color: #ff0000;
}
input.error,
select.error,
textarea.error,
.select-input-list.error,
#recaptchaCopy.error {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
input.error label,
select.error label,
textarea.error label,
.select-input-list.error label,
#recaptchaCopy.error label {
  color: #ff0000 !important;
}
input.error::placeholder,
select.error::placeholder,
textarea.error::placeholder,
.select-input-list.error::placeholder,
#recaptchaCopy.error::placeholder {
  color: #ff0000 !important;
}
input.error svg.icon use,
select.error svg.icon use,
textarea.error svg.icon use,
.select-input-list.error svg.icon use,
#recaptchaCopy.error svg.icon use {
  fill: #ff0000;
}
.result {
  display: none;
  text-align: center;
  transition: visibility 0.1s;
}
form {
  transition: visibility 0.1s;
}
form.disabled {
  visibility: hidden;
  min-height: 715px;
}
/* #endregion */
.accordion .accordion-item {
  border-top: 1px solid #6d6e71;
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
}
.accordion .accordion-item:first-of-type {
  margin-top: 20px;
}
.accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #6d6e71;
}
@media (min-width: 768px) {
  .accordion .accordion-item {
    padding: 12px 0;
  }
}
.accordion .accordion-item .accordion-item-content {
  display: none;
}
.accordion .accordion-item.open .accordion-item-content {
  display: block;
}
.accordion .accordion-item.open .expand-trigger {
  margin-bottom: 5px;
}
.accordion .expand-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.accordion .expand-trigger .expand-icon {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .accordion.not-large .accordion-item {
    border: none;
    padding: 0;
    margin: 0;
    cursor: default;
  }
  .accordion.not-large .accordion-item:first-of-type {
    margin-top: 0;
  }
  .accordion.not-large .accordion-item .accordion-item-content {
    display: block;
  }
  .accordion.not-large .expand-trigger .expand-icon {
    display: none;
  }
}
/*
    Displays an inline list on desktop and a collapsed listed on mobile
*/
.collapsible-list {
  border-radius: 2px;
  border: 1px solid #6d6e71;
  position: relative;
  outline: none;
  text-transform: uppercase;
  font-weight: normal;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  .collapsible-list {
    border-left: none;
    border-right: none;
    border-top: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71;
    padding: 0 20px;
  }
}
.collapsible-list .controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: normal;
  color: #6d6e71;
  cursor: pointer;
}
@media (min-width: 768px) {
  .collapsible-list .controls {
    display: none;
  }
}
.collapsible-list .controls span {
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(15px + 0 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  .collapsible-list .controls span {
    font-size: 15px;
  }
}
.collapsible-list .controls .collapsible-content-icon {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .collapsible-list .controls .collapsible-content-icon {
    display: none;
  }
}
.collapsible-list .content-wrap {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-list .content-wrap {
    display: block;
  }
}
.collapsible-list .content-wrap > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
}
@media (min-width: 768px) {
  .collapsible-list .content-wrap > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.collapsible-list .content-wrap > ul li {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .collapsible-list .content-wrap > ul li {
    text-align: center;
  }
}
.collapsible-list .content-wrap > ul li a,
.collapsible-list .content-wrap > ul li span {
  display: block;
  padding: 7px 18px;
  transition: none;
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #27a4d6;
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(15px + 0 * ((100vw - 320px) / 1600));
  cursor: pointer;
}
@media screen and (min-width: 1920px) {
  .collapsible-list .content-wrap > ul li a,
  .collapsible-list .content-wrap > ul li span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .collapsible-list .content-wrap > ul li a,
  .collapsible-list .content-wrap > ul li span {
    padding: 10px;
    border-bottom: 3px solid #ffffff;
  }
}
.collapsible-list .content-wrap > ul li a:hover,
.collapsible-list .content-wrap > ul li span:hover {
  background-color: #d1d2d4;
}
@media (min-width: 768px) {
  .collapsible-list .content-wrap > ul li a:hover,
  .collapsible-list .content-wrap > ul li span:hover {
    border-bottom: 3px solid #27a4d6;
    background-color: rgba(255, 255, 255, 0);
  }
}
.collapsible-list .content-wrap > ul li.active {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-list .content-wrap > ul li.active {
    display: inline-block;
  }
  .collapsible-list .content-wrap > ul li.active a,
  .collapsible-list .content-wrap > ul li.active span {
    color: #000000;
    border-bottom: 3px solid #27a4d6;
  }
}
.collapsible-list.expanded-content {
  z-index: 1000;
  max-width: 100%;
  transition: all 0.2s;
}
.collapsible-list.expanded-content .content-wrap {
  background: #ffffff;
  display: block !important;
  z-index: 100;
  position: relative;
  top: auto;
  left: -1px;
  width: 100%;
  z-index: 1000;
  border-left: 1px solid #6d6e71;
  border-right: 1px solid #6d6e71;
}
.collapsible-list.expanded-content .content-wrap > ul {
  padding: 0;
  display: block;
  width: 100%;
}
/* This list will always collapse */
/*.collapsible-list.always-collapse {
    @media @medium {
        padding: 0;
        cursor: pointer;

        &.expanded-content ul.list-items {
            display: block;
        }

        .content-wrap {
            display: none;
        }

        .content-wrap > ul {
            padding: 0;
            margin: 0;

            li {
                display: block;
                background: @white;
                border-bottom: 1px solid @gray !important;    
                padding: 8px;
                margin: 0;
            
                @media @medium {
                    padding: 5px 8px;
                }

                &:first-of-type {
                    @media @medium {
                        border-top: 1px solid @gray !important;
                    }
                }


                &:hover {
                    border: none;
                    background: lighten(@gray-light, 9%);

                    a:hover {
                        color: @blue;
                        border: none;
                    }
                }

                a {
                    color: @gray-dark;
                    border: none;
                    font-weight: normal;
                    padding:0;
                }
            }

        }

        .controls {
            .flex-display;
            font-weight: normal;
        }

        .collapsible-content-icon {
            display: block;
        }
    }
}*/
#xcoal-map {
  background-color: #0f6492;
  transition: height 0.2s;
  height: 400px;
}
@media (min-width: 576px) {
  #xcoal-map {
    height: 500px;
  }
}
@media (min-width: 768px) {
  #xcoal-map {
    height: 600px;
  }
}
@media (min-width: 992px) {
  #xcoal-map {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  #xcoal-map {
    height: 800px;
  }
}
.location-info {
  margin-top: 30px;
  color: #6d6e71;
}
.location-info:first-of-type {
  margin-top: 20px;
}
.location-info p,
.location-info .tight-spacing {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  .location-info p,
  .location-info .tight-spacing {
    font-size: 20px;
  }
}
.location-info.marker-content {
  padding: 10px;
  margin-top: 0;
}
.location-info.marker-content:first-of-type {
  margin-top: 0;
}
.location-info.marker-content p,
.location-info.marker-content .tight-spacing {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  margin-bottom: 0;
  line-height: 1.65;
}
@media screen and (min-width: 1920px) {
  .location-info.marker-content p,
  .location-info.marker-content .tight-spacing {
    font-size: 16px;
  }
}
.news-item {
  margin-bottom: 35px;
}
.news-article-tags {
  position: relative;
  top: -25px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .news-article-tags {
    top: -55px;
  }
}
.news-article-listing {
  margin-top: -25px;
}
@media (min-width: 768px) {
  .news-article-listing {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .news-article-listing .article-content {
    padding-right: 5%;
  }
}
.news-article-listing .article-content p {
  /* calc(min-size + difference-between-min-max-font-size * ((viewport - min-screen) / (max-screen-size - min-screen-size)) */
  /* max screen is 1920*/
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}
@media screen and (min-width: 1920px) {
  .news-article-listing .article-content p {
    font-size: 20px;
  }
}
.article-title {
  margin-top: -25px;
}
@media (min-width: 768px) {
  .article-title {
    margin-top: -50px;
  }
}
.infographic {
  text-align: center;
}
.infographic h3,
.infographic p {
  color: #6d6e71;
}
.infographic img {
  margin-bottom: 30px;
}
.hr-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
hr {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  border: 0;
  margin: 0;
  background-color: #9d9fa2;
}
hr.small {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.search-results-container {
  max-width: 1400px;
}
.search-summary {
  border-left: none;
  border-right: none;
  border-top: 1px solid #27a4d6;
  border-bottom: 1px solid #27a4d6;
  padding: 15px;
  text-align: center;
}
.search-summary p {
  margin-bottom: 0;
}
.ezsearch-result-count {
  margin-top: 15px;
}
.search-result {
  display: block;
  width: 100%;
  padding: 30px 20px 35px 20px;
  border-bottom: 1px solid #6d6e71;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.search-result h2 {
  color: #27a4d6;
  transition: color 0.2s;
}
.search-result p {
  margin-bottom: 0;
}
.search-result span {
  color: #27a4d6;
}
.search-result:hover {
  background-color: #e3f4fa;
}
.search-result:hover h2 {
  color: #0f6492;
}
.ezsearch-pager {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.ezsearch-pager .page {
  font-family: 'futura-pt-bold', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  padding: 0 5px;
}
.embed-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}