﻿@charset "UTF-8";
/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
body {
  margin: 0;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

textarea,
select,
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=submit],
input[type=reset],
input[type=search],
input[type=button] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  text-align: left;
  vertical-align: middle;
  -ms-overflow-style: none;
}

input[type=button], input[type=file], input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

::-webkit-search-decoration {
  display: none;
}

a img {
  border: none;
}

.spt_contain {
  /** Reverse "exit" animations */
}
.spt_contain .spt_element {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spt_contain .spt_element._fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.spt_contain .spt_element._fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.spt_contain .spt_element._fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.spt_contain.is_exiting .spt_element {
  animation-direction: alternate-reverse;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
*:not(.row) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not(.row):before, *:not(.row):after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html:before {
  position: absolute;
  left: -9999em;
  top: -9999em;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 20em) {
  html:before {
    content: "320";
    /*content:"320px";*/
  }
}
@media (min-width: 25.875em) {
  html:before {
    content: "414";
    /*content:"414px";*/
  }
}
@media (min-width: 30em) {
  html:before {
    content: "480";
    /*content:"480px";*/
  }
}
@media (min-width: 37.75em) {
  html:before {
    content: "604";
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  html:before {
    content: "800";
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  html:before {
    content: "1024";
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  html:before {
    content: "1280";
    /*content:"1280px";*/
  }
}

body {
  position: relative;
  font-size: 1em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /** {
      border: 1px solid red;
      &:before, &:after {
          border: 1px solid red;
      }
  }*/
}
body.positionFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.skipToMain {
  position: absolute;
  top: 0;
  left: 1.875rem;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.skipToMain:focus {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

img {
  max-width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 29rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 30em) {
  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    /*content:"480px";*/
  }
}
@media (min-width: 37.75em) {
  .container {
    max-width: 37rem;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .container {
    max-width: 49rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .container {
    max-width: 63rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .container {
    max-width: 75rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 90em) {
  .container {
    max-width: 85rem;
    /*content:"1440px";*/
  }
}
.container._rel {
  position: relative;
}
.container._cf {
  *zoom: 1;
}
.container._cf:before, .container._cf:after {
  content: "";
  display: table;
}
.container._cf:after {
  clear: both;
}
.container._nop {
  padding-left: 0;
  padding-right: 0;
}
.container._vcRTE {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 64em) {
  .container._vcRTE {
    max-width: 64.6875rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    /*content:"1024px";*/
  }
}

.row {
  position: relative;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.quarter {
  width: 25%;
}

.half {
  width: 50%;
}

.oneThird {
  width: 33%;
}

.twoThirds {
  width: 66%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 50em) {
  .page {
    display: flex;
    /*content:"800px";*/
  }
}

@media (min-width: 50em) {
  .navContainer {
    /*content:"800px";*/
  }
  html:not(.mobile) .navContainer {
    order: 1;
    flex: 0 1 auto;
    width: 6.25rem;
    transition: width 0.25s ease-in-out;
  }
  html:not(.mobile) .navContainer.active {
    width: 17.5rem;
  }
}

.contentWrap {
  padding-top: 5rem;
}
@media (min-width: 50em) {
  .contentWrap {
    width: 100%;
    /*content:"800px";*/
  }
  html:not(.mobile) .contentWrap {
    position: relative;
    padding-top: 0;
    order: 2;
    flex: 0 1 auto;
    width: calc(100% - 100px);
    overflow: hidden;
    transition: width 0.25s ease-in-out;
  }
  html:not(.mobile) .contentWrap .content {
    width: 100%;
    transition: width 0.25s ease-in-out;
  }
  html:not(.mobile) .navContainer.active + .contentWrap {
    width: calc(100% - 280px);
  }
  html:not(.mobile) .navContainer.active + .contentWrap .content {
    width: calc(100% + 180px);
  }
}

.content {
  position: relative;
  min-height: calc(100vh - 63px - 80px);
}
@media (min-width: 50em) {
  .content {
    min-height: calc(100vh - 66px);
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
h1, .h1 {
  font-size: 2rem;
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0070ba;
  letter-spacing: 0;
  line-height: 1.0333;
  text-transform: uppercase;
  margin: 0 0 0.8333em 0;
}
@media (min-width: 50em) {
  h1, .h1 {
    font-size: 2.375rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  h1, .h1 {
    font-size: 3rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  h1, .h1 {
    font-size: 3.75rem;
    /*content:"1280px";*/
  }
}
h2 {
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75rem;
  color: #0070ba;
  text-transform: uppercase;
  margin: 0 0 0.8333em 0;
  line-height: 1;
}
@media (min-width: 64em) {
  h2 {
    font-size: 2.25rem;
    /*content:"1024px";*/
  }
}
h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #0070ba;
  margin: 0 0 0.8333em 0;
  line-height: 1.2222;
}
@media (min-width: 64em) {
  h3 {
    font-size: 1.25rem;
    /*content:"1024px";*/
  }
}
h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: #494949;
  margin: 0 0 0.8333em 0;
  line-height: 1.2222;
}
@media (min-width: 64em) {
  h4 {
    font-size: 1.125rem;
    /*content:"1024px";*/
  }
}
h5 {
  font-size: 0.875rem;
  color: #a4a5a8;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  margin: 0 0 0.8333em 0;
  line-height: 1.2222;
  letter-spacing: 0.075em;
}
@media (min-width: 64em) {
  h5 {
    font-size: 1rem;
    /*content:"1024px";*/
  }
}
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #666666;
  margin: 0 0 1em;
}
@media (min-width: 64em) {
  h6 {
    font-size: 1rem;
    /*content:"1024px";*/
  }
}
p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #494949;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  /*h2 + &, h3 + &, h4 + &, h5 + &, h6 + & {
      margin-top: rem(5);
  }*/
}
@media (min-width: 50em) {
  p {
    font-size: 1rem;
    /*content:"800px";*/
  }
}

a {
  color: #0070ba;
  transition: color ease-in-out 0.25s;
}
a:hover, a:active, a:focus {
  color: #0070ba;
}
a.offsite {
  display: inline-block;
}

.rte ul li, .rte ol li {
  margin-bottom: 0.375rem;
}

ul, ol {
  padding: 0;
  list-style-type: none;
  /* margin: 0 0 2.5rem; */
}
h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 0.3125rem;
}
ul li, ol li {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #494949;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  /*h2 + &, h3 + &, h4 + &, h5 + &, h6 + & {
      margin-top: rem(5);
  }*/
  margin: 0 0 0.4375rem;
  padding: 0 0 0 1.875rem;
  position: relative;
}
@media (min-width: 50em) {
  ul li, ol li {
    font-size: 1rem;
    /*content:"800px";*/
  }
}

.rte ul li:before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.75rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #0070ba;
  border-radius: 50%;
}

ol li {
  counter-increment: step-counter;
}
ol li:before {
  content: counter(step-counter) ".";
  position: absolute;
  top: 0.2em;
  left: 0.75rem;
  color: #0070ba;
  font-size: 0.8em;
}

blockquote {
  border-left: 2px solid #a4a5a8;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #494949;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  /*h2 + &, h3 + &, h4 + &, h5 + &, h6 + & {
      margin-top: rem(5);
  }*/
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
@media (min-width: 50em) {
  blockquote {
    font-size: 1rem;
    /*content:"800px";*/
  }
}
blockquote :last-child {
  margin-bottom: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid #a4a5a8;
  margin: 2.2222222222em 0 2.2222222222em 1em;
}

.imgCaption {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.imgCaption.floatRight, .imgCaption.alignRight {
  float: none;
}
@media (min-width: 37.75em) {
  .imgCaption.floatRight, .imgCaption.alignRight {
    float: right;
    margin-right: 0;
    margin-left: 2.5rem;
    /*content:"604px";*/
  }
}
.imgCaption.floatLeft, .imgCaption.alignLeft {
  float: none;
}
@media (min-width: 37.75em) {
  .imgCaption.floatLeft, .imgCaption.alignLeft {
    float: left;
    margin-left: 0;
    margin-right: 2.5rem;
    /*content:"604px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.logoMain {
  display: block;
  position: relative;
  z-index: 1;
  background-size: 51px 56px;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0070ba;
  width: 5rem;
  height: 5rem;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("/Content/img/logo-icon.png");
}
@media (min-width: 50em) {
  .logoMain {
    /*content:"800px";*/
  }
  html:not(.mobile) .logoMain {
    width: 100%;
    height: 6.25rem;
    background-image: none;
    position: relative;
  }
  .logoMain:before, .logoMain:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.25s ease-in-out;
  }
  .logoMain:before {
    opacity: 1;
    background-size: 51px 56px;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    background-image: url("/Content/img/logo-icon.png");
  }
  .logoMain:after {
    opacity: 0;
    background-size: 202px 32px;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
    background-image: url("/Content/img/logo.png");
  }
  .nav.active .logoMain:before {
    opacity: 0;
  }
  .nav.active .logoMain:after {
    opacity: 1;
  }
}

.navToggleMain {
  display: block;
  width: 3.125rem;
  height: 2.6875rem;
  float: left;
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  -webkit-transform: background-color 0.15s ease;
  -moz-transform: background-color 0.15s ease;
  -ms-transform: background-color 0.15s ease;
  -o-transform: background-color 0.15s ease;
  transform: background-color 0.15s ease;
}
.navToggleMain:focus {
  outline: none;
}
@media (min-width: 50em) {
  .navToggleMain {
    /*content:"800px";*/
  }
  html:not(.mobile) .navToggleMain {
    display: none;
  }
}
.navToggleMain.open .hamburger {
  background-color: transparent;
}
.navToggleMain.open .hamburger:before {
  -webkit-transform: translate(0, -11px) rotate(45deg);
  -moz-transform: translate(0, -11px) rotate(45deg);
  -ms-transform: translate(0, -11px) rotate(45deg);
  -o-transform: translate(0, -11px) rotate(45deg);
  transform: translate(0, -11px) rotate(45deg);
  background-color: #f2bb0d;
}
.navToggleMain.open .hamburger:after {
  -webkit-transform: translate(0, 11px) rotate(-45deg);
  -moz-transform: translate(0, 11px) rotate(-45deg);
  -ms-transform: translate(0, 11px) rotate(-45deg);
  -o-transform: translate(0, 11px) rotate(-45deg);
  transform: translate(0, 11px) rotate(-45deg);
  background-color: #f2bb0d;
}
.navToggleMain .title {
  display: block;
  height: 0;
  text-indent: -624.9375em;
}
.navToggleMain .hamburger {
  display: block;
  height: 0.3125rem;
  width: 1.875rem;
  border-radius: 0.15625rem;
  background-color: #a4a5a8;
  margin: 0 0 0 0.78125rem;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.navToggleMain .hamburger:before, .navToggleMain .hamburger:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.3125rem;
  border-radius: 0.15625rem;
  background-color: #a4a5a8;
  position: relative;
  left: 0;
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navToggleMain .hamburger:before {
  top: 0.6875rem;
}
.navToggleMain .hamburger:after {
  bottom: 1rem;
}

nav.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #202020;
}
.positionFixed nav.nav {
  overflow: auto;
}
@media (min-width: 50em) {
  nav.nav {
    /*content:"800px";*/
  }
  html:not(.mobile) nav.nav {
    position: fixed;
    transform: none;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    width: 6.25rem;
    transition: width 0.25s ease-in-out;
  }
  html:not(.mobile) nav.nav.active {
    width: 17.5rem;
  }
}

.fullNav {
  display: none;
}
@media (min-width: 50em) {
  .fullNav {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav {
    display: block;
    height: calc(100vh - 100px);
    background-color: #494949;
    position: relative;
  }
}
.fullNav ul li {
  font-size: 1em;
}
.fullNav ul li:before {
  display: none;
}
.fullNav ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #a4a5a8;
}
.fullNav > ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
}
.fullNav > ul > li {
  padding: 0 0 0 0;
  margin: 0 0.625rem;
  width: 100%;
  margin: 0;
}
.fullNav > ul > li > a {
  padding: 1.5625rem 1.875rem 1.5625rem 5rem;
  background-color: #202020;
  position: relative;
}
@media (min-width: 50em) {
  .fullNav > ul > li > a {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul > li > a {
    padding: 1.5625rem 0;
    height: 5.375rem;
    overflow: hidden;
    color: transparent;
    transition: padding 0.25s ease-in-out, color 0.25s ease-in-out;
  }
  html:not(.mobile) .fullNav > ul > li > a:hover {
    background-color: #eeaa0f;
    color: #494949;
  }
  html:not(.mobile) .fullNav > ul > li > a:hover:before {
    opacity: 0;
  }
  html:not(.mobile) .fullNav > ul > li > a:hover:after {
    opacity: 1;
  }
  html:not(.mobile) .fullNav > ul > li > a span {
    display: block;
    padding-right: 3.125rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav.active .fullNav > ul > li > a {
    padding: 1.5625rem 3.125rem 1.5625rem 6.25rem;
    color: #a4a5a8;
  }
  .nav.active .fullNav > ul > li > a.open {
    color: #494949;
  }
  .nav.active .fullNav > ul > li > a.open:hover {
    background-color: #eeaa0f;
  }
}
.fullNav > ul > li > a:before, .fullNav > ul > li > a:after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: 1.875rem;
  top: calc(50% - 15px);
  transition: opacity 0.25s ease-in-out;
}
@media (min-width: 50em) {
  .fullNav > ul > li > a:before, .fullNav > ul > li > a:after {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul > li > a:before, html:not(.mobile) .fullNav > ul > li > a:after {
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 20px);
  }
}
.fullNav > ul > li > a:before {
  opacity: 1;
}
.fullNav > ul > li > a:after {
  opacity: 0;
}
.fullNav > ul > li > a.landstar-nav-icon-star:before {
  background-image: url("/Content/img/icon-menu-star.png");
}
.fullNav > ul > li > a.landstar-nav-icon-star:after {
  background-image: url("/Content/img/icon-menu-star-white.png");
}
.fullNav > ul > li > a.landstar-nav-icon-triangle:before {
  background-image: url("/Content/img/icon-menu-triangle.png");
}
.fullNav > ul > li > a.landstar-nav-icon-triangle:after {
  background-image: url("/Content/img/icon-menu-triangle-white.png");
}
.fullNav > ul > li > a.landstar-nav-icon-tools:before {
  background-image: url("/Content/img/icon-menu-tools.png");
}
.fullNav > ul > li > a.landstar-nav-icon-tools:after {
  background-image: url("/Content/img/icon-menu-tools-white.png");
}
.fullNav > ul > li > a.landstar-nav-icon-letter:before {
  background-image: url("/Content/img/icon-menu-letter.png");
}
.fullNav > ul > li > a.landstar-nav-icon-letter:after {
  background-image: url("/Content/img/icon-menu-letter-white.png");
}
.fullNav > ul > li > a.landstar-nav-icon-list:before {
  background-image: url("/Content/img/icon-menu-list.png");
}
.fullNav > ul > li > a.landstar-nav-icon-list:after {
  background-image: url("/Content/img/icon-menu-list-white.png");
}
.fullNav > ul > li > a.landstar-nav-icon-envelope:before {
  background-image: url("/Content/img/icon-menu-envelope.png");
}
.fullNav > ul > li > a.landstar-nav-icon-envelope:after {
  background-image: url("/Content/img/icon-menu-envelope-white.png");
}
.fullNav > ul > li > a:hover {
  background-color: #494949;
}
.fullNav > ul > li > a.open {
  background-color: #eeaa0f;
  color: #202020;
}
.fullNav > ul > li > a.open:before {
  opacity: 0;
}
.fullNav > ul > li > a.open:after {
  opacity: 1;
}
.fullNav > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f2bb0d;
  transition: max-height 0.3s 0.2s ease-in-out;
}
.fullNav > ul > li > ul[aria-expanded=true] {
  max-height: 100rem;
  border-bottom: 0.125rem solid rgba(73, 73, 73, 0.5);
}
.fullNav > ul > li > ul > li {
  padding: 0;
  margin: 0;
}
.fullNav > ul > li > ul > li a {
  padding: 0.9375rem 1.875rem 0.9375rem 5rem;
  border-top: 0.125rem solid rgba(73, 73, 73, 0.5);
  color: #494949;
  background-color: #f2bb0d;
  transition: background-color 0.25s ease-in-out;
}
.fullNav > ul > li > ul > li a:hover {
  background-color: #ffda63;
}
@media (min-width: 50em) {
  .fullNav > ul > li > ul > li a {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul > li > ul > li a {
    padding: 0.9375rem 1.875rem 0.9375rem 6.25rem;
  }
}
@media (min-width: 50em) {
  .fullNav > ul#mainNavigation {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul#mainNavigation {
    max-height: calc(100vh - 100px - 63px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html:not(.mobile) .fullNav > ul#mainNavigation::-webkit-scrollbar {
    width: 0 !important;
  }
}
.fullNav > ul.topNavigation {
  background-color: #494949;
}
@media (min-width: 50em) {
  .fullNav > ul.topNavigation {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul.topNavigation {
    display: none;
  }
}
.fullNav > ul.topNavigation > li > a {
  color: #a4a5a8;
  text-transform: none;
  padding: 0.9375rem 1.875rem;
  background-color: #494949;
}
.fullNav > ul.topNavigation > li > a:before, .fullNav > ul.topNavigation > li > a:after {
  display: none;
}
.fullNav > ul.topNavigation > li > a.btn, .mfp-bottom-bar .fullNav > ul.topNavigation > li > a, ._big .fullNav > ul.topNavigation > li > a.news_more {
  background-color: #f2bb0d;
  color: #004589;
  border-radius: 0;
  text-transform: uppercase;
}
.fullNav > ul.socialNavigation {
  display: flex;
}
@media (min-width: 50em) {
  .fullNav > ul.socialNavigation {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul.socialNavigation {
    flex-wrap: wrap;
    background-color: #494949;
    position: absolute;
    bottom: 0;
    height: 7rem;
    transition: height 0.25s ease-in-out;
  }
  html:not(.mobile) .active .fullNav > ul.socialNavigation {
    height: 3.9375rem;
  }
}
.fullNav > ul.socialNavigation > li {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 50em) {
  .fullNav > ul.socialNavigation > li {
    /*content:"800px";*/
  }
  html:not(.mobile) .fullNav > ul.socialNavigation > li {
    width: 3.125rem;
  }
}
.fullNav > ul.socialNavigation > li > a.socialLink {
  display: block;
  width: 1.25rem;
  height: 1.5rem;
  margin: 1rem auto;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}
.fullNav > ul.socialNavigation > li > a.socialLink:before, .fullNav > ul.socialNavigation > li > a.socialLink:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.25s ease-in-out;
}
.fullNav > ul.socialNavigation > li > a.socialLink:before {
  opacity: 1;
}
.fullNav > ul.socialNavigation > li > a.socialLink:after {
  opacity: 0;
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._fb:before {
  background-image: url("/Content/img/icon-social-fb.png");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._fb:after {
  background-image: url("/Content/img/icon-social-fb-yellow.png");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._fb:before {
  background-image: url("/Content/img/icon-social-fb.svg");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._fb:after {
  background-image: url("/Content/img/icon-social-fb-yellow.svg");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._tw:before {
  background-image: url("/Content/img/icon-social-tw.png");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._tw:after {
  background-image: url("/Content/img/icon-social-tw-yellow.png");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._tw:before {
  background-image: url("/Content/img/icon-social-tw.svg");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._tw:after {
  background-image: url("/Content/img/icon-social-tw-yellow.svg");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._li:before {
  background-image: url("/Content/img/icon-social-li.png");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._li:after {
  background-image: url("/Content/img/icon-social-li-yellow.png");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._li:before {
  background-image: url("/Content/img/icon-social-li.svg");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._li:after {
  background-image: url("/Content/img/icon-social-li-yellow.svg");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._yt:before {
  background-image: url("/Content/img/icon-social-yt.png");
}
.no-svg .fullNav > ul.socialNavigation > li > a.socialLink._yt:after {
  background-image: url("/Content/img/icon-social-yt-yellow.png");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._yt:before {
  background-image: url("/Content/img/icon-social-yt.svg");
}
.svg .fullNav > ul.socialNavigation > li > a.socialLink._yt:after {
  background-image: url("/Content/img/icon-social-yt-yellow.svg");
}
.nav.active .fullNav > ul.socialNavigation > li > a.socialLink {
  width: 1.75rem;
  height: 1.9375rem;
}
.fullNav > ul.socialNavigation > li > a.socialLink:hover, .fullNav > ul.socialNavigation > li > a.socialLink:active, .fullNav > ul.socialNavigation > li > a.socialLink:focus {
  background-color: transparent;
}
.fullNav > ul.socialNavigation > li > a.socialLink:hover:before, .fullNav > ul.socialNavigation > li > a.socialLink:active:before, .fullNav > ul.socialNavigation > li > a.socialLink:focus:before {
  opacity: 0;
}
.fullNav > ul.socialNavigation > li > a.socialLink:hover:after, .fullNav > ul.socialNavigation > li > a.socialLink:active:after, .fullNav > ul.socialNavigation > li > a.socialLink:focus:after {
  opacity: 1;
}

.contentWrap .topNavigation {
  display: none;
}
@media (min-width: 50em) {
  .contentWrap .topNavigation {
    /*content:"800px";*/
  }
  html:not(.mobile) .contentWrap .topNavigation {
    display: block;
    padding: 0 0 0 1.25rem;
    border-radius: 0 1.4375rem 1.4375rem 0;
    position: absolute;
    z-index: 100;
    top: 2.375rem;
    right: 2.1875rem;
    transition: right 0.25s ease-in-out;
  }
  html:not(.mobile) .contentWrap .topNavigation > li {
    display: inline-block;
    color: #0070ba;
    padding: 0 0.3125rem 0 0;
    margin: 0;
  }
  html:not(.mobile) .contentWrap .topNavigation > li:after {
    content: "|";
    display: inline-block;
  }
  html:not(.mobile) .contentWrap .topNavigation > li:nth-last-child(1):after, html:not(.mobile) .contentWrap .topNavigation > li:nth-last-child(2):after {
    display: none;
  }
  html:not(.mobile) .contentWrap .topNavigation > li:last-child {
    padding: 0;
  }
  html:not(.mobile) .contentWrap .topNavigation > li > a {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: inline-block;
    padding-right: 0.3125rem;
    transition: text-decoration-color 0.25s ease-in-out;
  }
  html:not(.mobile) .contentWrap .topNavigation > li > a:hover, html:not(.mobile) .contentWrap .topNavigation > li > a:active, html:not(.mobile) .contentWrap .topNavigation > li > a:focus {
    color: #0070ba;
    text-decoration-color: #0070ba;
    outline: 0;
  }
  html:not(.mobile) .contentWrap .topNavigation > li > a.btn, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation > li > a, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation > li > a, html:not(.mobile) .contentWrap ._big .topNavigation > li > a.news_more, ._big html:not(.mobile) .contentWrap .topNavigation > li > a.news_more {
    padding: 0.875rem 1.375rem 0.75rem;
    letter-spacing: 0.025em;
    text-decoration-color: transparent;
    transition: background-color 0.25s ease-in-out, text-shadow 0.25s ease-in-out;
  }
  html:not(.mobile) .contentWrap .topNavigation > li > a.btn:hover, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation > li > a:hover, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation > li > a:hover, html:not(.mobile) .contentWrap ._big .topNavigation > li > a.news_more:hover, ._big html:not(.mobile) .contentWrap .topNavigation > li > a.news_more:hover, html:not(.mobile) .contentWrap .topNavigation > li > a.btn:active, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation > li > a:active, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation > li > a:active, html:not(.mobile) .contentWrap ._big .topNavigation > li > a.news_more:active, ._big html:not(.mobile) .contentWrap .topNavigation > li > a.news_more:active, html:not(.mobile) .contentWrap .topNavigation > li > a.btn:focus, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation > li > a:focus, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation > li > a:focus, html:not(.mobile) .contentWrap ._big .topNavigation > li > a.news_more:focus, ._big html:not(.mobile) .contentWrap .topNavigation > li > a.news_more:focus {
    color: #004589;
  }
  .ie .contentWrap .topNavigation > li > a, .no-backgroundblendmode .contentWrap .topNavigation > li > a {
    text-decoration: none;
    transition: text-decoration 0.25s ease-in-out;
  }
  .ie .contentWrap .topNavigation > li > a:hover, .ie .contentWrap .topNavigation > li > a:active, .ie .contentWrap .topNavigation > li > a:focus, .no-backgroundblendmode .contentWrap .topNavigation > li > a:hover, .no-backgroundblendmode .contentWrap .topNavigation > li > a:active, .no-backgroundblendmode .contentWrap .topNavigation > li > a:focus {
    text-decoration: underline;
  }
  .ie .contentWrap .topNavigation > li > a.btn, .ie .contentWrap .mfp-bottom-bar .topNavigation > li > a, .mfp-bottom-bar .ie .contentWrap .topNavigation > li > a, .ie .contentWrap ._big .topNavigation > li > a.news_more, ._big .ie .contentWrap .topNavigation > li > a.news_more, .no-backgroundblendmode .contentWrap .topNavigation > li > a.btn, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation > li > a, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation > li > a, .no-backgroundblendmode .contentWrap ._big .topNavigation > li > a.news_more, ._big .no-backgroundblendmode .contentWrap .topNavigation > li > a.news_more {
    text-decoration: none;
  }
  .ie .contentWrap .topNavigation > li > a.btn:hover, .ie .contentWrap .mfp-bottom-bar .topNavigation > li > a:hover, .mfp-bottom-bar .ie .contentWrap .topNavigation > li > a:hover, .ie .contentWrap ._big .topNavigation > li > a.news_more:hover, ._big .ie .contentWrap .topNavigation > li > a.news_more:hover, .ie .contentWrap .topNavigation > li > a.btn:active, .ie .contentWrap .mfp-bottom-bar .topNavigation > li > a:active, .mfp-bottom-bar .ie .contentWrap .topNavigation > li > a:active, .ie .contentWrap ._big .topNavigation > li > a.news_more:active, ._big .ie .contentWrap .topNavigation > li > a.news_more:active, .ie .contentWrap .topNavigation > li > a.btn:focus, .ie .contentWrap .mfp-bottom-bar .topNavigation > li > a:focus, .mfp-bottom-bar .ie .contentWrap .topNavigation > li > a:focus, .ie .contentWrap ._big .topNavigation > li > a.news_more:focus, ._big .ie .contentWrap .topNavigation > li > a.news_more:focus, .no-backgroundblendmode .contentWrap .topNavigation > li > a.btn:hover, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation > li > a:hover, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation > li > a:hover, .no-backgroundblendmode .contentWrap ._big .topNavigation > li > a.news_more:hover, ._big .no-backgroundblendmode .contentWrap .topNavigation > li > a.news_more:hover, .no-backgroundblendmode .contentWrap .topNavigation > li > a.btn:active, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation > li > a:active, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation > li > a:active, .no-backgroundblendmode .contentWrap ._big .topNavigation > li > a.news_more:active, ._big .no-backgroundblendmode .contentWrap .topNavigation > li > a.news_more:active, .no-backgroundblendmode .contentWrap .topNavigation > li > a.btn:focus, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation > li > a:focus, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation > li > a:focus, .no-backgroundblendmode .contentWrap ._big .topNavigation > li > a.news_more:focus, ._big .no-backgroundblendmode .contentWrap .topNavigation > li > a.news_more:focus {
    text-decoration: none;
  }
  html:not(.mobile) .navContainer.active + .contentWrap .topNavigation {
    right: 0.75rem;
  }
}
@media (min-width: 64em) {
  .contentWrap .topNavigation {
    /*content:"1024px";*/
  }
  html:not(.mobile) .contentWrap .topNavigation {
    right: 3.75rem;
  }
  html:not(.mobile) .contentWrap .topNavigation > li {
    padding: 0 0.625rem 0 0;
  }
  html:not(.mobile) .contentWrap .topNavigation > li > a {
    padding-right: 0.625rem;
  }
  html:not(.mobile) .contentWrap .topNavigation > li > a.btn, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation > li > a, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation > li > a, html:not(.mobile) .contentWrap ._big .topNavigation > li > a.news_more, ._big html:not(.mobile) .contentWrap .topNavigation > li > a.news_more {
    padding: 0.875rem 1.375rem 0.75rem;
  }
}
@media (min-width: 80em) {
  .contentWrap .topNavigation {
    /*content:"1280px";*/
  }
  html:not(.mobile) .contentWrap .topNavigation {
    right: 6.25rem;
  }
}
@media (min-width: 50em) {
  .contentWrap .topNavigation._white {
    /*content:"800px";*/
  }
  html:not(.mobile) .contentWrap .topNavigation._white {
    background-color: transparent;
  }
}
.contentWrap .topNavigation._white > li {
  color: #ffffff;
}
.contentWrap .topNavigation._white > li:after {
  color: #ffffff;
}
.contentWrap .topNavigation._white > li > a {
  color: #ffffff;
}
@media (min-width: 50em) {
  .contentWrap .topNavigation._white > li > a {
    /*content:"800px";*/
  }
  html:not(.mobile) .contentWrap .topNavigation._white > li > a:hover, html:not(.mobile) .contentWrap .topNavigation._white > li > a:active, html:not(.mobile) .contentWrap .topNavigation._white > li > a:focus {
    color: #ffffff;
    text-decoration-color: #ffffff;
  }
  html:not(.mobile) .contentWrap .topNavigation._white > li > a.btn:hover, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:hover, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation._white > li > a:hover, html:not(.mobile) .contentWrap ._big .topNavigation._white > li > a.news_more:hover, ._big html:not(.mobile) .contentWrap .topNavigation._white > li > a.news_more:hover, html:not(.mobile) .contentWrap .topNavigation._white > li > a.btn:active, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:active, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation._white > li > a:active, html:not(.mobile) .contentWrap ._big .topNavigation._white > li > a.news_more:active, ._big html:not(.mobile) .contentWrap .topNavigation._white > li > a.news_more:active, html:not(.mobile) .contentWrap .topNavigation._white > li > a.btn:focus, html:not(.mobile) .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:focus, .mfp-bottom-bar html:not(.mobile) .contentWrap .topNavigation._white > li > a:focus, html:not(.mobile) .contentWrap ._big .topNavigation._white > li > a.news_more:focus, ._big html:not(.mobile) .contentWrap .topNavigation._white > li > a.news_more:focus {
    text-decoration-color: transparent;
    color: #004589;
    text-shadow: none;
  }
  .ie .contentWrap .topNavigation._white > li > a, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a {
    text-decoration: none;
    transition: text-decoration 0.25s ease-in-out;
  }
  .ie .contentWrap .topNavigation._white > li > a:hover, .ie .contentWrap .topNavigation._white > li > a:active, .ie .contentWrap .topNavigation._white > li > a:focus, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a:hover, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a:active, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a:focus {
    text-decoration: underline;
  }
  .ie .contentWrap .topNavigation._white > li > a.btn, .ie .contentWrap .mfp-bottom-bar .topNavigation._white > li > a, .mfp-bottom-bar .ie .contentWrap .topNavigation._white > li > a, .ie .contentWrap ._big .topNavigation._white > li > a.news_more, ._big .ie .contentWrap .topNavigation._white > li > a.news_more, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.btn, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation._white > li > a, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation._white > li > a, .no-backgroundblendmode .contentWrap ._big .topNavigation._white > li > a.news_more, ._big .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.news_more {
    text-decoration: none;
  }
  .ie .contentWrap .topNavigation._white > li > a.btn:hover, .ie .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:hover, .mfp-bottom-bar .ie .contentWrap .topNavigation._white > li > a:hover, .ie .contentWrap ._big .topNavigation._white > li > a.news_more:hover, ._big .ie .contentWrap .topNavigation._white > li > a.news_more:hover, .ie .contentWrap .topNavigation._white > li > a.btn:active, .ie .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:active, .mfp-bottom-bar .ie .contentWrap .topNavigation._white > li > a:active, .ie .contentWrap ._big .topNavigation._white > li > a.news_more:active, ._big .ie .contentWrap .topNavigation._white > li > a.news_more:active, .ie .contentWrap .topNavigation._white > li > a.btn:focus, .ie .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:focus, .mfp-bottom-bar .ie .contentWrap .topNavigation._white > li > a:focus, .ie .contentWrap ._big .topNavigation._white > li > a.news_more:focus, ._big .ie .contentWrap .topNavigation._white > li > a.news_more:focus, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.btn:hover, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:hover, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation._white > li > a:hover, .no-backgroundblendmode .contentWrap ._big .topNavigation._white > li > a.news_more:hover, ._big .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.news_more:hover, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.btn:active, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:active, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation._white > li > a:active, .no-backgroundblendmode .contentWrap ._big .topNavigation._white > li > a.news_more:active, ._big .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.news_more:active, .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.btn:focus, .no-backgroundblendmode .contentWrap .mfp-bottom-bar .topNavigation._white > li > a:focus, .mfp-bottom-bar .no-backgroundblendmode .contentWrap .topNavigation._white > li > a:focus, .no-backgroundblendmode .contentWrap ._big .topNavigation._white > li > a.news_more:focus, ._big .no-backgroundblendmode .contentWrap .topNavigation._white > li > a.news_more:focus {
    text-decoration: none;
  }
}

.backBtn {
  padding-top: 1rem;
  text-align: center;
}
@media (min-width: 50em) {
  .backBtn {
    text-align: left;
    padding-top: 6rem;
    padding-left: 4.375rem;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .backBtn {
    float: left;
    position: relative;
    z-index: 10;
    padding-top: 2.25rem;
    /*content:"1280px";*/
  }
}
.backBtn._clear {
  padding-top: 2.5rem;
}
@media (min-width: 50em) {
  .backBtn._clear {
    float: none;
    clear: both;
    /*content:"800px";*/
  }
}
@media (min-width: 50em) {
  .formEmbedLanding .backBtn {
    float: none;
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
footer {
  *zoom: 1;
  background-color: #202020;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}

.footerNav {
  padding: 1.3125rem 2.5rem 1.3125rem 1.3125rem;
}
@media (min-width: 50em) {
  .footerNav {
    padding: 1.3125rem 5.625rem 1.3125rem 8.375rem;
    /*content:"800px";*/
  }
}

.footerNav_list {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 50em) {
  .footerNav_list {
    text-align: right;
    /*content:"800px";*/
  }
}
.footerNav_list li {
  display: block;
  padding: 0 0.625rem;
}
@media (min-width: 30em) {
  .footerNav_list li {
    display: inline-block;
    /*content:"480px";*/
  }
}
@media (min-width: 50em) {
  .footerNav_list li {
    padding: 0 0 0 1.875rem;
    /*content:"800px";*/
  }
}

.footerNav_link {
  color: #a4a5a8;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}
.footerNav_link:hover, .footerNav_link:active, .footerNav_link:focus {
  color: #f2bb0d;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.btn, .mfp-bottom-bar a, ._big .news_more, .rte_btn a, a.rte_btn, input[type=submit].btn, a > .rte_btn {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-decoration: none;
  background-clip: border-box;
  color: #004589;
  padding: 0.875rem 2.9375rem 0.75rem 1.375rem;
  background-color: #f2bb0d;
  border: 0.1875rem solid #f2bb0d;
  border-radius: 1.4375rem;
  transition: background-color ease-in 0.2s, color ease-in 0.2s, border-color ease-in 0.2s;
  position: relative;
}
.btn:after, .mfp-bottom-bar a:after, ._big .news_more:after, .rte_btn a:after, a.rte_btn:after, input[type=submit].btn:after, a > .rte_btn:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #004589;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 1.375rem;
  transition: border-color ease-in 0.2s;
}
.btn:hover, .mfp-bottom-bar a:hover, ._big .news_more:hover, .btn:focus, .mfp-bottom-bar a:focus, ._big .news_more:focus, .btn:active, .mfp-bottom-bar a:active, ._big .news_more:active, .rte_btn a:hover, .rte_btn a:focus, .rte_btn a:active, a.rte_btn:hover, a.rte_btn:focus, a.rte_btn:active, input[type=submit].btn:hover, input[type=submit].btn:focus, input[type=submit].btn:active, a > .rte_btn:hover, a > .rte_btn:focus, a > .rte_btn:active {
  background-color: #0070ba;
  border-color: #0070ba;
  color: #ffffff;
  outline: 0;
}
.btn:hover:after, .mfp-bottom-bar a:hover:after, ._big .news_more:hover:after, .btn:focus:after, .mfp-bottom-bar a:focus:after, ._big .news_more:focus:after, .btn:active:after, .mfp-bottom-bar a:active:after, ._big .news_more:active:after, .rte_btn a:hover:after, .rte_btn a:focus:after, .rte_btn a:active:after, a.rte_btn:hover:after, a.rte_btn:focus:after, a.rte_btn:active:after, input[type=submit].btn:hover:after, input[type=submit].btn:focus:after, input[type=submit].btn:active:after, a > .rte_btn:hover:after, a > .rte_btn:focus:after, a > .rte_btn:active:after {
  border-color: #ffffff;
}
.btn._blue, .mfp-bottom-bar a._blue, ._big ._blue.news_more, .rte_btn a._blue, a.rte_btn._blue, input[type=submit].btn._blue, a > .rte_btn._blue {
  background-color: #0070ba;
  border-color: #0070ba;
  color: #ffffff;
}
.btn._blue:after, .mfp-bottom-bar a._blue:after, ._big ._blue.news_more:after, .rte_btn a._blue:after, a.rte_btn._blue:after, input[type=submit].btn._blue:after, a > .rte_btn._blue:after {
  border-color: #ffffff;
}
.btn._blue:hover, .mfp-bottom-bar a._blue:hover, ._big ._blue.news_more:hover, .btn._blue:focus, .mfp-bottom-bar a._blue:focus, ._big ._blue.news_more:focus, .btn._blue:active, .mfp-bottom-bar a._blue:active, ._big ._blue.news_more:active, .rte_btn a._blue:hover, .rte_btn a._blue:focus, .rte_btn a._blue:active, a.rte_btn._blue:hover, a.rte_btn._blue:focus, a.rte_btn._blue:active, input[type=submit].btn._blue:hover, input[type=submit].btn._blue:focus, input[type=submit].btn._blue:active, a > .rte_btn._blue:hover, a > .rte_btn._blue:focus, a > .rte_btn._blue:active {
  background-color: #f2bb0d;
  border-color: #f2bb0d;
  color: #004589;
}
.btn._blue:hover:after, .mfp-bottom-bar a._blue:hover:after, ._big ._blue.news_more:hover:after, .btn._blue:focus:after, .mfp-bottom-bar a._blue:focus:after, ._big ._blue.news_more:focus:after, .btn._blue:active:after, .mfp-bottom-bar a._blue:active:after, ._big ._blue.news_more:active:after, .rte_btn a._blue:hover:after, .rte_btn a._blue:focus:after, .rte_btn a._blue:active:after, a.rte_btn._blue:hover:after, a.rte_btn._blue:focus:after, a.rte_btn._blue:active:after, input[type=submit].btn._blue:hover:after, input[type=submit].btn._blue:focus:after, input[type=submit].btn._blue:active:after, a > .rte_btn._blue:hover:after, a > .rte_btn._blue:focus:after, a > .rte_btn._blue:active:after {
  border-color: #004589;
}
.btn.disabled, .mfp-bottom-bar a.disabled, ._big .disabled.news_more, .rte_btn a.disabled, a.rte_btn.disabled, input[type=submit].btn.disabled, a > .rte_btn.disabled {
  background-color: #a4a5a8;
  color: #666666;
  border: #666666;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn.disabled:hover, .mfp-bottom-bar a.disabled:hover, ._big .disabled.news_more:hover, .btn.disabled:focus, .mfp-bottom-bar a.disabled:focus, ._big .disabled.news_more:focus, .btn.disabled:active, .mfp-bottom-bar a.disabled:active, ._big .disabled.news_more:active, .rte_btn a.disabled:hover, .rte_btn a.disabled:focus, .rte_btn a.disabled:active, a.rte_btn.disabled:hover, a.rte_btn.disabled:focus, a.rte_btn.disabled:active, input[type=submit].btn.disabled:hover, input[type=submit].btn.disabled:focus, input[type=submit].btn.disabled:active, a > .rte_btn.disabled:hover, a > .rte_btn.disabled:focus, a > .rte_btn.disabled:active {
  background-color: #666666;
  border-color: #666666;
  color: #494949;
}
.btn.disabled:hover:after, .mfp-bottom-bar a.disabled:hover:after, ._big .disabled.news_more:hover:after, .btn.disabled:focus:after, .mfp-bottom-bar a.disabled:focus:after, ._big .disabled.news_more:focus:after, .btn.disabled:active:after, .mfp-bottom-bar a.disabled:active:after, ._big .disabled.news_more:active:after, .rte_btn a.disabled:hover:after, .rte_btn a.disabled:focus:after, .rte_btn a.disabled:active:after, a.rte_btn.disabled:hover:after, a.rte_btn.disabled:focus:after, a.rte_btn.disabled:active:after, input[type=submit].btn.disabled:hover:after, input[type=submit].btn.disabled:focus:after, input[type=submit].btn.disabled:active:after, a > .rte_btn.disabled:hover:after, a > .rte_btn.disabled:focus:after, a > .rte_btn.disabled:active:after {
  border-color: #ffffff;
}
.btn._outline, .mfp-bottom-bar a._outline, ._big ._outline.news_more, .rte_btn a._outline, a.rte_btn._outline, input[type=submit].btn._outline, a > .rte_btn._outline {
  border-color: #f2bb0d;
  color: #0070ba;
  background-color: transparent;
}
.btn._outline:after, .mfp-bottom-bar a._outline:after, ._big ._outline.news_more:after, .rte_btn a._outline:after, a.rte_btn._outline:after, input[type=submit].btn._outline:after, a > .rte_btn._outline:after {
  border-color: #0070ba;
}
.btn._outline._white, .mfp-bottom-bar a._outline._white, ._big ._outline._white.news_more, .rte_btn a._outline._white, a.rte_btn._outline._white, input[type=submit].btn._outline._white, a > .rte_btn._outline._white {
  color: #ffffff;
}
.btn._outline._white:after, .mfp-bottom-bar a._outline._white:after, ._big ._outline._white.news_more:after, .rte_btn a._outline._white:after, a.rte_btn._outline._white:after, input[type=submit].btn._outline._white:after, a > .rte_btn._outline._white:after {
  border-color: #ffffff;
}
.btn._outline:hover, .mfp-bottom-bar a._outline:hover, ._big ._outline.news_more:hover, .btn._outline:focus, .mfp-bottom-bar a._outline:focus, ._big ._outline.news_more:focus, .btn._outline:active, .mfp-bottom-bar a._outline:active, ._big ._outline.news_more:active, .rte_btn a._outline:hover, .rte_btn a._outline:focus, .rte_btn a._outline:active, a.rte_btn._outline:hover, a.rte_btn._outline:focus, a.rte_btn._outline:active, input[type=submit].btn._outline:hover, input[type=submit].btn._outline:focus, input[type=submit].btn._outline:active, a > .rte_btn._outline:hover, a > .rte_btn._outline:focus, a > .rte_btn._outline:active {
  color: #004589;
  background-color: #f2bb0d;
}
.btn._outline:hover:after, .mfp-bottom-bar a._outline:hover:after, ._big ._outline.news_more:hover:after, .btn._outline:focus:after, .mfp-bottom-bar a._outline:focus:after, ._big ._outline.news_more:focus:after, .btn._outline:active:after, .mfp-bottom-bar a._outline:active:after, ._big ._outline.news_more:active:after, .rte_btn a._outline:hover:after, .rte_btn a._outline:focus:after, .rte_btn a._outline:active:after, a.rte_btn._outline:hover:after, a.rte_btn._outline:focus:after, a.rte_btn._outline:active:after, input[type=submit].btn._outline:hover:after, input[type=submit].btn._outline:focus:after, input[type=submit].btn._outline:active:after, a > .rte_btn._outline:hover:after, a > .rte_btn._outline:focus:after, a > .rte_btn._outline:active:after {
  border-color: #004589;
}
.btn._small, .mfp-bottom-bar a._small, ._big ._small.news_more, .rte_btn a._small, a.rte_btn._small, input[type=submit].btn._small, a > .rte_btn._small {
  font-size: 0.75rem;
}
.btn._backarrow, .mfp-bottom-bar a._backarrow, ._big ._backarrow.news_more, .rte_btn a._backarrow, a.rte_btn._backarrow, input[type=submit].btn._backarrow, a > .rte_btn._backarrow {
  padding: 0.875rem 1.375rem 0.75rem 2.9375rem;
}
.btn._backarrow:after, .mfp-bottom-bar a._backarrow:after, ._big ._backarrow.news_more:after, .rte_btn a._backarrow:after, a.rte_btn._backarrow:after, input[type=submit].btn._backarrow:after, a > .rte_btn._backarrow:after {
  transform: rotate(-135deg);
  right: auto;
  left: 1.375rem;
}
.btn._noarrow, .mfp-bottom-bar a._noarrow, ._big ._noarrow.news_more, .rte_btn a._noarrow, a.rte_btn._noarrow, input[type=submit].btn._noarrow, a > .rte_btn._noarrow {
  padding: 0.875rem 1.375rem 0.75rem;
}
.btn._noarrow:after, .mfp-bottom-bar a._noarrow:after, ._big ._noarrow.news_more:after, .rte_btn a._noarrow:after, a.rte_btn._noarrow:after, input[type=submit].btn._noarrow:after, a > .rte_btn._noarrow:after {
  display: none;
}
.btn._backlink, .mfp-bottom-bar a._backlink, ._big ._backlink.news_more, .rte_btn a._backlink, a.rte_btn._backlink, input[type=submit].btn._backlink, a > .rte_btn._backlink {
  background: none;
  border: 0;
  padding: 0.8125rem 1.375rem 0.8125rem 2.9375rem;
  color: #ffffff;
}
.btn._backlink:before, .mfp-bottom-bar a._backlink:before, ._big ._backlink.news_more:before, .rte_btn a._backlink:before, a.rte_btn._backlink:before, input[type=submit].btn._backlink:before, a > .rte_btn._backlink:before {
  content: "";
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  border-width: 0.1875rem;
  border-style: solid;
  border-color: #f2bb0d;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: calc(50% - 17px);
  left: 0;
  transition: background-color ease-in 0.2s;
}
.btn._backlink:after, .mfp-bottom-bar a._backlink:after, ._big ._backlink.news_more:after, .rte_btn a._backlink:after, a.rte_btn._backlink:after, input[type=submit].btn._backlink:after, a > .rte_btn._backlink:after {
  border-width: 0 0 0.125rem 0.125rem;
  border-color: #ffffff;
  right: auto;
  left: 0.875rem;
  z-index: 2;
}
.btn._backlink:hover:before, .mfp-bottom-bar a._backlink:hover:before, ._big ._backlink.news_more:hover:before, .btn._backlink:focus:before, .mfp-bottom-bar a._backlink:focus:before, ._big ._backlink.news_more:focus:before, .btn._backlink:active:before, .mfp-bottom-bar a._backlink:active:before, ._big ._backlink.news_more:active:before, .rte_btn a._backlink:hover:before, .rte_btn a._backlink:focus:before, .rte_btn a._backlink:active:before, a.rte_btn._backlink:hover:before, a.rte_btn._backlink:focus:before, a.rte_btn._backlink:active:before, input[type=submit].btn._backlink:hover:before, input[type=submit].btn._backlink:focus:before, input[type=submit].btn._backlink:active:before, a > .rte_btn._backlink:hover:before, a > .rte_btn._backlink:focus:before, a > .rte_btn._backlink:active:before {
  background-color: #f2bb0d;
}
.btn._backlink:hover:after, .mfp-bottom-bar a._backlink:hover:after, ._big ._backlink.news_more:hover:after, .btn._backlink:focus:after, .mfp-bottom-bar a._backlink:focus:after, ._big ._backlink.news_more:focus:after, .btn._backlink:active:after, .mfp-bottom-bar a._backlink:active:after, ._big ._backlink.news_more:active:after, .rte_btn a._backlink:hover:after, .rte_btn a._backlink:focus:after, .rte_btn a._backlink:active:after, a.rte_btn._backlink:hover:after, a.rte_btn._backlink:focus:after, a.rte_btn._backlink:active:after, input[type=submit].btn._backlink:hover:after, input[type=submit].btn._backlink:focus:after, input[type=submit].btn._backlink:active:after, a > .rte_btn._backlink:hover:after, a > .rte_btn._backlink:focus:after, a > .rte_btn._backlink:active:after {
  border-color: #004589;
}
.btn._backlink._blue, .mfp-bottom-bar a._backlink._blue, ._big ._backlink._blue.news_more, .rte_btn a._backlink._blue, a.rte_btn._backlink._blue, input[type=submit].btn._backlink._blue, a > .rte_btn._backlink._blue {
  color: #0070ba;
}
.btn._backlink._blue:after, .mfp-bottom-bar a._backlink._blue:after, ._big ._backlink._blue.news_more:after, .rte_btn a._backlink._blue:after, a.rte_btn._backlink._blue:after, input[type=submit].btn._backlink._blue:after, a > .rte_btn._backlink._blue:after {
  border-color: #0070ba;
}
.btn._backlink._blue:hover, .mfp-bottom-bar a._backlink._blue:hover, ._big ._backlink._blue.news_more:hover, .btn._backlink._blue:focus, .mfp-bottom-bar a._backlink._blue:focus, ._big ._backlink._blue.news_more:focus, .btn._backlink._blue:active, .mfp-bottom-bar a._backlink._blue:active, ._big ._backlink._blue.news_more:active, .rte_btn a._backlink._blue:hover, .rte_btn a._backlink._blue:focus, .rte_btn a._backlink._blue:active, a.rte_btn._backlink._blue:hover, a.rte_btn._backlink._blue:focus, a.rte_btn._backlink._blue:active, input[type=submit].btn._backlink._blue:hover, input[type=submit].btn._backlink._blue:focus, input[type=submit].btn._backlink._blue:active, a > .rte_btn._backlink._blue:hover, a > .rte_btn._backlink._blue:focus, a > .rte_btn._backlink._blue:active {
  background-color: transparent;
}
.btn._video, .mfp-bottom-bar a._video, ._big ._video.news_more, .rte_btn a._video, a.rte_btn._video, input[type=submit].btn._video, a > .rte_btn._video {
  padding: 0.8125rem 1.375rem 0.8125rem 2.9375rem;
}
.btn._video:after, .mfp-bottom-bar a._video:after, ._big ._video.news_more:after, .rte_btn a._video:after, a.rte_btn._video:after, input[type=submit].btn._video:after, a > .rte_btn._video:after {
  width: 0.625rem;
  height: 0.625rem;
  top: calc(50% - 5px);
  right: auto;
  left: 1.375rem;
  transform: rotate(45deg) skew(-14deg, -14deg);
}
.btn._video:before, .mfp-bottom-bar a._video:before, ._big ._video.news_more:before, .rte_btn a._video:before, a.rte_btn._video:before, input[type=submit].btn._video:before, a > .rte_btn._video:before {
  content: "";
  display: block;
  width: 0;
  height: 0.625rem;
  border-right: 0.125rem solid #004589;
  position: absolute;
  top: calc(50% - 5px);
  left: 1.5625rem;
  transition: border-color 0.25s ease-in;
}
.btn._video:hover:before, .mfp-bottom-bar a._video:hover:before, ._big ._video.news_more:hover:before, .btn._video:focus:before, .mfp-bottom-bar a._video:focus:before, ._big ._video.news_more:focus:before, .btn._video:active:before, .mfp-bottom-bar a._video:active:before, ._big ._video.news_more:active:before, .rte_btn a._video:hover:before, .rte_btn a._video:focus:before, .rte_btn a._video:active:before, a.rte_btn._video:hover:before, a.rte_btn._video:focus:before, a.rte_btn._video:active:before, input[type=submit].btn._video:hover:before, input[type=submit].btn._video:focus:before, input[type=submit].btn._video:active:before, a > .rte_btn._video:hover:before, a > .rte_btn._video:focus:before, a > .rte_btn._video:active:before {
  border-color: #ffffff;
}
.btn._whiteHover:hover, .mfp-bottom-bar a._whiteHover:hover, ._big ._whiteHover.news_more:hover, .btn._whiteHover:focus, .mfp-bottom-bar a._whiteHover:focus, ._big ._whiteHover.news_more:focus, .btn._whiteHover:active, .mfp-bottom-bar a._whiteHover:active, ._big ._whiteHover.news_more:active, .rte_btn a._whiteHover:hover, .rte_btn a._whiteHover:focus, .rte_btn a._whiteHover:active, a.rte_btn._whiteHover:hover, a.rte_btn._whiteHover:focus, a.rte_btn._whiteHover:active, input[type=submit].btn._whiteHover:hover, input[type=submit].btn._whiteHover:focus, input[type=submit].btn._whiteHover:active, a > .rte_btn._whiteHover:hover, a > .rte_btn._whiteHover:focus, a > .rte_btn._whiteHover:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0070ba;
}
.btn._whiteHover:hover:before, .mfp-bottom-bar a._whiteHover:hover:before, ._big ._whiteHover.news_more:hover:before, .btn._whiteHover:hover:after, .mfp-bottom-bar a._whiteHover:hover:after, ._big ._whiteHover.news_more:hover:after, .btn._whiteHover:focus:before, .mfp-bottom-bar a._whiteHover:focus:before, ._big ._whiteHover.news_more:focus:before, .btn._whiteHover:focus:after, .mfp-bottom-bar a._whiteHover:focus:after, ._big ._whiteHover.news_more:focus:after, .btn._whiteHover:active:before, .mfp-bottom-bar a._whiteHover:active:before, ._big ._whiteHover.news_more:active:before, .btn._whiteHover:active:after, .mfp-bottom-bar a._whiteHover:active:after, ._big ._whiteHover.news_more:active:after, .rte_btn a._whiteHover:hover:before, .rte_btn a._whiteHover:hover:after, .rte_btn a._whiteHover:focus:before, .rte_btn a._whiteHover:focus:after, .rte_btn a._whiteHover:active:before, .rte_btn a._whiteHover:active:after, a.rte_btn._whiteHover:hover:before, a.rte_btn._whiteHover:hover:after, a.rte_btn._whiteHover:focus:before, a.rte_btn._whiteHover:focus:after, a.rte_btn._whiteHover:active:before, a.rte_btn._whiteHover:active:after, input[type=submit].btn._whiteHover:hover:before, input[type=submit].btn._whiteHover:hover:after, input[type=submit].btn._whiteHover:focus:before, input[type=submit].btn._whiteHover:focus:after, input[type=submit].btn._whiteHover:active:before, input[type=submit].btn._whiteHover:active:after, a > .rte_btn._whiteHover:hover:before, a > .rte_btn._whiteHover:hover:after, a > .rte_btn._whiteHover:focus:before, a > .rte_btn._whiteHover:focus:after, a > .rte_btn._whiteHover:active:before, a > .rte_btn._whiteHover:active:after {
  border-color: #0070ba;
}
.btn._iconSearch, .mfp-bottom-bar a._iconSearch, ._big ._iconSearch.news_more, .rte_btn a._iconSearch, a.rte_btn._iconSearch, input[type=submit].btn._iconSearch, a > .rte_btn._iconSearch {
  background-image: url("/Content/img/icon-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6875rem 1.6875rem;
  min-height: 2.875rem;
  min-width: 4.25rem;
}

input.btn, ._big input.news_more {
  padding: 0.8125rem 1.375rem;
  cursor: pointer;
}

button.btn, ._big button.news_more {
  cursor: pointer;
}

.rte_btn a, a.rte_btn {
  margin-bottom: 0.625rem;
}
@media (min-width: 64em) {
  .rte_btn a, a.rte_btn {
    margin-bottom: 0;
    /*content:"1024px";*/
  }
}

.backlink {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #a4a5a8;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.colgrid {
  padding: 0 0 2em;
  margin: 1em 0;
  list-style: none;
  *zoom: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.colgrid:before, .colgrid:after {
  content: "";
  display: table;
}
.colgrid:after {
  clear: both;
}
.colgrid._center {
  justify-content: center;
}
.colgrid > * {
  order: 1;
  flex: 0 1 auto;
  text-indent: 0;
  margin-bottom: 0;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 0.75rem 0;
}
@media (min-width: 50em) {
  .colgrid > * {
    padding: 0.75rem;
    /*content:"800px";*/
  }
}
.colgrid > *._hidden {
  display: none;
}
.colgrid > *:before {
  display: none;
}
.colgrid > *._fullWidth {
  width: 100%;
}
.colgrid._nop > * {
  padding: 0;
}
@media (min-width: 50em) {
  .colgrid._nop > * {
    padding: 0;
    /*content:"800px";*/
  }
}
@media (min-width: 30em) {
  .colgrid._narrow > * {
    padding: 0.75rem;
    /*content:"480px";*/
  }
}
@media (min-width: 50em) {
  .colgrid._2up > * {
    width: 50%;
    /*content:"800px";*/
  }
  .colgrid._2up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 30em) {
  .colgrid._2up._narrow > * {
    width: 50%;
    /*content:"480px";*/
  }
  .colgrid._2up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .colgrid._3up > * {
    width: 50%;
    /*content:"800px";*/
  }
  .colgrid._3up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .colgrid._3up > * {
    width: 33.33333%;
    /*content:"1024px";*/
  }
  .colgrid._3up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 30em) {
  .colgrid._3up._narrow > * {
    width: 50%;
    /*content:"480px";*/
  }
  .colgrid._3up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .colgrid._3up._narrow > * {
    width: 33.33333%;
    /*content:"800px";*/
  }
  .colgrid._3up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .colgrid._4up > * {
    width: 50%;
    /*content:"800px";*/
  }
  .colgrid._4up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .colgrid._4up > * {
    width: 25%;
    /*content:"1024px";*/
  }
  .colgrid._4up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 30em) {
  .colgrid._4up._narrow > * {
    width: 50%;
    /*content:"480px";*/
  }
  .colgrid._4up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .colgrid._4up._narrow > * {
    width: 25%;
    /*content:"800px";*/
  }
  .colgrid._4up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .colgrid._5up > * {
    width: 50%;
    /*content:"800px";*/
  }
  .colgrid._5up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .colgrid._5up > * {
    width: 33.33333%;
    /*content:"1024px";*/
  }
  .colgrid._5up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 80em) {
  .colgrid._5up > * {
    width: 20%;
    /*content:"1280px";*/
  }
  .colgrid._5up > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 30em) {
  .colgrid._5up._narrow > * {
    width: 50%;
    /*content:"480px";*/
  }
  .colgrid._5up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .colgrid._5up._narrow > * {
    width: 33.33333%;
    /*content:"800px";*/
  }
  .colgrid._5up._narrow > *._fullWidth {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .colgrid._5up._narrow > * {
    width: 20%;
    /*content:"1024px";*/
  }
  .colgrid._5up._narrow > *._fullWidth {
    width: 100%;
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.colsplit {
  *zoom: 1;
}
.colsplit:before, .colsplit:after {
  content: "";
  display: table;
}
.colsplit:after {
  clear: both;
}
.colsplit > .container {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.colsplit > .container > * {
  order: 1;
  flex: 0 1 auto;
  text-indent: 0;
  margin-bottom: 0;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
}
@media (min-width: 30em) {
  .colsplit > .container > * {
    position: relative;
    /*content:"480px";*/
  }
  .colsplit > .container > *:before, .colsplit > .container > *:after {
    content: "";
    display: block;
    background-color: inherit;
    width: calc((100vw - 29rem) / 2 - 9px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .colsplit > .container > *:before {
    right: 100%;
  }
  .colsplit > .container > *:after {
    left: 100%;
  }
}
@media (min-width: 37.75em) {
  .colsplit > .container > * {
    /*content:"604px";*/
  }
  .colsplit > .container > *:before, .colsplit > .container > *:after {
    width: calc((100vw - 37rem) / 2 - 9px);
  }
}
@media (min-width: 50em) {
  .colsplit > .container > * {
    padding: 1rem;
    /*content:"800px";*/
  }
  .colsplit > .container > *:before, .colsplit > .container > *:after {
    width: calc((100vw - 49rem) / 2 - 9px);
  }
  .colsplit > .container > *:nth-child(odd) {
    padding-right: 1.875rem;
  }
  .colsplit > .container > *:nth-child(odd):after {
    display: none;
  }
  .colsplit > .container > *:nth-child(even) {
    padding-left: 1.875rem;
  }
  .colsplit > .container > *:nth-child(even):before {
    display: none;
  }
}
@media (min-width: 64em) {
  .colsplit > .container > * {
    /*content:"1024px";*/
  }
  .colsplit > .container > *:nth-child(odd) {
    padding-right: 3.125rem;
  }
  .colsplit > .container > *:nth-child(even) {
    padding-left: 3.125rem;
  }
  .colsplit > .container > *:before, .colsplit > .container > *:after {
    width: calc((100vw - 63rem) / 2 - 9px);
  }
}
@media (min-width: 80em) {
  .colsplit > .container > * {
    /*content:"1280px";*/
  }
  .colsplit > .container > *:nth-child(odd) {
    padding-right: 3.4375rem;
  }
  .colsplit > .container > *:nth-child(even) {
    padding-left: 3.4375rem;
  }
  .colsplit > .container > *:before, .colsplit > .container > *:after {
    width: calc((100vw - 75rem) / 2 - 9px);
  }
}
@media (min-width: 90em) {
  .colsplit > .container > * {
    /*content:"1440px";*/
  }
  .colsplit > .container > *:nth-child(odd) {
    padding-right: 3.75rem;
  }
  .colsplit > .container > *:nth-child(even) {
    padding-left: 3.75rem;
  }
  .colsplit > .container > *:before, .colsplit > .container > *:after {
    width: calc((100vw - 85rem) / 2 - 9px);
  }
}
@media (min-width: 50em) {
  .colsplit._1to1 > .container > * {
    width: 50%;
    /*content:"800px";*/
  }
}
@media (min-width: 50em) {
  .colsplit._1to2 > .container > * {
    width: 66.66666%;
    /*content:"800px";*/
  }
  .colsplit._1to2 > .container > *:nth-child(2n-1) {
    width: 33.33333%;
  }
}
@media (min-width: 50em) {
  .colsplit._2to1 > .container > * {
    width: 33.33333%;
    /*content:"800px";*/
  }
  .colsplit._2to1 > .container > *:nth-child(2n-1) {
    width: 66.66666%;
  }
}
@media (min-width: 50em) {
  .colsplit._1to3 > .container > * {
    width: 75%;
    /*content:"800px";*/
  }
  .colsplit._1to3 > .container > *:nth-child(2n-1) {
    width: 25%;
  }
}
@media (min-width: 50em) {
  .colsplit._3to1 > .container > * {
    width: 25%;
    /*content:"800px";*/
  }
  .colsplit._3to1 > .container > *:nth-child(2n-1) {
    width: 75%;
  }
}
@media (min-width: 50em) {
  .colsplit._1to4 > .container > * {
    width: 80%;
    /*content:"800px";*/
  }
  .colsplit._1to4 > .container > *:nth-child(2n-1) {
    width: 20%;
  }
}
@media (min-width: 50em) {
  .colsplit._4to1 > .container > * {
    width: 20%;
    /*content:"800px";*/
  }
  .colsplit._4to1 > .container > *:nth-child(2n-1) {
    width: 80%;
  }
}
@media (min-width: 50em) {
  .colsplit._2to3 > .container > * {
    width: 60%;
    /*content:"800px";*/
  }
  .colsplit._2to3 > .container > *:nth-child(2n-1) {
    width: 40%;
  }
}
@media (min-width: 50em) {
  .colsplit._3to2 > .container > * {
    width: 40%;
    /*content:"800px";*/
  }
  .colsplit._3to2 > .container > *:nth-child(2n-1) {
    width: 60%;
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.umbraco-forms-form {
  margin-top: 2rem;
  margin-bottom: 3rem;
  *zoom: 1;
}
.umbraco-forms-form:before, .umbraco-forms-form:after {
  content: "";
  display: table;
}
.umbraco-forms-form:after {
  clear: both;
}

.validation-summary-errors {
  color: #f2bb0d;
}
.validation-summary-errors ul {
  margin: 0 1rem 1rem 0;
  padding: 1rem 1rem 1rem 2rem;
  border-color: #f2bb0d;
  background-color: rgba(242, 187, 13, 0.25);
  color: #000000;
}
.validation-summary-errors ul li {
  text-indent: 0;
  margin-bottom: 0.25rem;
}
.validation-summary-errors ul li:before {
  display: none;
}

.umbraco-forms-form .umbraco-forms-field {
  border: 0;
  padding: 1.875rem 0 0;
  margin: 0;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-field label {
  position: absolute;
  top: 2.875rem;
  left: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  color: #494949;
  letter-spacing: 0.025em;
  line-height: 1.11111;
  cursor: text;
  transition: top 0.2s, font-size 0.2s;
}
.umbraco-forms-form .umbraco-forms-field label .umbraco-forms-indicator {
  color: #f2bb0d;
}
.umbraco-forms-form .umbraco-forms-field.typing label, .umbraco-forms-form .umbraco-forms-field.filled label {
  top: 0.625rem;
  font-size: 1rem;
}
.umbraco-forms-form .umbraco-forms-field input,
.umbraco-forms-form .umbraco-forms-field select,
.umbraco-forms-form .umbraco-forms-field textarea {
  height: 3.25rem;
  width: calc(100% - 1rem);
  margin-right: 1rem;
  border: 3px solid #a4a5a8;
  background-color: #a4a5a8;
  padding: 0 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
}
.umbraco-forms-form .umbraco-forms-field input.input-validation-error,
.umbraco-forms-form .umbraco-forms-field select.input-validation-error,
.umbraco-forms-form .umbraco-forms-field textarea.input-validation-error {
  border-color: #f2bb0d;
  background-color: #fefbf0;
  color: #f2bb0d;
  margin-bottom: 0;
}
.umbraco-forms-form .umbraco-forms-field input:focus,
.umbraco-forms-form .umbraco-forms-field select:focus,
.umbraco-forms-form .umbraco-forms-field textarea:focus {
  border-color: #a4a5a8;
  background-color: #a4a5a8;
}
.umbraco-forms-form .umbraco-forms-field textarea {
  height: 6rem;
  padding: 0.5rem 1rem;
}
.umbraco-forms-form .umbraco-forms-field .field-validation-error {
  color: #f2bb0d;
  padding: 0.25rem 1.25rem 0;
  display: block;
}

.umbraco-forms-tooltip {
  position: absolute;
  top: 4.0625rem;
  left: -9999rem;
  background: #ffffff;
  padding: 0.25rem;
  border: 1px solid #a4a5a8;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.umbraco-forms-tooltip.show {
  left: 3rem;
  opacity: 1;
}
.umbraco-forms-tooltip.show.hiding {
  opacity: 0;
}

.umbraco-forms-navigation {
  padding: 1.75em 1em 0 0;
  text-align: right;
}

.contact_toggle .toggle_question {
  font-size: 1.125rem;
  color: #000000;
  letter-spacing: 0.025em;
  line-height: 1.11111;
  margin-bottom: 0.25rem;
}
.contact_toggle .toggle_option {
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
}
.contact_toggle .toggle_option label {
  display: inline-block;
  padding: 0.25rem;
}

.contact_wrap {
  margin-bottom: 3.125rem;
  *zoom: 1;
}
.contact_wrap:before, .contact_wrap:after {
  content: "";
  display: table;
}
.contact_wrap:after {
  clear: both;
}
@media (min-width: 50em) {
  .contact_wrap {
    margin-bottom: 6.25rem;
    /*content:"800px";*/
  }
}

.form_wrap {
  position: relative;
  *zoom: 1;
}
.form_wrap:before, .form_wrap:after {
  content: "";
  display: table;
}
.form_wrap:after {
  clear: both;
}

.contact_submit {
  margin: 2rem 0;
  text-align: right;
}

.contact__legend {
  display: inline-block;
  color: #000000;
  margin-right: 0.5rem;
}

.contact_field {
  position: relative;
}
.contact_field:not(._half) {
  clear: both;
}
@media (min-width: 37.75em) {
  .contact_field._half {
    width: 100%;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .contact_field._half {
    float: left;
    width: 50%;
    /*content:"800px";*/
  }
}
@media (min-width: 37.75em) {
  .contact_field._half._left {
    padding-right: 0;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .contact_field._half._left {
    padding-right: 0.625rem;
    /*content:"800px";*/
  }
}
@media (min-width: 37.75em) {
  .contact_field._half._right {
    padding-left: 0;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .contact_field._half._right {
    padding-left: 0.625rem;
    /*content:"800px";*/
  }
}
.contact_field._half._right label:not(.typing), .contact_field._half._right label:not(.filled) {
  left: 1.875rem;
}

label {
  display: block;
  font-weight: 700;
  top: 1.0625rem;
  left: 1.25rem;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.typing label, .filled label {
  font-size: 0.75rem;
  top: 0.125rem;
}

input, select, textarea {
  display: block;
  width: 100%;
  border: 1px solid #a4a5a8;
  background-color: #ffffff;
  transition: border-color 0.25s ease, color 0.25s ease;
  padding: 1.3125rem 1.25rem;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #0070ba;
  color: #0070ba;
}
input.invalid, select.invalid, textarea.invalid {
  border-color: #f2bb0d;
  background-color: #fefbf0;
  color: #f2bb0d;
}

input[type=checkbox],
input[type=radio] {
  width: 1.75rem;
  height: 1.75rem;
  float: left;
  margin-right: 1rem;
}
input[type=checkbox] + label,
input[type=radio] + label {
  float: left;
  margin-top: 0.1875rem;
}

input[type=submit] {
  width: auto;
  float: right;
  margin-top: 2.5rem;
}

textarea {
  min-height: 12.8125rem;
}

select {
  background-image: url("/Content/img/icon-select-arrow.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.required_indicator {
  position: absolute;
  bottom: 2.625rem;
  right: 0rem;
}
@media (min-width: 37.75em) {
  .required_indicator {
    bottom: 0;
    right: 13.125rem;
    /*content:"604px";*/
  }
}

.field-item {
  margin-top: 1.875rem;
  overflow: hidden;
}

.contact_info h3 {
  font-size: 1.5em;
  color: #004589;
  position: relative;
  margin: 0 0 0.3125rem 0;
}
@media (min-width: 37.75em) {
  .contact_info h3 {
    /*content:"604px";*/
  }
  .contact_info h3:before {
    content: "";
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    top: -5px;
    left: -46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  }
}
.contact_info a {
  display: block;
}
.contact_info address {
  font-style: normal;
}
.contact_info address a {
  color: #004589;
  text-decoration: none;
  margin: 0 0 10px 0;
}
.contact_info .tel {
  color: #004589;
  text-decoration: none;
  margin: 0 0 7px 0;
}
.contact_info .email:hover {
  color: #004589;
}
.contact_info .social {
  margin: 1.875rem 0 0 0;
}
.contact_info .social li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.contact_info .social li:before {
  display: none;
}
.contact_info .social li:last-child a {
  margin-right: 0;
}
.contact_info .social li a {
  margin: 0 1.25rem 0 0;
  text-indent: -9999px;
  width: 2.875rem;
  height: 2.875rem;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  /*&.facebook {
      .svg & {
          background-image: url('/Content/img/icon-facebook-blue.svg');
      }

      .no-svg & {
          background-image: url('/Content/img/icon-facebook-blue.png');
      }
  }

  &.twitter {
      .svg & {
          background-image: url('/Content/img/icon-twitter-blue.svg');
      }

      .no-svg & {
          background-image: url('/Content/img/icon-twitter-blue.png');
      }
  }

  &.linkedin {
      .svg & {
          background-image: url('/Content/img/icon-linkedin-blue.svg');
      }

      .no-svg & {
          background-image: url('/Content/img/icon-linkedin-blue.png');
      }
  }*/
}
.contact_info .social li a:hover {
  opacity: 0.5;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.banner {
  padding: 3.25rem 1.5625rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.detailWithInfographic .banner {
  background-size: contain;
  background-position: center calc(50vh - 40px);
}
@media (min-width: 37.75em) {
  .detailWithInfographic .banner {
    background-position: center calc((100vh - 80px) * 0.4 + 1px);
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .detailWithInfographic .banner {
    /*content:"800px";*/
  }
  .desktop .detailWithInfographic .banner {
    background-position: center calc(35vh + 1px);
  }
  .tablet .detailWithInfographic .banner {
    background-position: center calc(40vh + 1px);
  }
}
@media (min-width: 64em) {
  .detailWithInfographic .banner {
    /*content:"1024px";*/
  }
  .desktop .detailWithInfographic .banner {
    background-size: cover;
    background-position: center center;
  }
}
.detailWithInfographic .banner:before {
  height: 1.25rem;
  top: 50%;
  left: 0;
  right: 0;
  background: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}
@media (min-width: 37.75em) {
  .detailWithInfographic .banner:before {
    top: 40%;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .detailWithInfographic .banner:before {
    /*content:"800px";*/
  }
  .desktop .detailWithInfographic .banner:before {
    display: block;
    top: 35%;
  }
}
@media (min-width: 64em) {
  .detailWithInfographic .banner:before {
    /*content:"1024px";*/
  }
  .desktop .detailWithInfographic .banner:before {
    display: none;
  }
}
.banner._white {
  background-color: #043150;
  color: #ffffff;
}
.banner._white:before {
  background: rgba(0, 69, 137, 0.3);
}
.detailWithInfographic .banner._white:before {
  height: 1.25rem;
  background: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  right: 0;
  top: 50%;
}
@media (min-width: 50em) {
  .banner {
    padding: 6rem 5.125rem 4.375rem;
    /*content:"800px";*/
  }
  .banner:before {
    display: none;
  }
}

.basicTitleBanner._overContent {
  background-color: #ffffff;
}
@media (min-width: 50em) {
  .basicTitleBanner._overContent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 0;
    padding-right: 0;
    /*content:"800px";*/
  }
}
.basicTitleBanner._overContent._white:before {
  display: none;
}
@media (min-width: 50em) {
  .basicTitleBanner._overContent._white {
    /*content:"800px";*/
  }
  .basicTitleBanner._overContent._white > * {
    color: #ffffff;
  }
}

.heroBanner {
  min-height: calc(100vh - 80px);
  position: relative;
}
@media (min-width: 50em) {
  .heroBanner {
    min-height: 100vh;
    /*content:"800px";*/
  }
}
.heroBanner:after {
  content: "Scroll down to learn more";
  display: block;
  height: 2rem;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 2rem;
  padding-top: 0.5rem;
  padding-left: 1.875rem;
  position: absolute;
  z-index: 10;
  bottom: 3rem;
}
.no-svg .heroBanner:after {
  background-image: url("/Content/img/icon-scroll-down.png");
}
.svg .heroBanner:after {
  background-image: url("/Content/img/icon-scroll-down.svg");
}
@media (min-width: 50em) {
  .heroBanner:after {
    left: 50%;
    transform: translateX(-50%);
    /*content:"800px";*/
  }
}
.heroBanner._white:after {
  color: #ffffff;
  /*text-shadow: 0 0 1rem rgba($black, 1),
               0 0 .5rem rgba($black, .5),
               0 0 2rem rgba($black, .5);*/
}
.mobile.landscape .heroBanner:after {
  display: none;
}

.blogTitleBanner {
  background-color: #004589;
  padding: 1.375rem 1.5625rem;
}
@media (min-width: 50em) {
  .blogTitleBanner {
    padding: 1.875rem 5.125rem;
    /*content:"800px";*/
  }
  html:not(.mobile) .blogTitleBanner {
    padding: 3.75rem 5.125rem 1.875rem;
  }
}
.blogTitleBanner._white {
  background-color: #004589;
}

.banner_title:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}
.homepage .banner_title:before {
  background-color: #0070ba;
}
@media (min-width: 50em) {
  .blogTitleBanner .banner_title {
    /*content:"800px";*/
  }
  html:not(.mobile) .blogTitleBanner .banner_title {
    margin-bottom: 0.125em;
  }
}
.blogTitleBanner .banner_title:before {
  margin-bottom: 1rem;
}
.blogTitleBanner .banner_title a {
  color: #ffffff;
  text-decoration: none;
}

.banner_copy {
  position: relative;
  z-index: 10;
}
@media (min-width: 80em) {
  .detailWithInfographic .banner_copy {
    max-width: 21.875rem;
    /*content:"1280px";*/
  }
}
.banner_copy h1, .banner_copy h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.banner_copy .rte {
  max-width: 60%;
}
.heroBanner .banner_copy .rte {
  max-width: 100%;
}
@media (min-width: 50em) {
  .heroBanner .banner_copy .rte {
    width: 50%;
    max-width: 28.125rem;
    /*content:"800px";*/
  }
}
.detailWithInfographic .banner_copy .rte {
  max-width: 100%;
}
@media (min-width: 50em) {
  .detailWithInfographic .banner_copy .rte {
    width: 100%;
    max-width: 100%;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .detailWithInfographic .banner_copy .rte {
    max-width: 50%;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .detailWithInfographic .banner_copy .rte {
    max-width: 100%;
    /*content:"1280px";*/
  }
}
.blogTitleBanner .banner_copy .rte {
  max-width: 100%;
}
@media (min-width: 50em) {
  .blogTitleBanner .banner_copy .rte {
    max-width: 100%;
    /*content:"800px";*/
  }
}
.banner_copy .rte p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 2.222em;
}
.blogTitleBanner .banner_copy .rte p {
  margin-bottom: 0;
}
._white .banner_copy > h1, ._white .banner_copy > h2, ._white .banner_copy > .rte p {
  color: #ffffff;
  /*text-shadow: 0 0 1rem rgba($black, .3),
               0 0 .5rem rgba($black, .3),
               0 0 2rem rgba($black, .2);*/
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.articleList {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.articleList li {
  display: block;
  margin-bottom: 1.5rem;
  padding: 0;
}
.articleList li:before {
  display: none;
}
@media (min-width: 64em) {
  .articleList li {
    margin-bottom: 2rem;
    /*content:"1024px";*/
  }
}
.articleList._news {
  margin: 0;
  padding-top: 0;
}
.articleList._news .colgrid {
  max-width: 48.3125rem;
  margin-top: 0;
}
.articleList._news .colgrid ._fullWidth {
  margin-bottom: 5.625rem;
}
.articleList._featured {
  position: relative;
  z-index: 100;
}
.articleList._featured h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.375rem;
  color: #0070ba;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.news {
  *zoom: 1;
}
.news:before, .news:after {
  content: "";
  display: table;
}
.news:after {
  clear: both;
}
.news h2 {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  transition: color ease-in-out 0.25s;
}
.news .news_date {
  color: #666666;
  margin-top: 0.25rem;
}
.news .news_excerpt {
  color: #666666;
  font-size: 1.125rem;
}
.news._link {
  display: block;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 18.25rem;
  padding: 0 1rem 1rem;
  background-color: transparent;
  transition: background-color ease-in-out 0.25s;
}
@media (min-width: 50em) {
  .news._link._featured {
    padding-left: 0;
    /*content:"800px";*/
  }
}
.news._link h2 {
  margin-top: 0;
}
.news._link .news_excerpt {
  margin-bottom: 1.5rem;
  color: #004589;
}
.news._link .news_excerpt p {
  margin-bottom: 1.5rem;
}
@media (min-width: 37.75em) {
  .news._link {
    margin-left: 0;
    /*content:"604px";*/
  }
  .news._link._big {
    max-width: none;
  }
  .news._link .news_photo {
    float: left;
    padding-bottom: 1rem;
  }
  .news._link .news_date {
    float: right;
  }
}
.news._link:hover h2, .news._link:focus h2, .news._link:active h2 {
  color: #0070ba;
}
.news._link:hover .news_more, .news._link:focus .news_more, .news._link:active .news_more {
  color: #0070ba;
}
.news._link._big:hover .news_more, .news._link._big:active .news_more, .news._link._big:focus .news_more {
  background-color: #0070ba;
  color: #ffffff;
}
.news._article {
  position: relative;
  z-index: 100;
}
.news._article .backLink {
  display: inline-block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 3.125rem;
}
.news._article .news_photo {
  padding-bottom: 1rem;
}
.news._article .news_content {
  max-width: 48.3125rem;
}

.news_share {
  padding: 2.5rem 0 5rem;
  border-top: 0.125rem solid #a4a5a8;
  text-align: right;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #0070ba;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.news_share .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .news_share .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
    margin-left: 1rem;
    /*content:"480px";*/
  }
}

.news_more {
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color 0.25s ease-out;
}
.colsplit._3to1 > .container > *.news_sidebar,
.news_sidebar {
  background-color: #a4a5a8;
  position: relative;
}
@media (min-width: 50em) {
  .colsplit._3to1 > .container > *.news_sidebar,
  .news_sidebar {
    /*content:"800px";*/
  }
  .colsplit._3to1 > .container > *.news_sidebar:before,
  .news_sidebar:before {
    content: "";
    display: block;
    width: calc((100vw - 49rem) / 2 + 100% - 9px);
    height: 6.25rem;
    position: absolute;
    z-index: 100;
    top: -6.25rem;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(to bottom, rgba(164, 165, 168, 0), #a4a5a8);
    background-image: -moz-linear-gradient(to bottom, rgba(164, 165, 168, 0), #a4a5a8);
    background-image: -o-linear-gradient(to bottom, rgba(164, 165, 168, 0), #a4a5a8);
    background-image: -ms-linear-gradient(to bottom, rgba(164, 165, 168, 0), #a4a5a8);
    background-image: linear-gradient(to bottom, rgba(164, 165, 168, 0), #a4a5a8);
  }
}
@media (min-width: 64em) {
  .colsplit._3to1 > .container > *.news_sidebar,
  .news_sidebar {
    /*content:"1024px";*/
  }
  .colsplit._3to1 > .container > *.news_sidebar:before,
  .news_sidebar:before {
    width: calc((100vw - 63rem) / 2 + 100% - 9px);
  }
}
@media (min-width: 80em) {
  .colsplit._3to1 > .container > *.news_sidebar,
  .news_sidebar {
    /*content:"1280px";*/
  }
  .colsplit._3to1 > .container > *.news_sidebar:before,
  .news_sidebar:before {
    width: calc((100vw - 75rem) / 2 + 100% - 9px);
  }
}
@media (min-width: 90em) {
  .colsplit._3to1 > .container > *.news_sidebar,
  .news_sidebar {
    /*content:"1440px";*/
  }
  .colsplit._3to1 > .container > *.news_sidebar:before,
  .news_sidebar:before {
    width: calc((100vw - 85rem) / 2 + 100% - 9px);
  }
}

.news_sidebar-title {
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875rem;
  letter-spacing: -0.025em;
  color: #004589;
  max-width: 18.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
@media (min-width: 37.75em) {
  .news_sidebar-title {
    max-width: 100%;
    font-size: 2rem;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .news_sidebar-title {
    padding: 0;
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.responsiveVideo {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
.responsiveVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-toggle_trigger] {
  cursor: pointer;
}
[data-toggle_content] {
  display: none;
}
/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.rte img {
  display: block;
  margin: 0.4375rem auto 0.9375rem;
  max-width: 15.1875rem;
  height: auto !important;
  float: none !important;
}
@media (min-width: 37.75em) {
  .rte img {
    max-width: 50%;
    /*content:"604px";*/
  }
}
@media (min-width: 37.75em) {
  .rte img[style*="float: right"] {
    float: right !important;
    margin-left: 1rem;
    /*content:"604px";*/
  }
}
@media (min-width: 37.75em) {
  .rte img[style*="float: left"] {
    float: left !important;
    margin-right: 1rem;
    /*content:"604px";*/
  }
}
.rte.blogArticle_content h2, .rte.blogArticle_content h3, .rte.blogArticle_content h5 {
  text-transform: none;
}

.rte_img_left img,
.rte_img_right img,
.rte_img_centered img {
  display: block;
  margin: 0.4375rem auto 0.9375rem;
  max-width: 15.1875rem;
  height: auto !important;
  float: none;
}
@media (min-width: 37.75em) {
  .rte_img_left img,
  .rte_img_right img,
  .rte_img_centered img {
    max-width: 50%;
    margin: 0.4375rem 0 0.9375rem 2.0625rem;
    /*content:"604px";*/
  }
}

@media (min-width: 37.75em) {
  .rte_img_left img {
    float: left;
    margin: 0.4375rem 2.0625rem 0.9375rem 0;
    /*content:"604px";*/
  }
}

@media (min-width: 37.75em) {
  .rte_img_right img {
    float: right;
    margin: 0.4375rem 0 0.9375rem 2.0625rem;
    /*content:"604px";*/
  }
}

@media (min-width: 37.75em) {
  .rte_img_centered img {
    max-width: 50%;
    /*content:"604px";*/
  }
}

.videoSizer {
  max-width: 600px;
  margin: 30px auto;
}

.full_width_img {
  display: block;
}
.full_width_img img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
}

.responsiveVideo {
  position: relative;
  display: block;
}
.responsiveVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.galleryTitle {
  margin-left: 0.75rem;
}

.galleryThumb {
  display: block;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.pagination {
  clear: both;
  padding: 2rem 0;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 50em) {
  .pagination ul {
    flex-wrap: nowrap;
    /*content:"800px";*/
  }
}
.pagination ul li {
  display: inline;
  text-indent: 0;
  padding: 0;
  margin: 0 0.25rem 0.625rem;
}
@media (min-width: 50em) {
  .pagination ul li {
    margin: 0 0.5rem;
    /*content:"800px";*/
  }
}
.pagination ul li:before {
  display: none;
}
.pagination ul li.pagination_page {
  /*flex-grow: 1;
  flex-basis: rem(36);*/
  flex: 0 1 auto;
}
.pagination ul li.pagination_page a {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #004589;
  line-height: 2.875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.pagination ul li.pagination_page a:hover {
  color: #043150;
  background-color: #f2bb0d;
}
.pagination ul li.pagination_page._active a {
  background-color: #f2bb0d;
  color: #ffffff;
  border-radius: 50%;
}
.pagination ul li.pagination_page._active a:hover {
  color: #043150;
}
.pagination ul li.pagination_prev, .pagination ul li.pagination_next {
  flex: 0 3 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 50em) {
  .pagination ul li.pagination_prev {
    text-align: right;
    width: auto;
    /*content:"800px";*/
  }
}
@media (min-width: 50em) {
  .pagination ul li.pagination_next {
    text-align: right;
    width: auto;
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.twoColumnImageCta {
  background-color: #004589;
}
@media (min-width: 37.75em) {
  .twoColumnImageCta {
    display: flex;
    /*content:"604px";*/
  }
}
.twoColumnImageCta + .twoColumnImageCta {
  background-color: #0070ba;
}

.twoColumnImageCta_cta {
  background-color: #004589;
  padding: 3.75rem 1.5625rem;
}
@media (min-width: 37.75em) {
  .twoColumnImageCta_cta {
    order: 1;
    flex: 0 1 auto;
    width: 50%;
    /*content:"604px";*/
  }
}
@media (min-width: 64em) {
  .twoColumnImageCta_cta {
    padding-left: 5.125rem;
    padding-right: 4.75rem;
    min-height: 50rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 90em) {
  .twoColumnImageCta_cta {
    padding-left: calc((100vw - 1440px) / 2 + 82px);
    /*content:"1440px";*/
  }
}
.twoColumnImageCta_cta article:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}
@media (min-width: 64em) {
  .twoColumnImageCta_cta article {
    position: relative;
    /*content:"1024px";*/
  }
}
.twoColumnImageCta_cta h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.twoColumnImageCta_cta .rte {
  color: #ffffff;
}
.twoColumnImageCta_cta .rte > * {
  color: #ffffff;
}
.twoColumnImageCta_cta .btn, .twoColumnImageCta_cta .mfp-bottom-bar a, .mfp-bottom-bar .twoColumnImageCta_cta a, .twoColumnImageCta_cta ._big .news_more, ._big .twoColumnImageCta_cta .news_more {
  margin-top: 1.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
}
.twoColumnImageCta + .twoColumnImageCta .twoColumnImageCta_cta {
  background-color: #0070ba;
}
@media (min-width: 37.75em) {
  .twoColumnImageCta + .twoColumnImageCta .twoColumnImageCta_cta {
    order: 2;
    /*content:"604px";*/
  }
}
@media (min-width: 64em) {
  .twoColumnImageCta + .twoColumnImageCta .twoColumnImageCta_cta {
    padding-left: 4.75rem;
    padding-right: 5.125rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 90em) {
  .twoColumnImageCta + .twoColumnImageCta .twoColumnImageCta_cta {
    padding-right: calc((100vw - 1440px) / 2 + 82px);
    /*content:"1440px";*/
  }
}

.twoColumnImageCta_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 25rem;
}
@media (min-width: 37.75em) {
  .twoColumnImageCta_img {
    order: 2;
    flex: 0 1 auto;
    width: 50%;
    /*content:"604px";*/
  }
}
@media (min-width: 37.75em) {
  .twoColumnImageCta + .twoColumnImageCta .twoColumnImageCta_img {
    order: 1;
    /*content:"604px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 50em) {
  .latestNewsFooterWidget {
    display: flex;
    /*content:"800px";*/
  }
}

.latestNewsFooterWidget_intro {
  background-color: #004589;
  padding: 3.75rem 1.5625rem;
}
@media (min-width: 50em) {
  .latestNewsFooterWidget_intro {
    order: 1;
    flex: 0 1 auto;
    width: 50%;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .latestNewsFooterWidget_intro {
    padding-left: 5.125rem;
    padding-right: 4.75rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 90em) {
  .latestNewsFooterWidget_intro {
    padding-left: 4.75rem;
    /*content:"1440px";*/
  }
}
.latestNewsFooterWidget_intro article:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}
@media (min-width: 50em) {
  .latestNewsFooterWidget_intro article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .latestNewsFooterWidget_intro article {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
    /*content:"1024px";*/
  }
}
.latestNewsFooterWidget_intro h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.latestNewsFooterWidget_intro .rte > * {
  color: #ffffff;
}
.latestNewsFooterWidget_intro .btn, .latestNewsFooterWidget_intro .mfp-bottom-bar a, .mfp-bottom-bar .latestNewsFooterWidget_intro a, .latestNewsFooterWidget_intro ._big .news_more, ._big .latestNewsFooterWidget_intro .news_more {
  margin-top: 1.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.latestNewsFooterWidget_list {
  padding: 3.125rem 1.5625rem;
}
@media (min-width: 50em) {
  .latestNewsFooterWidget_list {
    order: 2;
    flex: 0 1 auto;
    width: 50%;
    margin-bottom: 0;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .latestNewsFooterWidget_list {
    padding: 4.875rem 5.125rem 4.875rem 4.75rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 90em) {
  .latestNewsFooterWidget_list {
    padding-right: calc((100vw - 1440px) / 2 + 82px);
    /*content:"1440px";*/
  }
}

.latestNewsFooterWidget_preview {
  padding: 0;
  margin: 0;
  margin-bottom: 2.5rem;
  max-width: 27.625rem;
}
.latestNewsFooterWidget_preview:last-child {
  margin-bottom: 0;
}
.latestNewsFooterWidget_preview h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #0070ba;
  margin-bottom: 0;
}
.latestNewsFooterWidget_preview h4 a {
  text-decoration: none;
}
.latestNewsFooterWidget_preview h4 a:hover, .latestNewsFooterWidget_preview h4 a:focus, .latestNewsFooterWidget_preview h4 a:active {
  color: #eeaa0f;
}
@media (min-width: 50em) {
  .latestNewsFooterWidget_preview h4 {
    font-size: 1.875rem;
    /*content:"800px";*/
  }
}
.latestNewsFooterWidget_preview time {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #a4a5a8;
  margin-bottom: 0.5rem;
}
@media (min-width: 50em) {
  .latestNewsFooterWidget_preview time {
    font-size: 1.125rem;
    /*content:"800px";*/
  }
}
.latestNewsFooterWidget_preview .rte, .latestNewsFooterWidget_preview .rte > * {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.3;
}
.latestNewsFooterWidget_preview .rte {
  margin-bottom: 1rem;
}
.latestNewsFooterWidget_preview .rte > *:last-child {
  margin-bottom: 0;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 37.75em) {
  .threeColumnGridLanding {
    display: flex;
    flex-wrap: wrap;
    background-color: #043150;
    background-image: url("/Content/img/bg-grid-star.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 242px;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .threeColumnGridLanding {
    background-size: 33.3333% auto;
    background-repeat: repeat;
    /*content:"800px";*/
  }
}

.threeColumnGridLanding_item {
  display: block;
  padding: 4.5rem 1.5625rem 1.875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #004589;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.threeColumnGridLanding_item:before, .threeColumnGridLanding_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
}
.threeColumnGridLanding_item:after {
  height: 50%;
  top: 50%;
}
@media (min-width: 37.75em) {
  .threeColumnGridLanding_item {
    order: 1;
    flex: 0 1 auto;
    width: 50%;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .threeColumnGridLanding_item {
    width: 33.3333%;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .threeColumnGridLanding_item {
    height: 0;
    padding: 33.3333% 0 0;
    /*content:"1024px";*/
  }
  .threeColumnGridLanding_item:before {
    opacity: 0;
    background-image: none;
    background-color: rgba(0, 69, 137, 0.55);
    transition: opacity 0.25s ease-out;
  }
  .threeColumnGridLanding_item:after {
    top: 0;
    height: 100%;
    transition: opacity 0.25s ease-in-out;
  }
  .threeColumnGridLanding_item:hover:before, .threeColumnGridLanding_item:active:before, .threeColumnGridLanding_item:focus:before {
    opacity: 1;
  }
  .threeColumnGridLanding_item:hover:after, .threeColumnGridLanding_item:active:after, .threeColumnGridLanding_item:focus:after {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
  }
}

.threeColumnGridLanding_content {
  position: relative;
  z-index: 10;
}
@media (min-width: 64em) {
  .threeColumnGridLanding_content {
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    bottom: 0;
    /*content:"1024px";*/
  }
}

.threeColumnGridLanding_title {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-right: 2.25rem;
}
.threeColumnGridLanding_title:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #f2bb0d;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 1.375rem;
  transition: border-color ease-in 0.2s;
}
@media (min-width: 64em) {
  .threeColumnGridLanding_title {
    text-align: center;
    display: block;
    padding-right: 0;
    /*content:"1024px";*/
  }
  .threeColumnGridLanding_title:after {
    display: none;
  }
}

.threeColumnGridLanding_copy {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 64em) {
  .threeColumnGridLanding_copy {
    text-align: center;
    min-height: 4.3125rem;
    font-size: 1rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .threeColumnGridLanding_copy {
    min-height: 2.875rem;
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
    /*content:"1280px";*/
  }
}

.threeColumnGridLanding_learnMore {
  color: #f2bb0d;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .threeColumnGridLanding_learnMore {
    position: absolute;
    left: 50%;
    bottom: 27vw;
    transform: translateX(-50%);
    opacity: 0;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: #004589;
    padding: 0.625rem 1.375rem;
    background-color: #f2bb0d;
    border: 0.1875rem solid #f2bb0d;
    border-radius: 1.25rem;
    transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    /*content:"1024px";*/
  }
  .threeColumnGridLanding_item:hover .threeColumnGridLanding_learnMore, .threeColumnGridLanding_item:active .threeColumnGridLanding_learnMore, .threeColumnGridLanding_item:focus .threeColumnGridLanding_learnMore {
    bottom: 22vw;
    opacity: 1;
  }
}
@media (min-width: 80em) {
  .threeColumnGridLanding_learnMore {
    /*content:"1280px";*/
  }
  .threeColumnGridLanding_item:hover .threeColumnGridLanding_learnMore, .threeColumnGridLanding_item:active .threeColumnGridLanding_learnMore, .threeColumnGridLanding_item:focus .threeColumnGridLanding_learnMore {
    bottom: 16vw;
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.columnLanding {
  background-color: #004589;
}
@media (min-width: 50em) {
  .columnLanding {
    /*content:"800px";*/
  }
  .columnLanding._2cols {
    display: flex;
    height: 100vh;
  }
}
@media (min-width: 64em) {
  .columnLanding {
    /*content:"1024px";*/
  }
  .columnLanding._3cols, .columnLanding._4cols {
    display: flex;
    height: 100vh;
  }
}

.columnLanding_col {
  padding: 12.5rem 1.5625rem 1.875rem;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.columnLanding_col:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}
@media (min-width: 50em) {
  .columnLanding_col {
    background-position: center 20%;
    /*content:"800px";*/
  }
  ._2cols .columnLanding_col {
    flex: 0 1 auto;
    width: 100%;
    padding: 0;
    background-position: center center;
  }
}
@media (min-width: 64em) {
  .columnLanding_col {
    /*content:"1024px";*/
  }
  ._3cols .columnLanding_col, ._4cols .columnLanding_col {
    flex: 0 1 auto;
    width: 100%;
    padding: 0;
    background-position: center center;
  }
}

.columnLanding_link {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 50em) {
  .columnLanding_link {
    /*content:"800px";*/
  }
  ._2cols .columnLanding_link {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  ._2cols .columnLanding_link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 69, 137, 0.75);
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
  }
  ._2cols .columnLanding_link:hover:after, ._2cols .columnLanding_link:active:after, ._2cols .columnLanding_link:focus:after {
    opacity: 1;
  }
  ._2cols .columnLanding_link:hover .columnLanding_learnMore, ._2cols .columnLanding_link:active .columnLanding_learnMore, ._2cols .columnLanding_link:focus .columnLanding_learnMore {
    background-color: #f2bb0d;
    color: #004589;
  }
  ._2cols .columnLanding_link .columnLanding_linkCopy {
    position: absolute;
    z-index: 3;
    bottom: 3.75rem;
    width: 100%;
  }
  ._2cols .columnLanding_link .columnLanding_linkCopy {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 64em) {
  .columnLanding_link {
    /*content:"1024px";*/
  }
  ._3cols .columnLanding_link, ._4cols .columnLanding_link {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  ._3cols .columnLanding_link:after, ._4cols .columnLanding_link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 69, 137, 0.75);
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
  }
  ._3cols .columnLanding_link:hover:after, ._3cols .columnLanding_link:active:after, ._3cols .columnLanding_link:focus:after, ._4cols .columnLanding_link:hover:after, ._4cols .columnLanding_link:active:after, ._4cols .columnLanding_link:focus:after {
    opacity: 1;
  }
  ._3cols .columnLanding_link:hover .columnLanding_learnMore, ._3cols .columnLanding_link:active .columnLanding_learnMore, ._3cols .columnLanding_link:focus .columnLanding_learnMore, ._4cols .columnLanding_link:hover .columnLanding_learnMore, ._4cols .columnLanding_link:active .columnLanding_learnMore, ._4cols .columnLanding_link:focus .columnLanding_learnMore {
    background-color: #f2bb0d;
    color: #004589;
  }
  ._3cols .columnLanding_link .columnLanding_linkCopy, ._4cols .columnLanding_link .columnLanding_linkCopy {
    position: absolute;
    z-index: 3;
    bottom: 3.75rem;
    width: 100%;
  }
  ._3cols .columnLanding_link .columnLanding_linkCopy, ._4cols .columnLanding_link .columnLanding_linkCopy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 80em) {
  .columnLanding_link {
    /*content:"1280px";*/
  }
  ._3cols .columnLanding_link .columnLanding_linkCopy, ._4cols .columnLanding_link .columnLanding_linkCopy {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.columnLanding_link h2 {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #f2bb0d;
  text-transform: uppercase;
  position: relative;
  padding-right: 1.875rem;
}
.columnLanding_link h2:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #f2bb0d;
  transform: rotate(45deg) skew(6deg, 6deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 1rem;
  transition: border-color ease-in 0.2s;
}
@media (min-width: 50em) {
  .columnLanding_link h2 {
    /*content:"800px";*/
  }
  ._2cols .columnLanding_link h2 {
    font-size: 1.25rem;
    padding-right: 0;
  }
  ._2cols .columnLanding_link h2:after {
    display: none;
  }
}
@media (min-width: 64em) {
  .columnLanding_link h2 {
    /*content:"1024px";*/
  }
  ._3cols .columnLanding_link h2, ._4cols .columnLanding_link h2 {
    font-size: 1.25rem;
    padding-right: 0;
  }
  ._3cols .columnLanding_link h2:after, ._4cols .columnLanding_link h2:after {
    display: none;
  }
}
.columnLanding_link .rte {
  color: #ffffff;
  text-align: center;
  max-width: 17.1875rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.75em) {
  .columnLanding_link .rte {
    max-width: 31.25rem;
    /*content:"604px";*/
  }
}
.columnLanding_link .rte p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.6;
}
@media (min-width: 50em) {
  .columnLanding_link .columnLanding_shortDesc {
    /*content:"800px";*/
  }
  ._2cols .columnLanding_link .columnLanding_shortDesc {
    display: none;
  }
}
@media (min-width: 64em) {
  .columnLanding_link .columnLanding_shortDesc {
    /*content:"1024px";*/
  }
  ._3cols .columnLanding_link .columnLanding_shortDesc, ._4cols .columnLanding_link .columnLanding_shortDesc {
    display: none;
  }
}
.columnLanding_link .columnLanding_longDesc {
  display: none;
}
@media (min-width: 50em) {
  .columnLanding_link .columnLanding_longDesc {
    /*content:"800px";*/
  }
  ._2cols .columnLanding_link .columnLanding_longDesc {
    display: block;
    min-height: 10.25rem;
  }
}
@media (min-width: 64em) {
  .columnLanding_link .columnLanding_longDesc {
    /*content:"1024px";*/
  }
  ._2cols .columnLanding_link .columnLanding_longDesc {
    min-height: 7.5rem;
  }
  ._3cols .columnLanding_link .columnLanding_longDesc, ._4cols .columnLanding_link .columnLanding_longDesc {
    display: block;
    min-height: 13.125rem;
  }
}
@media (min-width: 80em) {
  .columnLanding_link .columnLanding_longDesc {
    /*content:"1280px";*/
  }
  ._2cols .columnLanding_link .columnLanding_longDesc {
    min-height: 5rem;
  }
  ._3cols .columnLanding_link .columnLanding_longDesc, ._4cols .columnLanding_link .columnLanding_longDesc {
    min-height: 11.875rem;
  }
}
@media (min-width: 90em) {
  .columnLanding_link .columnLanding_longDesc {
    /*content:"1440px";*/
  }
  ._3cols .columnLanding_link .columnLanding_longDesc, ._4cols .columnLanding_link .columnLanding_longDesc {
    min-height: 10rem;
  }
}

.columnLanding_learnMore {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: #f2bb0d;
}
@media (min-width: 50em) {
  .columnLanding_learnMore {
    /*content:"800px";*/
  }
  ._2cols .columnLanding_learnMore {
    display: inline-block;
    line-height: 1;
    color: #ffffff;
    margin-top: 2.375rem;
    padding: 0.625rem 1.375rem;
    background-color: transparent;
    border: 0.1875rem solid #f2bb0d;
    border-radius: 1.25rem;
    transition: background-color ease-in 0.2s, color ease-in 0.2s;
    position: relative;
  }
  ._2cols .columnLanding_learnMore:before {
    content: "⋅\a⋅\a⋅";
    white-space: pre;
    color: #ffffff;
    line-height: 0.75;
    display: block;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 64em) {
  .columnLanding_learnMore {
    /*content:"1024px";*/
  }
  ._3cols .columnLanding_learnMore, ._4cols .columnLanding_learnMore {
    display: inline-block;
    line-height: 1;
    color: #ffffff;
    margin-top: 2.375rem;
    padding: 0.625rem 1.375rem;
    background-color: transparent;
    border: 0.1875rem solid #f2bb0d;
    border-radius: 1.25rem;
    transition: background-color ease-in 0.2s, color ease-in 0.2s;
    position: relative;
  }
  ._3cols .columnLanding_learnMore:before, ._4cols .columnLanding_learnMore:before {
    content: "⋅\a⋅\a⋅";
    white-space: pre;
    color: #ffffff;
    line-height: 0.75;
    display: block;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.generalContent {
  padding: 3.125rem 1.5625rem;
}
.generalContent > * {
  margin-top: 0;
}
@media (min-width: 50em) {
  .generalContent {
    padding: 4.375rem 5rem;
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 64em) {
  .twoColumnImg {
    display: flex;
    /*content:"1024px";*/
  }
}

.twoColumnImg_copy {
  padding: 2.5rem 1.5625rem;
}
@media (min-width: 64em) {
  .twoColumnImg_copy {
    flex: 0 1 auto;
    width: 50%;
    display: flex;
    align-items: center;
    min-height: 50rem;
    padding: 3.75rem 4.75rem 3.75rem 5.125rem;
    /*content:"1024px";*/
  }
  ._left .twoColumnImg_copy {
    order: 2;
  }
  ._right .twoColumnImg_copy {
    order: 1;
  }
}
@media (min-width: 90em) {
  .twoColumnImg_copy {
    /*content:"1440px";*/
  }
  ._left .twoColumnImg_copy {
    padding-right: calc((100vw - 1440px) / 2 + 82px);
  }
  ._right .twoColumnImg_copy {
    padding-left: calc((100vw - 1440px) / 2 + 82px);
  }
}
.twoColumnImg_copy article:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}
@media (min-width: 64em) {
  .twoColumnImg_copy article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*content:"1024px";*/
  }
}
.twoColumnImg_copy .btn, .twoColumnImg_copy .mfp-bottom-bar a, .mfp-bottom-bar .twoColumnImg_copy a, .twoColumnImg_copy ._big .news_more, ._big .twoColumnImg_copy .news_more {
  margin-top: 1.25rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.twoColumnImg_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.75rem;
  padding: 3.125rem 1.5625rem;
  display: flex;
  align-items: flex-end;
}
.twoColumnImg_img h2 {
  font-size: 2.25rem;
  color: #0070ba;
  margin: 0;
}
.twoColumnImg_img h2:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}
@media (min-width: 50em) {
  .twoColumnImg_img h2 {
    font-size: 2.625rem;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .twoColumnImg_img h2 {
    font-size: 3.75rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 64em) {
  .twoColumnImg_img {
    display: block;
    flex: 0 1 auto;
    width: 50%;
    padding: 4.375rem 2.5rem;
    /*content:"1024px";*/
  }
  ._left .twoColumnImg_img {
    order: 1;
  }
  ._right .twoColumnImg_img {
    order: 2;
  }
}
@media (min-width: 64em) {
  .twoColumnImg_img {
    padding: 5.625rem 5rem;
    /*content:"1024px";*/
  }
}
.twoColumnImg_img._white h2 {
  color: #ffffff;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.contentBreak {
  background-repeat: no-repeat;
  background-position: -9999rem -9999rem;
  background-color: #ffffff;
}
@media (min-width: 50em) {
  .contentBreak {
    background-position: 40% center;
    background-size: cover;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .contentBreak {
    background-position: center center;
    /*content:"1024px";*/
  }
}

.contentBreak_copy {
  padding: 2.5rem 1.5625rem;
}
@media (min-width: 50em) {
  .contentBreak_copy {
    max-width: 50%;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .contentBreak_copy {
    max-width: 50%;
    padding: 3.8125rem 3.125rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .contentBreak_copy {
    padding: 7.625rem 5.125rem;
    /*content:"1280px";*/
  }
}
.contentBreak_copy h2.h1 {
  font-size: 2.25rem;
  color: #0070ba;
}
.contentBreak_copy h2.h1:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}
@media (min-width: 50em) {
  .contentBreak_copy h2.h1 {
    font-size: 2.625rem;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .contentBreak_copy h2.h1 {
    font-size: 3.75rem;
    /*content:"1280px";*/
  }
}
/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.flexContent {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 1.5625rem;
}
@media (min-width: 50em) {
  .flexContent {
    padding: 7.5rem 3.125rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .flexContent {
    padding: 7.5rem 5.125rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .flexContent {
    padding: 7.5rem 10rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 90em) {
  .flexContent {
    padding: 7.5rem 12.5rem;
    /*content:"1440px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.videoGallery {
  position: relative;
}

.videoGallery_main {
  position: relative;
}
.videoGallery_main .slick-track {
  display: flex !important;
}
.videoGallery_main .slick-slide {
  height: inherit !important;
}
.videoGallery_main .slick-slide > div {
  height: 100%;
}
.videoGallery_main .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 3.5rem;
  background: none;
  border: 0;
  border-color: #ffffff;
  border-style: solid;
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s ease-in-out;
}
.videoGallery_main .slick-arrow.slick-prev {
  left: 1.5625rem;
  border-width: 0.125rem 0 0 0.125rem;
  transform: rotate(-45deg) skew(-10deg, -10deg);
}
.videoGallery_main .slick-arrow.slick-next {
  right: 1.5625rem;
  border-width: 0.125rem 0.125rem 0 0;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.videoGallery_main .slick-arrow:hover, .videoGallery_main .slick-arrow:focus, .videoGallery_main .slick-arrow:active {
  border-color: #f2bb0d;
}
@media (min-width: 50em) {
  .videoGallery_main .slick-arrow {
    bottom: 50%;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .videoGallery_main .slick-arrow {
    width: 3.5rem;
    height: 3.5rem;
    /*content:"1024px";*/
  }
  .videoGallery_main .slick-arrow.slick-prev {
    left: 2.5rem;
    border-width: 0.1875rem 0 0 0.1875rem;
  }
  .videoGallery_main .slick-arrow.slick-next {
    right: 2.5rem;
    border-width: 0.1875rem 0.1875rem 0 0;
  }
}

.videoGallery_item {
  padding: 4.125rem 1.5625rem 10rem;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #004589;
}
@media (min-width: 50em) {
  .videoGallery_item {
    padding: 8.625rem 5.125rem;
    min-height: 37.5rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .videoGallery_item {
    padding: 8.625rem 6.875rem;
    min-height: 50rem;
    /*content:"1024px";*/
  }
}

.videoGallery_desc {
  position: relative;
  z-index: 10;
}
.videoGallery_desc .rte * {
  color: #ffffff;
}
@media (min-width: 64em) {
  .videoGallery_desc {
    width: calc(50% - 46px);
    /*content:"1024px";*/
  }
}

.videoGallery_title {
  color: #ffffff;
}
.videoGallery_title:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}

.videoGallery_nav {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  padding: 0 1.5625rem;
}
@media (min-width: 64em) {
  .videoGallery_nav {
    bottom: 2rem;
    /*content:"1024px";*/
  }
}
.videoGallery_nav .slick-list {
  width: 100%;
  padding: 0 !important;
  max-width: 46.5rem;
  margin: 0 auto;
}
.videoGallery_nav._scroll .slick-track .slick-slide div {
  padding-left: 4.125rem;
  padding-top: 1.125rem;
  transition: padding 0.25s ease-in-out;
}
.videoGallery_nav._scroll .slick-track .slick-slide.slick-center div {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.videoGallery_nav._scroll .slick-track .slick-slide.slick-center + .slick-slide div {
  padding-left: 0;
  padding-right: 4.125rem;
}
.videoGallery_nav._noScroll .slick-track {
  transform: none !important;
}
.videoGallery_nav._noScroll .slick-track .slick-slide div {
  padding-left: 0;
  padding-right: 4.125rem;
  padding-top: 1.125rem;
  transition: padding 0.25s ease-in-out, left 0.25s ease-in-out;
  position: relative;
  left: 0;
}
.videoGallery_nav._noScroll .slick-track .slick-slide:first-child:not(.slick-current) div {
  left: 2.0625rem;
}
.videoGallery_nav._noScroll .slick-track .slick-slide + .slick-slide + .slick-current div {
  left: -2.0625rem;
}
.videoGallery_nav._noScroll .slick-track .slick-slide.slick-current div {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.videoGallery_nav._noScroll .slick-track .slick-slide.slick-current + .slick-slide + .slick-slide div {
  left: -2.0625rem;
}
.videoGallery_nav .slick-dots {
  text-align: center;
}
.videoGallery_nav .slick-dots li {
  display: inline-block;
}

.videoGallery_navItem {
  width: 100%;
  height: 0;
  padding-bottom: 51.35%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0.125rem 0 0;
  background-size: cover;
  background-position: center center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 2000px;
  cursor: pointer;
  transition: border 0.25s ease-in-out, margin 0.25s ease-in-out;
}
.slick-current .videoGallery_navItem {
  border: 3px solid #ffffff;
  margin: 0;
}

.videoGallery_modal {
  display: none;
  position: fixed;
  z-index: -100;
  opacity: 0;
  background-color: rgba(0, 69, 137, 0.9);
  transition: opacity 0.25s ease-in-out;
}
.videoGallery_modal.open {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 1;
}

.videoGallery_modalInner {
  max-width: 67.1875rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 37.75em) {
  .videoGallery_modalInner {
    margin-top: 4.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    /*content:"604px";*/
  }
}
.mobile.landscape .videoGallery_modalInner {
  margin-top: 0.375rem !important;
}

.close_button {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 10;
  top: -2.5rem;
  right: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.close_button:before, .close_button:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.375rem;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 15px);
  transform-origin: center center;
}
.close_button:before {
  transform: rotate(45deg);
}
.close_button:after {
  transform: rotate(-45deg);
}
@media (min-width: 37.75em) {
  .close_button {
    width: 4.25rem;
    height: 4.25rem;
    top: -3.5rem;
    /*content:"604px";*/
  }
  .close_button:before, .close_button:after {
    width: 2.75rem;
    left: calc(50% - 22px);
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 50em) {
  .stackedCta {
    display: flex;
    align-items: center;
    /*content:"800px";*/
  }
}

.stackedCta_copy {
  padding: 3.125rem 1.5625rem;
}
@media (min-width: 50em) {
  .stackedCta_copy {
    flex: 0 1 auto;
    width: 50%;
    order: 2;
    padding: 6.25rem 4.75rem;
    /*content:"800px";*/
  }
}
@media (min-width: 90em) {
  .stackedCta_copy {
    max-width: 37.125rem;
    /*content:"1440px";*/
  }
}
.stackedCta_copy h2 {
  color: #0070ba;
}
.stackedCta_copy h2:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}

.stackedCta_ctas {
  background-color: #004589;
}
@media (min-width: 50em) {
  .stackedCta_ctas {
    flex: 0 1 auto;
    width: 50%;
    order: 1;
    /*content:"800px";*/
  }
}

.stackedCta_cta {
  padding: 3.125rem 1.5625rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #004589;
}
@media (min-width: 50em) {
  .stackedCta_cta {
    padding: 0 2.25rem;
    min-height: 16.75rem;
    /*content:"800px";*/
  }
  .stackedCta_cta:hover .stackedCta_ctaCopy h3, .stackedCta_cta:active .stackedCta_ctaCopy h3, .stackedCta_cta:focus .stackedCta_ctaCopy h3 {
    opacity: 0;
  }
  .stackedCta_cta:hover .stackedCta_ctaCopy .stackedCta_desc, .stackedCta_cta:active .stackedCta_ctaCopy .stackedCta_desc, .stackedCta_cta:focus .stackedCta_ctaCopy .stackedCta_desc {
    opacity: 1;
  }
}
@media (min-width: 64em) {
  .stackedCta_cta {
    padding: 0 4.125rem;
    /*content:"1024px";*/
  }
}

.stackedCta_ctaCopy {
  position: relative;
  z-index: 10;
}
@media (min-width: 50em) {
  .stackedCta_ctaCopy {
    min-height: 16.75rem;
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
    /*content:"800px";*/
  }
}
.stackedCta_ctaCopy h3 {
  color: #f2bb0d;
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1.25;
  text-indent: -3.125rem;
  padding-left: 3.125rem;
}
.stackedCta_ctaCopy h3:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2.1875rem;
  height: 2.1875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/Content/img/icon-alerts-mobile-phone.png");
  margin-right: 0.9375rem;
}
.LocationPin .stackedCta_ctaCopy h3:before {
  background-image: url("/Content/img/icon-alerts-map-pin.png");
}
@media (min-width: 50em) {
  .stackedCta_ctaCopy h3 {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .stackedCta_ctaCopy h3 {
    margin-left: 3.125rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 90em) {
  .stackedCta_ctaCopy h3 {
    margin-left: 6.25rem;
    /*content:"1440px";*/
  }
}
.stackedCta_ctaCopy p {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 50em) {
  .stackedCta_desc {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    width: 100%;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    /*content:"800px";*/
  }
  .stackedCta_desc p {
    text-align: left;
  }
  .stackedCta_desc p.adjust {
    width: 50%;
    float: left;
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.twoColumnDetail {
  min-height: calc(100vh - 80px - 60px);
}
@media (min-width: 50em) {
  .twoColumnDetail {
    display: flex;
    min-height: calc(100vh - 62px);
    /*content:"800px";*/
  }
}

.twoColumnDetail_copy {
  padding: 3.75rem 1.5625rem;
}
@media (min-width: 50em) {
  .twoColumnDetail_copy {
    order: 2;
    flex: 0 1 auto;
    width: 50%;
    padding-top: 6rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .twoColumnDetail_copy {
    padding-top: 7rem;
    padding-left: 4.75rem;
    padding-right: 5.125rem;
    min-height: 50rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 90em) {
  .twoColumnDetail_copy {
    padding-right: calc((100vw - 1440px) / 2 + 82px);
    /*content:"1440px";*/
  }
}
@media (min-width: 64em) {
  .twoColumnDetail_copy article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*content:"1024px";*/
  }
}
.twoColumnDetail_copy h2 {
  text-transform: uppercase;
}
.twoColumnDetail_copy .btn, .twoColumnDetail_copy .mfp-bottom-bar a, .mfp-bottom-bar .twoColumnDetail_copy a, .twoColumnDetail_copy ._big .news_more, ._big .twoColumnDetail_copy .news_more {
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
}
.twoColumnDetail_copy .backlink {
  display: block;
}

.twoColumnDetail_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 15.625rem;
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 30em) {
  .twoColumnDetail_img {
    min-height: 18.75rem;
    /*content:"480px";*/
  }
}
@media (min-width: 37.75em) {
  .twoColumnDetail_img {
    min-height: 31.25rem;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .twoColumnDetail_img {
    order: 1;
    flex: 0 1 auto;
    width: 50%;
    padding-top: 6rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .twoColumnDetail_img {
    padding-top: 2.5rem;
    text-align: left;
    padding-left: 2rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .twoColumnDetail_img {
    padding-left: 4rem;
    /*content:"1280px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.infographic {
  background-color: #004589;
  padding: 3.75rem 1.5625rem;
}
@media (min-width: 30em) {
  .infographic {
    padding: 0;
    /*content:"480px";*/
  }
}
@media (min-width: 64em) {
  .infographic {
    display: flex;
    justify-content: space-between;
    /*content:"1024px";*/
  }
}
@media (min-width: 90em) {
  .infographic {
    justify-content: flex-start;
    /*content:"1440px";*/
  }
}

.infographic_copy {
  padding-bottom: 3.125rem;
  color: #ffffff;
}
@media (min-width: 30em) {
  .infographic_copy {
    padding: 3.75rem 1.5625rem;
    /*content:"480px";*/
  }
}
@media (min-width: 64em) {
  .infographic_copy {
    flex: 0 1 auto;
    width: calc(100% - 620px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .infographic_copy {
    width: 50%;
    padding-left: 5.125rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 64em) {
  .infographic_copy .rte {
    max-width: 32.375rem;
    margin-left: auto;
    margin-right: auto;
    /*content:"1024px";*/
  }
}
.infographic_copy .rte > * {
  color: #ffffff;
}

.infographic_title {
  color: #ffffff;
}
.infographic_title:before {
  content: "";
  display: block;
  width: 5.125rem;
  height: 0.25rem;
  background-color: #f2bb0d;
  margin-bottom: 1.75rem;
}

.infographic_graphic {
  padding-top: 100%;
  background-image: url("/Content/img/infographic.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (min-width: 30em) {
  .infographic_graphic {
    padding: 28.375rem 1.5625rem 3.75rem;
    background-size: 28.375rem 28.375rem;
    /*content:"480px";*/
  }
}
@media (min-width: 50em) {
  .infographic_graphic {
    position: relative;
    background-position: center 5rem;
    min-height: 37.5rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .infographic_graphic {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    width: 38.75rem;
    margin-top: 1.25rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .infographic_graphic {
    width: auto;
    min-width: 38.75rem;
    min-height: 50rem;
    margin-top: 0;
    padding: 0;
    background-position: center center;
    /*content:"1280px";*/
  }
}
@media (min-width: 90em) {
  .infographic_graphic {
    min-width: 46.875rem;
    /*content:"1440px";*/
  }
}

.infographic_info {
  background-color: #f2bb0d;
  padding: 1.375rem 1.5625rem 0.4375rem;
  max-width: 34.375rem;
  margin-left: auto;
  margin-right: auto;
}
.infographic_info:first-child {
  position: relative;
  margin-top: 0.5rem;
}
.infographic_info:first-child:before {
  content: "";
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 0 0;
  width: 0;
  height: 0;
  display: inline-block;
  border-bottom-color: #f2bb0d;
  border-width: 0 15px 13px 15px;
  position: absolute;
  left: calc(50% - 15px);
  top: -0.75rem;
}
.infographic_info:last-child {
  padding-bottom: 1.75rem;
}
.infographic_info h4 {
  color: #004589;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 50em) {
  .infographic_info h4 {
    display: none;
    /*content:"800px";*/
  }
}
.infographic_info p {
  color: #202020;
  font-style: italic;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.33333;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .infographic_info p {
    text-align: center;
    /*content:"800px";*/
  }
}
@media (min-width: 50em) {
  .infographic_info {
    position: absolute;
    z-index: 1;
    width: 15.125rem;
    padding: 1.375rem 1.5625rem;
    /*content:"800px";*/
  }
  .infographic_info:first-child {
    position: absolute;
    top: 0;
    left: calc(50% - 121px);
    margin: 0;
  }
  .infographic_info:first-child:before {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    width: 0;
    height: 0;
    display: inline-block;
    border-top-color: #f2bb0d;
    border-width: 13px 15px 0 15px;
    top: auto;
    bottom: -0.75rem;
  }
  .infographic_info:nth-child(2) {
    right: calc(50% + 50px);
    min-height: 7.5rem;
  }
  .infographic_info:nth-child(2):before {
    content: "";
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom-color: #f2bb0d;
    border-width: 0 15px 13px 15px;
    position: absolute;
    right: 1.125rem;
    top: -0.75rem;
  }
  .infographic_info:last-child {
    left: calc(50% + 50px);
    min-height: 7.5rem;
    padding-bottom: 1.375rem;
  }
  .infographic_info:last-child:before {
    content: "";
    display: block;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom-color: #f2bb0d;
    border-width: 0 15px 13px 15px;
    position: absolute;
    left: 1.125rem;
    top: -0.75rem;
  }
}
@media (min-width: 80em) {
  .infographic_info {
    /*content:"1280px";*/
  }
  .infographic_info:first-child {
    top: 4.0625rem;
  }
  .infographic_info:nth-child(2), .infographic_info:last-child {
    bottom: 6.875rem;
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.contactInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 50em) {
  .contactInfo {
    min-height: 100vh;
    /*content:"800px";*/
  }
}

.contactInfo_address {
  flex: 0 1 auto;
  display: block;
  width: 100%;
  padding: 2.5rem 1.5625rem;
  background-color: #004589;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
}
.contactInfo_address:nth-child(2), .contactInfo_address:nth-child(4) {
  background-color: #0070ba;
}
@media (min-width: 50em) {
  .contactInfo_address {
    width: 50%;
    padding: 7.5rem 3.125rem 3.125rem;
    /*content:"800px";*/
  }
  .contactInfo_address:nth-child(3) {
    background-color: #0070ba;
  }
  .contactInfo_address:nth-child(4) {
    background-color: #004589;
  }
}
@media (min-width: 64em) {
  .contactInfo_address {
    padding: 8.125rem 3.4375rem 3.125rem 9.5rem;
    /*content:"1024px";*/
  }
}

.contactInfo_title {
  background-image: url("/Content/img/icon-alerts-map-pin.png");
  background-repeat: no-repeat;
  background-size: 2.3125rem 2.3125rem;
  background-position: top left;
  padding-top: 3.125rem;
  color: #ffffff;
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75rem;
  line-height: 1.1;
}
@media (min-width: 64em) {
  .contactInfo_title {
    margin-left: -4.375rem;
    padding-left: 4.375rem;
    padding-top: 0.75rem;
    background-size: 3rem 3rem;
    min-height: 3rem;
    /*content:"1024px";*/
  }
}

.contactInfo_subTitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.5;
}

.contactInfo_phone {
  text-decoration: none;
  color: #ffffff;
}
.contactInfo_phone + .contactInfo_phone:before {
  content: "|";
  display: inline-block;
  padding: 0 0.625rem 0 0.3125rem;
}
.contactInfo_phone:hover, .contactInfo_phone:active, .contactInfo_phone:focus {
  color: #f2bb0d;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.formPage {
  min-height: calc(100vh - 80px - 62px);
}
@media (min-width: 50em) {
  .formPage {
    min-height: calc(100vh - 65px);
    /*content:"800px";*/
  }
}
.formPage .banner {
  padding: 2.25rem 1.5625rem;
}
.formPage .banner .banner_copy {
  text-align: center;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.formPage .banner .banner_copy .rte {
  max-width: 100%;
}
.formPage .banner .banner_title:before {
  display: none;
}

.formPage_formWrap {
  margin: 0 1.5625rem 1.75rem;
  border: 0.0625rem solid #a4a5a8;
  padding: 1.625rem 1.125rem 2.625rem;
  overflow: hidden;
}
@media (min-width: 64em) {
  .formPage_formWrap {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .formPage_formWrap {
    max-width: 69.875rem;
    /*content:"1280px";*/
  }
}

@media (min-width: 50em) {
  .formPage_form {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.joinUs {
  display: none;
  position: fixed;
  z-index: -100;
  opacity: 0;
  background-color: rgba(0, 69, 137, 0.9);
  transition: opacity 0.25s ease-in-out;
}
.joinUs.open {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 1;
}

.joinUs_modal {
  max-width: 64.6875rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
@media (min-width: 37.75em) {
  .joinUs_modal {
    top: calc(50% - 40px);
    transform: translateY(-50%);
    margin-top: 4.25rem;
    /*content:"604px";*/
  }
}
@media (min-width: 80em) {
  .joinUs_modal {
    max-width: 73.75rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 90em) {
  .joinUs_modal {
    max-width: 80rem;
    /*content:"1440px";*/
  }
}
.joinUs_modal .close_button {
  top: 0;
  background-color: #0070ba;
}
@media (min-width: 50em) {
  .joinUs_modal .close_button {
    top: -4.25rem;
    background-color: transparent;
    /*content:"800px";*/
  }
}

.joinUs_content {
  background-color: #ffffff;
  padding: 2.5rem;
  max-height: 100vh;
  overflow: auto;
}
@media (min-width: 50em) {
  .joinUs_content {
    display: flex;
    flex-wrap: wrap;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .joinUs_content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    /*content:"1280px";*/
  }
}

.joinUs_column {
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid #f2bb0d;
  margin-bottom: 2.5rem;
}
.joinUs_column:last-child {
  border-bottom: 0;
}
@media (min-width: 50em) {
  .joinUs_column {
    flex: 0 1 auto;
    width: 50%;
    padding: 2.5rem;
    margin-bottom: 0;
    /*content:"800px";*/
  }
  .joinUs_column:first-child {
    border-right: 0.125rem solid #f2bb0d;
  }
  .joinUs_column:nth-child(3) {
    border-bottom: 0;
    border-right: 0.125rem solid #f2bb0d;
  }
}
@media (min-width: 80em) {
  .joinUs_column {
    width: 25%;
    padding-bottom: 7.5rem;
    border-bottom: 0;
    border-right: 0.125rem solid #f2bb0d;
    position: relative;
    /*content:"1280px";*/
  }
  .joinUs_column:last-child {
    border-right: 0;
  }
  .joinUs_column h3 {
    text-align: center;
  }
}

.joinUs_links {
  text-align: center;
}
@media (min-width: 80em) {
  .joinUs_links {
    position: absolute;
    left: 0;
    bottom: 2.5rem;
    width: 100%;
    /*content:"1280px";*/
  }
}

.joinUs_learnMore {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-top: 0.625rem;
}
.joinUs_learnMore:hover, .joinUs_learnMore:focus, .joinUs_learnMore:active {
  color: #f2bb0d;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.blogForms {
  background-color: #0070ba;
  padding: 1.5rem 1.5625rem;
}
@media (min-width: 50em) {
  .blogForms {
    display: flex;
    align-items: flex-end;
    padding: 1.25rem 2.75rem 1.875rem;
    /*content:"800px";*/
  }
}
@media (min-width: 90em) {
  .blogForms {
    padding-right: calc(100vw - 100px - 1282px);
    /*content:"1440px";*/
  }
}

.blogForm {
  margin-bottom: 1.875rem;
}
.blogForm:last-child {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .blogForm {
    flex: 0 1 auto;
    width: 50%;
    margin-bottom: 0;
    padding: 0 2.375rem;
    /*content:"800px";*/
  }
}
.blogForm h3 {
  text-transform: none;
  color: #ffffff;
}
.blogForm h3.blogForm_error {
  color: #f2bb0d;
}
.blogForm input[type=text],
.blogForm input[type=email],
.blogForm input[type=search] {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
  background-color: #ffffff;
  border: 0.125rem solid #a4a5a8;
  margin-bottom: 0.9375rem;
}
.blogForm input[type=text]::placeholder,
.blogForm input[type=email]::placeholder,
.blogForm input[type=search]::placeholder {
  color: #202020;
}
@media (min-width: 30em) {
  .blogForm input[type=text],
  .blogForm input[type=email],
  .blogForm input[type=search] {
    display: inline-block;
    max-width: calc(100% - 130px);
    margin-right: 1rem;
    margin-bottom: 0;
    /*content:"480px";*/
  }
}
@media (min-width: 64em) {
  .blogForm input[type=text],
  .blogForm input[type=email],
  .blogForm input[type=search] {
    max-width: 12.75rem;
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .blogForm input[type=text],
  .blogForm input[type=email],
  .blogForm input[type=search] {
    max-width: 20rem;
    margin-right: 1.5625rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 90em) {
  .blogForm input[type=text],
  .blogForm input[type=email],
  .blogForm input[type=search] {
    max-width: 23.75rem;
    /*content:"1440px";*/
  }
}
.blogForm button {
  vertical-align: middle;
}

@media (min-width: 50em) {
  .blogForm_message {
    min-height: 5.75rem;
    padding-top: 3.3125rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .blogForm_message {
    min-height: 6.0625rem;
    padding-top: 3.4375rem;
    /*content:"1024px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.blogCategories, .blogTags {
  padding: 1.875rem 1.5625rem 1.25rem;
  max-width: 85.25rem;
}
@media (min-width: 50em) {
  .blogCategories, .blogTags {
    padding: 2.375rem 5.125rem 1.875rem;
    /*content:"800px";*/
  }
}

.blogCategories + .blogTags {
  padding-top: 0;
}
@media (min-width: 50em) {
  .blogCategories + .blogTags {
    padding-top: 0;
    /*content:"800px";*/
  }
}

.blogCategories_title, .blogTags_title {
  color: #004589;
}

.blogCategories_list, .blogTags_list {
  padding: 0;
  margin: 1.875rem 0 0;
}

.blogCategories_item {
  display: inline-block;
  padding: 0 1rem 0 0;
  border-right: 0.125rem solid #d1d2d3;
  margin: 0 0.75rem 0.5rem 0;
}
.blogCategories_item:last-child {
  border-right: 0;
}

.blogTags_item {
  display: inline-block;
  padding: 0;
  margin: 0 0 0.625rem 0;
}

.blogCategories_link, .blogTags_link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
}
.blogCategories_link:hover, .blogCategories_link:focus, .blogCategories_link:active, .blogTags_link:hover, .blogTags_link:focus, .blogTags_link:active {
  text-decoration: underline;
}

.blogTags_link:after {
  content: ",";
  display: inline;
}
.blogTags_item:last-child .blogTags_link:after {
  display: none;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.blogListing, .blogResults {
  padding: 1.875rem 1.5625rem;
  max-width: 85.25rem;
}
@media (min-width: 50em) {
  .blogListing, .blogResults {
    padding: 3rem 5.125rem;
    /*content:"800px";*/
  }
}
.blogListing._related, .blogResults._related {
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5625rem;
  border-top: 0.1875rem solid #d1d2d3;
}
@media (min-width: 50em) {
  .blogListing._related, .blogResults._related {
    margin: 0 5.125rem;
    /*content:"800px";*/
  }
}

@media (min-width: 37.75em) {
  .blogListing_list._secondary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    /*content:"604px";*/
  }
}

.blogListing_post {
  padding: 0 0 1.25rem;
  border-bottom: 0.125rem solid #d1d2d3;
  margin-bottom: 1.875rem;
}
@media (min-width: 37.75em) {
  ._primary .blogListing_post {
    display: flex;
    /*content:"604px";*/
  }
}
._secondary .blogListing_post:last-child {
  border-bottom: 0;
}
@media (min-width: 37.75em) {
  ._secondary .blogListing_post {
    flex: 0 1 auto;
    width: 50%;
    padding: 0.625rem 1rem;
    border-bottom: 0;
    /*content:"604px";*/
  }
}
@media (min-width: 64em) {
  ._secondary .blogListing_post {
    width: 33.33333%;
    /*content:"1024px";*/
  }
}

.blogListing_wrapLink {
  text-decoration: none;
}
@media (min-width: 30em) {
  ._search .blogListing_wrapLink {
    display: flex;
    /*content:"480px";*/
  }
}
._search .blogListing_wrapLink:hover .blogListing_title, ._search .blogListing_wrapLink:active .blogListing_title, ._search .blogListing_wrapLink:focus .blogListing_title {
  color: #004589;
  text-decoration: underline;
}

.blogListing_img {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  margin-bottom: 1.25rem;
  background-image: url("/Content/img/img-blog-placeholder.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #004589;
}
@media (min-width: 37.75em) {
  ._primary .blogListing_img {
    flex: 0 1 auto;
    width: 50%;
    padding-bottom: 30%;
    margin-right: 1rem;
    /*content:"604px";*/
  }
}
@media (min-width: 30em) {
  ._search .blogListing_img {
    flex: 0 1 auto;
    width: 33.33333%;
    padding-bottom: 27.54167%;
    margin-right: 1rem;
    /*content:"480px";*/
  }
}
@media (min-width: 64em) {
  ._search .blogListing_img {
    margin-right: 2.875rem;
    max-width: 14.125rem;
    padding-bottom: 9.375rem;
    /*content:"1024px";*/
  }
}

.blogListing_copy {
  overflow: hidden;
}
@media (min-width: 37.75em) {
  ._primary .blogListing_copy {
    flex: 0 1 auto;
    width: 50%;
    padding-left: 1rem;
    /*content:"604px";*/
  }
}
@media (min-width: 30em) {
  ._search .blogListing_copy {
    flex: 0 1 auto;
    width: 66.66666%;
    /*content:"480px";*/
  }
}
@media (min-width: 64em) {
  ._search .blogListing_copy {
    width: calc(100% - 226px - 46px);
    /*content:"1024px";*/
  }
}
.blogListing_copy .rte {
  color: #000000;
}
.blogListing_copy .rte h1 + br, .blogListing_copy .rte h2 + br, .blogListing_copy .rte h3 + br, .blogListing_copy .rte h4 + br, .blogListing_copy .rte h5 + br, .blogListing_copy .rte h6 + br, .blogListing_copy .rte p + br {
  display: none;
}

.blogListing_title {
  text-transform: none;
}
@media (min-width: 37.75em) {
  .blogListing_title {
    margin-top: 1.25rem;
    /*content:"604px";*/
  }
}
._search .blogListing_title {
  margin-bottom: 0.25rem;
  text-transform: none;
  transition: color 0.25s ease-in-out;
}
@media (min-width: 30em) {
  ._search .blogListing_title {
    margin-top: 0.375rem;
    /*content:"480px";*/
  }
}
@media (min-width: 64em) {
  ._search .blogListing_title {
    margin-top: 0.75rem;
    /*content:"1024px";*/
  }
}
.blogListing_title a {
  color: #0070ba;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.25s ease-in-out;
}
.blogListing_title a:hover, .blogListing_title a:active, .blogListing_title a:focus {
  text-decoration-color: #0070ba;
}
.ie .blogListing_title a {
  text-decoration: none;
}
.ie .blogListing_title a:hover, .ie .blogListing_title a:active, .ie .blogListing_title a:focus {
  text-decoration: underline;
}

.blogListing_date, .blogArticle_date {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  color: #004589;
  margin-bottom: 1.25rem;
}
._search .blogListing_date, ._search .blogArticle_date {
  color: #494949;
  margin-bottom: 0.25rem;
}

@media (min-width: 80em) {
  .blogListing_link {
    float: left;
    /*content:"1280px";*/
  }
}

.blogListing_socials {
  display: none;
}
@media (min-width: 37.75em) {
  .blogListing_socials {
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 0;
    /*content:"604px";*/
  }
}
@media (min-width: 64em) {
  .blogListing_socials {
    /*content:"1024px";*/
  }
}
@media (min-width: 80em) {
  .blogListing_socials {
    float: right;
    margin-top: 0;
    /*content:"1280px";*/
  }
}

.blogListing_social, .blogArticle_social {
  flex: 0 1 auto;
  width: 2.8125rem;
  margin: 0 0.75rem;
  padding: 0;
}
.blogListing_social:first-child, .blogArticle_social:first-child {
  margin-left: 0;
}
.blogListing_social:last-child, .blogArticle_social:last-child {
  margin-right: 0;
}
@media (min-width: 80em) {
  .blogListing_social, .blogArticle_social {
    margin: 0 0.75rem;
    /*content:"1280px";*/
  }
}

.blogListing_socialLink, .blogArticle_socialLink {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}
.svg .blogListing_socialLink._facebook, .svg ._facebook.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-fb.svg");
}
.svg .blogListing_socialLink._twitter, .svg ._twitter.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-tw.svg");
}
.svg .blogListing_socialLink._linkedin, .svg ._linkedin.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-li.svg");
}
.svg .blogListing_socialLink._email, .svg ._email.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-email.svg");
}
.no-svg .blogListing_socialLink._facebook, .no-svg ._facebook.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-fb.png");
}
.no-svg .blogListing_socialLink._twitter, .no-svg ._twitter.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-tw.png");
}
.no-svg .blogListing_socialLink._linkedin, .no-svg ._linkedin.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-li.png");
}
.no-svg .blogListing_socialLink._email, .no-svg ._email.blogArticle_socialLink {
  background-image: url("/Content/img/icon-share-email.png");
}
.ie .blogListing_socialLink, .ie .blogArticle_socialLink {
  background-size: 98% 98%;
}

@supports (-ms-ime-align: auto) {
  .blogListing_socialLink, .blogArticle_socialLink {
    background-size: 98% 98%;
  }
}
.blogResults_term {
  color: #004589;
  font-weight: bold;
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.blogArticle_rte, .blogArticle_meta {
  max-width: 66.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 1.5625rem 0;
}
@media (min-width: 50em) {
  .blogArticle_rte, .blogArticle_meta {
    max-width: 66.875rem;
    padding: 4.25rem 5.125rem 0;
    /*content:"800px";*/
  }
}

.blogArticle_title {
  color: #004589;
  text-transform: none;
  line-height: 1.03;
}
@media (min-width: 50em) {
  .blogArticle_title {
    font-size: 2.875rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .blogArticle_title {
    font-size: 3.75rem;
    /*content:"1024px";*/
  }
}

.blogArticle_date {
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}
@media (min-width: 50em) {
  .blogArticle_date {
    float: left;
    margin-right: 1.875rem;
    font-size: 2.25rem;
    /*content:"800px";*/
  }
}

.blogArticle_content {
  clear: both;
  overflow: hidden;
}
.blogArticle_content blockquote.pullquote {
  border-left: 0;
  border-top: 0.125rem solid #d1d2d3;
  border-bottom: 0.125rem solid #d1d2d3;
  margin: 30px 0;
  padding: 24px 0;
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #0070ba;
  line-height: 1.2;
}
.blogArticle_content blockquote.pullquote p {
  font-family: "Ultramagnetic", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #0070ba;
  line-height: 1.2;
}
.blogArticle_content blockquote.pullquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .blogArticle_content blockquote.pullquote {
    margin: 30px 0;
    padding: 24px 0;
    font-size: 1.5rem;
    /*content:"1024px";*/
  }
  .blogArticle_content blockquote.pullquote p {
    font-size: 24px;
  }
}
.blogArticle_content iframe {
  display: block;
  margin: 1rem auto;
}

.blogArticle_socials {
  display: flex;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 30em) {
  .blogListing .blogArticle_socials {
    float: right;
    margin-top: 0;
    /*content:"480px";*/
  }
}
@media (min-width: 37.75em) {
  .blogListing .blogArticle_socials {
    float: none;
    margin-top: 1.25rem;
    /*content:"604px";*/
  }
}
@media (min-width: 64em) {
  .blogListing .blogArticle_socials {
    float: right;
    margin-top: 0;
    margin-left: 1.25rem;
    /*content:"1024px";*/
  }
}

@media (min-width: 37.75em) {
  .blogArticle_content img[style*="float: right"] {
    margin-left: 2rem !important;
    /*content:"604px";*/
  }
}
@media (min-width: 37.75em) {
  .blogArticle_content img[style*="float: left"] {
    margin-right: 2rem !important;
    /*content:"604px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 50em) {
  .corporateResponsibility .heroBanner .banner_copy {
    float: left;
    width: 50%;
    /*content:"800px";*/
  }
}
.corporateResponsibility .heroBanner.absolute_bg {
  *zoom: 1;
}
.corporateResponsibility .heroBanner.absolute_bg:before, .corporateResponsibility .heroBanner.absolute_bg:after {
  content: "";
  display: table;
}
.corporateResponsibility .heroBanner.absolute_bg:after {
  clear: both;
}
.corporateResponsibility .heroBanner:after {
  overflow: hidden;
  height: 0;
  width: 0;
  position: static;
  padding: 0;
  opacity: 0;
}

.corporateResponsibilityChild .backBtn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
  width: 100%;
  max-width: 25.6875rem;
  padding-left: 1.25rem;
}
@media (min-width: 50em) {
  .corporateResponsibilityChild .backBtn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 50px;
    top: 6px;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .corporateResponsibilityChild .backBtn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 50px;
    top: 6px;
    /*content:"1280px";*/
  }
}
.corporateResponsibilityChild .backBtn._white a {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 50em) {
  .corporateResponsibilityChild .heroBanner .banner_copy {
    float: left;
    width: 50%;
    /*content:"800px";*/
  }
}
.corporateResponsibilityChild .heroBanner .banner_copy .banner_title {
  margin-top: 1.3125rem;
}
@media (min-width: 50em) {
  .corporateResponsibilityChild .heroBanner .banner_copy .banner_title {
    margin-top: 4.375rem;
    /*content:"800px";*/
  }
}
@media (min-width: 80em) {
  .corporateResponsibilityChild .heroBanner .banner_copy .banner_title {
    margin-top: 2.0625rem;
    /*content:"1280px";*/
  }
}
@media (min-width: 50em) {
  .corporateResponsibilityChild .heroBanner .banner_copy .rte {
    width: 100%;
    /*content:"800px";*/
  }
}

.half_banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
}
.half_banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 50em) {
  .half_banner {
    width: 50%;
    /*content:"800px";*/
  }
  .half_banner:after {
    display: none;
  }
}

.snippet_list {
  position: relative;
  z-index: 1;
}
@media (min-width: 50em) {
  .snippet_list {
    padding: 0 2.5rem;
    width: 50%;
    float: left;
    /*content:"800px";*/
  }
}
.snippet_list li {
  position: relative;
  padding: 0 0 3.125rem 0;
}
.snippet_list h2 {
  font-size: 1.875em;
}
@media (min-width: 50em) {
  .alternating_wrap {
    /*content:"800px";*/
  }
}
.alternating_wrap article {
  *zoom: 1;
  padding: 1.875rem;
}
.alternating_wrap article:before, .alternating_wrap article:after {
  content: "";
  display: table;
}
.alternating_wrap article:after {
  clear: both;
}
.alternating_wrap article.blue {
  background-color: #0070ba;
  padding: 2.1875rem 1.875rem;
}
.alternating_wrap article.blue p, .alternating_wrap article.blue h2, .alternating_wrap article.blue h3, .alternating_wrap article.blue h4, .alternating_wrap article.blue h5, .alternating_wrap article.blue h6, .alternating_wrap article.blue li, .alternating_wrap article.blue a {
  color: #ffffff;
}
.alternating_wrap article.blue .btn, .alternating_wrap article.blue .mfp-bottom-bar a, .mfp-bottom-bar .alternating_wrap article.blue a, .alternating_wrap article.blue ._big .news_more, ._big .alternating_wrap article.blue .news_more {
  background-color: #f2bb0d;
  color: #0070ba;
}
.alternating_wrap article.blue .btn:hover, .alternating_wrap article.blue .mfp-bottom-bar a:hover, .mfp-bottom-bar .alternating_wrap article.blue a:hover, .alternating_wrap article.blue ._big .news_more:hover, ._big .alternating_wrap article.blue .news_more:hover {
  background-color: #ffffff;
  color: #0070ba;
  border-color: #ffffff;
}
.alternating_wrap article.blue .btn:hover:after, .alternating_wrap article.blue .mfp-bottom-bar a:hover:after, .mfp-bottom-bar .alternating_wrap article.blue a:hover:after, .alternating_wrap article.blue ._big .news_more:hover:after, ._big .alternating_wrap article.blue .news_more:hover:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #0070ba;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 1.375rem;
  transition: border-color ease-in 0.2s;
}
.alternating_wrap article.left .img_half {
  order: 1;
}
@media (min-width: 50em) {
  .alternating_wrap article.left .img_half {
    width: 41%;
    /*content:"800px";*/
  }
}
.alternating_wrap article.left .text_half {
  order: 2;
}
@media (min-width: 50em) {
  .alternating_wrap article.left .text_half {
    width: 59%;
    padding-left: 7rem;
    /*content:"800px";*/
  }
}
.alternating_wrap article.right .img_half {
  order: 1;
}
@media (min-width: 50em) {
  .alternating_wrap article.right .img_half {
    float: right;
    width: 41%;
    order: 2;
    /*content:"800px";*/
  }
}
.alternating_wrap article.right .text_half {
  order: 2;
}
@media (min-width: 50em) {
  .alternating_wrap article.right .text_half {
    float: left;
    width: 59%;
    padding-right: 7rem;
    order: 1;
    /*content:"800px";*/
  }
}
.alternating_wrap article .inner {
  max-width: 63rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .alternating_wrap article .inner {
    flex-direction: row;
    align-items: center;
    /*content:"800px";*/
  }
}
.alternating_wrap article .img_half {
  margin-bottom: 2.5rem;
}
@media (min-width: 50em) {
  .alternating_wrap article .img_half {
    margin-bottom: 0;
    /*content:"800px";*/
  }
}
.alternating_wrap h2 {
  font-size: 1.25em;
}
@media (min-width: 50em) {
  .alternating_wrap h2 {
    font-size: 1.75em;
    /*content:"800px";*/
  }
}

.text_columns {
  *zoom: 1;
  padding: 2.8125rem 1.875rem;
}
.text_columns:before, .text_columns:after {
  content: "";
  display: table;
}
.text_columns:after {
  clear: both;
}
@media (min-width: 50em) {
  .text_columns {
    padding: 4.6875rem 1.875rem;
    /*content:"800px";*/
  }
}
.text_columns.blue {
  background-color: #0070ba;
  padding: 2.1875rem 1.875rem;
}
@media (min-width: 50em) {
  .text_columns.blue {
    padding: 4.6875rem 1.875rem;
    /*content:"800px";*/
  }
}
.text_columns.blue p, .text_columns.blue h2, .text_columns.blue h3, .text_columns.blue h4, .text_columns.blue h5, .text_columns.blue h6, .text_columns.blue li {
  color: #ffffff;
}
.text_columns.blue p a, .text_columns.blue h2 a, .text_columns.blue h3 a, .text_columns.blue h4 a, .text_columns.blue h5 a, .text_columns.blue h6 a, .text_columns.blue li a {
  color: #ffffff;
  text-decoration: underline;
}
.text_columns.blue p a:hover, .text_columns.blue p a:active, .text_columns.blue h2 a:hover, .text_columns.blue h2 a:active, .text_columns.blue h3 a:hover, .text_columns.blue h3 a:active, .text_columns.blue h4 a:hover, .text_columns.blue h4 a:active, .text_columns.blue h5 a:hover, .text_columns.blue h5 a:active, .text_columns.blue h6 a:hover, .text_columns.blue h6 a:active, .text_columns.blue li a:hover, .text_columns.blue li a:active {
  color: #ffffff;
  text-decoration: none;
}
.text_columns.blue .btn, .text_columns.blue .mfp-bottom-bar a, .mfp-bottom-bar .text_columns.blue a, .text_columns.blue ._big .news_more, ._big .text_columns.blue .news_more {
  background-color: #f2bb0d;
  color: #0070ba;
}
.text_columns.blue .btn:hover, .text_columns.blue .mfp-bottom-bar a:hover, .mfp-bottom-bar .text_columns.blue a:hover, .text_columns.blue ._big .news_more:hover, ._big .text_columns.blue .news_more:hover {
  background-color: #ffffff;
  color: #0070ba;
  border-color: #ffffff;
}
.text_columns.blue .btn:hover:after, .text_columns.blue .mfp-bottom-bar a:hover:after, .mfp-bottom-bar .text_columns.blue a:hover:after, .text_columns.blue ._big .news_more:hover:after, ._big .text_columns.blue .news_more:hover:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #0070ba;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 1.375rem;
  transition: border-color ease-in 0.2s;
}
.text_columns img {
  max-width: 21.5625rem;
  margin: 0 auto 2.5rem;
  display: block;
  width: 86%;
}
.text_columns article {
  padding: 0 0 3.125rem 0;
}
@media (min-width: 50em) {
  .text_columns article {
    float: left;
    width: 50%;
    padding: 0 3.125rem;
    /*content:"800px";*/
  }
  .text_columns article:first-child {
    padding-left: 0;
  }
  .text_columns article:last-child {
    padding-right: 0;
  }
}
.text_columns .inner {
  max-width: 63rem;
  margin: 0 auto;
}
.text_columns h2 {
  font-size: 1.25em;
}
@media (min-width: 50em) {
  .text_columns h2 {
    font-size: 1.75em;
    /*content:"800px";*/
  }
}

.generalContent h2 {
  font-size: 1.25em;
}
@media (min-width: 50em) {
  .generalContent h2 {
    font-size: 1.75em;
    /*content:"800px";*/
  }
}
.generalContent .inner {
  max-width: 63rem;
  margin: 0 auto;
}

.generalContent.rte.blue {
  background-color: #0070ba;
}
.generalContent.rte.blue p, .generalContent.rte.blue h2, .generalContent.rte.blue h3, .generalContent.rte.blue h4, .generalContent.rte.blue h5, .generalContent.rte.blue h6, .generalContent.rte.blue li {
  color: #ffffff;
}
.generalContent.rte.blue p a, .generalContent.rte.blue h2 a, .generalContent.rte.blue h3 a, .generalContent.rte.blue h4 a, .generalContent.rte.blue h5 a, .generalContent.rte.blue h6 a, .generalContent.rte.blue li a {
  color: #ffffff;
  text-decoration: underline;
}
.generalContent.rte.blue p a:hover, .generalContent.rte.blue p a:active, .generalContent.rte.blue h2 a:hover, .generalContent.rte.blue h2 a:active, .generalContent.rte.blue h3 a:hover, .generalContent.rte.blue h3 a:active, .generalContent.rte.blue h4 a:hover, .generalContent.rte.blue h4 a:active, .generalContent.rte.blue h5 a:hover, .generalContent.rte.blue h5 a:active, .generalContent.rte.blue h6 a:hover, .generalContent.rte.blue h6 a:active, .generalContent.rte.blue li a:hover, .generalContent.rte.blue li a:active {
  color: #ffffff;
  text-decoration: none;
}
.generalContent.rte.blue .btn, .generalContent.rte.blue .mfp-bottom-bar a, .mfp-bottom-bar .generalContent.rte.blue a, .generalContent.rte.blue ._big .news_more, ._big .generalContent.rte.blue .news_more, .generalContent.rte.blue a .rte_btn, .generalContent.rte.blue .rte_btn a {
  background-color: #f2bb0d;
  color: #0070ba;
}
.generalContent.rte.blue .btn:hover, .generalContent.rte.blue .mfp-bottom-bar a:hover, .mfp-bottom-bar .generalContent.rte.blue a:hover, .generalContent.rte.blue ._big .news_more:hover, ._big .generalContent.rte.blue .news_more:hover, .generalContent.rte.blue a .rte_btn:hover, .generalContent.rte.blue .rte_btn a:hover {
  background-color: #ffffff;
  color: #0070ba;
  border-color: #ffffff;
}
.generalContent.rte.blue .btn:hover:after, .generalContent.rte.blue .mfp-bottom-bar a:hover:after, .mfp-bottom-bar .generalContent.rte.blue a:hover:after, .generalContent.rte.blue ._big .news_more:hover:after, ._big .generalContent.rte.blue .news_more:hover:after, .generalContent.rte.blue a .rte_btn:hover:after, .generalContent.rte.blue .rte_btn a:hover:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.125rem 0.125rem 0 0;
  border-style: solid;
  border-color: #0070ba;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 1.375rem;
  transition: border-color ease-in 0.2s;
}

.generalContent.rte.has_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  position: relative;
}
.generalContent.rte.has_bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070ba;
  opacity: 0.85;
}
.generalContent.rte.has_bg > * {
  position: relative;
  z-index: 1;
}
.generalContent.rte.has_bg p, .generalContent.rte.has_bg h2, .generalContent.rte.has_bg h3, .generalContent.rte.has_bg h4, .generalContent.rte.has_bg h5, .generalContent.rte.has_bg h6, .generalContent.rte.has_bg li {
  color: #ffffff;
}
.generalContent.rte.has_bg p a, .generalContent.rte.has_bg h2 a, .generalContent.rte.has_bg h3 a, .generalContent.rte.has_bg h4 a, .generalContent.rte.has_bg h5 a, .generalContent.rte.has_bg h6 a, .generalContent.rte.has_bg li a {
  color: #ffffff;
  text-decoration: underline;
}
.generalContent.rte.has_bg p a:hover, .generalContent.rte.has_bg p a:active, .generalContent.rte.has_bg h2 a:hover, .generalContent.rte.has_bg h2 a:active, .generalContent.rte.has_bg h3 a:hover, .generalContent.rte.has_bg h3 a:active, .generalContent.rte.has_bg h4 a:hover, .generalContent.rte.has_bg h4 a:active, .generalContent.rte.has_bg h5 a:hover, .generalContent.rte.has_bg h5 a:active, .generalContent.rte.has_bg h6 a:hover, .generalContent.rte.has_bg h6 a:active, .generalContent.rte.has_bg li a:hover, .generalContent.rte.has_bg li a:active {
  color: #ffffff;
  text-decoration: none;
}
.generalContent.rte.has_bg .btn, .generalContent.rte.has_bg .mfp-bottom-bar a, .mfp-bottom-bar .generalContent.rte.has_bg a, .generalContent.rte.has_bg ._big .news_more, ._big .generalContent.rte.has_bg .news_more {
  background-color: transparent;
  color: #ffffff;
}
.generalContent.rte.has_bg .btn:hover, .generalContent.rte.has_bg .mfp-bottom-bar a:hover, .mfp-bottom-bar .generalContent.rte.has_bg a:hover, .generalContent.rte.has_bg ._big .news_more:hover, ._big .generalContent.rte.has_bg .news_more:hover {
  background-color: #f2bb0d;
  color: #0070ba;
}

.banner.split:before {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 50em) {
  .banner.split:before {
    background: rgba(255, 255, 255, 0.3);
    /*content:"800px";*/
  }
}

/* vars.scss */
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Ultramagnetic;
  src: url("/Content/fonts/ywft-ultramagnetic-bold.woff2") format("woff2"), url("/Content/fonts/ywft-ultramagnetic-bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.modInnerWidth_EXTENDER, .mod_inner {
  max-width: 66.875rem;
  margin-left: auto;
  margin-right: auto;
}

.darkBg_flowType_EXTENDER p, .darkBg_type_ALT_EXTENDER p, .mod_modItem[style*=background-image] p, .darkBg_type_EXTENDER p, .mod_modItem._alternateBg p, .darkBg_flowType_EXTENDER li, .darkBg_type_ALT_EXTENDER li, .mod_modItem[style*=background-image] li, .darkBg_type_EXTENDER li, .mod_modItem._alternateBg li, .darkBg_flowType_EXTENDER blockquote, .darkBg_type_ALT_EXTENDER blockquote, .mod_modItem[style*=background-image] blockquote, .darkBg_type_EXTENDER blockquote, .mod_modItem._alternateBg blockquote, .darkBg_flowType_EXTENDER a, .darkBg_type_ALT_EXTENDER a, .mod_modItem[style*=background-image] a, .darkBg_type_EXTENDER a, .mod_modItem._alternateBg a, .darkBg_flowType_EXTENDER figcaption, .darkBg_type_ALT_EXTENDER figcaption, .mod_modItem[style*=background-image] figcaption, .darkBg_type_EXTENDER figcaption, .mod_modItem._alternateBg figcaption {
  color: #ffffff;
}
.darkBg_flowType_EXTENDER ol li:before, .darkBg_type_ALT_EXTENDER ol li:before, .mod_modItem[style*=background-image] ol li:before, .darkBg_type_EXTENDER ol li:before, .mod_modItem._alternateBg ol li:before {
  color: #ffffff;
}
.darkBg_flowType_EXTENDER ul li:before, .darkBg_type_ALT_EXTENDER ul li:before, .mod_modItem[style*=background-image] ul li:before, .darkBg_type_EXTENDER ul li:before, .mod_modItem._alternateBg ul li:before {
  background-color: #ffffff;
}
.darkBg_flowType_EXTENDER a:hover, .darkBg_type_ALT_EXTENDER a:hover, .mod_modItem[style*=background-image] a:hover, .darkBg_type_EXTENDER a:hover, .mod_modItem._alternateBg a:hover, .darkBg_flowType_EXTENDER a:focus, .darkBg_type_ALT_EXTENDER a:focus, .mod_modItem[style*=background-image] a:focus, .darkBg_type_EXTENDER a:focus, .mod_modItem._alternateBg a:focus {
  text-decoration: none;
  color: #f2bb0d;
}

.darkBg_type_EXTENDER h2, .mod_modItem._alternateBg h2, .darkBg_type_EXTENDER h3, .mod_modItem._alternateBg h3, .darkBg_type_EXTENDER h4, .mod_modItem._alternateBg h4, .darkBg_type_EXTENDER h5, .mod_modItem._alternateBg h5, .darkBg_type_EXTENDER h6, .mod_modItem._alternateBg h6 {
  color: #ffffff;
}

.darkBg_type_ALT_EXTENDER h2, .mod_modItem[style*=background-image] h2, .darkBg_type_ALT_EXTENDER h3, .mod_modItem[style*=background-image] h3, .darkBg_type_ALT_EXTENDER h4, .mod_modItem[style*=background-image] h4, .darkBg_type_ALT_EXTENDER h5, .mod_modItem[style*=background-image] h5, .darkBg_type_ALT_EXTENDER h6, .mod_modItem[style*=background-image] h6 {
  color: #f2bb0d;
}

.mod_inner {
  padding: 0 1.5625rem;
}
@media (min-width: 50em) {
  .mod_inner {
    padding: 0 5.125rem;
    /*content:"800px";*/
  }
}

.blogArticle_rte + .mod_modList {
  margin-top: 3.125rem;
}
@media (min-width: 64em) {
  .blogArticle_rte + .mod_modList {
    margin-top: 8.4375rem;
    /*content:"1024px";*/
  }
}
.mod_modItem {
  margin-bottom: 2.5rem;
}
@media (min-width: 64em) {
  .mod_modItem {
    margin-bottom: 5rem;
    /*content:"1024px";*/
  }
}
.mod_modItem._bottomless:not(._alternateBg):not([style*=background-image]) {
  margin-bottom: 1.25rem;
}
.mod_modItem._alternateBg, .mod_modItem[style*=background-image] {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 50em) {
  .mod_modItem._alternateBg, .mod_modItem[style*=background-image] {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    /*content:"800px";*/
  }
}
.mod_modItem._alternateBg {
  background-color: #0070ba;
}
.mod_modItem._alternateBg._bottomless {
  margin-bottom: -0.0625rem;
  padding-bottom: 1.875rem;
}
._bottomless + .mod_modItem._alternateBg {
  padding-top: 0;
}
.mod_modItem[style*=background-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.mod_modItem[style*=background-image]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070ba;
  opacity: 0.9;
}
.mod_modItem[style*=background-image] .mod_inner {
  position: relative;
  z-index: 1;
}
.mod_modList:first-child .mod_modItem:first-child {
  margin-top: 2.5rem;
}
@media (min-width: 37.75em) {
  .mod_modList:first-child .mod_modItem:first-child {
    margin-top: 3.75rem;
    /*content:"604px";*/
  }
}

@media (min-width: 50em) {
  .mod_vidMod .mod_inner {
    display: flex;
    align-items: flex-start;
    /*content:"800px";*/
  }
}

.mod_vidMod_text {
  margin-bottom: 1.875rem;
}
@media (min-width: 50em) {
  .mod_vidMod_text {
    flex-basis: 36%;
    padding-right: 1.25rem;
    margin-bottom: 0;
    /*content:"800px";*/
  }
}

@media (min-width: 50em) {
  .mod_vidMod_vid {
    flex-basis: 100%;
    /*content:"800px";*/
  }
}
@media (min-width: 50em) {
  .mod_vidMod_text + .mod_vidMod_vid {
    flex-basis: 64%;
    /*content:"800px";*/
  }
}
.mod_vidMod_vid .videoSizer {
  max-width: none;
  margin: 0;
}
.mod_vidMod_vid .videoSizer iframe {
  margin: 0;
}

.mod_rteMod .mod_inner {
  *zoom: 1;
}
.mod_rteMod .mod_inner:before, .mod_rteMod .mod_inner:after {
  content: "";
  display: table;
}
.mod_rteMod .mod_inner:after {
  clear: both;
}
.mod_rteMod .mod_inner > :last-child {
  margin-bottom: 0;
}
.mod_rteMod .mod_rteImg {
  margin: 0 0 1.25rem;
}
@media (min-width: 37.75em) {
  .mod_rteMod .mod_rteImg:not(._floatRight) {
    float: left;
    width: 40%;
    margin: 0.3em 2.5rem 1.25rem 0;
    max-width: 25rem;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .mod_rteMod .mod_rteImg:not(._floatRight) {
    width: 50%;
    /*content:"800px";*/
  }
}
@media (min-width: 37.75em) {
  .mod_rteMod .mod_rteImg._floatRight {
    float: right;
    width: 40%;
    margin: 0.3em 0 1.25rem 2.5rem;
    max-width: 25rem;
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .mod_rteMod .mod_rteImg._floatRight {
    width: 50%;
    /*content:"800px";*/
  }
}
.mod_rteMod .mod_rteImg img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0;
  max-width: none;
}
.mod_rteMod .mod_rteImg figcaption {
  font-weight: 700;
  padding: 0.625rem 0 0;
}
.mod_modItem:not(._alternateBg):not([style*=background-image]) .mod_rteMod .mod_rteImg figcaption {
  color: #494949;
}

@media (min-width: 50em) {
  .mod_galleryMod .mod_inner {
    padding: 0 0.625rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .mod_galleryMod .mod_inner {
    max-width: none;
    /*content:"1024px";*/
  }
}
.mod_galleryMod .mod_galleryActual {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}
@media (min-width: 37.75em) {
  .mod_galleryMod .mod_galleryActual {
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .mod_galleryMod .mod_galleryActual {
    margin: 0 -1rem 0 -0.625rem;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .mod_galleryMod .mod_galleryActual {
    justify-content: center;
    margin: 0 -0.625rem;
    /*content:"1024px";*/
  }
}
.mod_galleryMod .mod_galleryActual .mod_galleryItem {
  display: block;
  background-size: cover;
  background-position: center;
  height: 18.75rem;
  max-width: 18.75rem;
  margin: 0 auto 1.25rem;
  flex-basis: calc(50% - 1.25rem);
  max-width: none;
  height: 0;
  padding-bottom: 50%;
  margin: 0 0.625rem 1.25rem;
}
.mod_galleryMod .mod_galleryActual .mod_galleryItem._fake {
  max-width: 0;
  padding-bottom: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}
@media (min-width: 37.75em) {
  .mod_galleryMod .mod_galleryActual .mod_galleryItem {
    /*content:"604px";*/
  }
}
@media (min-width: 50em) {
  .mod_galleryMod .mod_galleryActual .mod_galleryItem {
    flex-basis: calc(33% - 1.25rem);
    padding-bottom: 33%;
    /*content:"800px";*/
  }
}
@media (min-width: 64em) {
  .mod_galleryMod .mod_galleryActual .mod_galleryItem {
    padding-bottom: 18%;
    /*content:"1024px";*/
  }
  .mod_galleryMod .mod_galleryActual .mod_galleryItem:nth-child(odd) {
    flex-basis: calc(32% - 1.25rem);
  }
  .mod_galleryMod .mod_galleryActual .mod_galleryItem:nth-child(even) {
    flex-basis: calc(18% - 1.25rem);
  }
}
.mod_galleryMod .mod_galleryActual .mod_galleryItem img {
  width: 0;
  height: 0;
  max-width: 0;
  margin: 0;
}
.mod_galleryMod .btn, .mod_galleryMod .mfp-bottom-bar a, .mfp-bottom-bar .mod_galleryMod a, .mod_galleryMod ._big .news_more, ._big .mod_galleryMod .news_more {
  display: table;
  margin: 3.125rem auto 0;
}

.mod_sliderMod .mod_slideItem._imgOnly {
  display: flex !important;
  align-items: center;
}
.mod_sliderMod .mod_slideItem._imgOnly .img_wrap {
  min-width: 100%;
  padding-bottom: 66%;
}
@media (min-width: 50em) {
  .mod_sliderMod .mod_slideItem._imgOnly .img_wrap {
    padding-bottom: 56%;
    /*content:"800px";*/
  }
}
@media (min-width: 50em) {
  .mod_sliderMod .mod_slideItem._imgText {
    display: flex !important;
    /*content:"800px";*/
  }
}
.mod_sliderMod .mod_slideItem._imgText .img_wrap {
  padding-bottom: 60%;
}
@media (min-width: 50em) {
  .mod_sliderMod .mod_slideItem._imgText .img_wrap {
    flex-basis: 67%;
    padding-bottom: 60%;
    /*content:"800px";*/
  }
}
.mod_sliderMod .mod_slideItem .img_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mod_sliderMod .mod_slideItem .text_wrap {
  margin-bottom: 1.875rem;
}
@media (min-width: 50em) {
  .mod_sliderMod .mod_slideItem .text_wrap {
    flex-basis: 33%;
    padding-right: 1.25rem;
    /*content:"800px";*/
  }
}
.mod_sliderMod .mod_slideItem img {
  max-width: none;
  margin: 0;
}
.mod_sliderMod .slick-track {
  display: flex !important;
}
.mod_sliderMod .slick-slide {
  height: inherit !important;
  display: flex !important;
  align-items: center;
}
.mod_sliderMod .slick-slide > div {
  min-width: 100%;
}
.mod_sliderMod .slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url(/Content/img/button-arrow-left-brandcolors.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform-origin: center;
  z-index: 10;
  cursor: pointer;
  transition: outline 0.15s ease;
  outline-offset: 3px;
  outline: 2px transparent solid;
  border-radius: 50%;
}
.mod_sliderMod .slick-arrow:hover, .mod_sliderMod .slick-arrow:focus {
  outline-color: #f2bb0d;
}
.mod_sliderMod .slick-prev {
  transform: translateY(-50%);
  left: -1.25rem;
}
@media (min-width: 50em) {
  .mod_sliderMod .slick-prev {
    left: -3.75rem;
    /*content:"800px";*/
  }
}
.mod_sliderMod .slick-next {
  transform: translateY(-50%) rotate(180deg);
  right: -1.25rem;
}
@media (min-width: 50em) {
  .mod_sliderMod .slick-next {
    right: -3.75rem;
    /*content:"800px";*/
  }
}
.mod_sliderMod .slick-dots {
  margin: 1.25rem 0 0;
  display: flex;
  justify-content: flex-end;
}
.mod_sliderMod .slick-dots li {
  padding: 0;
  margin: 0 0.625rem;
}
.mod_sliderMod .slick-dots li:before {
  display: none;
}
.mod_sliderMod .slick-dots li:first-child {
  margin-left: 0;
}
.mod_sliderMod .slick-dots li:last-child {
  margin-right: 0;
}
.mod_sliderMod .slick-dots li.slick-active button {
  background-color: #494949;
}
.mod_sliderMod .slick-dots li button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #a4a5a8;
  cursor: pointer;
  transition: outline 0.15s ease;
  outline-offset: 3px;
  outline: 2px transparent solid;
  border-radius: 50%;
  padding: 0;
}
.mod_sliderMod .slick-dots li button:hover, .mod_sliderMod .slick-dots li button:focus {
  outline-color: #f2bb0d;
}

.mfp-bottom-bar .text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 37.75em) {
  .mfp-bottom-bar .text_wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    /*content:"604px";*/
  }
}
.mfp-bottom-bar a {
  padding-left: 0.3125rem;
  display: inline-block;
  color: #ffffff;
  line-height: 1.2;
  padding: 0.375rem 2rem 0.25rem 1.125rem !important;
  margin-top: 0.625rem;
}
@media (min-width: 37.75em) {
  .mfp-bottom-bar a {
    margin-top: 0;
    margin-right: 2.375rem;
    white-space: nowrap;
    /*content:"604px";*/
  }
}
.mfp-bottom-bar a:after {
  right: 0.8125rem;
}
.mfp-bottom-bar a:hover, .mfp-bottom-bar a:focus {
  text-decoration: none;
}
.mfp-bottom-bar .mfp-title {
  line-height: 1.2;
}
