@charset "UTF-8";
body:before {
  content: "base";
  display: none;
}

@media only screen and (min-width: 34.375em) {
  body:before {
    content: "smallonly";
    content: "small";
  }
}

@media only screen and (min-width: 53.125em) {
  body:before {
    content: "menu";
  }
}

@media (max-width: 800px) {
  #mission-aim {
    height: 315px !important;
  }
}

@media only screen and (min-width: 50em) {
  body:before {
    content: "medium";
  }
}

@media only screen and (min-width: 64em) {
  body:before {
    content: "large";
  }
}

@media only screen and (min-width: 90rem) {
  body:before {
    content: "desktop";
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

[data-accordion] {
  line-height: 1;
}

[data-content] > *,
[data-control] {
  border-bottom: 1px solid #888;
  padding: 10px;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
}

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url(../images/down.png) 50% no-repeat;
  background-size: 50%;
}

[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

html {
  box-sizing: border-box;
}

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

body {
  background-color: #fff;
}

.page-wrapper {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
}

@media only screen and (min-width: 34.375em) {
  .page-wrapper {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .page-wrapper {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .page-wrapper {
    max-width: 90rem;
  }
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #152835;
}

.banner-card-title,
.banner-teaser-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.location-name,
.multiple-column-content .content-columns h2,
.page-intro-subtitle,
.slide-location-name,
.teaser-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #485f71;
}

.multiple-column-content .content-columns html[lang="de"] h2,
.multiple-column-content .content-columns html[lang="fi"] h2,
.multiple-column-content .content-columns html[lang="nl"] h2,
.multiple-column-content .content-columns html[lang="se"] h2,
html[lang="de"] .banner-card-title,
html[lang="de"] .banner-teaser-title,
html[lang="de"] .h1,
html[lang="de"] .h2,
html[lang="de"] .h3,
html[lang="de"] .h4,
html[lang="de"] .h5,
html[lang="de"] .h6,
html[lang="de"] .location-name,
html[lang="de"] .multiple-column-content .content-columns h2,
html[lang="de"] .page-intro-subtitle,
html[lang="de"] .slide-location-name,
html[lang="de"] .teaser-title,
html[lang="de"] h1,
html[lang="de"] h2,
html[lang="de"] h3,
html[lang="de"] h4,
html[lang="de"] h5,
html[lang="de"] h6,
html[lang="fi"] .banner-card-title,
html[lang="fi"] .banner-teaser-title,
html[lang="fi"] .h1,
html[lang="fi"] .h2,
html[lang="fi"] .h3,
html[lang="fi"] .h4,
html[lang="fi"] .h5,
html[lang="fi"] .h6,
html[lang="fi"] .location-name,
html[lang="fi"] .multiple-column-content .content-columns h2,
html[lang="fi"] .page-intro-subtitle,
html[lang="fi"] .slide-location-name,
html[lang="fi"] .teaser-title,
html[lang="fi"] h1,
html[lang="fi"] h2,
html[lang="fi"] h3,
html[lang="fi"] h4,
html[lang="fi"] h5,
html[lang="fi"] h6,
html[lang="nl"] .banner-card-title,
html[lang="nl"] .banner-teaser-title,
html[lang="nl"] .h1,
html[lang="nl"] .h2,
html[lang="nl"] .h3,
html[lang="nl"] .h4,
html[lang="nl"] .h5,
html[lang="nl"] .h6,
html[lang="nl"] .location-name,
html[lang="nl"] .multiple-column-content .content-columns h2,
html[lang="nl"] .page-intro-subtitle,
html[lang="nl"] .slide-location-name,
html[lang="nl"] .teaser-title,
html[lang="nl"] h1,
html[lang="nl"] h2,
html[lang="nl"] h3,
html[lang="nl"] h4,
html[lang="nl"] h5,
html[lang="nl"] h6,
html[lang="se"] .banner-card-title,
html[lang="se"] .banner-teaser-title,
html[lang="se"] .h1,
html[lang="se"] .h2,
html[lang="se"] .h3,
html[lang="se"] .h4,
html[lang="se"] .h5,
html[lang="se"] .h6,
html[lang="se"] .location-name,
html[lang="se"] .multiple-column-content .content-columns h2,
html[lang="se"] .page-intro-subtitle,
html[lang="se"] .slide-location-name,
html[lang="se"] .teaser-title,
html[lang="se"] h1,
html[lang="se"] h2,
html[lang="se"] h3,
html[lang="se"] h4,
html[lang="se"] h5,
html[lang="se"] h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.h1,
h1 {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.21429;
  letter-spacing: -2px;
}

@media only screen and (min-width: 50em) {
  .h1,
  h1 {
    font-size: 4rem;
    line-height: 1.21429;
  }
}

.h2,
h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.30769;
  letter-spacing: -1.5px;
}

@media only screen and (min-width: 50em) {
  .h2,
  h2 {
    font-size: 3.375rem;
    line-height: 1.21429;
  }
}

.banner-card-title,
.h3,
h3 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.41667;
  letter-spacing: -1.5px;
}

@media only screen and (min-width: 50em) {
  .banner-card-title,
  .h3,
  h3 {
    font-size: 3rem;
    line-height: 1.21429;
  }
}

.h4,
.multiple-column-content .content-columns h2,
.page-intro-subtitle,
h4 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.41667;
  letter-spacing: -0.25px;
}

@media only screen and (min-width: 50em) {
  .h4,
  .multiple-column-content .content-columns h2,
  .page-intro-subtitle,
  h4 {
    font-size: 1.5625rem;
  }
}

.banner-teaser-title,
.h5,
.location-name,
.slide-location-name,
.teaser-title,
h5 {
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.25px;
}

@media only screen and (min-width: 50em) {
  .banner-teaser-title,
  .h5,
  .location-name,
  .slide-location-name,
  .teaser-title,
  h5 {
    font-size: 1.3125rem;
  }
}

.h6,
h6 {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.25px;
}

@media only screen and (min-width: 50em) {
  .h6,
  h6 {
    font-size: 1.1875rem;
  }
}

p {
  margin: 0 0 1.5rem;
}

dd,
dt,
li,
p {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.25px;
  color: #5e778b;
}

dl,
ul {
  margin: 0 0 1.5rem 2.5em;
  padding-left: 0;
}

dl li,
ul li {
  position: relative;
  margin-bottom: 0.75em;
  list-style: none;
}

dl li:before,
ul li:before {
  position: absolute;
  top: 0;
  left: -1.875em;
  font-family: Lucida Grande, Times New Roman, serif;
  color: inherit;
}

dl ul,
ul ul {
  margin: 0.75em 0 1em 1.25em;
  padding-left: 0;
}

dl ul li,
ul ul li {
  list-style: circle;
}

dl ul li:before,
ul ul li:before {
  display: none;
}

ul.social-info li {
  margin-bottom: 0;
}

@media only screen and (min-width: 50em) {
  ul.social-info li {
    font-size: 1.875em;
    letter-spacing: -0.16px;
    line-height: 1.41667;
  }
}

ul.social-info li:before {
  display: none;
}

ul.social-info li a {
  display: inline-block;
  position: relative;
  padding-left: 0.75em;
  font-weight: 300;
  color: #5e778b;
}

ul.social-info li a:before {
  background-image: url(../images/icons/icon-external_link_arrow.png);
  background-image: url(../images/icons/icon-external_link_arrow.svg), none;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
}

@media only screen and (min-width: 50em) {
  ul.social-info li a:before {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}

ul.social-info li a:active,
ul.social-info li a:focus,
ul.social-info li a:hover {
  color: #3799cf;
  border-bottom: none;
}

.banner-wrapper ul.social-info li a {
  color: #fff;
}

.banner-wrapper ul.social-info li a:before {
  background-image: url(../images/icons/icon-external_link_arrow-white.png);
  background-image: url(../images/icons/icon-external_link_arrow-white.svg),
    none;
}

blockquote {
  margin: 0 1.5em;
  max-width: 25rem;
  font-size: 1.1875em;
  font-weight: 300;
  color: #5e778b;
  letter-spacing: 0.25px;
  line-height: 1.7;
}

blockquote:after {
  content: "“";
  position: relative;
  display: block;
  margin: 4.5rem 0 1.5rem;
  font-family: Times, serif;
  font-size: 9rem;
  line-height: 0;
  text-align: center;
  color: #d5d400;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.banner-card-category,
.banner-text-category,
.banner-text-leader-catgory,
.block-cta-subtitle,
.content-label,
.header-cta-banner .header-cta-banner-label,
.multiple-column-content .content-columns h1,
.page-intro-label,
.paragraph-label {
  margin-bottom: 1.5rem;
  font-size: 0.8125em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #d5d400;
}

@media only screen and (min-width: 50em) {
  .banner-card-category,
  .banner-text-category,
  .banner-text-leader-catgory,
  .block-cta-subtitle,
  .content-label,
  .header-cta-banner .header-cta-banner-label,
  .multiple-column-content .content-columns h1,
  .page-intro-label,
  .paragraph-label {
    font-size: 1.0625em;
  }
}

.banner-card-category span,
.banner-text-category span,
.banner-text-leader-catgory span,
.block-cta-subtitle span,
.content-label span,
.header-cta-banner .header-cta-banner-label span,
.multiple-column-content .content-columns h1 span,
.page-intro-label span,
.paragraph-label span {
  text-transform: none;
}

hr {
  margin: 0 0 1.5rem;
  max-width: 37.5rem;
  text-align: left;
  border: 1px solid #e4e7eb;
}

hr.stubby {
  max-width: 6.25rem;
  border-color: #d5d400;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #3799cf;
  font-weight: 500;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #3799cf;
}

.banner-teaser-link:active,
.banner-teaser-link:focus,
.banner-teaser-link:hover,
.banner-teaser-title a:active,
.banner-teaser-title a:focus,
.banner-teaser-title a:hover,
.link-arrow:active,
.link-arrow:focus,
.link-arrow:hover,
.teaser-link:active,
.teaser-link:focus,
.teaser-link:hover {
  border-bottom: none;
}

.banner-teaser-link:after,
.banner-teaser-title a:after,
.link-arrow:after,
.teaser-link:after {
  content: "→";
  display: inline-block;
  margin-left: 0.125em;
  font-family: Lucida Grande, Times New Roman, serif;
  color: inherit;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-teaser-link:hover:after,
.banner-teaser-title a:hover:after,
.link-arrow:hover:after,
.teaser-link:hover:after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.link-underline {
  text-decoration: underline;
}

.link-underline:active,
.link-underline:focus,
.link-underline:hover {
  text-decoration: underline;
  border-bottom: none;
}

.link-bold {
  font-weight: 500;
}

.link-gold {
  color: #d5d400;
}

.link-white {
  color: #fff;
}

.link-element {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.invisible,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.image-object-fit {
  background-size: cover;
  background-position: 50%;
}

.image-object-fit img {
  display: none !important;
}

.banner-text-tags a,
.entry-tag a,
.tag-block,
.teaser-tags a {
  display: inline-block;
  padding: 0.875em 1.5em;
  font-size: 0.75em;
  font-weight: font-weight(regular);
  text-transform: uppercase;
  letter-spacing: 0.03125em;
  color: #152835;
  background: #d5d400;
}

.banner-text-tags a:active,
.banner-text-tags a:focus,
.banner-text-tags a:hover,
.entry-tag a:active,
.entry-tag a:focus,
.entry-tag a:hover,
.tag-block:active,
.tag-block:focus,
.tag-block:hover,
.teaser-tags a:active,
.teaser-tags a:focus,
.teaser-tags a:hover {
  border-bottom: none;
}

body.is-locked {
  overflow: hidden;
  height: auto;
}

[class*="grid-"] {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

[class*="grid-"]:after {
  content: " ";
  display: block;
  clear: both;
}

[class*="grid-"] > * {
  margin-bottom: 2.5rem;
}

[class*="grid-"] > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 50em) {
  [class*="grid-"] > * {
    margin-bottom: 6.66667%;
  }
}

@media only screen and (min-width: 50em) {
  .grid-col-2 > *,
  .grid-col-3 > * {
    width: 46.66667%;
    float: left;
  }

  .grid-col-2 > :nth-child(odd),
  .grid-col-3 > :nth-child(odd) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid-col-2 > :nth-child(2n + 2),
  .grid-col-3 > :nth-child(2n + 2) {
    margin-left: 53.33333%;
    margin-right: -100%;
    clear: none;
  }

  .grid-col-2 > :nth-last-child(-n + 2),
  .grid-col-3 > :nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  .grid-col-3 > * {
    width: 28.88889%;
    float: left;
  }

  .grid-col-3 > :nth-child(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid-col-3 > :nth-child(3n + 2) {
    margin-left: 35.55556%;
    margin-right: -100%;
    clear: none;
  }

  .grid-col-3 > :nth-child(3n + 3) {
    margin-left: 71.11111%;
    margin-right: -100%;
    clear: none;
  }

  .grid-col-3 > :nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

.col-1 {
  width: 2.22222%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-1 {
  margin-left: 8.88889%;
}

.col-pull-1 {
  margin-left: -8.88889%;
}

.col-2 {
  width: 11.11111%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-2 {
  margin-left: 17.77778%;
}

.col-pull-2 {
  margin-left: -17.77778%;
}

.col-3 {
  width: 20%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-3 {
  margin-left: 26.66667%;
}

.col-pull-3 {
  margin-left: -26.66667%;
}

.col-4 {
  width: 28.88889%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-4 {
  margin-left: 35.55556%;
}

.col-pull-4 {
  margin-left: -35.55556%;
}

.col-5 {
  width: 37.77778%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-5 {
  margin-left: 44.44444%;
}

.col-pull-5 {
  margin-left: -44.44444%;
}

.col-6 {
  width: 46.66667%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-6 {
  margin-left: 53.33333%;
}

.col-pull-6 {
  margin-left: -53.33333%;
}

.col-7 {
  width: 55.55556%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-7 {
  margin-left: 62.22222%;
}

.col-pull-7 {
  margin-left: -62.22222%;
}

.col-8 {
  width: 64.44444%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-8 {
  margin-left: 71.11111%;
}

.col-pull-8 {
  margin-left: -71.11111%;
}

.col-9 {
  width: 73.33333%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-9 {
  margin-left: 80%;
}

.col-pull-9 {
  margin-left: -80%;
}

.col-10 {
  width: 82.22222%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-10 {
  margin-left: 88.88889%;
}

.col-pull-10 {
  margin-left: -88.88889%;
}

.col-11 {
  width: 91.11111%;
  float: left;
  margin-right: 6.66667%;
}

.col-push-11 {
  margin-left: 97.77778%;
}

.col-pull-11 {
  margin-left: -97.77778%;
}

.col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.col-last {
  float: right;
  margin-right: 0;
}

.col-push-12 {
  margin-left: 106.66667%;
}

.col-pull-12 {
  margin-left: -106.66667%;
}

html {
  overflow-x: hidden;
}

body.is-locked,
html.is-locked {
  height: 100%;
  overflow: hidden;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

#page {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.has-sidebar {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.has-sidebar:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 50em) {
  .has-sidebar .content-left {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
  }

  .has-sidebar .content-left > .content-margin:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .has-sidebar .content-right {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }

  .has-sidebar .content-right > .content-margin:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 64em) {
  .has-sidebar .content-left {
    width: 55.55556%;
    float: left;
    margin-right: 6.66667%;
  }

  .has-sidebar .content-right {
    width: 37.77778%;
    float: right;
    margin-right: 0;
  }
}

.content-wrapper {
  position: relative;
}

.content-wrapper .content-margin {
  margin-top: 0;
  padding-top: 2.5rem;
}

@media only screen and (min-width: 50em) {
  .content-wrapper .content-margin {
    padding-top: 6.25rem;
  }
}

.content-margin {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 50em) {
  .content-margin {
    margin-top: 6.25rem;
  }
}

.content-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15.625em;
  z-index: -1;
}

@media only screen and (min-width: 50em) {
  .content-gradient-bg {
    height: 26.5625em;
  }
}

.section-bg-alt {
  padding: 2.5rem 0;
  background-color: #f0f1f3;
}

@media only screen and (min-width: 50em) {
  .section-bg-alt {
    padding: 6.25rem 0;
  }
}

.sidebar-container {
  margin-top: 2.5rem;
  padding: 0.75em;
  background-color: #f0f1f3;
}

@media only screen and (min-width: 50em) {
  .sidebar-container {
    margin-top: 0;
    padding: 1.875em;
    box-shadow: 0 36px 36px -12px rgba(0, 0, 0, 0.1);
  }
}

.sidebar-container form,
.sidebar-container p {
  margin-bottom: 0.75rem;
}

.content-headline-group {
  text-align: center;
}

.content-headline-group > :last-child {
  margin-bottom: 0;
}

.content-headline {
  margin-bottom: 0.375em;
}

.content-headline-author {
  color: #929faa;
  font-size: 1em;
}

@media only screen and (min-width: 50em) {
  .content-headline-author {
    font-size: 1.5625em;
  }
}

.paragraph-group {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-group:after {
  content: " ";
  display: block;
  clear: both;
}

.paragraph-group .column:last-child > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 50em) {
  .paragraph-group .column {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
  }

  .paragraph-group .column:nth-child(2n) {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }

  .paragraph-group .column > :last-child {
    margin-bottom: 0;
  }
}

.content-box {
  margin-top: 10.25rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.1875rem;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 34.375em) {
  .content-box {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .content-box {
    padding: 5.125rem;
  }
}

.header-primary {
  position: relative;
  font-size: 1.0625em;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  z-index: 200;
}

.header-primary .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3.75rem;
}

.header-secondary {
  font-size: 0.8125rem;
  background-color: #152835;
}

.header-secondary .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media only screen and (min-width: 53.125em) {
  .header-secondary .page-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-secondary p {
  color: #e4e7eb;
}

.infobar-teaser {
  color: #fff;
}

.infobar-teaser > * {
  font-size: 0.8125rem;
  margin: 0;
}

.infobar-teaser a {
  font-weight: 300;
}

.infobar-contacts {
  color: #c6cacd;
}

.infobar-contacts > * {
  font-size: 0.8125rem;
  margin: 0;
}

.infobar-contacts a {
  font-weight: 300;
  color: #fff;
}

.infobar-contacts span {
  color: #8d949a;
  margin: 0 0.375em;
}

.header-cta-banner {
  padding: 0.75em 0;
  color: #fff;
  background-color: #152835;
  border-left: 0;
}

@media only screen and (min-width: 46.875em) {
  .header-cta-banner {
    padding: 1.5em 0;
  }
}

.header-cta-banner .header-cta-banner-label {
  margin: 0 0 0.75em;
}

.header-cta-banner a,
.header-cta-banner h4 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.00313em;
}

.header-cta-banner a:active,
.header-cta-banner a:focus,
.header-cta-banner a:hover {
  border-bottom: none;
}

.header-cta-banner a:not(:last-child) {
  margin-right: 1.5em;
}

.header-cta-banner a:before {
  margin-right: 0.375em;
}

.footer-primary {
  background-color: #152835;
}

.footer-primary .inner-wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  color: #fff;
}

.footer-primary .inner-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 50em) {
  .footer-primary .inner-wrapper {
    padding: 4.875em 0;
  }
}

@media only screen and (min-width: 50em) {
  .footer-primary .logo-wrapper {
    width: 20%;
    float: left;
    margin-right: 6.66667%;
  }
}

@media only screen and (min-width: 50em) {
  .footer-primary .nav-footer {
    width: 73.33333%;
    float: right;
    margin-right: 0;
  }
}

.footer-primary .menu-wrapper {
  margin-bottom: 0.75em;
}

@media only screen and (min-width: 34.375em) {
  .footer-primary .menu-wrapper {
    width: 20%;
    float: left;
    margin-right: 6.66667%;
    margin-bottom: 0;
  }

  .footer-primary .menu-wrapper:last-child {
    width: 20%;
    /*float: right;*/
    margin-right: 0;
  }
}

.footer-primary .menu-wrapper a {
  font-weight: 400;
}

.footer-primary .menu-wrapper a:active,
.footer-primary .menu-wrapper a:focus,
.footer-primary .menu-wrapper a:hover {
  border-bottom: none;
}

.footer-primary .menu-footer-category {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 0.375em;
  text-transform: uppercase;
  color: #d5d400;
}

@media only screen and (min-width: 34.375em) {
  .footer-primary .menu-footer-category {
    cursor: default;
    margin: 0 0 0.75em;
  }
}

.footer-primary .menu-footer-category:after {
  content: "+";
  display: inline-block;
  margin-left: 0.375em;
}

@media only screen and (min-width: 34.375em) {
  .footer-primary .menu-footer-category:after {
    display: none;
  }
}

.footer-primary .menu-footer-category.is-active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-primary p {
  font-size: 0.9375em;
  margin: 0 0 0.75em;
}

.footer-primary p.remove-margin {
  margin: 0;
}

.footer-primary .text-copyright {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: 400;
  color: #8d949a;
}

.style-guide-content {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  padding: 0 1.28125rem;
}

@media only screen and (min-width: 34.375em) {
  .style-guide-content {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 90rem) {
  .style-guide-content {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 50em) {
  .style-guide-content {
    width: 100%;
  }

  .show-menu .style-guide-content {
    float: left;
    margin-left: 230px;
    width: calc(100% - 230px);
  }
}

@media only screen and (min-width: 64em) {
  .style-guide-content {
    padding: 0 5.125rem;
  }
}

.style-guide-navigation {
  position: relative;
  width: 0;
}

.show-menu .style-guide-navigation {
  width: 100%;
  max-width: 230px;
}

.style-guide-navigation .menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  padding: 3.75rem 1.5rem;
  width: 100vw;
  height: 100vh;
  max-width: 230px;
  color: #fff;
  background-color: #152835;
  z-index: 200;
}

.show-menu .style-guide-navigation .menu {
  display: block;
}

.style-guide-navigation .menu li {
  display: block;
  margin-right: 0;
  padding: 0.25em 0;
}

.style-guide-navigation .menu li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: 300;
  color: #5e778b;
}

.style-guide-navigation .menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

.style-guide-navigation .menu li a.is-active {
  color: #fff;
}

.style-guide-navigation .menu-toggle {
  position: fixed;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 300;
}

.style-guide-introduction {
  padding: 2.25em 0;
}

.style-guide-introduction > :last-child {
  margin-bottom: 0;
}

.style-guide-component-wrapper {
  padding: 2.25em 0;
}

.style-guide-component {
  padding: 0;
  border: 0.0625em solid #dddfe1;
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
}

.style-guide-component .component-elements {
  background-color: #fff;
}

.style-guide-component .component-elements:after {
  content: "";
  display: block;
  clear: both;
}

.style-guide-component .component-actions {
  background-color: #f5f2f0;
  border-top: 0.0625em solid #dddfe1;
}

.style-guide-component .component-notes {
  display: none;
  padding: 0.75em;
}

.style-guide-component .component-notes > :last-child {
  margin-bottom: 0;
}

.style-guide-component .component-html {
  display: none;
}

.style-guide-component .component-html pre[class*="language-"] {
  margin: 0;
  padding-left: 3.75em;
}

.button.button-html,
.button.button-notes,
.header-nav-container li.button-login a.button-html,
.header-nav-container li.button-login a.button-notes,
.header-nav-container li.menu-item-button a.button-html,
.header-nav-container li.menu-item-button a.button-notes,
.mktoForm button.button-html.mktoButton,
.mktoForm button.button-notes.mktoButton,
input.button-html[type="submit"],
input.button-notes[type="submit"] {
  position: relative;
  color: #696f74;
  background-color: transparent;
  border-radius: 0;
  z-index: 99;
}

.button.button-html:active,
.button.button-html:focus,
.button.button-html:hover,
.button.button-notes:active,
.button.button-notes:focus,
.button.button-notes:hover,
.header-nav-container li.button-login a.button-html:active,
.header-nav-container li.button-login a.button-html:focus,
.header-nav-container li.button-login a.button-html:hover,
.header-nav-container li.button-login a.button-notes:active,
.header-nav-container li.button-login a.button-notes:focus,
.header-nav-container li.button-login a.button-notes:hover,
.header-nav-container li.menu-item-button a.button-html:active,
.header-nav-container li.menu-item-button a.button-html:focus,
.header-nav-container li.menu-item-button a.button-html:hover,
.header-nav-container li.menu-item-button a.button-notes:active,
.header-nav-container li.menu-item-button a.button-notes:focus,
.header-nav-container li.menu-item-button a.button-notes:hover,
.mktoForm button.button-html.mktoButton:active,
.mktoForm button.button-html.mktoButton:focus,
.mktoForm button.button-html.mktoButton:hover,
.mktoForm button.button-notes.mktoButton:active,
.mktoForm button.button-notes.mktoButton:focus,
.mktoForm button.button-notes.mktoButton:hover,
input.button-html:active[type="submit"],
input.button-html:focus[type="submit"],
input.button-html:hover[type="submit"],
input.button-notes:active[type="submit"],
input.button-notes:focus[type="submit"],
input.button-notes:hover[type="submit"] {
  text-decoration: underline;
  background-color: transparent;
}

.component-element-label {
  position: relative;
  margin: 3em 0 0.75em;
  font-size: 0.9375em;
  font-weight: 500;
  text-transform: uppercase;
  color: #afb4b9;
}

.country-flag {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url(../images/icons/country-flags.png) no-repeat 0 0;
  background-size: 16px 3000px;
}

.country-flag.ad,
.country-flag.and {
  background-position: 0 0;
}

.country-flag.ae,
.country-flag.are {
  background-position: 0 -12px;
}

.country-flag.af,
.country-flag.afg {
  background-position: 0 -24px;
}

.country-flag.ag,
.country-flag.atg {
  background-position: 0 -36px;
}

.country-flag.ai,
.country-flag.aia {
  background-position: 0 -48px;
}

.country-flag.al,
.country-flag.alb {
  background-position: 0 -60px;
}

.country-flag.am,
.country-flag.arm {
  background-position: 0 -72px;
}

.country-flag.ago,
.country-flag.ao {
  background-position: 0 -84px;
}

.country-flag.aq,
.country-flag.ata {
  background-position: 0 -96px;
}

.country-flag.ar,
.country-flag.arg {
  background-position: 0 -108px;
}

.country-flag.as,
.country-flag.asm {
  background-position: 0 -120px;
}

.country-flag.at,
.country-flag.aut {
  background-position: 0 -132px;
}

.country-flag.au,
.country-flag.aus {
  background-position: 0 -144px;
}

.country-flag.abw,
.country-flag.aw {
  background-position: 0 -156px;
}

.country-flag.az,
.country-flag.aze {
  background-position: 0 -180px;
}

.country-flag.ba,
.country-flag.bih {
  background-position: 0 -192px;
}

.country-flag.bb,
.country-flag.brb {
  background-position: 0 -204px;
}

.country-flag.bd,
.country-flag.bgd {
  background-position: 0 -216px;
}

.country-flag.be,
.country-flag.bel {
  background-position: 0 -228px;
}

.country-flag.bf,
.country-flag.bfa {
  background-position: 0 -240px;
}

.country-flag.bg,
.country-flag.bgr {
  background-position: 0 -252px;
}

.country-flag.bh,
.country-flag.bhr {
  background-position: 0 -264px;
}

.country-flag.bdi,
.country-flag.bi {
  background-position: 0 -276px;
}

.country-flag.ben,
.country-flag.bj {
  background-position: 0 -288px;
}

.country-flag.bl,
.country-flag.blm {
  background-position: 0 -300px;
}

.country-flag.bm,
.country-flag.bmu {
  background-position: 0 -312px;
}

.country-flag.bn,
.country-flag.brn {
  background-position: 0 -324px;
}

.country-flag.bo,
.country-flag.bol {
  background-position: 0 -336px;
}

.country-flag.bes,
.country-flag.bq {
  background-position: 0 -348px;
}

.country-flag.br,
.country-flag.bra {
  background-position: 0 -360px;
}

.country-flag.bhs,
.country-flag.bs {
  background-position: 0 -372px;
}

.country-flag.bt,
.country-flag.btn {
  background-position: 0 -384px;
}

.country-flag.bw,
.country-flag.bwa {
  background-position: 0 -408px;
}

.country-flag.blr,
.country-flag.by {
  background-position: 0 -420px;
}

.country-flag.blz,
.country-flag.bz {
  background-position: 0 -432px;
}

.country-flag.ca,
.country-flag.can {
  background-position: 0 -444px;
}

.country-flag.cc,
.country-flag.cck {
  background-position: 0 -456px;
}

.country-flag.cd,
.country-flag.cod {
  background-position: 0 -468px;
}

.country-flag.caf,
.country-flag.cf {
  background-position: 0 -480px;
}

.country-flag.ch,
.country-flag.che {
  background-position: 0 -504px;
}

.country-flag.ci,
.country-flag.civ {
  background-position: 0 -516px;
}

.country-flag.ck,
.country-flag.cok {
  background-position: 0 -528px;
}

.country-flag.chl,
.country-flag.cl {
  background-position: 0 -540px;
}

.country-flag.cm,
.country-flag.cmr {
  background-position: 0 -552px;
}

.country-flag.chn,
.country-flag.cn {
  background-position: 0 -564px;
}

.country-flag.co,
.country-flag.col {
  background-position: 0 -576px;
  float: none;
  padding-left: 0;
  position: static;
}

.country-flag.cr,
.country-flag.cri {
  background-position: 0 -588px;
}

.country-flag.cu,
.country-flag.cub {
  background-position: 0 -600px;
}

.country-flag.cpv,
.country-flag.cv {
  background-position: 0 -612px;
}

.country-flag.cuw,
.country-flag.cw {
  background-position: 0 -624px;
}

.country-flag.cx,
.country-flag.cxr {
  background-position: 0 -636px;
}

.country-flag.cy,
.country-flag.cyp {
  background-position: 0 -648px;
}

.country-flag.cz,
.country-flag.cze {
  background-position: 0 -660px;
}

.country-flag.de,
.country-flag.deu {
  background-position: 0 -672px;
}

.country-flag.dj,
.country-flag.dji {
  background-position: 0 -684px;
}

.country-flag.dk,
.country-flag.dnk {
  background-position: 0 -696px;
}

.country-flag.dm,
.country-flag.dma {
  background-position: 0 -708px;
}

.country-flag.do,
.country-flag.dom {
  background-position: 0 -720px;
}

.country-flag.dz,
.country-flag.dza {
  background-position: 0 -732px;
}

.country-flag.ec,
.country-flag.ecu {
  background-position: 0 -744px;
}

.country-flag.ee,
.country-flag.est {
  background-position: 0 -756px;
}

.country-flag.eg,
.country-flag.egy {
  background-position: 0 -768px;
}

.country-flag.er,
.country-flag.eri {
  background-position: 0 -792px;
}

.country-flag.es,
.country-flag.esp {
  background-position: 0 -804px;
}

.country-flag.et,
.country-flag.eth {
  background-position: 0 -816px;
}

.country-flag.fi,
.country-flag.fin {
  background-position: 0 -828px;
}

.country-flag.fj,
.country-flag.fji {
  background-position: 0 -840px;
}

.country-flag.fk,
.country-flag.flk {
  background-position: 0 -852px;
}

.country-flag.fm,
.country-flag.fsm {
  background-position: 0 -864px;
}

.country-flag.fo,
.country-flag.fro {
  background-position: 0 -876px;
}

.country-flag.fr,
.country-flag.fra {
  background-position: 0 -888px;
}

.country-flag.ga,
.country-flag.gab {
  background-position: 0 -900px;
}

.country-flag.gb,
.country-flag.gbr,
.country-flag.uk {
  background-position: 0 -912px;
}

.country-flag.gd,
.country-flag.grd {
  background-position: 0 -924px;
}

.country-flag.ge,
.country-flag.geo {
  background-position: 0 -936px;
}

.country-flag.gf,
.country-flag.guf {
  background-position: 0 -948px;
}

.country-flag.gh,
.country-flag.gha {
  background-position: 0 -972px;
}

.country-flag.gi,
.country-flag.gib {
  background-position: 0 -984px;
}

.country-flag.gl,
.country-flag.grl {
  background-position: 0 -996px;
}

.country-flag.gm,
.country-flag.gmb {
  background-position: 0 -1008px;
}

.country-flag.gin,
.country-flag.gn {
  background-position: 0 -1020px;
}

.country-flag.glp,
.country-flag.gp {
  background-position: 0 -1032px;
}

.country-flag.gnq,
.country-flag.gq {
  background-position: 0 -1044px;
}

.country-flag.gr,
.country-flag.grc {
  background-position: 0 -1056px;
}

.country-flag.gt,
.country-flag.gtm {
  background-position: 0 -1080px;
}

.country-flag.gu,
.country-flag.gum {
  background-position: 0 -1092px;
}

.country-flag.gnb,
.country-flag.gw {
  background-position: 0 -1104px;
}

.country-flag.guy,
.country-flag.gy {
  background-position: 0 -1116px;
}

.country-flag.hk,
.country-flag.hkg {
  background-position: 0 -1128px;
}

.country-flag.hn,
.country-flag.hnd {
  background-position: 0 -1152px;
}

.country-flag.hr,
.country-flag.hrv {
  background-position: 0 -1164px;
}

.country-flag.ht,
.country-flag.hti {
  background-position: 0 -1176px;
}

.country-flag.hu,
.country-flag.hun {
  background-position: 0 -1188px;
}

.country-flag.id,
.country-flag.idn {
  background-position: 0 -1200px;
}

.country-flag.ie,
.country-flag.irl {
  background-position: 0 -1212px;
}

.country-flag.il,
.country-flag.isr {
  background-position: 0 -1224px;
}

.country-flag.in,
.country-flag.ind {
  background-position: 0 -1248px;
}

.country-flag.iq,
.country-flag.irq {
  background-position: 0 -1272px;
}

.country-flag.ir,
.country-flag.irn {
  background-position: 0 -1284px;
}

.country-flag.is,
.country-flag.isl {
  background-position: 0 -1296px;
}

.country-flag.it,
.country-flag.ita {
  background-position: 0 -1308px;
}

.country-flag.jam,
.country-flag.jm {
  background-position: 0 -1332px;
}

.country-flag.jo,
.country-flag.jor {
  background-position: 0 -1344px;
}

.country-flag.jp,
.country-flag.jpn {
  background-position: 0 -1356px;
}

.country-flag.ke,
.country-flag.ken {
  background-position: 0 -1368px;
}

.country-flag.kg,
.country-flag.kgz {
  background-position: 0 -1380px;
}

.country-flag.kh,
.country-flag.khm {
  background-position: 0 -1392px;
}

.country-flag.ki,
.country-flag.kir {
  background-position: 0 -1404px;
}

.country-flag.com,
.country-flag.km {
  background-position: 0 -1416px;
}

.country-flag.kn,
.country-flag.kna {
  background-position: 0 -1428px;
}

.country-flag.kp,
.country-flag.prk {
  background-position: 0 -1440px;
}

.country-flag.kor,
.country-flag.kr {
  background-position: 0 -1452px;
}

.country-flag.kw,
.country-flag.kwt {
  background-position: 0 -1464px;
}

.country-flag.cym,
.country-flag.ky {
  background-position: 0 -1476px;
}

.country-flag.kaz,
.country-flag.kz {
  background-position: 0 -1488px;
}

.country-flag.la,
.country-flag.lao {
  background-position: 0 -1500px;
}

.country-flag.lb,
.country-flag.lbn {
  background-position: 0 -1512px;
}

.country-flag.lc,
.country-flag.lca {
  background-position: 0 -1524px;
}

.country-flag.li,
.country-flag.lie {
  background-position: 0 -1536px;
}

.country-flag.lk,
.country-flag.lka {
  background-position: 0 -1548px;
}

.country-flag.lbr,
.country-flag.lr {
  background-position: 0 -1560px;
}

.country-flag.ls,
.country-flag.lso {
  background-position: 0 -1572px;
}

.country-flag.lt,
.country-flag.ltu {
  background-position: 0 -1584px;
}

.country-flag.lu,
.country-flag.lux {
  background-position: 0 -1596px;
}

.country-flag.lv,
.country-flag.lva {
  background-position: 0 -1608px;
}

.country-flag.lby,
.country-flag.ly {
  background-position: 0 -1620px;
}

.country-flag.ma,
.country-flag.mar {
  background-position: 0 -1632px;
}

.country-flag.mc,
.country-flag.mco {
  background-position: 0 -1644px;
}

.country-flag.md,
.country-flag.mda {
  background-position: 0 -1656px;
}

.country-flag.me,
.country-flag.mne {
  background-position: 0 -1668px;
}

.country-flag.maf,
.country-flag.mf {
  background-position: 0 -1680px;
}

.country-flag.mdg,
.country-flag.mg {
  background-position: 0 -1692px;
}

.country-flag.mh,
.country-flag.mhl {
  background-position: 0 -1704px;
}

.country-flag.mk,
.country-flag.mkd {
  background-position: 0 -1716px;
}

.country-flag.ml,
.country-flag.mli {
  background-position: 0 -1728px;
}

.country-flag.mm,
.country-flag.mmr {
  background-position: 0 -1740px;
}

.country-flag.mn,
.country-flag.mng {
  background-position: 0 -1752px;
}

.country-flag.mac,
.country-flag.mo {
  background-position: 0 -1764px;
}

.country-flag.mnp,
.country-flag.mp {
  background-position: 0 -1776px;
}

.country-flag.mq,
.country-flag.mtq {
  background-position: 0 -1788px;
}

.country-flag.mr,
.country-flag.mrt {
  background-position: 0 -1800px;
}

.country-flag.ms,
.country-flag.msr {
  background-position: 0 -1812px;
}

.country-flag.mlt,
.country-flag.mt {
  background-position: 0 -1824px;
}

.country-flag.mu,
.country-flag.mus {
  background-position: 0 -1836px;
}

.country-flag.mdv,
.country-flag.mv {
  background-position: 0 -1848px;
}

.country-flag.mw,
.country-flag.mwi {
  background-position: 0 -1860px;
}

.country-flag.mex,
.country-flag.mx {
  background-position: 0 -1872px;
}

.country-flag.my,
.country-flag.mys {
  background-position: 0 -1884px;
}

.country-flag.moz,
.country-flag.mz {
  background-position: 0 -1896px;
}

.country-flag.na,
.country-flag.nam {
  background-position: 0 -1908px;
}

.country-flag.nc,
.country-flag.ncl {
  background-position: 0 -1920px;
}

.country-flag.ne,
.country-flag.ner {
  background-position: 0 -1932px;
}

.country-flag.nf,
.country-flag.nfk {
  background-position: 0 -1944px;
}

.country-flag.ng,
.country-flag.nga {
  background-position: 0 -1956px;
}

.country-flag.ni,
.country-flag.nic {
  background-position: 0 -1968px;
}

.country-flag.nl,
.country-flag.nld {
  background-position: 0 -1980px;
}

.country-flag.no,
.country-flag.nor {
  background-position: 0 -1992px;
}

.country-flag.np,
.country-flag.npl {
  background-position: 0 -2004px;
}

.country-flag.nr,
.country-flag.nru {
  background-position: 0 -2016px;
}

.country-flag.niu,
.country-flag.nu {
  background-position: 0 -2028px;
}

.country-flag.nz,
.country-flag.nzl {
  background-position: 0 -2040px;
}

.country-flag.om,
.country-flag.omn {
  background-position: 0 -2052px;
}

.country-flag.pa,
.country-flag.pan {
  background-position: 0 -2064px;
}

.country-flag.pe,
.country-flag.per {
  background-position: 0 -2076px;
}

.country-flag.pf,
.country-flag.pyf {
  background-position: 0 -2088px;
}

.country-flag.pg,
.country-flag.png {
  background-position: 0 -2100px;
}

.country-flag.ph,
.country-flag.phl {
  background-position: 0 -2112px;
}

.country-flag.pak,
.country-flag.pk {
  background-position: 0 -2124px;
}

.country-flag.pl,
.country-flag.pol {
  background-position: 0 -2136px;
}

.country-flag.pm,
.country-flag.spm {
  background-position: 0 -2148px;
}

.country-flag.pr,
.country-flag.pri {
  background-position: 0 -2172px;
}

.country-flag.prt,
.country-flag.pt {
  background-position: 0 -2196px;
}

.country-flag.plw,
.country-flag.pw {
  background-position: 0 -2208px;
}

.country-flag.pry,
.country-flag.py {
  background-position: 0 -2220px;
}

.country-flag.qa,
.country-flag.qat {
  background-position: 0 -2232px;
}

.country-flag.re,
.country-flag.reu {
  background-position: 0 -2244px;
}

.country-flag.ro,
.country-flag.rou {
  background-position: 0 -2256px;
}

.country-flag.rs,
.country-flag.srb {
  background-position: 0 -2268px;
}

.country-flag.ru,
.country-flag.rus {
  background-position: 0 -2280px;
}

.country-flag.rw,
.country-flag.rwa {
  background-position: 0 -2292px;
}

.country-flag.sa,
.country-flag.sau {
  background-position: 0 -2304px;
}

.country-flag.sb,
.country-flag.slb {
  background-position: 0 -2316px;
}

.country-flag.sc,
.country-flag.syc {
  background-position: 0 -2328px;
}

.country-flag.sd,
.country-flag.sdn {
  background-position: 0 -2340px;
}

.country-flag.se,
.country-flag.swe {
  background-position: 0 -2352px;
}

.country-flag.sg,
.country-flag.sgp {
  background-position: 0 -2364px;
}

.country-flag.sh,
.country-flag.shn {
  background-position: 0 -2376px;
}

.country-flag.si,
.country-flag.svn {
  background-position: 0 -2388px;
}

.country-flag.sk,
.country-flag.svk {
  background-position: 0 -2412px;
}

.country-flag.sl,
.country-flag.sle {
  background-position: 0 -2424px;
}

.country-flag.sm,
.country-flag.smr {
  background-position: 0 -2436px;
}

.country-flag.sen,
.country-flag.sn {
  background-position: 0 -2448px;
}

.country-flag.so,
.country-flag.som {
  background-position: 0 -2460px;
}

.country-flag.sr,
.country-flag.sur {
  background-position: 0 -2472px;
}

.country-flag.st,
.country-flag.stp {
  background-position: 0 -2496px;
}

.country-flag.slv,
.country-flag.sv {
  background-position: 0 -2508px;
}

.country-flag.sx,
.country-flag.sxm {
  background-position: 0 -2520px;
}

.country-flag.sy,
.country-flag.syr {
  background-position: 0 -2532px;
}

.country-flag.swz,
.country-flag.sz {
  background-position: 0 -2544px;
}

.country-flag.tc,
.country-flag.tca {
  background-position: 0 -2556px;
}

.country-flag.tcd,
.country-flag.td {
  background-position: 0 -2568px;
}

.country-flag.tg,
.country-flag.tgo {
  background-position: 0 -2592px;
}

.country-flag.th,
.country-flag.tha {
  background-position: 0 -2604px;
}

.country-flag.tj,
.country-flag.tjk {
  background-position: 0 -2616px;
}

.country-flag.tk,
.country-flag.tkl {
  background-position: 0 -2628px;
}

.country-flag.tl,
.country-flag.tls {
  background-position: 0 -2640px;
}

.country-flag.tkm,
.country-flag.tm {
  background-position: 0 -2652px;
}

.country-flag.tn,
.country-flag.tun {
  background-position: 0 -2664px;
}

.country-flag.to,
.country-flag.ton {
  background-position: 0 -2676px;
}

.country-flag.tr,
.country-flag.tur {
  background-position: 0 -2688px;
}

.country-flag.tt,
.country-flag.tto {
  background-position: 0 -2700px;
}

.country-flag.tuv,
.country-flag.tv {
  background-position: 0 -2712px;
}

.country-flag.tw,
.country-flag.twn {
  background-position: 0 -2724px;
}

.country-flag.tz,
.country-flag.tza {
  background-position: 0 -2736px;
}

.country-flag.ua,
.country-flag.ukr {
  background-position: 0 -2748px;
}

.country-flag.ug,
.country-flag.uga {
  background-position: 0 -2760px;
}

.country-flag.us,
.country-flag.usa {
  background-position: 0 -2784px;
}

.country-flag.ury,
.country-flag.uy {
  background-position: 0 -2796px;
}

.country-flag.uz,
.country-flag.uzb {
  background-position: 0 -2808px;
}

.country-flag.va,
.country-flag.vat {
  background-position: 0 -2820px;
}

.country-flag.vc,
.country-flag.vct {
  background-position: 0 -2832px;
}

.country-flag.ve,
.country-flag.ven {
  background-position: 0 -2844px;
}

.country-flag.vg,
.country-flag.vgb {
  background-position: 0 -2856px;
}

.country-flag.vi,
.country-flag.vir {
  background-position: 0 -2868px;
}

.country-flag.vn,
.country-flag.vnm {
  background-position: 0 -2880px;
}

.country-flag.vu,
.country-flag.vut {
  background-position: 0 -2892px;
}

.country-flag.wf,
.country-flag.wlf {
  background-position: 0 -2904px;
}

.country-flag.ws,
.country-flag.wsm {
  background-position: 0 -2916px;
}

.country-flag.ye,
.country-flag.yem {
  background-position: 0 -2928px;
}

.country-flag.myt,
.country-flag.yt {
  background-position: 0 -2940px;
}

.country-flag.za,
.country-flag.zaf {
  background-position: 0 -2952px;
}

.country-flag.zm,
.country-flag.zmb {
  background-position: 0 -2964px;
}

.country-flag.zw,
.country-flag.zwe {
  background-position: 0 -2976px;
}

.button,
.header-nav-container li.button-login a,
.header-nav-container li.menu-item-button a,
.mktoForm button.mktoButton,
button,
input[type="submit"] {
  display: inline-block;
  padding: 1rem 2.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.0375em;
  color: white;
  background-color: #d5d400;
  border: none;
  border-radius: 0.1875rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button:disabled {
  background-color: #afafaf !important;
}

.button:active,
.button:focus,
.button:hover,
.header-nav-container li.button-login a:active,
.header-nav-container li.button-login a:focus,
.header-nav-container li.button-login a:hover,
.header-nav-container li.menu-item-button a:active,
.header-nav-container li.menu-item-button a:focus,
.header-nav-container li.menu-item-button a:hover,
.mktoForm button.mktoButton:active,
.mktoForm button.mktoButton:focus,
.mktoForm button.mktoButton:hover,
button:active,
button:focus,
button:hover,
input:active[type="submit"],
input:focus[type="submit"],
input:hover[type="submit"] {
  background-color: #e8e744;
  border-bottom: none;
}

.button:active,
.header-nav-container li.button-login a:active,
.header-nav-container li.menu-item-button a:active,
.mktoForm button.mktoButton:active,
button:active,
input:active[type="submit"] {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.button:only-child,
.header-nav-container li.button-login a:only-child,
.header-nav-container li.menu-item-button a:only-child,
.mktoForm button.mktoButton:only-child,
button:only-child,
input:only-child[type="submit"] {
  margin-right: 0;
}

.button:not(:last-child),
.header-nav-container li.button-login a:not(:last-child),
.header-nav-container li.menu-item-button a:not(:last-child),
.mktoForm button.mktoButton:not(:last-child),
button:not(:last-child),
input:not(:last-child)[type="submit"] {
  margin-right: 0.375em;
}

.button-small,
.button.button-html,
.button.button-notes,
.header-nav-container li.button-login a.button-html,
.header-nav-container li.button-login a.button-notes,
.header-nav-container li.menu-item-button a.button-html,
.header-nav-container li.menu-item-button a.button-notes,
.mktoForm button.button-html.mktoButton,
.mktoForm button.button-notes.mktoButton,
input.button-html[type="submit"],
input.button-notes[type="submit"] {
  font-size: 0.625em;
  padding: 0.75em 1.5em;
}

.button-slate,
.button-slate:active,
.button-slate:focus,
.button-slate:hover {
  color: #fff;
  background-color: #152835;
}

.button-gray {
  color: #696f74;
  background-color: #dddfe1;
}

.button-gray:active,
.button-gray:focus,
.button-gray:hover {
  color: #000;
  background-color: #c6cacd;
}

.button-transparent,
.button-transparent:active,
.button-transparent:focus,
.button-transparent:hover {
  background-color: transparent;
}

.button-text {
  margin-left: 0.375em;
  text-transform: uppercase;
  color: #d5d400;
}

.button-text:active,
.button-text:focus,
.button-text:hover {
  border-bottom: 0;
}

.message-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #152835;
}

.message-container p {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}

.customSelect,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
select,
textarea {
  top: 0;
  left: 0;
  padding: 0.84375rem 0.75rem;
  width: 100%;
  font-size: 0.9375rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  border: 1px solid #bec6cd;
  border-radius: 0.1875rem;
}

.customSelect.placeholder,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).placeholder,
select.placeholder,
textarea.placeholder {
  /*color: #929faa*/
}

.customSelect:-moz-placeholder,
.customSelect::-moz-placeholder,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  /*color: #929faa*/
}

.customSelect:-ms-input-placeholder,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /*color: #929faa*/
}

.customSelect::-webkit-input-placeholder,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /*color: #929faa*/
}

.customSelect.error,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).error,
select.error,
textarea.error {
  border-color: #e75c5c;
}

form div label {
  top: 0;
  left: 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

select {
  cursor: pointer;
  z-index: 2;
}

.customSelect {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.customSelect:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.75em;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #152835 transparent transparent;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  clip: auto;
  margin: auto;
  height: auto;
  width: auto;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5em;
  padding: 0.375em 0 0.375em 2.25em;
}

input[type="checkbox"] + label:after,
input[type="checkbox"] + label:before,
input[type="radio"] + label:after,
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #8d949a;
}

input[type="checkbox"]:last-child + label,
input[type="radio"]:last-child + label {
  margin-bottom: 0;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #3799cf;
  border-color: #3799cf;
}

input[type="checkbox"]:checked:disabled + label:after,
input[type="radio"]:checked:disabled + label:after {
  display: block;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  background-color: #f0f1f3;
}

input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  background-color: #dbdfe3;
  border-color: #dbdfe3;
}

input[type="checkbox"]:disabled + label:after,
input[type="radio"]:disabled + label:after {
  display: none;
}

input[type="radio"] + label:after,
input[type="radio"] + label:before {
  border-radius: 100%;
}

input[type="radio"] + label:after {
  left: 0.625em;
  width: 0.625em;
  height: 0.625em;
  background-color: #fff;
}

input[type="checkbox"] + label:before {
  border-radius: 0.1875rem;
}

input[type="checkbox"] + label:after {
  top: -0.25em;
  left: 0.6875em;
  width: 0.5em;
  height: 1em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  max-width: 100%;
  min-height: 7.5em;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group div {
  width: 100%;
}

.input-group > :not(:last-child) {
  margin-right: 0.75rem;
}

.mktoField,
.mktoFieldWrap,
.mktoForm,
.mktoFormCol,
.mktoFormRow {
  width: 100% !important;
  padding: 0 !important;
}

@media only screen and (min-width: 34.375em) {
  .mktoFormRow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mktoFormRow > :nth-child(2n):not(.mktoClear) {
    margin-left: 0.75rem !important;
  }
}

.mktoFieldDescriptor {
  margin-bottom: 0.75rem !important;
}

.mktoForm .mktoField,
.mktoForm input[type="date"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="tel"],
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  padding: 0.84375rem 0.75rem !important;
  font-size: 0.9375rem !important;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.mktoForm .mktoField.mktoInvalid,
.mktoForm input[type="date"].mktoInvalid,
.mktoForm input[type="email"].mktoInvalid,
.mktoForm input[type="number"].mktoInvalid,
.mktoForm input[type="tel"].mktoInvalid,
.mktoForm input[type="text"].mktoInvalid,
.mktoForm input[type="url"].mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid {
  border-color: #e75c5c;
}

.mktoForm input[type="date"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="tel"],
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm textarea.mktoField {
  height: auto !important;
}

.mktoForm .mktoFormCol {
  min-height: 0 !important;
}

.mktoForm textarea.mktoField {
  resize: vertical;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoForm .mktoOffset,
.mktoGutter {
  display: none;
}

.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
  padding: 0 !important;
  width: 100% !important;
}

.mktoForm .mktoCheckboxList > label,
.mktoForm .mktoRadioList > label {
  margin: 0 0 0.5em !important;
  min-height: 24px !important;
  width: 100% !important;
}

@media only screen and (max-width: 33.375em) {
  .mktoButtonRow {
    width: 100%;
  }
}

@media only screen and (max-width: 33.375em) {
  .mktoButtonRow .mktoButton {
    width: 100%;
    display: block;
  }
}

.customSelectInner,
.mktoForm select.mktoField,
.mktoForm select.mktoField option {
  color: #929faa;
}

.customSelectChanged .customSelectInner {
  color: #000;
}

#site-logo {
  background-image: url(./logo.jpg);
  position: relative;
  width: 160px;
  height: 75px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#site-logo a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#site-logo a:active,
#site-logo a:focus,
#site-logo a:hover {
  border-bottom: none;
}

#footer-logo {
  background-image: url(./logo.png), none;
  position: relative;
  margin: 0 0 3em;
  width: 200px;
  height: 90px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 34.375em) {
  #footer-logo {
    margin: 0 auto 3em;
  }
}

@media only screen and (min-width: 50em) {
  #footer-logo {
    margin: 0;
  }
}

#wpadminbar {
  position: fixed;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  position: relative;
  margin: 0;
}

@media only screen and (min-width: 53.125em) {
  .menu li {
    display: inline-block;
    margin-right: 1.25em;
  }

  .menu li:last-child {
    margin-right: 0;
  }
}

.menu li.menu-item-type-taxonomy + .menu-item-type-custom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.menu li:before {
  display: none;
}

.menu li a:active,
.menu li a:focus,
.menu li a:hover {
  border-bottom: none;
}

.header-nav-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  height: calc(100vh - 3.75rem);
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 200;
}

@media only screen and (min-width: 53.125em) {
  .header-nav-container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
    display: block;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
}

.header-nav-container.is-active {
  display: block;
}

.header-nav-container nav {
  width: 100%;
}

@media only screen and (min-width: 53.125em) {
  .header-nav-container nav {
    width: auto;
  }
}

@media only screen and (min-width: 53.125em) {
  .header-nav-container .menu:not(.submenu) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-nav-container .menu:not(.submenu) > li {
    font-size: 1.0625em;
    padding: 0.75rem 0;
  }
}

.header-nav-container a {
  display: inline-block;
  padding: 0.375rem 0;
  font-weight: 300;
  color: #5e778b;
}

@media only screen and (min-width: 53.125em) {
  .header-nav-container a {
    padding: 1.125rem 0;
  }

  .header-nav-container a:active,
  .header-nav-container a:focus,
  .header-nav-container a:hover {
    color: #152835;
  }
}

@media only screen and (max-width: 52.125em) {
  .header-nav-container li.menu-item-button a {
    padding: 0.375rem 0;
    font-size: 0.9375rem;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    color: #5e778b;
    background-color: transparent;
  }

  .header-nav-container li.menu-item-button a:active,
  .header-nav-container li.menu-item-button a:focus,
  .header-nav-container li.menu-item-button a:hover {
    background-color: transparent;
  }
}

.header-nav-container li.button-login a {
  background-color: #fff;
  border: 1px solid #d5d400;
  color: #d5d400;
  font-size: 0.9375rem;
  min-width: 150px;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 52.125em) {
  .header-nav-container li.button-login a {
    padding: 0.375rem 0;
    font-size: 0.9375rem;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    background-color: transparent;
  }

  .header-nav-container li.button-login a:active,
  .header-nav-container li.button-login a:focus,
  .header-nav-container li.button-login a:hover {
    background-color: transparent;
  }
}

.header-nav-container li.button-login a:hover {
  background-color: #d5d400;
  color: #152835;
}

.header-nav-content {
  overflow: scroll;
  padding: 0 0.75rem 0.75rem;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 34.375em) {
  .header-nav-content {
    padding: 0 1.5rem 1.5rem;
  }
}

@media only screen and (min-width: 53.125em) {
  .header-nav-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: right;
    -ms-flex-pack: justify;
    justify-content: right;
    padding: 0;
    height: auto;
    overflow: visible;
  }
}

.header-nav-toggle {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem;
  outline: none;
  z-index: 300;
}

.header-nav-toggle:active,
.header-nav-toggle:focus,
.header-nav-toggle:hover {
  background-color: #d5d400;
}

@media only screen and (min-width: 53.125em) {
  .header-nav-toggle {
    display: none;
  }
}

.header-nav-toggle span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  width: 18px;
  height: 2px;
  font-size: 0;
  background-color: #fff;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-nav-toggle span:after,
.header-nav-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-nav-toggle span:before {
  bottom: calc(100% + 4px);
}

.header-nav-toggle span:after {
  top: calc(100% + 4px);
}

.header-nav-toggle.is-active span {
  background-color: transparent;
}

.header-nav-toggle.is-active span:before {
  bottom: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-nav-toggle.is-active span:after {
  top: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.submenu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 2.375em;
  height: 2.375em;
  z-index: 300;
}

.submenu-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #5e778b;
  border-bottom: 1px solid #5e778b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.submenu-toggle.is-active:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (min-width: 53.125em) {
  .submenu-toggle {
    display: none;
  }
}

@media only screen and (min-width: 53.125em) {
  .nav-main {
    margin-left: 2.25em;
  }
}

.nav-main a.is-active {
  color: #152835;
}

.nav-main .submenu {
  display: none;
  margin-left: 0.75em;
  font-size: 1rem;
}

@media only screen and (min-width: 53.125em) {
  .nav-main .submenu {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    display: block;
    margin-left: 0;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }

  .nav-main .submenu,
  .nav-main .submenu li {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .nav-main .submenu li {
    -webkit-transform: translateX(-36px);
    -ms-transform: translateX(-36px);
    transform: translateX(-36px);
  }
}

.nav-main .submenu li {
  display: block;
}

@media only screen and (min-width: 53.125em) {
  .submenu.is-open {
    clip: auto;
    margin: auto;
    height: auto;
    width: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    overflow: visible;
    margin-left: -9.375em;
    padding: 1.5em;
    width: 18.75em;
    background-color: #152835;
    border-radius: 0 0 0.1875rem 0.1875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .submenu.is-open:before {
    width: 0;
    height: 0;
    z-index: 2;
    border-bottom: 10px solid #152835;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .submenu.is-open li {
    font-size: 1.0625em;
    font-weight: 400;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .submenu.is-open li a {
    padding: 0.25em 0;
    color: #fff;
  }

  .submenu.is-open li a.is-active,
  .submenu.is-open li a:active,
  .submenu.is-open li a:focus,
  .submenu.is-open li a:hover {
    color: #d5d400;
  }
}

.nav-utility {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 53.125em) {
  .nav-utility {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nav-utility .region-selector {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

@media only screen and (min-width: 53.125em) {
  .nav-utility .region-selector {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
  }

  .nav-utility .region-selector:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background-color: #dbdfe3;
  }
}

.nav-utility .menu {
  position: relative;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

@media only screen and (min-width: 53.125em) {
  .nav-utility .menu {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1.375rem;
    width: auto;
  }
}

@media only screen and (min-width: 53.125em) {
  .nav-utility .menu li:not(.menu-item-button) a {
    font-size: 0.8125rem;
    text-transform: uppercase;
  }
}

.nav-footer .menu {
  display: none;
}

@media only screen and (min-width: 34.375em) {
  .nav-footer .menu {
    display: block;
  }
}

.nav-footer .menu li {
  display: block;
  font-size: 0.9375em;
  font-weight: 400;
}

.nav-footer .menu a {
  margin-bottom: 0.125em;
  padding: 0;
  font-weight: 400;
  color: #8d949a;
}

.nav-footer .menu a:active,
.nav-footer .menu a:focus,
.nav-footer .menu a:hover {
  color: #fff;
}

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.headroom--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.headroom.is-active,
.headroom.is-open {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.region-selector {
  position: relative;
  margin-top: 0.5em;
}

@media only screen and (min-width: 53.125em) {
  .region-selector {
    margin-top: 0;
    padding: 1.125rem 0.75rem 1.125rem 0;
  }
}

.toggle-region-selector-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0.375rem;
  max-width: 4.375rem;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  color: #5e778b;
  border: 1px solid #dbdfe3;
  border-radius: 0.1875rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 53.125em) {
  .toggle-region-selector-list {
    border: none;
    border-radius: 0;
  }
}

.toggle-region-selector-list:before {
  content: "";
  display: inline-block;
  margin-top: 0.25rem;
  margin-right: 0.375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: #dbdfe3 transparent transparent;
}

.toggle-region-selector-list:focus {
  outline: none;
}

.is-open .toggle-region-selector-list {
  background-color: #f0f1f3;
}

.toggle-region-selector-list .country-flag {
  margin-right: 0.375rem;
}

.region-selector-list-wrapper {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  opacity: 0;
  z-index: 600;
}

@media only screen and (min-width: 53.125em) {
  .region-selector-list-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9375em;
    background-color: #fff;
    border: 1px solid #dbdfe3;
    border-radius: 0.1875rem;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .region-selector-list-wrapper:after,
  .region-selector-list-wrapper:before {
    content: "";
    position: absolute;
    top: -11px;
    right: 272px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid #dbdfe3;
    border-left: 1px solid #dbdfe3;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.is-open .region-selector-list-wrapper {
  clip: auto;
  margin: auto;
  height: auto;
  width: auto;
  position: relative;
  overflow: visible;
  margin-top: 0.75rem;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 53.125em) {
  .is-open .region-selector-list-wrapper {
    position: absolute;
    top: 100%;
    right: -233px;
    margin-top: 0;
    width: 50rem;
  }
}

.list-region-select {
  margin: 0;
  padding-bottom: 1.125em;
  list-style: none;
}

@media only screen and (min-width: 53.125em) {
  .list-region-select {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5em;
  }
}

.list-region-select ul {
  margin: 0;
  padding: 0;
}

.list-region-select ul + .region-category-title {
  margin-top: 3.15em;
}

.list-region-select li {
  position: relative;
  margin: 0 0 0.75em;
}

.list-region-select li:before {
  display: none;
}

.list-region-select li:last-child {
  margin-bottom: 0;
}

.list-region-select a {
  padding: 0;
}

.list-region-select a:active,
.list-region-select a:focus,
.list-region-select a:hover {
  border-bottom: none;
}

.list-region-select .icon-flag {
  margin-right: 0.375rem;
}

.region-category-title {
  margin-bottom: 0.75em;
  font-size: 0.9375em;
  font-weight: 500;
}

.region-category-title:empty {
  display: none;
}

.region-category-title:empty ~ ul {
  margin-top: -0.375rem;
}

@media only screen and (min-width: 53.125em) {
  .region-category-title:empty ~ ul {
    margin-top: 2.25rem;
  }
}

@media only screen and (min-width: 53.125em) {
  .region-locations-text {
    position: absolute;
    top: 0;
    right: 0.5em;
  }

  .region-locations-text a {
    padding: 0;
    font-size: 0.6875em;
  }
}

.group-cta {
  border-top: 1px solid #e9eaeb;
}

.group-cta:after {
  content: "";
  display: block;
  clear: both;
}

.group-cta .inner-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 90rem) {
  .group-cta .inner-wrapper {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 50em) {
  .group-cta .inner-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-cta {
  padding: 1.875em 0.75rem;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 34.375em) {
  .block-cta {
    padding: 2.5em 1.5rem;
  }
}

@media only screen and (min-width: 50em) {
  .block-cta {
    padding: 3.75em;
  }
}

@media only screen and (min-width: 64em) {
  .block-cta:first-child {
    padding-left: 5.125rem;
  }

  .block-cta:last-child {
    padding-right: 5.125rem;
  }
}

.block-cta:not(:first-child) {
  border-top: 1px solid #e9eaeb;
}

@media only screen and (min-width: 50em) {
  .block-cta:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #e9eaeb;
  }
}

@media only screen and (min-width: 50em) {
  .block-cta.block-cta-half {
    width: 50%;
  }
}

.block-cta .actions,
.block-cta .content {
  margin: 0 auto;
  max-width: 31.25em;
}

@media only screen and (min-width: 64em) {
  .block-split {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-split div > :last-child {
    margin-bottom: 0;
  }

  .block-split .content {
    width: 100%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 5%;
    text-align: left;
  }

  .block-split .actions {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media only screen and (min-width: 64em) and (min-width: 64em) {
  .block-split .actions .button,
  .block-split .actions .header-nav-container li.button-login a,
  .block-split .actions .header-nav-container li.menu-item-button a,
  .block-split .actions .mktoForm button.mktoButton,
  .block-split .actions input[type="submit"],
  .header-nav-container li.button-login .block-split .actions a,
  .header-nav-container li.menu-item-button .block-split .actions a,
  .mktoForm .block-split .actions button.mktoButton {
    white-space: nowrap;
  }
}

.block-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-next .content {
  width: 100%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
}

.block-next:hover .block-link:after {
  color: #e4b636;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.block-cta-title {
  margin: 0 0 0.125em;
}

.block-cta-author,
.block-cta-tagline {
  margin: 0.125em 0 1.875em;
}

.block-cta-author:empty,
.block-cta-tagline:empty {
  margin: 0;
}

@media only screen and (min-width: 64em) {
  .block-cta-split .block-cta-author,
  .block-cta-split .block-cta-tagline {
    margin: 0;
  }
}

.block-cta-author {
  color: #5e778b;
}

.block-cta-subtitle {
  margin: 0;
}

.block-link {
  display: block;
  position: relative;
  padding-right: 3.125em;
}

.block-link .block-cta-subtitle {
  color: #d5d400;
}

.block-link:after {
  content: "";
  background-image: url(../images/icons/icons-right-arrow.png);
  background-image: url(../images/icons/icons-right-arrow.svg), none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 24px;
  font-family: Lucida Grande, Times New Roman, serif;
  font-size: 2.25em;
  line-height: 0;
  color: #d5d400;
  background-size: 37px 24px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block-link:active,
.block-link:focus,
.block-link:hover {
  border-bottom: none;
}

@media only screen and (min-width: 34.375em) {
  .block-cta .mktoForm {
    text-align: center;
  }
}

.grey-bar-cta-wrapper {
  background-color: #f0f1f3;
  padding: 3em 0.75em;
}

@media only screen and (min-width: 50em) {
  .grey-bar-cta-wrapper .grey-bar-cta-content {
    width: 64.44444%;
    float: left;
    margin-right: 6.66667%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

.location-wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.location-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 34.375em) {
  .location-wrapper > :first-child {
    width: 28.88889%;
    float: left;
    margin-right: 6.66667%;
  }

  .location-wrapper > :last-child {
    width: 64.44444%;
    float: right;
    margin-right: 0;
  }
}

.location-list-wrapper ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.location-list-wrapper ul li {
  font-size: 0.8125em;
  padding-right: 1.875em;
}

.location-list-wrapper ul li:before {
  display: none;
}

.location-image {
  margin-bottom: 1.5em;
  max-height: 12.5em;
  overflow: hidden;
}

@media only screen and (min-width: 34.375em) {
  .location-image {
    max-height: auto;
    overflow: visible;
  }
}

.location-name {
  margin-bottom: 0.75em;
  line-height: 1.41667;
}

.page-intro-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.page-intro-center.page-intro-promo-center {
  max-width: 37.5em;
}

@media only screen and (min-width: 50em) {
  .page-intro.grid-col-2 * {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 50em) {
  .page-intro-alt {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }

  .page-intro-alt:after {
    content: " ";
    display: block;
    clear: both;
  }

  .page-intro-alt * {
    margin-bottom: 0;
  }

  .page-intro-alt > * {
    float: left;
  }

  .page-intro-alt > :first-child {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
  }

  .page-intro-alt > :last-child {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .page-intro-alt > :first-child {
    width: 28.88889%;
    float: left;
    margin-right: 6.66667%;
  }

  .page-intro-alt > :last-child {
    width: 64.44444%;
    float: right;
    margin-right: 0;
  }
}

.page-intro-subtitle {
  color: #5e778b;
}

.page-intro-label {
  margin-bottom: 0;
}

.sem .no-image {
  margin-bottom: -1.25rem;
}

@media only screen and (min-width: 50em) {
  .sem .no-image {
    margin-bottom: -3.125rem;
  }
}

.sem .no-image .content-margin {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 50em) {
  .sem .no-image .content-margin {
    margin-top: 3.125rem;
  }
}

.page-intro-description {
  color: #5e778b;
}

.page-intro-center .page-intro-description {
  margin: auto;
}

.grid-col-2 .page-intro-description p {
  font-size: 1.0625em;
  line-height: 2.04;
}

.page-intro-alt .page-intro-description p {
  font-size: 1.1875em;
  line-height: 1.87;
}

.page-intro-image-404 {
  margin-left: -4.6875em;
  max-width: 84.375em;
}

.page-section-title {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 34.375em) {
  .page-section-title {
    margin-bottom: 6.66667%;
  }
}

.banner-teaser,
.teaser {
  position: relative;
}

.banner-teaser p,
.teaser p {
  color: #5e778b;
  margin-bottom: 0.75em;
}

.banner-teaser :last-child,
.teaser :last-child {
  margin-bottom: 0;
}

.teaser-image-group {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.teaser-image-group:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 50em) {
  .teaser-image-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.teaser-image-group > :first-child {
  margin-bottom: 6.66667%;
}

@media only screen and (min-width: 50em) {
  .teaser-image-group > :first-child {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  .teaser-image-group > :first-child {
    width: 28.88889%;
    float: left;
    margin-right: 6.66667%;
  }
}

@media only screen and (min-width: 50em) {
  .teaser-image-group > :last-child {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .teaser-image-group > :last-child {
    width: 64.44444%;
    float: right;
    margin-right: 0;
  }
}

.teaser-image-full-group {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.teaser-image-full-group:after {
  content: " ";
  display: block;
  clear: both;
}

.teaser-image-full {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 3.75em;
}

@media only screen and (min-width: 34.375em) {
  .teaser-image-full {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .teaser-image-full {
    margin-left: -5.125rem;
    margin-right: -5.125rem;
  }
}

@media only screen and (min-width: 50em) {
  .teaser-column-center {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

.teaser-center {
  text-align: center;
}

.teaser-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 3.125em;
  min-height: 3em;
  margin: 0 auto 1.125em;
}

.teaser-icon img {
  width: 100%;
  max-width: 100%;
}

.banner-teaser-title,
.teaser-title {
  margin-bottom: 0.75em;
  line-height: 1.41667;
}

.banner-teaser-title a,
.teaser-title a {
  font-weight: 400;
  color: #152835;
}

.banner-teaser-title a:active,
.banner-teaser-title a:focus,
.banner-teaser-title a:hover,
.teaser-title a:active,
.teaser-title a:focus,
.teaser-title a:hover {
  border-bottom: none;
}

.leadership-teaser .banner-teaser-title,
.leadership-teaser .teaser-title {
  margin-bottom: 0;
}

.teaser-title.icon:before {
  margin-right: 0.375em;
}

.banner-teaser-link,
.teaser-link {
  font-size: 0.9375em;
  font-weight: 500;
}

.teaser-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  width: 100%;
  min-height: 12.5em;
  background-color: #dbdfe3;
}

.teaser-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.teaser-tags a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.teaser-tags a:not(:first-child) {
  display: none;
}

@media only screen and (min-width: 34.375em) {
  .leadership-teaser-group {
    margin-left: -1.875em;
    margin-right: -1.875em;
  }
}

@media only screen and (min-width: 64em) {
  .leadership-teaser-group {
    margin-left: -2.25em;
    margin-right: -2.25em;
  }
}

.leadership-teaser {
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.leadership-teaser:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 34.375em) {
  .leadership-teaser {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding: 1.875em;
  }

  .leadership-teaser:nth-child(odd) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .leadership-teaser:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}

@media only screen and (min-width: 64em) {
  .leadership-teaser {
    width: 33.33333%;
    float: left;
    padding: 2.25em;
  }

  .leadership-teaser:nth-child(3n + 1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .leadership-teaser:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }

  .leadership-teaser:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}

@media only screen and (min-width: 50em) {
  .leadership-teaser:hover {
    background-color: #fff;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
}

.teaser-headshot {
  float: left;
  border-radius: 100%;
  width: 100%;
  max-width: 4.58333em;
}

@media only screen and (min-width: 50em) {
  .teaser-headshot {
    max-width: 6.875em;
  }
}

.teaser-content {
  float: left;
  padding-left: 1.5em;
  width: calc(100% - 6.875em / 1.5);
}

@media only screen and (min-width: 34.375em) {
  .teaser-content {
    padding-top: 0.75em;
    width: calc(100% - 6.875em);
  }
}

@media only screen and (min-width: 50em) {
  .teaser-content {
    padding-left: 2.25em;
  }
}

.resources-section-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75em;
}

.resources-section-header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #dbdfe3;
  z-index: 0;
}

.resources-section-header > * {
  z-index: 1;
}

.resources-section-icon {
  max-width: 2.25rem;
  background-color: #fff;
}

.resources-section-title {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 0;
}

.resources-section-title span {
  display: inline-block;
  padding-right: 0.375em;
  background-color: #fff;
}

@media only screen and (min-width: 34.375em) {
  .resources-section-title span {
    padding: 0 0.75em 0 0.375em;
  }
}

.resources-section-link {
  padding-left: 0.75em;
  background-color: #fff;
  font-size: 0.625em;
}

@media only screen and (min-width: 34.375em) {
  .resources-section-link {
    padding-left: 1.125em;
    font-size: 0.9375em;
  }
}

.teaser-featured-group {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.teaser-featured-group:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 64em) {
  .teaser-featured {
    width: 64.44444%;
    float: left;
    margin-right: 6.66667%;
  }
}

@media only screen and (min-width: 34.375em) {
  .teaser-featured .teaser-image {
    height: 31.25em;
  }
}

.teaser-sidebar {
  margin-bottom: 6.66667%;
}

@media only screen and (min-width: 64em) {
  .teaser-sidebar {
    width: 28.88889%;
    float: right;
    margin-right: 0;
  }
}

.teaser-sidebar .teaser {
  margin-bottom: 6.66667%;
}

@media only screen and (min-width: 50em) {
  .teaser-sidebar .teaser {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
  }
}

@media only screen and (min-width: 64em) {
  .teaser-sidebar .teaser {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 23.07692%;
  }
}

@media only screen and (min-width: 50em) {
  .teaser-sidebar .teaser:last-child {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .teaser-sidebar .teaser:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.teaser-title-icon {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 0.125em;
  height: 1em;
  width: 1em;
}

.teaser-title-icon img {
  position: absolute;
  bottom: -0.125em;
  height: 1em;
  width: 1em;
}

.teaser-info-burst-blocks {
  text-align: center;
}

.teaser-info-burst-blocks p {
  margin-bottom: 0.75em;
}

.teaser-info-burst-blocks .info-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 50em) {
  .teaser-info-burst-blocks .info-blocks {
    margin-top: 4em;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.teaser-info-burst-blocks .info-block {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 2em;
  padding: 0 0.75em;
}

@media only screen and (min-width: 50em) {
  .teaser-info-burst-blocks .info-block {
    margin-bottom: 0;
    padding: 0 1.5em;
  }

  .teaser-info-burst-blocks .info-block:first-of-type {
    padding-left: 0;
  }

  .teaser-info-burst-blocks .info-block:last-of-type {
    padding-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .teaser-info-burst-blocks .info-block {
    padding: 0 3em;
  }
}

.teaser-info-burst-blocks .info-block strong {
  text-transform: uppercase;
}

.teaser-info-burst-blocks .stat {
  margin-top: -0.25em;
  color: #d5d400;
  margin-bottom: 0.05em;
  font-size: 3.5em;
}

@media only screen and (min-width: 50em) {
  .teaser-info-burst-blocks .stat {
    margin-bottom: 0.25em;
    font-size: 3.5em;
  }
}

.banner-wrapper {
  position: relative;
  height: 20.9375em;
  background-color: #152835;
}

@media only screen and (min-width: 46.875em) {
  .banner-wrapper {
    height: 41.875em;
  }
}

@media only screen and (min-width: 46.875em) {
  .banner-wrapper-short {
    height: 28.125em;
  }
}

.banner-wrapper-featured {
  height: auto;
  background-color: transparent;
}

.banner-wrapper-landing {
  height: auto;
  background-color: #f0f1f3;
}

.banner-wrapper-resources {
  height: auto;
  min-height: 20.9375em;
}

.banner-headline {
  font-size: 1.875em;
  letter-spacing: -1px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 34.375em) {
  .banner-headline {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .banner-headline {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .banner-headline {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 34.375em) {
  .banner-headline {
    font-size: 2.625em;
  }
}

@media only screen and (min-width: 46.875em) {
  .banner-headline {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: -15%;
    font-size: 3.375em;
    text-align: left;
  }
}

.banner-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-wrapper-featured .banner-image {
  height: 27.5em;
}

@media only screen and (min-width: 34.375em) {
  .banner-wrapper-featured .banner-image {
    height: 30.55556em;
  }
}

@media only screen and (min-width: 50em) {
  .banner-wrapper-featured .banner-image {
    height: 39.28571em;
  }
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-featured .banner-image {
    height: 50em;
  }
}

@media only screen and (min-width: 90rem) {
  .banner-wrapper-featured .banner-image {
    height: 55em;
  }
}

.banner-quote-wrapper .banner-image {
  position: relative;
}

@media only screen and (min-width: 46.875em) {
  .banner-quote-wrapper .banner-image {
    position: absolute;
  }
}

.banner-wrapper-resources .banner-image {
  opacity: 0.5;
}

.banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.banner-content {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 2;
}

@media only screen and (min-width: 34.375em) {
  .banner-content {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .banner-content {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .banner-content {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .banner-content {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .banner-content.banner-content-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-content.banner-content-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .banner-content.banner-content-align-center {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.banner-content img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 1px;
}

.banner-wrapper-featured .banner-content {
  margin-top: 3.75em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-featured .banner-content {
    margin-top: 7.5em;
  }
}

.banner-wrapper-featured .banner-content img {
  margin-top: 2.5em;
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-featured .banner-content img {
    margin-top: 3.75em;
  }
}

.banner-wrapper-landing .banner-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1.875em;
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrapper-landing .banner-content:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-landing .banner-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    text-align: left;
    padding-top: 9.375em;
    padding-bottom: 6.25em;
  }
}

.banner-wrapper-landing .banner-content .button:not(:last-of-type),
.banner-wrapper-landing
  .banner-content
  .header-nav-container
  li.button-login
  a:not(:last-of-type),
.banner-wrapper-landing
  .banner-content
  .header-nav-container
  li.menu-item-button
  a:not(:last-of-type),
.banner-wrapper-landing
  .banner-content
  .mktoForm
  button.mktoButton:not(:last-of-type),
.banner-wrapper-landing .banner-content input:not(:last-of-type)[type="submit"],
.header-nav-container
  li.button-login
  .banner-wrapper-landing
  .banner-content
  a:not(:last-of-type),
.header-nav-container
  li.menu-item-button
  .banner-wrapper-landing
  .banner-content
  a:not(:last-of-type),
.mktoForm
  .banner-wrapper-landing
  .banner-content
  button.mktoButton:not(:last-of-type) {
  margin-bottom: 0.375em;
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-landing .banner-content .banner-text {
    width: 37.77778%;
    float: left;
    margin-right: 6.66667%;
  }
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-landing .banner-content .banner-landing-image {
    width: 55.55556%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

.banner-wrapper-resources .banner-content {
  padding-top: 1.875em;
}

@media only screen and (min-width: 46.875em) {
  .banner-wrapper-resources .banner-content {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}

@media only screen and (min-width: 64em) {
  .banner-wrapper-resources .banner-content {
    padding-top: 12.5em;
    padding-bottom: 12.5em;
  }
}

.banner-card,
.banner-text {
  z-index: 1;
}

@media only screen and (min-width: 46.875em) {
  .banner-card,
  .banner-text {
    max-width: 39.375em;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.banner-card > :last-child,
.banner-text > :last-child {
  margin: 0;
}

.banner-text {
  max-width: 80%;
}

.banner-content-align-center .banner-text {
  max-width: 100%;
}

@media only screen and (min-width: 46.875em) {
  .banner-text {
    max-width: 42.5em;
  }

  .banner-text.banner-text-leader {
    max-width: 37.5em;
  }

  .banner-content-align-center .banner-text {
    max-width: 50em;
  }
}

.banner-text p {
  color: #fff;
}

.banner-text img {
  margin-bottom: 1.5rem;
}

.banner-wrapper-landing .banner-text {
  margin-bottom: 1.5rem;
  max-width: 37.5em;
}

.banner-wrapper-landing .banner-text p {
  color: #485f71;
}

.banner-text .app-icon {
  width: 72px;
  height: auto;
}

.banner-wrapper-featured .banner-text {
  display: block;
  text-align: center;
}

.banner-card {
  padding: 1.5em;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-radius: 0.1875rem;
  border-left: 4px solid #d5d400;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 46.875em) {
  .banner-card {
    padding: 2.625em;
    background-color: #fff;
  }
}

@media only screen and (max-width: 45.875em) {
  .banner-card-mobile {
    padding: 1.5em;
    width: 100%;
    max-width: 100%;
    background-color: hsla(0, 0%, 100%, 0.9);
    border-radius: 0.1875rem;
    border-left: 4px solid #d5d400;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.1);
  }

  .banner-card-mobile .banner-text-category {
    color: #d5d400;
  }

  .banner-card-mobile .banner-text-title,
  .banner-card-mobile p {
    color: #485f71;
  }

  .banner-card-mobile a[class^="link"] {
    color: #3799cf;
  }
}

.banner-card-category,
.banner-text-category {
  margin: 0;
}

.banner-text-category {
  margin: 0 0 0.75em;
}

.banner-text-category-dark {
  color: #152835;
}

.banner-text-category-light {
  color: #fff;
}

.banner-text-tags {
  margin-bottom: 1.5rem;
}

.banner-text-tags a:active,
.banner-text-tags a:focus,
.banner-text-tags a:hover {
  border-bottom: none;
}

.banner-text-tags a:not(:first-child) {
  display: none;
}

.banner-text-leader-catgory {
  margin: 0;
}

.banner-card-title {
  margin-bottom: 0.375em;
}

.banner-text-title {
  color: #fff;
}

.banner-text-title a {
  font-weight: 300;
  color: #152835;
}

.banner-text-title a:active,
.banner-text-title a:focus,
.banner-text-title a:hover {
  border-bottom: none;
}

@media only screen and (min-width: 46.875em) {
  .banner-text-title a {
    color: #fff;
  }
}

.banner-wrapper-landing .banner-text-title {
  color: #152835;
}

.banner-text-leader-title {
  margin-bottom: 0;
  color: #fff;
}

.banner-text-leader-position {
  font-weight: 300;
  color: #fff;
}

.banner-text-timestamp {
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 45.875em) {
  .banner-quote-wrapper {
    height: auto;
  }

  .banner-quote-wrapper img {
    position: relative;
  }

  .banner-quote-wrapper .banner-content {
    padding: 0;
  }
}

.banner-quote {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75em 0.75rem 1.875em;
  text-align: center;
  color: #fff;
  background-color: #152835;
  z-index: 1;
}

@media only screen and (min-width: 34.375em) {
  .banner-quote {
    padding: 0.75em 5.125rem 1.875em;
  }
}

@media only screen and (min-width: 46.875em) {
  .banner-quote {
    padding: 1.5em;
    width: 30.625em;
    height: 30.625em;
    border-radius: 100%;
    background-color: rgba(21, 40, 53, 0.96);
  }
}

.banner-quote-title {
  margin-bottom: 0.25em;
  color: #fff;
}

.banner-quote-title:before {
  content: "“";
  position: relative;
  display: block;
  margin: 4.5rem 0 0;
  font-family: Times, serif;
  font-size: 9rem;
  line-height: 0;
  text-align: center;
  color: #d5d400;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.banner-quote-text {
  font-size: 1.1875em;
  color: #fff;
  width: 100%;
}

.banner-quote-author {
  margin-bottom: 0;
  font-size: 1.0625em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #d5d400;
}

.banner-quote-author-desc {
  margin-bottom: 0;
  font-size: 1.0625em;
  color: #5e778b;
}

.map-wrapper {
  height: 14.375em;
}

@media only screen and (min-width: 46.875em) {
  .map-wrapper {
    height: 28.75em;
  }
}

.window-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -9999;
  background-color: #f0f1f3;
}

.map {
  height: 100%;
  position: relative;
  pointer-events: none;
}

.is-active .map {
  pointer-events: auto;
}

.banner-teaser-group {
  position: relative;
  padding: 3.75em 0;
}

@media only screen and (min-width: 46.875em) {
  .banner-teaser-group {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  }
}

.banner-teaser-title {
  color: #fff;
  font-size: 1.125em;
}

.banner-teaser-title a {
  display: block;
  padding-right: 1.5em;
  font-weight: 300;
  color: #fff;
}

.banner-teaser-title a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  color: #3799cf;
  opacity: 0;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-teaser-title a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.banner-teaser-meta {
  color: #fff;
  font-size: 0.6875em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03125em;
}

.banner-teaser-tags {
  float: left;
  margin-right: 0.25em;
}

.banner-teaser-tags a {
  color: #3799cf;
}

.banner-teaser-tags a:not(:first-child) {
  display: none;
}

.banner-gradient-slate {
  background-color: #152835;
  background-image: radial-gradient(48% 136%, #485f71 0, #152835 100%);
}

.banner-gradient-gold {
  background-color: #e4b636;
  background-image: radial-gradient(48% 136%, #d5d400 0, #e4b636 100%);
}

.banner-gradient-blue {
  background-color: #2178a8;
  background-image: radial-gradient(48% 136%, #3799cf 0, #2178a8 100%);
}

.js-tabs {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.js-tabs:after {
  content: " ";
  display: block;
  clear: both;
}

.js-tablist {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e4e7eb;
}

@media only screen and (max-width: 52.125em) {
  .js-tablist .page-wrapper {
    padding: 0;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.js-tablist li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.75em;
}

@media only screen and (min-width: 64em) {
  .js-tablist li {
    padding: 1.5em;
  }
}

.js-tablist li:before {
  display: none;
}

.js-tablist a {
  display: block;
  cursor: pointer;
  padding: 0.375em;
  color: #5e778b;
  font-weight: 300;
}

.js-tablist a:active,
.js-tablist a:focus,
.js-tablist a:hover {
  border-bottom: none;
}

.js-tablist__item [aria-selected="false"]:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.js-tablist__item [aria-selected="false"],
.js-tablist__item [aria-selected="true"] {
  outline: none;
}

.js-tablist__item [aria-selected="false"]:after,
.js-tablist__item [aria-selected="true"]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #152835;
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-tablist__item [aria-selected="true"]:after {
  width: 40%;
}

.js-tabcontent {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 53.125em) {
  .js-tabcontent {
    margin-left: 17.77778%;
    width: 64.44444%;
    float: left;
    margin-right: 6.66667%;
  }
}

.js-tabcontent[aria-hidden="true"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}

.slider-wrapper {
  visibility: hidden;
}

.slide {
  position: relative;
  height: 20.9375em;
  outline: none;
}

@media only screen and (min-width: 46.875em) {
  .slide {
    height: 41.875em;
  }
}

.banner-wrapper-featured .slide {
  height: auto;
}

.slide-content {
  position: relative;
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  min-height: 100%;
  z-index: 3;
}

@media only screen and (min-width: 34.375em) {
  .slide-content {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .slide-content {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .slide-content {
    max-width: 90rem;
  }
}

.slide-location-data,
.slide-location-info {
  display: none;
}

@media only screen and (min-width: 46.875em) {
  .slide-location-data,
  .slide-location-info {
    display: block;
    position: absolute;
    bottom: 1.875em;
    color: #fff;
  }
}

.slide-location-info {
  left: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .slide-location-info {
    left: 5.125rem;
  }
}

.slide-location-data {
  right: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .slide-location-data {
    right: 5.125rem;
  }
}

.slide-location-dataset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
}

.slide-location-dataset:not(:first-child) {
  margin-left: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .slide-location-dataset:not(:first-child) {
    margin-left: 2.5em;
  }
}

.slide-location-name {
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  border-bottom: 1px solid #d5d400;
}

.slide-location-address {
  margin: 0;
  color: #fff;
}

.slide-location-label {
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375em;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #fff;
  border-bottom: 1px solid #d5d400;
}

.scrolling {
  position: fixed;
  top: 190px;
}

.max-scroll {
  position: absolute;
  bottom: 0;
}

.embed-container-wrapper {
  width: 100%;
}

@media only screen and (min-width: 50em) {
  .embed-container-wrapper {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.embed-container-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container-wrapper .embed-container embed,
.embed-container-wrapper .embed-container iframe,
.embed-container-wrapper .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-youtube embed,
.embed-youtube iframe,
.embed-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-with-sidebar .main-content,
.content-with-sidebar .secondary-content {
  padding-bottom: 1.875em;
}

.content-with-sidebar .link-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-with-sidebar .link-block {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
  padding-right: 0.625em;
}

.content-with-sidebar .link-block:nth-of-type(2n) {
  padding-right: 0;
}

.content-with-sidebar .link-block .link-title {
  margin-bottom: 0.3125em;
}

.content-with-sidebar .link-block .link-copy a:after {
  content: " \279D";
}

.icon-stat-block {
  text-align: center;
}

.icon-stat-block .icon-stat-title {
  margin-bottom: 1.875em;
}

.icon-stat-block .stat-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-stat-block .stat-block {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-bottom: 2.5em;
}

@media only screen and (max-width: 49em) {
  .icon-stat-block .stat-block {
    width: 50%;
  }
}

.icon-stat-block .stat-block img {
  height: 120px;
  width: auto;
  margin-bottom: 1.25em;
}

.icon-stat-block .stat-figure {
  color: #d5d400;
  display: inline-block;
  padding-right: 0.3125em;
  font-size: 2.125em;
}

.icon-stat-block .stat-copy {
  display: inline-block;
  text-align: left;
  font-size: 0.75em;
}

.multiple-column-content .multiple-column-title {
  text-align: center;
  margin-bottom: 1.875em;
}

@media only screen and (min-width: 50em) {
  .multiple-column-content .content-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.125em;
    column-gap: 3.125em;
  }
}

@media only screen and (min-width: 64em) {
  .multiple-column-content .content-columns {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.multiple-column-content .content-columns h1 {
  margin: 0 0 0.75em;
}

.entry-header {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0.75rem 0;
}

.entry-header:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 34.375em) {
  .entry-header {
    margin: 1.5rem 0;
  }

  .entry-header > :first-child {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 50em) {
  .entry-header {
    margin: 5.125rem 0 1.5rem;
  }

  .entry-header > :first-child {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .entry-header {
    margin: 5.125rem 0;
  }

  .entry-header > :first-child {
    margin-bottom: 0;
  }
}

.type-page .entry-header {
  margin-top: 0;
}

.entry-header-content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .entry-header-content {
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
  }
}

@media only screen and (min-width: 64em) {
  .entry-header-content.no-header-image {
    width: 73.33333%;
    float: left;
    margin-right: 6.66667%;
  }
}

.entry-header-image {
  margin: 0 -2.5625rem;
}

@media only screen and (min-width: 64em) {
  .entry-header-image {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }
}

.entry-social-sharing {
  margin: 0.75em 0;
}

@media only screen and (min-width: 50em) {
  .entry-social-sharing {
    -webkit-flex: 0 0 14.375em;
    -ms-flex: 0 0 14.375em;
    flex: 0 0 14.375em;
  }
}

.entry-social-sharing .social-info {
  margin: 0;
  padding-left: 0.75em;
}

@media only screen and (min-width: 50em) {
  .entry-social-sharing .social-info {
    padding-left: 2.5em;
    text-align: center;
  }
}

.menu-social-sharing {
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 50em) {
  .menu-social-sharing {
    text-align: center;
  }
}

.menu-social-sharing li {
  display: block;
}

@media only screen and (min-width: 50em) {
  .menu-social-sharing li {
    display: inline-block;
    font-size: 1.3125em;
    text-align: center;
  }

  .menu-social-sharing li:not(:last-child) {
    margin-right: 1.875rem;
  }
}

.menu-social-sharing li:before {
  display: none;
}

.menu-social-sharing a {
  display: inline-block;
  padding: 0;
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1.2;
  color: #152835;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 50em) {
  .menu-social-sharing a {
    padding: 1.5rem 2.5rem;
  }

  .menu-social-sharing a:hover {
    color: #3799cf;
    background-color: #fff;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
}

.menu-social-sharing a:active,
.menu-social-sharing a:focus,
.menu-social-sharing a:hover {
  border-bottom: none;
}

.menu-social-sharing a span {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-left: 1.125rem;
}

.menu-social-sharing a span:before {
  background-image: url(../images/icons/icon-external_link_arrow.png);
  background-image: url(../images/icons/icon-external_link_arrow.svg), none;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
}

@media only screen and (min-width: 50em) {
  .menu-social-sharing a span:before {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}

@media only screen and (min-width: 50em) {
  .menu-social-sharing a span {
    padding-left: 1.5rem;
  }
}

.entry-header-menu-social-sharing {
  margin: 0 0 0.75em;
  overflow: hidden;
}

.entry-header-menu-social-sharing li {
  float: left;
  margin: 0 1.125rem;
}

@media only screen and (min-width: 50em) {
  .entry-header-menu-social-sharing li {
    margin: 0 1.5rem;
  }
}

.entry-header-menu-social-sharing li:first-of-type {
  margin-left: 0.375rem;
}

.entry-header-menu-social-sharing li:before {
  display: none;
}

.entry-header-menu-social-sharing a {
  display: inline-block;
  padding: 0;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #152835;
}

.entry-header-menu-social-sharing a:hover {
  color: #3799cf;
  background-color: #fff;
  border-bottom: none;
}

.entry-header-menu-social-sharing:active,
.entry-header-menu-social-sharing:focus,
.entry-header-menu-social-sharing:hover {
  border-bottom: none;
}

.entry-header-menu-social-sharing span {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-left: 1.125rem;
}

.entry-header-menu-social-sharing span:before {
  background-image: url(../images/icons/icon-external_link_arrow.png);
  background-image: url(../images/icons/icon-external_link_arrow.svg), none;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
}

@media only screen and (min-width: 50em) {
  .entry-header-menu-social-sharing span:before {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}

@media only screen and (min-width: 50em) {
  .entry-header-menu-social-sharing span {
    padding-left: 1.5rem;
  }
}

.entry-header-menu-social-sharing a[href*="linkedin"] span:before,
.entry-header-menu-social-sharing a[href*="twitter"] span:before,
.menu-social-sharing a[href*="linkedin"] span:before,
.menu-social-sharing a[href*="twitter"] span:before {
  height: 20px;
  width: 20px;
  margin-left: -4px;
  background-size: 16px 16px;
}

@media only screen and (min-width: 50em) {
  .entry-header-menu-social-sharing a[href*="linkedin"] span:before,
  .entry-header-menu-social-sharing a[href*="twitter"] span:before,
  .menu-social-sharing a[href*="linkedin"] span:before,
  .menu-social-sharing a[href*="twitter"] span:before {
    background-size: 20px 20px;
  }
}

.entry-header-menu-social-sharing a[href*="twitter"] span:before,
.menu-social-sharing a[href*="twitter"] span:before {
  background-image: url(../images/icons/icon-social-twitter.png);
  background-image: url(../images/icons/icon-social-twitter.svg), none;
}

.entry-header-menu-social-sharing a[href*="linkedin"] span:before,
.menu-social-sharing a[href*="linkedin"] span:before {
  background-image: url(../images/icons/icon-social-linkedin.png);
  background-image: url(../images/icons/icon-social-linkedin.svg), none;
}

.entry-meta {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 300;
  color: #485f71;
}

.entry-meta a {
  color: #152835;
  text-decoration: underline;
}

.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
  color: #3799cf;
  border-bottom: 0;
}

.entry-tag {
  display: inline-block;
  margin-bottom: 0.75em;
}

.entry-tag a {
  margin-bottom: 0.25rem;
  margin-right: 0;
}

.entry-tag a:last-child {
  margin-right: 0.75em;
}

.entry-content .embed-container-wrapper {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 50em) {
  .entry-content li,
  .entry-content p {
    font-size: 1.0625em;
    line-height: 2;
  }

  .entry-content img {
    width: auto;
    max-width: 100%;
  }

  .entry-content img.alignleft {
    float: left;
    margin-right: 1.5rem;
  }

  .entry-content img.alignright {
    float: right;
    margin-left: 1.5rem;
  }

  .entry-content img.aligncenter {
    display: block;
    margin: 1.5rem auto;
  }
}

.posts-navigation {
  margin-top: 1.5rem;
  width: 100%;
  float: none;
  clear: both;
}

.posts-navigation .nav-links > * {
  display: inline-block;
}

.posts-navigation .nav-links > :not(:first-child) {
  margin-left: 0.75em;
  padding-left: 0.75em;
  border-left: 1px solid #dbdfe3;
}

.posts-navigation .nav-links > :only-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.posts-navigation .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.banner-content.has-sidebar {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-content.has-sidebar:after {
  content: " ";
  display: block;
  clear: both;
}

@media only screen and (min-width: 50em) {
  .banner-content.has-sidebar > :first-child {
    max-width: 100%;
    width: 46.66667%;
    float: left;
    margin-right: 6.66667%;
  }

  .banner-content.has-sidebar > :last-child {
    width: 46.66667%;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .banner-content.has-sidebar > :first-child {
    width: 55.55556%;
    float: left;
    margin-right: 6.66667%;
  }

  .banner-content.has-sidebar > :last-child {
    width: 37.77778%;
    float: right;
    margin-right: 0;
  }
}

.page-intro-contact {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.page-intro-contact:after {
  content: " ";
  display: block;
  clear: both;
}

.page-intro-contact a {
  font-weight: font-weight(light);
}

.page-intro-contact ul {
  margin: 0;
  padding: 0;
}

.page-intro-contact ul li {
  margin-bottom: 0;
}

@media only screen and (min-width: 50em) {
  .page-intro-contact ul li {
    font-size: 1.875em;
    letter-spacing: -0.16px;
    line-height: 1.41667;
  }
}

.page-intro-contact ul li:before {
  display: none;
}

.page-intro-contact .page-intro-title {
  color: #152835;
}

@media only screen and (min-width: 64em) {
  .page-intro-contact .address-info,
  .page-intro-contact .page-intro-contact-address-info {
    width: 37.77778%;
    float: left;
    margin-right: 6.66667%;
  }
}

.page-intro-contact .address-info .page-intro-address-text,
.page-intro-contact .page-intro-contact-address-info .page-intro-address-text {
  margin-bottom: 0.25em;
  font-size: 1.875em;
  letter-spacing: -0.00125em;
}

.page-intro-contact .address-info .page-intro-address-link,
.page-intro-contact .page-intro-contact-address-info .page-intro-address-link {
  margin-bottom: 1.5rem;
}

.page-intro-contact .address-info > :last-child,
.page-intro-contact .page-intro-contact-address-info > :last-child {
  margin-bottom: 0;
}

.page-intro-contact .contact-info {
  margin-bottom: 1.5em;
}

.page-intro-contact .contact-info a {
  font-weight: 300;
  color: #5e778b;
}

.page-intro-contact .contact-info a:active,
.page-intro-contact .contact-info a:focus,
.page-intro-contact .contact-info a:hover {
  border-bottom: none;
}

.page-intro-contact .contact-info .contact-info-number {
  color: #5e778b;
}

.page-intro-contact .page-intro-contact-number {
  font-size: 1.125em;
}

.page-intro-contact .page-intro-contact-number a {
  font-weight: 300;
  color: #485f71;
}

.page-intro-contact .page-intro-contact-number a:active,
.page-intro-contact .page-intro-contact-number a:focus,
.page-intro-contact .page-intro-contact-number a:hover {
  border-bottom: none;
}

@media only screen and (min-width: 64em) {
  .page-intro-contact .social-info {
    width: 11.11111%;
    float: right;
    margin-right: 0;
  }
}

.page-intro-contact-form {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .page-intro-contact-form {
    margin-top: 0;
    width: 55.55556%;
    float: right;
    margin-right: 0;
  }
}

.page-intro-contact-form form > * {
  margin-bottom: 0.75em;
}

.page-intro-contact-form form > :last-child {
  margin-bottom: 0;
}

.page-intro-contact-form .customSelect,
.page-intro-contact-form select {
  max-width: 100%;
}

.content-box {
  background-color: hsla(0, 0%, 100%, 0.95);
}

.content-box.sent {
  padding: 0;
}

@media only screen and (min-width: 34.375em) {
  .content-box.sent {
    padding: 0;
  }
}

@media only screen and (min-width: 64em) {
  .content-box.sent {
    padding: 0;
  }
}

.content-box.sent .marketo-cta-form,
.content-box.sent .page-intro-cta,
.content-box.sent .page-intro-phone-numbers {
  display: none;
}

@media only screen and (min-width: 64em) {
  .content-box.sent .page-intro-contact-form,
  .page-intro-cta {
    width: 37.77778%;
    float: left;
    margin-right: 6.66667%;
  }
}

.page-intro-cta {
  position: relative;
}

.page-intro-cta .page-intro-cta-title {
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .page-intro-cta .page-intro-cta-title {
    text-align: left;
  }
}

.page-intro-cta .advisory-message {
  position: relative;
}

.page-intro-cta .alert {
  background: url(../images/icons/icon-alert.svg) 50% no-repeat;
  background-size: contain;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (min-width: 64em) {
  .page-intro-cta .alert {
    position: absolute;
    top: 3px;
    left: -24px;
  }
}

.page-intro-phone-numbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-intro-phone-numbers__mobile {
  margin-top: 1.875em;
}

@media only screen and (min-width: 64em) {
  .page-intro-phone-numbers__mobile {
    display: none;
  }
}

.page-intro-phone-numbers__desktop {
  display: none;
}

@media only screen and (min-width: 64em) {
  .page-intro-phone-numbers__desktop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-intro-phone-numbers .page-intro-label {
  color: #485f71;
}

@media only screen and (max-width: 33.375em) {
  .page-intro-phone-numbers .page-intro-contact-number,
  .page-intro-phone-numbers .page-intro-label {
    font-size: 0.75em;
  }
}

.page-intro-phone-numbers .page-intro-number {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0.375rem;
}

@media only screen and (min-width: 34.375em) {
  .page-intro-phone-numbers .page-intro-number {
    margin: 0 0.75rem;
  }
}

.page-intro-phone-numbers .page-intro-number:first-of-type {
  margin-left: 0;
}

.page-intro-phone-numbers .page-intro-number:last-of-type {
  margin-right: 0;
}

.marketo-form-thanks-message {
  padding: 0.75rem;
  margin: 0;
}

@media only screen and (min-width: 34.375em) {
  .marketo-form-thanks-message {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .marketo-form-thanks-message {
    padding: 5.125rem 0 5.125rem 5.125rem;
    width: 55.55556%;
    float: left;
    margin-right: 6.66667%;
  }
}

.marketo-form-thanks-article {
  background-color: #f0f1f3;
  padding: 0.75rem;
}

@media only screen and (min-width: 34.375em) {
  .marketo-form-thanks-article {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .marketo-form-thanks-article {
    padding: 5.125rem;
    margin-top: 0;
    width: 37.77778%;
    float: right;
    margin-right: 0;
  }
}

.window-wrapper {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 33.375em) {
  .content-box {
    box-shadow: none;
    border-color: #faf;
  }

  .window-wrapper {
    position: absolute;
    height: 160px;
    bottom: auto;
    top: 60px;
    background-size: 200%;
    background-position: right -100px top -50px;
  }

  .marketo-form-thanks-article {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.hero-v1 {
  position: relative;
}

.hero-v1 .banner-image {
  display: block;
  position: relative;
  height: 100vw;
}

@media only screen and (min-width: 50em) {
  .hero-v1 .banner-image {
    height: calc(75vh - 3.75rem);
    max-height: 620px;
    min-height: 340px;
  }
}

.hero-v1 .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: right 0;
  display: none;
}

@media only screen and (min-width: 64em) {
  .hero-v1 .banner-image img {
    display: block;
  }
}

.hero-v1 .image-object-fit {
  background-position: 100% 0;
}

.hero-v1 .mobile-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media only screen and (min-width: 64em) {
  .hero-v1 .mobile-hero {
    display: none;
  }
}

.hero-v1 .card-content {
  padding: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .hero-v1 .card-content {
    padding: 3rem;
    width: 100%;
    max-width: 720px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
  }
}

@media only screen and (min-width: 112.5em) {
  .hero-v1 .card-content {
    max-width: 1020px;
  }
}

.hero-v1 .hero-card {
  padding: 0;
}

@media only screen and (min-width: 64em) {
  .hero-v1 .hero-card {
    padding: 1.5rem 0;
  }
}

.hero-v1 .hero-card-title {
  color: #152835;
  font-weight: 500;
  letter-spacing: 0;
}

@media only screen and (min-width: 64em) {
  .hero-v1 .hero-card-title {
    font-size: 2.375rem;
    line-height: 50px;
  }
}

@media only screen and (min-width: 112.5em) {
  .hero-v1 .hero-card-title {
    font-size: 3.625rem;
    line-height: 64px;
  }
}

.hero-v1 .hero-card-copy p {
  color: #152835;
  font-size: 1.125rem;
  line-height: 26px;
}

@media only screen and (min-width: 112.5em) {
  .hero-v1 .hero-card-copy p {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.header-nav-container li.button-login .hero-v1 a,
.header-nav-container li.menu-item-button .hero-v1 a,
.hero-v1 .button,
.hero-v1 .header-nav-container li.button-login a,
.hero-v1 .header-nav-container li.menu-item-button a,
.hero-v1 .mktoForm button.mktoButton,
.hero-v1 input[type="submit"],
.mktoForm .hero-v1 button.mktoButton {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .header-nav-container li.button-login .hero-v1 a,
  .header-nav-container li.menu-item-button .hero-v1 a,
  .hero-v1 .button,
  .hero-v1 .header-nav-container li.button-login a,
  .hero-v1 .header-nav-container li.menu-item-button a,
  .hero-v1 .mktoForm button.mktoButton,
  .hero-v1 input[type="submit"],
  .mktoForm .hero-v1 button.mktoButton {
    width: auto;
  }
}

.hero-v2 {
  position: relative;
}

.hero-v2 .banner-image {
  display: block;
  position: relative;
  height: 100vw;
}

@media only screen and (min-width: 50em) {
  .hero-v2 .banner-image {
    height: calc(75vh - 3.75rem);
    max-height: 620px;
    min-height: 340px;
  }
}

.hero-v2 .banner-image .hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: right top;
  display: none;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .banner-image .hero-banner-image {
    display: block;
  }
}

.hero-v2 .banner-image .curve {
  max-width: none;
  top: auto;
  position: absolute;
  bottom: -2px;
  left: -10px;
  width: 170%;
  height: auto;
  right: -50%;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .banner-image .curve {
    width: 110%;
    right: -10px;
  }
}

.hero-v2 .image-object-fit {
  background-position: 100% 0;
}

.hero-v2 .image-object-fit img.curve {
  display: block !important;
}

.hero-v2 .mobile-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .mobile-hero {
    display: none;
  }
}

.hero-v2 .card-content {
  padding: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .card-content {
    padding: 3rem;
    width: 100%;
    max-width: 720px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 0;
  }
}

@media only screen and (min-width: 112.5em) {
  .hero-v2 .card-content {
    max-width: 1020px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 700px) and (min-width: 34.375em) {
  .hero-v2 .card-content {
    width: 40%;
  }
}

@media only screen and (min-width: 64em) {
  .hero-v2 .card-content.card-left {
    left: 80px;
    text-align: left;
  }

  .hero-v2 .card-content.card-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  .hero-v2 .card-content.card-right {
    right: 80px;
    text-align: right;
  }
}

.hero-v2 .hero-card {
  padding: 0;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .hero-card {
    padding: 1.5rem 0;
    margin-top: -7.5%;
  }
}

.hero-v2 .hero-card-title {
  color: #510c5d;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .hero-card-title {
    font-size: 2.8125rem;
    line-height: 50px;
  }
}

@media only screen and (min-width: 112.5em) {
  .hero-v2 .hero-card-title {
    font-size: 3.625rem;
    line-height: 64px;
  }
}

.hero-v2 .hero-card-title span {
  display: block;
  color: #510c5d;
}

@media only screen and (min-width: 64em) {
  .hero-v2 .hero-card-title span {
    color: #fff;
  }
}

.hero-v2 .hero-card-copy p {
  color: #152835;
  font-size: 1.125rem;
  line-height: 26px;
}

@media only screen and (min-width: 112.5em) {
  .hero-v2 .hero-card-copy p {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.header-nav-container li.button-login .hero-v2 a,
.header-nav-container li.menu-item-button .hero-v2 a,
.hero-v2 .button,
.hero-v2 .header-nav-container li.button-login a,
.hero-v2 .header-nav-container li.menu-item-button a,
.hero-v2 .mktoForm button.mktoButton,
.hero-v2 button,
.hero-v2 input[type="submit"],
.mktoForm .hero-v2 button.mktoButton {
  width: 100%;
  text-align: center;
  background-color: #93489b;
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .header-nav-container li.button-login .hero-v2 a,
  .header-nav-container li.menu-item-button .hero-v2 a,
  .hero-v2 .button,
  .hero-v2 .header-nav-container li.button-login a,
  .hero-v2 .header-nav-container li.menu-item-button a,
  .hero-v2 .mktoForm button.mktoButton,
  .hero-v2 button,
  .hero-v2 input[type="submit"],
  .mktoForm .hero-v2 button.mktoButton {
    width: auto;
  }
}

.featured-content-copy {
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .featured-content-copy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 67px;
    padding-bottom: 67px;
  }
}

@media only screen and (min-width: 64em) {
  .featured-content-copy .featured-content,
  .featured-content-copy .featured-copy {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.featured-content-copy .featured-content {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 34.375em) {
  .featured-content-copy .featured-content {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .featured-content-copy .featured-content {
    margin-right: unset;
    margin-left: unset;
    width: 66.66667%;
    margin-bottom: 0;
    padding-right: 2.5625rem;
  }
}

.featured-content-copy .content-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 64em) {
  .featured-content-copy .content-video {
    max-width: 100%;
  }
}

.featured-content-copy .content-video embed,
.featured-content-copy .content-video iframe,
.featured-content-copy .content-video object,
.featured-content-copy .content-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-content-copy .featured-copy {
  padding: 1.5rem;
}

.featured-content-copy .featured-copy p {
  color: #152835;
  font-size: 1.125rem;
}

@media only screen and (min-width: 64em) {
  .featured-content-copy .featured-copy {
    width: 33.33333%;
    padding: 0 0 0 2.5625rem;
  }
}

.featured-content-copy .featured-title {
  color: #152835;
  letter-spacing: 0;
  font-weight: 300;
}

@media only screen and (min-width: 64em) {
  .featured-content-copy .featured-title {
    font-size: 2rem;
    line-height: 43px;
  }
}

.featured-content-copy.motion .featured-content {
  transition: all 1s;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
}

.featured-content-copy.motion .featured-copy {
  transition: all 1s;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
}

.featured-content-copy.visible .featured-content,
.featured-content-copy.visible .featured-copy {
  transition: all 1s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.parallax-content {
  padding: 3rem 1.5rem;
}

@media only screen and (min-width: 64em) {
  .parallax-content {
    padding: 67px 0;
  }
}

.parallax-content.bg-yellow {
  background-color: #d5d400;
}

.parallax-content.bg-slate {
  background-color: #485f71;
}

.parallax-content h3 {
  letter-spacing: 0;
}

@media only screen and (min-width: 64em) {
  .parallax-content h3 {
    font-size: 2rem;
  }
}

.parallax-content .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 64em) {
  .parallax-content .page-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 64em) {
  .parallax-content .parallax-area,
  .parallax-content .text-panel {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.parallax-content .text-panel {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media only screen and (min-width: 64em) {
  .parallax-content .text-panel {
    border-left: 4px solid #f4f434;
    padding: 0 1.5rem;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.parallax-content .text-panel h3,
.parallax-content .text-panel p {
  /*color: #152835*/
  color: white;
}

.parallax-content .text-panel h3 {
  margin-bottom: 0.75rem;
}

.parallax-content .text-panel p {
  font-size: 1.125rem;
}

.parallax-content button {
  background-color: #fff;
}

.parallax-content button:active,
.parallax-content button:focus,
.parallax-content button:hover {
  background-color: #e8e744;
  color: white;
}

.parallax-content .parallax-area {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 80vw;
  position: relative;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .parallax-content .parallax-area {
    margin-left: 1.5rem;
    margin-bottom: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
  }
}

.parallax-content .parallax-area .plane1,
.parallax-content .parallax-area .plane2,
.parallax-content .parallax-area .plane3 {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.parallax-content .parallax-area .plane1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  z-index: 1;
}

.parallax-content .parallax-area .plane2 {
  display: block;
  width: 54.93697%;
  height: 38.61111%;
  z-index: 2;
  top: 50%;
  left: 10%;
}

.parallax-content .parallax-area .plane3 {
  display: block;
  width: 41.38655%;
  height: 8.61111%;
  z-index: 3;
  bottom: 15%;
  left: 6%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.parallax-content.visible .plane2 {
  top: 35%;
  left: 3%;
  transition: all 1s;
}

.parallax-content.visible .plane3 {
  bottom: 70%;
  left: 1%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
}

.power-block-cards {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 50em) {
  .power-block-cards {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .power-block-cards + .image-and-card {
    margin-top: -67px;
  }
}

@media only screen and (min-width: 64em) {
  .power-block-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.power-block-card {
  position: relative;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media only screen and (min-width: 64em) {
  .power-block-card {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-left: 1.5rem;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .power-block-card:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

.power-block-card + .power-block-card {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 50em) {
  .power-block-card + .power-block-card {
    margin-top: 5.125rem;
  }
}

@media only screen and (min-width: 64em) {
  .power-block-card + .power-block-card {
    margin-top: 0;
  }
}

.power-block-card .teaser-image {
  background-color: #485f71;
  position: relative;
  height: 55vw;
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (min-width: 64em) {
  .power-block-card .teaser-image {
    height: 292px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

.power-block-card .teaser-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.25;
}

@media only screen and (min-width: 64em) {
  .power-block-card .teaser-image img {
    opacity: 1;
  }
}

.power-block-card .teaser-image p {
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.875rem;
}

@media only screen and (min-width: 64em) {
  .power-block-card .teaser-image p {
    display: none;
  }
}

.power-block-card .card-content {
  border-left: 5px solid #d5d400;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  padding: 1.5rem;
  position: relative;
  background-color: #fff;
}

@media only screen and (min-width: 64em) {
  .power-block-card .card-content {
    padding: 2.5625rem 2.5625rem 6rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 2;
  }
}

.power-block-card .card-content .card-title {
  letter-spacing: 0;
  display: none;
  color: #152835;
}

@media only screen and (min-width: 64em) {
  .power-block-card .card-content .card-title {
    display: block;
    font-size: 2rem;
  }
}

.power-block-card .card-content .card-subtitle,
.power-block-card .card-content p {
  color: #152835;
  font-size: 1rem;
}

.header-nav-container li.button-login .power-block-card a,
.header-nav-container li.menu-item-button .power-block-card a,
.mktoForm .power-block-card button.mktoButton,
.power-block-card .button,
.power-block-card .header-nav-container li.button-login a,
.power-block-card .header-nav-container li.menu-item-button a,
.power-block-card .mktoForm button.mktoButton,
.power-block-card input[type="submit"] {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .header-nav-container li.button-login .power-block-card a,
  .header-nav-container li.menu-item-button .power-block-card a,
  .mktoForm .power-block-card button.mktoButton,
  .power-block-card .button,
  .power-block-card .header-nav-container li.button-login a,
  .power-block-card .header-nav-container li.menu-item-button a,
  .power-block-card .mktoForm button.mktoButton,
  .power-block-card input[type="submit"] {
    width: auto;
    position: absolute;
    bottom: 2.25rem;
  }
}

.motion .power-block-card:first-of-type {
  transition: all 1s;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
}

.motion .power-block-card:nth-of-type(2) {
  transition: all 1s;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
}

.visible .power-block-card:first-of-type,
.visible .power-block-card:nth-of-type(2) {
  transition: all 1s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.image-and-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .image-and-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 67px;
    padding-bottom: 67px;
    position: relative;
  }
}

.image-and-card .teaser-image {
  position: relative;
  margin-bottom: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  width: 110%;
  height: 55vw;
}

@media only screen and (min-width: 50em) {
  .image-and-card .teaser-image {
    width: unset;
  }
}

@media only screen and (min-width: 64em) {
  .image-and-card .teaser-image {
    margin-left: unset;
    margin-right: unset;
    width: 62.93103%;
    height: 425px;
  }
}

.image-and-card .teaser-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.image-and-card .card {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media only screen and (min-width: 64em) {
  .image-and-card .card {
    width: 37.06897%;
    z-index: 1;
  }
}

.image-and-card .card-content {
  background-color: #fff;
  border-left: 4px solid #d5d400;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  padding: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .image-and-card .card-content {
    padding: 2.5625rem 2.5625rem 6rem;
    margin-left: -92px;
  }
}

.image-and-card .card-content .card-category,
.image-and-card .card-content .card-title {
  color: #152835;
  margin-bottom: 0.75rem;
}

.image-and-card .card-content .card-title {
  letter-spacing: 0;
  font-size: 1.125rem;
}

.image-and-card .card-content p {
  font-size: 1rem;
  color: #152835;
}

.header-nav-container li.button-login .image-and-card a,
.header-nav-container li.menu-item-button .image-and-card a,
.image-and-card .button,
.image-and-card .header-nav-container li.button-login a,
.image-and-card .header-nav-container li.menu-item-button a,
.image-and-card .mktoForm button.mktoButton,
.image-and-card input[type="submit"],
.mktoForm .image-and-card button.mktoButton {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .header-nav-container li.button-login .image-and-card a,
  .header-nav-container li.menu-item-button .image-and-card a,
  .image-and-card .button,
  .image-and-card .header-nav-container li.button-login a,
  .image-and-card .header-nav-container li.menu-item-button a,
  .image-and-card .mktoForm button.mktoButton,
  .image-and-card input[type="submit"],
  .mktoForm .image-and-card button.mktoButton {
    width: auto;
    position: absolute;
    bottom: 2.25rem;
  }
}

@media only screen and (min-width: 64em) {
  .image-and-card + .image-and-card {
    margin-top: -67px;
  }
}

@media only screen and (min-width: 64em) {
  .image-and-card.motion .teaser-image {
    transition: all 1s;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }

  .image-and-card.motion .card {
    transition: all 1s;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  .image-and-card.visible .card,
  .image-and-card.visible .teaser-image {
    transition: all 1s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.partners-section {
  background-color: #152835;
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .partners-section {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}

.partners-section .partners-title {
  letter-spacing: 0;
  color: #d5d400;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .partners-section .partners-title {
    font-size: 2.8125rem;
  }
}

.partners-section .partner-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 1.5rem;
  display: -ms-flexbox;
  -ms-flex-pack: center;
}

.partners-section .partner {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.partners-section .partner img {
  max-height: 70px;
  width: auto;
}

@media only screen and (min-width: 34.375em) {
  .partners-section .partner {
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
  }
}

@media only screen and (min-width: 50em) {
  .partners-section .partner {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

@media only screen and (min-width: 64em) {
  .partners-section .partner {
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}

.partners-section .partner-logo-wrapper {
  padding: 10px 40px;
}

.latest-blogs {
  padding: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .latest-blogs {
    padding: 67px 0;
  }
}

.latest-blogs .latest-blogs-title {
  letter-spacing: 0;
  color: #152835;
}

@media only screen and (min-width: 64em) {
  .latest-blogs .latest-blogs-title {
    font-size: 2.8125rem;
  }
}

@media only screen and (min-width: 64em) {
  .latest-blogs #slider-homepage-blogs.slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.latest-blogs .slide {
  height: auto;
}

.latest-blogs .slider-wrapper {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 64em) {
  .latest-blogs .slider-wrapper {
    margin-left: -28px;
    margin-right: -28px;
  }
}

@media only screen and (min-width: 64em) {
  .latest-blogs .slide-card {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33333%;
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
}

.latest-blogs .slide-contents {
  height: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  display: block;
  margin: 5px 20px;
  position: relative;
}

@media only screen and (min-width: 64em) {
  .latest-blogs .slide-contents {
    margin: 0;
    padding-bottom: 4.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .header-nav-container li.button-login .latest-blogs .slide-contents a,
  .header-nav-container li.menu-item-button .latest-blogs .slide-contents a,
  .latest-blogs .slide-contents .button,
  .latest-blogs .slide-contents .header-nav-container li.button-login a,
  .latest-blogs .slide-contents .header-nav-container li.menu-item-button a,
  .latest-blogs .slide-contents .mktoForm button.mktoButton,
  .latest-blogs .slide-contents input[type="submit"],
  .mktoForm .latest-blogs .slide-contents button.mktoButton {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}

.latest-blogs .slide-card-pic {
  border-bottom: 4px solid #d5d400;
  position: relative;
  height: 200px;
  background-color: #afb4b9;
}

.latest-blogs .slide-card-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.latest-blogs .slide-card-text {
  padding: 1.5rem;
}

.latest-blogs .slide-card-text .slide-title {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #152835;
}

.latest-blogs .slide-card-text p {
  color: #152835;
}

.latest-blogs .slide-card-text .card-text-tags p {
  color: #152835;
  font-weight: 400;
}

.latest-blogs .slide-card-text p {
  margin-bottom: 0.75rem;
}

.get-in-touch {
  background-color: #d5d400;
  padding: 3rem 0;
  margin-bottom: -2.5rem;
}

@media only screen and (min-width: 50em) {
  .get-in-touch {
    margin-bottom: -6.25rem;
  }
}

@media only screen and (min-width: 64em) {
  .get-in-touch {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}

@media only screen and (min-width: 50em) {
  .get-in-touch .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.get-in-touch .contact-title {
  font-weight: 300;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 50em) {
  .get-in-touch .contact-title {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 3.75rem;
    letter-spacing: -2px;
    width: 50%;
    margin-right: 1.5rem;
  }
}

.get-in-touch .contact-title:first-line {
  font-weight: 400;
}

@media only screen and (min-width: 50em) {
  .get-in-touch .marketo-form {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    padding-left: 1.5rem;
  }
}

.get-in-touch .mktoButton,
.get-in-touch .mktoButtonRow {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .get-in-touch .mktoButton,
  .get-in-touch .mktoButtonRow {
    width: auto;
  }
}

.get-in-touch .button,
.get-in-touch .header-nav-container li.button-login a,
.get-in-touch .header-nav-container li.menu-item-button a,
.get-in-touch .mktoForm button.mktoButton,
.get-in-touch input[type="submit"],
.header-nav-container li.button-login .get-in-touch a,
.header-nav-container li.menu-item-button .get-in-touch a,
.mktoForm .get-in-touch button.mktoButton {
  text-align: center;
  background-color: #fff;
}

.get-in-touch .button:active,
.get-in-touch .button:focus,
.get-in-touch .button:hover,
.get-in-touch .header-nav-container li.button-login a:active,
.get-in-touch .header-nav-container li.button-login a:focus,
.get-in-touch .header-nav-container li.button-login a:hover,
.get-in-touch .header-nav-container li.menu-item-button a:active,
.get-in-touch .header-nav-container li.menu-item-button a:focus,
.get-in-touch .header-nav-container li.menu-item-button a:hover,
.get-in-touch .mktoForm button.mktoButton:active,
.get-in-touch .mktoForm button.mktoButton:focus,
.get-in-touch .mktoForm button.mktoButton:hover,
.get-in-touch input:active[type="submit"],
.get-in-touch input:focus[type="submit"],
.get-in-touch input:hover[type="submit"],
.header-nav-container li.button-login .get-in-touch a:active,
.header-nav-container li.button-login .get-in-touch a:focus,
.header-nav-container li.button-login .get-in-touch a:hover,
.header-nav-container li.menu-item-button .get-in-touch a:active,
.header-nav-container li.menu-item-button .get-in-touch a:focus,
.header-nav-container li.menu-item-button .get-in-touch a:hover,
.mktoForm .get-in-touch button.mktoButton:active,
.mktoForm .get-in-touch button.mktoButton:focus,
.mktoForm .get-in-touch button.mktoButton:hover {
  background-color: #e8e744;
}

.get-in-touch .customSelect,
.get-in-touch
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.get-in-touch select,
.get-in-touch textarea {
  background-color: white;
  border-width: 2px;
  border-color: #acac34;
}

.get-in-touch .customSelect,
.get-in-touch
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.get-in-touch select,
.get-in-touch ::placeholder {
  color: black;
}

.get-in-touch .customSelect::-webkit-input-placeholder,
.get-in-touch
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.get-in-touch select::-webkit-input-placeholder,
.get-in-touch textarea::-webkit-input-placeholder {
  color: #485f71;
}

.get-in-touch .customSelect:-ms-input-placeholder,
.get-in-touch
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.get-in-touch select:-ms-input-placeholder,
.get-in-touch textarea:-ms-input-placeholder {
  color: #485f71;
}

.get-in-touch .customSelect::placeholder,
.get-in-touch
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::placeholder,
.get-in-touch select::placeholder,
.get-in-touch textarea::placeholder {
  color: #485f71;
}

.get-in-touch .customSelectInner,
.get-in-touch .mktoForm select.mktoField,
.get-in-touch .mktoForm select.mktoField option {
  color: #485f71;
}

.get-in-touch .customSelectChanged .customSelectInner,
.get-in-touch .git-success h4,
.get-in-touch .git-success p {
  color: #152835;
}

.get-in-touch.motion .contact-title,
.get-in-touch.motion .marketo-form {
  transition: all 1s;
  opacity: 0;
}

.get-in-touch.visible .contact-title,
.get-in-touch.visible .marketo-form {
  transition: all 1s;
  opacity: 1;
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes a {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#page.modal-active .homepage-refresh > div:not(.modal) {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.modal {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #152835;
  background-color: rgba(21, 40, 53, 0.84);
}

.modal.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  -webkit-animation: a 0.25s ease-out;
  animation: a 0.25s ease-out;
}

.modal-content {
  color: #152835;
  background-color: #fff;
  padding: 1.5rem;
  max-width: 365px;
  width: 100%;
  position: relative;
  margin-top: 45px;
}

.modal-content .form-body-copy,
.modal-content .form-title {
  text-align: center;
  margin-bottom: 0.75rem;
}

.modal-content .mktoButton,
.modal-content .mktoButtonRow {
  width: 100%;
}

.close {
  color: #152835;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
}

.close:active,
.close:focus,
.close:hover {
  text-decoration: none;
  cursor: pointer;
  color: rgba(21, 40, 53, 0.5);
}

.contact-faqs {
  background-color: #d5d400;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    left,
    right
  );
  background-image: -webkit-linear-gradient(top, #d5d400, #ffd739);
  padding: 40px 0;
}

@media only screen and (min-width: 64em) {
  .contact-faqs {
    padding: 64px 0;
  }
}

.contact-faqs .page-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5.125rem;
    padding-right: 5.125rem;
  }
}

.contact-faqs .page-wrapper .faq-content,
.contact-faqs .page-wrapper .faq-image {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .page-wrapper .faq-content,
  .contact-faqs .page-wrapper .faq-image {
    width: 50%;
  }
}

.contact-faqs .faq-image {
  display: none;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .faq-image {
    display: block;
  }
}

.contact-faqs .faq-image img {
  margin-top: 50px;
}

.contact-faqs .faq-content {
  color: #152835;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .faq-content {
    padding-right: 5%;
  }
}

.contact-faqs .faq-content [data-control] {
  all: initial;
}

.contact-faqs .faq-content [data-control] * {
  all: unset;
}

.contact-faqs .faq-content [data-content] > *,
.contact-faqs .faq-content [data-control] {
  border-bottom: none;
  padding: 10px 0 10px 30px;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .faq-content [data-content] > *,
  .contact-faqs .faq-content [data-control] {
    padding-left: 36px;
  }
}

.contact-faqs .faq-content [data-accordion] > [data-control]:after {
  right: auto;
  left: 0;
  width: 20px;
  height: 10px;
  margin-top: 8px;
  background: url(../images/icons/chevron.svg) 50% no-repeat;
  background-size: contain;
}

.contact-faqs .faq-content .faq-content-title {
  width: 100%;
  letter-spacing: -1px;
  color: #152835;
  font-size: 2.5rem;
  font-weight: 500;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .faq-content .faq-content-title {
    font-size: 2.8125rem;
  }
}

.contact-faqs .faq-content [data-control] {
  padding-left: 36px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #152835;
  font-weight: 300;
  position: relative;
  font-size: 1.25rem;
  text-align: left;
  text-transform: none;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .faq-content [data-control] {
    line-height: 32px;
    font-size: 1.5rem;
  }
}

.contact-faqs .faq-content [data-control]:focus,
.contact-faqs .faq-content [data-control]:hover {
  background-color: transparent;
}

.contact-faqs .faq-content [data-accordion].open [data-control] {
  font-weight: 500;
}

.contact-faqs .faq-content [data-content] p {
  color: #152835;
  font-size: 1rem;
}

@media only screen and (min-width: 64em) {
  .contact-faqs .faq-content [data-content] p {
    font-size: 1.125rem;
  }
}

.contact-faqs .faq-content [data-content] a {
  color: #152835;
  border-bottom: 1px dotted #152835;
}

.contact-faqs .faq-content [data-content] a:hover {
  border-bottom-style: solid;
}

.faq-secondary-content {
  color: #152835;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-secondary-content .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: -2.5rem;
}

@media only screen and (min-width: 50em) {
  .faq-secondary-content .page-wrapper {
    margin-bottom: -6.25rem;
  }
}

@media only screen and (min-width: 64em) {
  .faq-secondary-content .page-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 100px 5.125rem;
  }
}

@media only screen and (min-width: 64em) {
  .faq-secondary-content .secondary-contact-info,
  .faq-secondary-content .secondary-title {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.faq-secondary-content p {
  color: #152835;
  font-size: 1rem;
}

@media only screen and (min-width: 64em) {
  .faq-secondary-content p {
    font-size: 1.125rem;
  }
}

.faq-secondary-content .secondary-title {
  letter-spacing: -1px;
}

@media only screen and (min-width: 64em) {
  .faq-secondary-content .secondary-title {
    padding-right: 5%;
  }
}

.faq-secondary-content .secondary-title p {
  font-size: 2.5rem;
  line-height: 55px;
  margin-bottom: 0;
}

@media only screen and (min-width: 50em) {
  .faq-secondary-content .secondary-title p {
    font-size: 3.75rem;
    line-height: 80px;
  }
}

.faq-secondary-content .secondary-title p strong {
  font-weight: 400;
}

@media only screen and (min-width: 64em) {
  .faq-secondary-content .secondary-contact-info {
    padding-left: 5%;
    padding-top: 22px;
  }
}

.faq-secondary-content .secondary-contact-info span {
  float: left;
}

.faq-secondary-content .secondary-contact-info span:after {
  content: " ";
  display: block;
}

.faq-secondary-content .secondary-contact-info span p {
  margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
  .faq-secondary-content .secondary-contact-info span p {
    margin-bottom: 0;
  }
}

.faq-secondary-content .secondary-contact-info span:last-of-type p {
  margin-bottom: 0;
}

.faq-secondary-content .secondary-contact-info a {
  color: #152835;
  border-bottom: 1px dotted #152835;
}

.faq-secondary-content .secondary-contact-info a:hover {
  border-bottom-style: solid;
}

.case-study-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.case-study-banner.banner-wrapper {
  background-color: #fff;
  height: auto;
  padding: 40px 0 80px;
}

@media only screen and (min-width: 64em) {
  .case-study-banner.banner-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #000;
    margin-bottom: 6rem;
  }
}

.case-study-banner.banner-wrapper .banner-image img {
  opacity: 0.2;
}

@media only screen and (min-width: 64em) {
  .case-study-banner.banner-wrapper .banner-image img {
    opacity: 0.6;
  }
}

.case-study-banner.banner-wrapper .banner-image:after {
  content: "";
  display: block;
  background-image: url(../images/case-study/header-swoop.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -5px;
  height: 82px;
}

.case-study-header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  padding: 0 1.5rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 34.375em) {
  .case-study-header {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-header {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study-header {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-header {
    margin: 0 11.11111%;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-header h1,
  .case-study-header p {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
}

.case-study-header h1.case-study-title {
  font-weight: 500;
  color: colorSlatePrimary;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
  .case-study-header h1.case-study-title {
    color: #fff;
    letter-spacing: -0.84px;
    font-size: 3.375rem;
    line-height: 72px;
  }
}

.case-study-header p {
  color: colorSlatePrimary;
  font-size: 1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.case-study-header p strong {
  text-transform: none;
}

@media only screen and (min-width: 64em) {
  .case-study-header p {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    line-height: 24px;
  }
}

.case-study-header .has-video {
  background-color: #93489b;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px 0 56px;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 28px;
}

.case-study-header .has-video span:before {
  content: "";
  display: block;
  border-radius: 13px;
  width: 26px;
  height: 26px;
  background-color: #510c5d;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-study-header .has-video span:after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.case-study-header .has-video:hover {
  background-color: #d5d400;
  color: #152835;
}

.case-study-header .has-video:hover span:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.case-study {
  margin-bottom: -2.5rem;
}

@media only screen and (min-width: 64em) {
  .case-study {
    margin-bottom: -6.25rem;
  }
}

.case-study .page-wrapper {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 34.375em) {
  .case-study .page-wrapper {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study .page-wrapper {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study .page-wrapper {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study .page-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.case-study .company-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .case-study .company-info {
    width: 9.43396%;
    float: left;
    margin-right: 5.66038%;
    margin-left: 8.88889%;
    display: block;
    font-size: 1rem;
    padding-top: 5px;
  }
}

.case-study .company-info .detail {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
  .case-study .company-info .detail {
    width: 100%;
    text-align: left;
  }
}

.case-study .company-info .detail p {
  font-size: 0.875rem;
}

.case-study .company-info .detail strong {
  color: #485f71;
  text-transform: none;
}

@media only screen and (min-width: 64em) {
  .case-study .company-info .detail strong {
    font-size: 1.25rem;
    letter-spacing: -0.36px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
  }
}

.case-study .case-study-content {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

@media only screen and (min-width: 64em) {
  .case-study .case-study-content {
    width: 54.71698%;
    float: left;
    margin-right: 5.66038%;
  }
}

.case-study .case-study-content h1,
.case-study .case-study-content h2,
.case-study .case-study-content h3,
.case-study .case-study-content h4,
.case-study .case-study-content h5,
.case-study .case-study-content h6 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.case-study .case-study-content .introduction {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.case-study .case-study-content .introduction p {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 300;
}

@media only screen and (min-width: 64em) {
  .case-study .case-study-content .introduction p {
    font-size: 1.625rem;
    line-height: 40px;
  }
}

.case-study .case-study-content #video-content {
  margin-top: -100px;
  margin-bottom: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-study .case-study-content .embed-container-wrapper {
  margin: 0 -12px 3rem;
  width: auto;
}

@media only screen and (min-width: 64em) {
  .case-study .case-study-content .embed-container-wrapper {
    margin: 0 0 3rem;
  }
}

.case-study .copy p {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 300;
}

.case-study .copy ol,
.case-study .copy ul {
  counter-reset: a;
  margin-left: 2.22222%;
}

.case-study .copy ol ol,
.case-study .copy ol ul,
.case-study .copy ul ol,
.case-study .copy ul ul {
  margin-top: 1em;
  margin-left: 11.11111%;
}

.case-study .copy ol li:before,
.case-study .copy ul li:before {
  content: "•";
  line-height: 19px;
  left: -36px;
}

.case-study .copy ol {
  list-style-type: none;
}

.case-study .copy ol li {
  position: relative;
  margin-bottom: 1em;
}

.case-study .copy > ol > li:before {
  content: counter(a);
  counter-increment: a;
  position: absolute;
  left: -45px;
  border: 1px solid #93489b;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #93489b;
}

@media only screen and (min-width: 64em) {
  .case-study .copy > ol > li:before {
    left: -60px;
    border-radius: 48px;
    width: 48px;
    height: 48px;
    line-height: 45px;
    font-size: 32px;
    border-width: 2px;
  }
}

.case-study .pull-quote {
  text-align: center;
  margin-bottom: 1.5rem;
}

.case-study .pull-quote p {
  font-size: 1.375rem;
  line-height: 29px;
  color: #929faa;
  letter-spacing: -0.29px;
}

.case-study .pull-quote p:last-child {
  margin-bottom: 0;
}

.case-study .pull-quote:after,
.case-study .pull-quote:before {
  content: "";
  display: block;
  width: 30%;
  margin: 30px auto;
  height: 4px;
  background-color: #d5d400;
}

@media only screen and (min-width: 64em) {
  .case-study .pull-quote {
    float: right;
    width: 50%;
    margin: 0 -25% 1.5rem 20px;
    padding-left: 20px;
    border-left: 4px solid #d5d400;
  }

  .case-study .pull-quote:after,
  .case-study .pull-quote:before {
    content: none;
  }
}

.case-study .info-burst {
  width: 66.6%;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: #929faa;
  font-weight: 300;
}

@media only screen and (min-width: 64em) {
  .case-study .info-burst {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 1.5rem;
  }
}

.case-study .info-burst .stat-item {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 64em) {
  .case-study .info-burst .stat-item {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 10px;
  }
}

.case-study .info-burst .stat {
  font-size: 2rem;
  margin-bottom: 5px;
}

.case-study .final-quote {
  padding: 30px 0;
  position: relative;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote {
    padding: 80px 0;
  }
}

.case-study .final-quote .quote-background {
  left: -1.5rem;
  right: -1.5rem;
  opacity: 0.5;
}

.case-study .final-quote blockquote {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  width: unset;
  margin: 0;
  width: 84.90566%;
  float: left;
  margin-right: 5.66038%;
  margin-left: 8.88889%;
  max-width: 100%;
}

@media only screen and (min-width: 34.375em) {
  .case-study .final-quote blockquote {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study .final-quote blockquote {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote {
    width: 69.81132%;
    float: left;
    margin-right: 5.66038%;
    margin-left: 17.77778%;
    padding: 0 1em;
  }
}

.case-study .final-quote blockquote:after,
.case-study .final-quote blockquote:before {
  all: unset;
  color: #d5d400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: absolute;
  font-size: 6rem;
  line-height: 1rem;
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote:after,
  .case-study .final-quote blockquote:before {
    font-size: 10rem;
  }
}

.case-study .final-quote blockquote:before {
  content: "“";
  top: 15px;
  left: -15px;
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote:before {
    top: 3rem;
    left: -5.55556%;
  }
}

.case-study .final-quote blockquote:after {
  content: "”";
  right: -15px;
  bottom: 27px;
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote:after {
    right: -5.55556%;
  }
}

.case-study .final-quote blockquote .the-quote {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote .the-quote {
    font-size: 3rem;
    letter-spacing: -0.86px;
    line-height: 4rem;
  }
}

.case-study .final-quote blockquote .quote-footer {
  line-height: 1rem;
  width: 100%;
  clear: both;
}

.case-study .final-quote blockquote cite {
  font-style: normal;
  font-size: 0.75rem;
  line-height: 15px;
  color: #929faa;
}

@media only screen and (min-width: 64em) {
  .case-study .final-quote blockquote cite {
    font-size: 1rem;
    line-height: 27px;
  }
}

.case-study .final-quote blockquote cite strong {
  text-transform: uppercase;
}

.case-study-contact-form {
  background: #d5d400 url(../images/case-study/contact-bg.svg) 50% no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .case-study-contact-form {
    padding: 80px 0;
  }
}

.case-study-contact-form .case-study-contact-form-content {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
}

@media only screen and (min-width: 34.375em) {
  .case-study-contact-form .case-study-contact-form-content {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-contact-form .case-study-contact-form-content {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study-contact-form .case-study-contact-form-content {
    max-width: 90rem;
  }
}

.case-study-contact-form p {
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .case-study-contact-form p {
    width: 39.62264%;
    float: left;
    margin-right: 5.66038%;
    margin-left: 8.88889%;
    font-size: 2rem;
  }
}

.case-study-contact-form .button,
.case-study-contact-form .header-nav-container li.button-login a,
.case-study-contact-form .header-nav-container li.menu-item-button a,
.case-study-contact-form .mktoForm button.mktoButton,
.case-study-contact-form button,
.case-study-contact-form input[type="submit"],
.header-nav-container li.button-login .case-study-contact-form a,
.header-nav-container li.menu-item-button .case-study-contact-form a,
.mktoForm .case-study-contact-form button.mktoButton {
  width: 100%;
  text-align: center;
  background-color: #93489b;
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .case-study-contact-form .button,
  .case-study-contact-form .header-nav-container li.button-login a,
  .case-study-contact-form .header-nav-container li.menu-item-button a,
  .case-study-contact-form .mktoForm button.mktoButton,
  .case-study-contact-form button,
  .case-study-contact-form input[type="submit"],
  .header-nav-container li.button-login .case-study-contact-form a,
  .header-nav-container li.menu-item-button .case-study-contact-form a,
  .mktoForm .case-study-contact-form button.mktoButton {
    width: auto;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-contact-form .marketo-form {
    width: 39.62264%;
    float: left;
    margin-right: 5.66038%;
  }
}

.case-study-resource {
  margin-bottom: -2.5rem;
}

@media only screen and (min-width: 64em) {
  .case-study-resource {
    margin-bottom: -6.25rem;
  }
}

.case-study-resource .page-wrapper {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 34.375em) {
  .case-study-resource .page-wrapper {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .page-wrapper {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study-resource .page-wrapper {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .page-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.case-study-resource .case-study-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.case-study-resource .case-study-banner.banner-wrapper {
  background-color: #fff;
  height: auto;
  padding: 40px 0 80px;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-banner.banner-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #000;
    margin-bottom: 6rem;
  }
}

.case-study-resource .case-study-banner.banner-wrapper .banner-image img {
  opacity: 0.2;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-banner.banner-wrapper .banner-image img {
    opacity: 0.6;
  }
}

.case-study-resource .case-study-banner.banner-wrapper .banner-image:after {
  content: "";
  display: block;
  background-image: url(../images/refresh/curve.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -5px;
  height: 82px;
}

@media only screen and (min-width: 112.5em) {
  .case-study-resource .case-study-banner.banner-wrapper .banner-image:after {
    background-size: cover;
  }
}

.case-study-resource .case-study-header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  padding: 0 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 34.375em) {
  .case-study-resource .case-study-header {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-header {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study-resource .case-study-header {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-header {
    margin: 0 11.11111%;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-header h1,
  .case-study-resource .case-study-header p {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
}

.case-study-resource .case-study-header h1.case-study-title {
  font-weight: 500;
  color: #485f71;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-header h1.case-study-title {
    color: #fff;
    letter-spacing: -0.84px;
    font-size: 3.375rem;
    line-height: 72px;
  }
}

.case-study-resource .case-study-header p {
  color: #485f71;
  font-size: 1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.case-study-resource .case-study-header p strong {
  text-transform: none;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-header p {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    line-height: 24px;
  }
}

.case-study-resource .case-study-header .button,
.case-study-resource .case-study-header .header-nav-container li.button-login a,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.menu-item-button
  a,
.case-study-resource .case-study-header .mktoForm button.mktoButton,
.case-study-resource .case-study-header input[type="submit"],
.header-nav-container li.button-login .case-study-resource .case-study-header a,
.header-nav-container
  li.menu-item-button
  .case-study-resource
  .case-study-header
  a,
.mktoForm .case-study-resource .case-study-header button.mktoButton {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px 0 56px;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 28px;
}

.case-study-resource .case-study-header .button span:before,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.button-login
  a
  span:before,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.menu-item-button
  a
  span:before,
.case-study-resource .case-study-header .mktoForm button.mktoButton span:before,
.case-study-resource .case-study-header input[type="submit"] span:before,
.header-nav-container
  li.button-login
  .case-study-resource
  .case-study-header
  a
  span:before,
.header-nav-container
  li.menu-item-button
  .case-study-resource
  .case-study-header
  a
  span:before,
.mktoForm
  .case-study-resource
  .case-study-header
  button.mktoButton
  span:before {
  content: "";
  display: block;
  border-radius: 13px;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.25);
}

.case-study-resource .case-study-header .button span:after,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.button-login
  a
  span:after,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.menu-item-button
  a
  span:after,
.case-study-resource .case-study-header .mktoForm button.mktoButton span:after,
.case-study-resource .case-study-header input[type="submit"] span:after,
.header-nav-container
  li.button-login
  .case-study-resource
  .case-study-header
  a
  span:after,
.header-nav-container
  li.menu-item-button
  .case-study-resource
  .case-study-header
  a
  span:after,
.mktoForm .case-study-resource .case-study-header button.mktoButton span:after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.case-study-resource .case-study-header .button:hover,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.button-login
  a:hover,
.case-study-resource
  .case-study-header
  .header-nav-container
  li.menu-item-button
  a:hover,
.case-study-resource .case-study-header .mktoForm button.mktoButton:hover,
.case-study-resource .case-study-header input:hover[type="submit"],
.header-nav-container
  li.button-login
  .case-study-resource
  .case-study-header
  a:hover,
.header-nav-container
  li.menu-item-button
  .case-study-resource
  .case-study-header
  a:hover,
.mktoForm .case-study-resource .case-study-header button.mktoButton:hover {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.case-study-resource .has-sidebar-cs {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.case-study-resource .has-sidebar-cs:after {
  content: " ";
  display: block;
  clear: both;
}

.case-study-resource .has-sidebar-cs .content-left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  text-align: center;
}

.case-study-resource .has-sidebar-cs .content-left > .title {
  opacity: 0.7;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .has-sidebar-cs .content-left > .title {
    font-size: 1rem;
    text-align: center;
  }
}

.case-study-resource .has-sidebar-cs .content-left > .description {
  color: #485f71;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 500;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .has-sidebar-cs .content-left > .description {
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .has-sidebar-cs .content-left {
    width: 9.43396%;
    float: left;
    margin-right: 5.66038%;
    margin-left: 8.88889%;
    display: block;
    font-size: 1rem;
    padding-top: 5px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    text-align: left;
  }
}

.case-study-resource .has-sidebar-cs .content-right blockquote {
  padding: 10px 0 0 10px;
  margin-bottom: 1em;
  border-left: 4px solid #d5d400;
  text-align: center;
  color: #929faa;
}

.case-study-resource .has-sidebar-cs .content-right blockquote:after {
  content: "";
  display: none;
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .has-sidebar-cs .content-right blockquote {
    border-bottom: 3px solid #d5d400;
    border-top: 3px solid #d5d400;
    border-left: 0;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .has-sidebar-cs .content-right blockquote {
    display: block;
    padding: 10px 0 0 20px;
    border-bottom: 0;
    border-top: 0;
    border-left: 6px solid #d5d400;
    font-size: 1.25rem;
  }
}

.case-study-resource .has-sidebar-cs .content-right > p:first-of-type {
  font-size: 1.5em;
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .has-sidebar-cs .content-right > p:first-of-type {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .has-sidebar-cs .content-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .has-sidebar-cs .content-right {
    width: 54.71698%;
    float: left;
    margin-right: 5.66038%;
  }
}

.case-study-resource .has-sidebar-cs .content-right h1,
.case-study-resource .has-sidebar-cs .content-right h2,
.case-study-resource .has-sidebar-cs .content-right h3,
.case-study-resource .has-sidebar-cs .content-right h4,
.case-study-resource .has-sidebar-cs .content-right h5,
.case-study-resource .has-sidebar-cs .content-right h6 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .body-case-study {
    padding: 1.5rem;
  }
}

.case-study-resource .case-study-contact-form {
  background: #d5d400 url(../images/case-study/contact-bg.svg) 50% no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-contact-form {
    padding: 80px 0;
  }
}

.case-study-resource .case-study-contact-form .case-study-contact-form-content {
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
}

@media only screen and (min-width: 34.375em) {
  .case-study-resource
    .case-study-contact-form
    .case-study-contact-form-content {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource
    .case-study-contact-form
    .case-study-contact-form-content {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study-resource
    .case-study-contact-form
    .case-study-contact-form-content {
    max-width: 90rem;
  }
}

.case-study-resource .case-study-contact-form p {
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-contact-form p {
    width: 39.62264%;
    float: left;
    margin-right: 5.66038%;
    margin-left: 8.88889%;
    font-size: 2rem;
  }
}

.case-study-resource .case-study-contact-form .button,
.case-study-resource
  .case-study-contact-form
  .header-nav-container
  li.button-login
  a,
.case-study-resource
  .case-study-contact-form
  .header-nav-container
  li.menu-item-button
  a,
.case-study-resource .case-study-contact-form .mktoForm button.mktoButton,
.case-study-resource .case-study-contact-form button,
.case-study-resource .case-study-contact-form input[type="submit"],
.header-nav-container
  li.button-login
  .case-study-resource
  .case-study-contact-form
  a,
.header-nav-container
  li.menu-item-button
  .case-study-resource
  .case-study-contact-form
  a,
.mktoForm .case-study-resource .case-study-contact-form button.mktoButton {
  width: 100%;
  text-align: center;
  background-color: #93489b;
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-contact-form .button,
  .case-study-resource
    .case-study-contact-form
    .header-nav-container
    li.button-login
    a,
  .case-study-resource
    .case-study-contact-form
    .header-nav-container
    li.menu-item-button
    a,
  .case-study-resource .case-study-contact-form .mktoForm button.mktoButton,
  .case-study-resource .case-study-contact-form button,
  .case-study-resource .case-study-contact-form input[type="submit"],
  .header-nav-container
    li.button-login
    .case-study-resource
    .case-study-contact-form
    a,
  .header-nav-container
    li.menu-item-button
    .case-study-resource
    .case-study-contact-form
    a,
  .mktoForm .case-study-resource .case-study-contact-form button.mktoButton {
    width: auto;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .case-study-contact-form .marketo-form {
    width: 39.62264%;
    float: left;
    margin-right: 5.66038%;
  }
}

.case-study-resource .text-study > ul {
  counter-reset: b;
  margin-left: 5rem;
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .text-study > ul {
    margin-left: 2rem;
  }
}

.case-study-resource .text-study > ul > li {
  list-style: none;
  *list-style: decimal;
}

.case-study-resource .text-study > ul > li:before {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  content: counter(b);
  counter-increment: b;
  font-size: 2rem;
  color: #93489b;
  height: 49px;
  width: 49px;
  border: 2px solid #93489b;
  border-radius: 100%;
  margin-right: 1rem;
  text-align: center;
  line-height: 2.6875rem;
}

@media only screen and (max-width: 33.375em) {
  .case-study-resource .text-study > ul > li:before {
    line-height: 1.375rem;
    height: 1.5625rem;
    width: 1.5625rem;
    font-size: 1rem;
  }
}

.case-study-resource .result {
  margin-right: 0.3125rem;
}

.case-study-resource .result .result-value {
  color: #162834;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 0;
}

.case-study-resource .result .result-text {
  color: #afb4b9;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3125rem;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .result {
    width: 20%;
    float: left;
    margin-right: 6.66667%;
  }
}

.case-study-resource .final-quote {
  padding: 30px 0;
  position: relative;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote {
    padding: 80px 0;
  }
}

.case-study-resource .final-quote .banner-image img {
  object-fit: cover;
}

@media only screen and (min-width: 90rem) {
  .case-study-resource .final-quote .banner-image img {
    object-fit: contain;
  }
}

.case-study-resource .final-quote .quote-background {
  left: -1.5rem;
  right: -1.5rem;
  opacity: 0.5;
}

.case-study-resource .final-quote blockquote {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0 0.75rem;
  width: 100%;
  width: unset;
  margin: 0;
  width: 84.90566%;
  float: left;
  margin-right: 5.66038%;
  margin-left: 8.88889%;
  max-width: 100%;
}

@media only screen and (min-width: 34.375em) {
  .case-study-resource .final-quote blockquote {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote {
    padding: 0 5.125rem;
  }
}

@media only screen and (min-width: 90rem) {
  .case-study-resource .final-quote blockquote {
    max-width: 90rem;
  }
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote {
    width: 69.81132%;
    float: left;
    margin-right: 5.66038%;
    margin-left: 17.77778%;
    padding: 0 1em;
  }
}

.case-study-resource .final-quote blockquote:after,
.case-study-resource .final-quote blockquote:before {
  all: unset;
  color: #d5d400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: absolute;
  font-size: 6rem;
  line-height: 1rem;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote:after,
  .case-study-resource .final-quote blockquote:before {
    font-size: 10rem;
  }
}

.case-study-resource .final-quote blockquote:before {
  content: "“";
  top: 15px;
  left: -15px;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote:before {
    top: 3rem;
    left: -5.55556%;
  }
}

.case-study-resource .final-quote blockquote:after {
  content: "”";
  right: -15px;
  bottom: 27px;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote:after {
    right: -5.55556%;
  }
}

.case-study-resource .final-quote blockquote .the-quote {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote .the-quote {
    font-size: 3rem;
    letter-spacing: -0.86px;
    line-height: 4rem;
  }
}

.case-study-resource .final-quote blockquote .quote-footer {
  line-height: 1rem;
  width: 100%;
  clear: both;
}

.case-study-resource .final-quote blockquote cite {
  font-style: normal;
  font-size: 0.75rem;
  line-height: 15px;
  color: #929faa;
}

@media only screen and (min-width: 64em) {
  .case-study-resource .final-quote blockquote cite {
    font-size: 1rem;
    line-height: 27px;
  }
}

.case-study-resource .final-quote blockquote cite strong {
  text-transform: uppercase;
}

.case-study-resource .column-split {
  margin-bottom: 0.625rem;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.case-study-resource .column-split > p {
  -webkit-columns: 1;
  columns: 1;
}

.case-study-resource .column-split > blockquote {
  float: right;
}

.ie9 .header-primary .page-wrapper {
  display: table;
}

.ie9 #site-logo {
  float: left;
  height: 5.625rem;
}

.ie9 .header-nav-toggle {
  float: right;
  margin-top: 2.25em;
}

.ie9 .header-nav-toggle span {
  display: block;
}

.ie9 .header-nav-container:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 53.125em) {
  .ie9 .header-nav-container {
    display: block;
  }
}

.ie9 .header-nav-container nav {
  height: 5.625rem;
}

.ie9 .header-nav-container .nav-main {
  float: left;
}

.ie9 .header-nav-container .nav-utility {
  float: right;
}

.ie9 .banner-content {
  position: relative;
  float: right;
  vertical-align: middle;
  height: 100%;
  width: 40.625em;
  z-index: 2;
}

.ie9 .banner-content .banner-card,
.ie9 .banner-content .banner-text {
  margin-top: 7.5em;
}

.ie9 .banner-content .banner-quote {
  margin-top: 3.75rem;
  display: block;
  vertical-align: middle;
}

.ie9 .banner-content .banner-quote-title {
  margin-top: 2.5em;
}

.ie9 .banner-content-align-left {
  float: left;
}

.ie9 .banner-content-align-center {
  float: none;
  margin: auto;
}

@media only screen and (min-width: 64em) {
  .ie9 .banner-content-align-center {
    width: 50em;
  }
}

.ie9 .banner-headline {
  margin-top: 3.75em;
}

.ie9 .block-cta-half {
  display: inline-block;
}

.ie9 .block-cta-half:first-child {
  float: left;
}

.ie9 .block-cta-half:last-child {
  float: right;
}

.ie9 .block-cta-half.block-split {
  display: table;
}

.ie9 .block-cta-half.block-split .content {
  display: table-cell;
  width: 80%;
}

.ie9 .block-cta-half.block-split .actions {
  display: table-cell;
  width: 20%;
}

.btn-white {
  color: black;
  background: white;
}

.btn-white:hover {
  color: white;
}

.xl-banner-red {
  color: white;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  opacity: 0.7;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  opacity: 0.7;
}
#partners {
  width: 200px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  opacity: 0.8;
}
#partners:hover {
  opacity: 1;
}
#mission-aim {
  background: white;
  padding: 0 20px;
  height: 427px;
}
