/* This file is generated.  DO NOT EDIT. */ 
@charset "UTF-8";
/*------------------------------------*\
    #SCSS FILE IMPORTS
\*------------------------------------*/
/** Vendors **/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/** Abstracts **/
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/** Brand Colors **/
/** Transparent Brand Colors **/
/** Neutral Colors **/
/* Note: Neutral color variables use a numbered system to define variables for better maintainability.
    "$color-gray-10" means "10% gray", which is a gray closer to white than to black. For more info read https://medium.com/eightshapes-llc/color-in-design-systems-a1c80f65fa3#.brevrq67p */
/** Transparent Neutral Colors **/
/** Color Mapping **/
/*------------------------------------*\
    #BREAKPOINTS
    note:   responsive styles/breakpts
            are written desktop-first
\*------------------------------------*/
/** IMPORTANT:
    breakpoints are hardcoded in the
    cshtml files for all banner components.
    any changes to these variables must be
    replicated there
**/
/*------------------------------------*\
    #MEDIA QUERY MIXINS
    usage:  @include small-breakpoint {
                font-size: 18px;
            }
\*------------------------------------*/
/*------------------------------------*\
    #RESPONSIVE TOGGLE MIXINS
    usage:  @include large-only(flex);
\*------------------------------------*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS
    note:   see breakpoints.scss
            for media query mixins
\*------------------------------------*/
/*------------------------------------*\
    #BREAKPOINTS
    note:   responsive styles/breakpts
            are written desktop-first
\*------------------------------------*/
/** IMPORTANT:
    breakpoints are hardcoded in the
    cshtml files for all banner components.
    any changes to these variables must be
    replicated there
**/
/*------------------------------------*\
    #MEDIA QUERY MIXINS
    usage:  @include small-breakpoint {
                font-size: 18px;
            }
\*------------------------------------*/
/*------------------------------------*\
    #RESPONSIVE TOGGLE MIXINS
    usage:  @include large-only(flex);
\*------------------------------------*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*------------------------------------*\
    #RETINA QUERY MIXINS
    usage:  @include retina-screen {
                font-size: 18px;
            }
\*------------------------------------*/
/* 1.5 dpr and above */
/* 1.49 dpr and below */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #PLACEHOLDER SELECTORS

    note: see typography.scss for 
    font size placeholders
\*------------------------------------*/
/*------------------------------------*\
    #BREAKPOINTS
    note:   responsive styles/breakpts
            are written desktop-first
\*------------------------------------*/
/** IMPORTANT:
    breakpoints are hardcoded in the
    cshtml files for all banner components.
    any changes to these variables must be
    replicated there
**/
/*------------------------------------*\
    #MEDIA QUERY MIXINS
    usage:  @include small-breakpoint {
                font-size: 18px;
            }
\*------------------------------------*/
/*------------------------------------*\
    #RESPONSIVE TOGGLE MIXINS
    usage:  @include large-only(flex);
\*------------------------------------*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/* Clearfix */
.split-container, .person-focus__slide {
  *zoom: 1; }
  .split-container::before, .person-focus__slide::before, .split-container::after, .person-focus__slide::after {
    display: table;
    content: " "; }
  .split-container::after, .person-focus__slide::after {
    clear: both; }

/* Centered and contained content with max-width*/
.heading--section-title, .section-title, .experience-editor .placeholder--content, .nav, .footer__content, .region-takeover__container, .banner__content, .split-container, .experience-editor .people-river, .search-container, .search-facets, .search-tags__container, .image, .video, .teaser-block-section__slider, .related-experts, .breadcrumb-wrapper, .title-and-summary, .rte, .pullquote, .event-promo, .cta-with-image, .cta-without-image, .expert-quote-promo, .latest-news__entries, .large-carousel__content--wrapper, .statistics-wrapper, .email-form, .offices-search, .social-media-latest-news, .styleguide section {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 799px) {
    .heading--section-title, .section-title, .experience-editor .placeholder--content, .nav, .footer__content, .region-takeover__container, .banner__content, .split-container, .experience-editor .people-river, .search-container, .search-facets, .search-tags__container, .image, .video, .teaser-block-section__slider, .related-experts, .breadcrumb-wrapper, .title-and-summary, .rte, .pullquote, .event-promo, .cta-with-image, .cta-without-image, .expert-quote-promo, .latest-news__entries, .large-carousel__content--wrapper, .statistics-wrapper, .email-form, .offices-search, .social-media-latest-news, .styleguide section {
      max-width: 100%; } }

/* Limit length of standard line of text for readability */
p, .event-promo__title, .event-promo__date, .cta-without-image__summary {
  max-width: 765px; }

/* Horizontally and vertically center using flexbox */
.region-takeover__centering-helper, .teaser-block__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

/* Remove link styling on a link */
.logo-link, .nav__toggle, .nav__menu-trigger, .social-links__icon a, .region-takeover__link, .accordion-slide__play-video {
  font-weight: normal;
  border-bottom: 0; }
  .logo-link:hover, .nav__toggle:hover, .nav__menu-trigger:hover, .social-links__icon a:hover, .social-links__icon .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .social-links__icon span, .region-takeover__link:hover, .accordion-slide__play-video:hover {
    border-bottom: 0; }

/* Remove link styling, except for on hover */
.nav__link, .dropdown-menu__overview a, .menu-panel__heading a, .menu-panel__link, .breadcrumb a, .what-we-do__list-link, .area-of-focus__list-item a {
  border-bottom: 0; }
  .nav__link:hover, .dropdown-menu__overview a:hover, .dropdown-menu__overview .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .dropdown-menu__overview span, .menu-panel__heading a:hover, .menu-panel__heading .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .menu-panel__heading span, .menu-panel__link:hover, .breadcrumb a:hover, .breadcrumb .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .breadcrumb span, .what-we-do__list-link:hover, .area-of-focus__list-item a:hover, .area-of-focus__list-item .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .area-of-focus__list-item span {
    border-bottom: 2px solid #0099EE; }

/* Remove base list styling */
.legal-links ul {
  list-style: none; }
  .legal-links ul li {
    display: inline-block; }

/* Remove default button styling */
.nav__button, .region-takeover__close-button, .search-takeover__close-button, .accordion-slide__headline, .accordion-slide__close-button {
  padding: 0;
  background-color: transparent;
  border: 0; }

/*------------------------------------*\
    #SYMBOLS

    note: CSS-encoded unicode symbols

    helpful tools:
    symbol search: www.amp-what.com
    unicode converter: r12a.github.io/apps/conversion
\*------------------------------------*/
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
/** Base styles **/
/*------------------------------------*\
    #RESET
    Styles taken from reset and
    normalize, with some modifications
\*------------------------------------*/
/** BASE (BUNCH OF ELEMENTS) **/
* {
  box-sizing: border-box; }

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

html, body, div, object, iframe, h1, h2, h3, .video__title, .teaser-block__headline span,
.teaser-block__name span, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0; }

[hidden], template {
  display: none; }

/** HTML & BODY **/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif; }

body {
  margin: 0; }

/** IMAGES **/
svg:not(:root) {
  overflow: hidden; }

img {
  border: 0; }

figure {
  margin: 0; }

/** AUDIO & VIDEO **/
audio,
canvas,
video {
  display: inline-block; }

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

/** SPECIAL TEXT ELEMENTS **/
b,
strong {
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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; }

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

dfn {
  font-style: italic; }

/** BUTTONS **/
button {
  cursor: pointer;
  font-family: sans-serif;
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0; }

button[disabled] {
  cursor: default; }

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

/** FORM ELEMENTS **/
input, .select-list select,
.data-list select,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

input, .select-list select,
.data-list select {
  line-height: normal; }

input[disabled], .select-list select[disabled],
.data-list select[disabled] {
  cursor: default; }

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

input::-moz-focus-inner, .select-list select::-moz-focus-inner,
.data-list select::-moz-focus-inner {
  border: 0;
  padding: 0; }

html input[type="button"], html .select-list select[type="button"], .select-list html select[type="button"],
html .data-list select[type="button"], .data-list html select[type="button"],
input[type="reset"],
.select-list select[type="reset"],
.data-list select[type="reset"],
input[type="submit"],
.select-list select[type="submit"],
.data-list select[type="submit"] {
  cursor: pointer; }

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

fieldset {
  min-width: 0;
  padding: 0.01em 0 0;
  margin: 0;
  border: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

legend {
  display: table;
  padding: 0;
  border: 0;
  white-space: normal; }

textarea {
  overflow: auto;
  vertical-align: top; }

/** TABLES **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* first of base styles */
/*------------------------------------*\
    #BODY BASE STYLES
\*------------------------------------*/
html, body {
  min-height: 100%; }

body {
  position: relative;
  overflow-x: hidden;
  font: 100%/1.5 "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  /*  Note: Font 100% means default browser font size.
        A user's browser settings could change this. */
  color: #222;
  overflow-y: auto;
  background: #fff;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none; }

.modal-is-open,
.is-nav-open {
  overflow: hidden; }

/*------------------------------------*\
    #ACCESSIBILITY
\*------------------------------------*/
/* Complely remove from the flow but leave available to screen readers */
.screen-reader-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  /* simpler alternative ??:
        position: absolute;
        left: -999em;
    */
  /*  adding colors even though it's not visible
        just to shut up contrast errors */
  background-color: #000;
  color: #fff; }

/* Skip link is hidden until focused */
.skip-link {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 799px) {
    .skip-link {
      display: none; } }
  .skip-link:focus {
    position: static !important;
    width: auto;
    height: auto; }
  .header--over-banner .skip-link {
    color: #fff !important; }
  .header--without-banner .skip-link {
    color: #000 !important; }

.fa-external-link {
  color: #0099EE;
  font-size: 10px; }

/* from https://ghinda.net/article/mimic-native-focus-css/ */
*:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
  /* WebKit gets its native focus styles. */ }
  @media (-webkit-min-device-pixel-ratio: 0) {
    *:focus {
      outline: -webkit-focus-ring-color auto 5px; } }

p {
  margin-bottom: 16px;
  font-size: 17px;
  color: #222; }
  @media (max-width: 799px) {
    p {
      font-size: 18px; } }

.paragraph--small {
  font-size: 15px; }
  @media (max-width: 799px) {
    .paragraph--small {
      font-size: 16px; } }

.paragraph--splash, .title-and-summary__summary, .full-width-promo__summary {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 21px;
  color: #707070; }
  .paragraph--splash a, .title-and-summary__summary a, .full-width-promo__summary a {
    color: #707070; }

blockquote,
cite {
  display: block;
  font-style: inherit; }

/* H tags */
h1, h2, h3, .video__title, .teaser-block__headline span,
.teaser-block__name span, h4, h5, h6 {
  color: #222; }

h1 {
  font-size: 64px;
  line-height: 76.8px; }
  @media (max-width: 799px) {
    h1 {
      font-size: 51.2px;
      line-height: 51.2px; } }

h2 {
  font-size: 43px;
  line-height: 51.6px; }
  @media (max-width: 799px) {
    h2 {
      font-size: 38.7px;
      line-height: 38.7px; } }

h3, .video__title, .teaser-block__headline span,
.teaser-block__name span {
  font-size: 32px;
  line-height: 38.4px; }

h4 {
  font-size: 28px;
  line-height: 42px; }

h5 {
  font-size: 20px;
  line-height: 30px; }

h6 {
  font-size: 14px;
  line-height: 21px; }

/* Section Heading */
.heading--section-title {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 36px;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  line-height: 40px;
  color: #222; }
  .heading--section-title::before {
    position: relative;
    top: -5px;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-right: 15px;
    background-color: #78c143;
    content: ""; }
  .heading--section-title::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #a5a5a5;
    content: ""; }
  @media (max-width: 799px) {
    .heading--section-title::after {
      content: none; } }
  @media (max-width: 799px) {
    .heading--section-title {
      padding-top: 25px; } }

.heading--small, .heading--small-subtle, .quote-banner__author, .breadcrumb li, .breadcrumb__divider, .breadcrumb a, .pullquote__attribution, .latest-news__date, .nav__item--primary > a,
.nav__item--primary > button, .footer-nav li, .social-links__heading, .newsletter-signup__heading, .title-and-summary__detail, .event-promo__title, .cta-without-image__type {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

.heading--small-subtle, .quote-banner__author, .breadcrumb li, .breadcrumb__divider, .breadcrumb a, .pullquote__attribution, .latest-news__date {
  color: #707070; }

.section-title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 36px;
  overflow: hidden; }
  @media (max-width: 799px) {
    .section-title {
      padding-top: 25px; } }

.section-title__heading {
  position: relative;
  padding-left: 30px;
  display: inline;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  line-height: 40px;
  color: #222; }

.section-title__block {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 10px;
  background-color: #78c143; }

.section-title__line {
  position: absolute;
  display: inline-block;
  float: right;
  width: 1200px;
  height: 1px;
  margin: 20px 0;
  margin-left: 15px;
  color: #fff;
  background-color: #a5a5a5; }
  @media (max-width: 799px) {
    .section-title__line {
      display: none; } }

a {
  font-weight: 700;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #0099EE; }
  a:hover, .teaser-block__link:hover .teaser-block__headline span {
    text-decoration: none;
    border-bottom: 2px solid #0099EE; }

.btn {
  display: inline-block;
  min-height: 44px;
  padding: 14px 30px;
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: #78c143;
  border-bottom: 0;
  transition: background 0.2s ease;
  max-width: 100%;
  word-wrap: normal; }
  @media (max-width: 799px) {
    .btn {
      width: 100%;
      margin-bottom: 20px; } }
  .btn:hover {
    background: #548a2e;
    border-bottom: 0; }
  .btn:disabled {
    background: #a5a5a5;
    cursor: default; }
    .btn:disabled:hover {
      background: #a5a5a5;
      border-bottom: 0; }
  .btn .fa-external-link {
    color: #fff; }

.btn--blue {
  background: #0099EE; }
  .btn--blue .fa-external-link {
    color: #fff; }
  .btn--blue:hover {
    background: #003087; }
  .btn--blue:focus {
    outline: #0068a2 solid 2px; }

.btn--white, .cta-with-image__button, .cta-without-image.theme-blue .cta-without-image__button, .cta-without-image.theme-light-blue .cta-without-image__button, .cta-without-image.theme-white .cta-without-image__button {
  color: #0099EE;
  background: #fff; }
  .btn--white .fa-external-link, .cta-with-image__button .fa-external-link, .cta-without-image.theme-blue .cta-without-image__button .fa-external-link, .cta-without-image.theme-light-blue .cta-without-image__button .fa-external-link, .cta-without-image.theme-white .cta-without-image__button .fa-external-link {
    color: #0099EE; }
  .btn--white:hover, .cta-with-image__button:hover, .cta-without-image.theme-blue .cta-without-image__button:hover, .cta-without-image.theme-light-blue .cta-without-image__button:hover, .cta-without-image.theme-white .cta-without-image__button:hover {
    background: #d9d9d9; }

.token {
  display: inline-block;
  height: 44px;
  padding: 10px 14px;
  background-color: #f7f9f9;
  border-bottom: 0; }

.token:hover {
  background-color: #78c143;
  border-bottom: 0; }
  .token:hover .token__text {
    color: #fff; }
  .token:hover .token__clear {
    color: #fff;
    border-bottom: 0; }

.token__text {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222; }

.token__clear {
  color: #78c143; }

input, .select-list select,
.data-list select {
  height: 41px;
  min-width: 300px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  input::-webkit-input-placeholder, .select-list select::-webkit-input-placeholder,
  .data-list select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #737373;
    opacity: 1; }
  input::-moz-placeholder, .select-list select::-moz-placeholder,
  .data-list select::-moz-placeholder {
    /* Firefox 19+ */
    color: #737373;
    opacity: 1; }
  input:-ms-input-placeholder, .select-list select:-ms-input-placeholder,
  .data-list select:-ms-input-placeholder {
    /* IE 10+ */
    color: #737373;
    opacity: 1; }
  input:-moz-placeholder, .select-list select:-moz-placeholder,
  .data-list select:-moz-placeholder {
    /* Firefox 18- */
    color: #737373;
    opacity: 1; }

.select-list,
.data-list {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .select-list::before,
  .data-list::before {
    position: absolute;
    right: 40px;
    height: 100%;
    pointer-events: none;
    border-left: 1px solid #d9d9d9;
    content: ""; }
  .select-list::after,
  .data-list::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    pointer-events: none;
    border-color: #78c143 transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: ""; }
  .select-list input::-webkit-calendar-picker-indicator, .select-list select::-webkit-calendar-picker-indicator,
  .data-list input::-webkit-calendar-picker-indicator,
  .data-list select::-webkit-calendar-picker-indicator {
    display: none; }
  .select-list select,
  .data-list select {
    padding: 10px 55px 10px 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .select-list select::-ms-expand,
    .data-list select::-ms-expand {
      display: none; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #737373;
  text-transform: uppercase; }

textarea {
  padding: 20px;
  border: 1px solid #909090; }

.slick-slide {
  height: auto; }

.slick-arrow {
  display: block;
  z-index: 1;
  width: 50px;
  height: 150px;
  color: #fff;
  background-color: #003087 !important;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  transform: translate(0, -50%) translateZ(0); }
  @media (max-width: 799px) {
    .slick-arrow {
      width: 30px;
      height: 100px; } }
  .slick-arrow:hover, .slick-arrow:focus {
    opacity: 1; }
  .slick-arrow:before {
    content: '';
    background-image: url("/assets/build/img/svg-sprite/caret.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: block;
    margin: 0 auto;
    opacity: 1;
    width: 100%;
    height: 30px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .slick-arrow:before {
        background-size: 40px; } }
    @media (max-width: 799px) {
      .slick-arrow:before {
        height: 15px; } }
  @media (max-width: 799px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 799px) and (min-resolution: 144dpi) {
    .slick-arrow:before {
      background-size: 10px; } }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.is-full-width .slick-prev {
  left: 0; }

.is-full-width .slick-next {
  right: 0; }

.experience-editor .placeholder {
  border: 1px dashed #993366;
  margin-bottom: 10px; }

.experience-editor .expert-quote-promo__quote:before, .experience-editor .expert-quote-promo__quote:after {
  content: ""; }

.experience-editor .teaser-block-section {
  min-height: 400px; }

.experience-editor .statistics-wrapper,
.experience-editor .accordion-gallery,
.experience-editor .section-title {
  display: block; }

.experience-editor .person-focus__content {
  min-width: 540px; }

#commandRow a {
  border-bottom: 0 !important; }

.scHilghlightedChrome {
  display: none !important; }

.section {
  display: block;
  padding: 20px 40px;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 799px) {
    .section {
      padding: calc(40px / 2); } }

/* this class should be added to the component class, not the component's section wrapper */
.is-full-width {
  width: calc(100% + (2 * 40px));
  margin-left: -40px; }
  @media (max-width: 799px) {
    .is-full-width {
      width: calc(100% + 40px);
      margin-left: calc(40px / -2); } }

.section.has-alt-background {
  padding: 20px;
  background-color: #f7f9f9; }
  @media (max-width: 1199px) {
    .section.has-alt-background {
      padding: 20px 40px; } }
  @media (max-width: 799px) {
    .section.has-alt-background {
      padding: 20px; } }

.section.has-background {
  padding: 0; }

main > .section {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    main > .section {
      margin-bottom: 0; } }

.container .section:last-child {
  margin-bottom: 0; }

.icon {
  width: 60px;
  height: 60px; }

.icon--googleplus {
  padding: 3px; }

main {
  min-height: 100px; }

.header--over-banner + main {
  position: relative;
  top: -100px; }
  @media (max-width: 799px) {
    .header--over-banner + main {
      top: -75px; } }
  .header--over-banner + main + .footer {
    margin-top: -100px; }
    @media (max-width: 799px) {
      .header--over-banner + main + .footer {
        margin-top: -37.5px; } }

/** Global Components **/
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 100px; }
  @media (max-width: 799px) {
    .header {
      height: 75px;
      background-color: rgba(0, 48, 135, 0.8); } }

.header--no-banner {
  background-color: #fff;
  margin-bottom: 20px; }
  .header--no-banner::after {
    display: block;
    background: transparent;
    /* For browsers that don't support gradients */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 20px;
    content: "";
    opacity: 0.1; }
    @media (max-width: 799px) {
      .header--no-banner::after {
        display: none; } }

.header--over-banner {
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0); }

.logo-link {
  display: inline-block;
  height: 100%;
  max-width: 100%; }
  .logo-link img {
    max-height: 100%;
    max-width: 100%; }

.cdmsmith-logo {
  height: 100%; }
  @media (max-width: 799px) {
    .cdmsmith-logo {
      height: 100%; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  height: 100%;
  max-width: calc(1200px + 20px);
  padding: 0 10px; }
  @media (max-width: 799px) {
    .nav {
      position: inherit;
      height: 100%;
      padding: 5px 15px; } }

.nav a,
.nav button {
  cursor: pointer; }

.nav .fa-caret-down {
  transition: 0.2s;
  padding-left: 5px;
  color: #78c143; }
  @media (max-width: 799px) {
    .nav .fa-caret-down {
      float: right;
      font-size: 20px; } }

.fa-caret-right.mobile-only {
  display: none;
  color: #78c143;
  padding-left: 5px;
  font-size: 20px; }
  @media (max-width: 799px) {
    .fa-caret-right.mobile-only {
      display: inline; } }

.nav .fa-external-link {
  color: #fff; }

.nav .fa-search {
  padding-left: 5px;
  color: #78c143; }

/* desktop logo */
.nav__home {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  max-width: 150px;
  min-width: 80px;
  height: 100%; }
  @media (max-width: 799px) {
    .nav__home {
      max-height: 65px; } }
  .nav__home img {
    max-width: 100%;
    max-height: 100%; }

/* mobile logo */
.nav__logo {
  display: none;
  margin-top: 6px;
  margin-left: 17px;
  margin-bottom: 20px;
  max-width: 150px;
  padding: 10px 0;
  height: 65px; }
  @media (max-width: 799px) {
    .nav__logo {
      display: block; } }
  .nav__logo svg {
    height: auto; }

.nav__toggle {
  display: none;
  font-size: 30px;
  padding: 10px;
  position: relative;
  z-index: 2; }
  @media (max-width: 799px) {
    .nav__toggle {
      display: inline-block; } }

.nav__wrapper {
  display: block;
  position: relative;
  z-index: 2;
  height: 75px; }
  @media (max-width: 799px) {
    .nav__wrapper {
      display: none; } }
  @media (max-width: 799px) {
    .nav__wrapper {
      background-color: rgba(0, 48, 135, 0.97);
      display: block;
      height: 100%;
      width: 310px;
      position: absolute;
      top: 0;
      left: -310px;
      z-index: 100; } }

.nav__list {
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  @media (max-width: 799px) {
    .nav__list {
      display: block; } }

.nav__list--primary {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 40px; }
  @media (max-width: 799px) {
    .nav__list--primary {
      margin: 0; } }

.nav__list--utility {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 799px) {
    .nav__list--utility {
      position: relative;
      padding-left: 15px; } }
  .nav__list--utility .fa-caret-right {
    font-size: 14px; }

.nav__item {
  display: inline;
  margin: 0 10px;
  white-space: nowrap; }
  @media (max-width: 799px) {
    .nav__item {
      display: block;
      white-space: normal; } }

.nav__item.is-active {
  border-bottom: 2px solid #0099EE; }
  @media (max-width: 799px) {
    .nav__item.is-active {
      border-bottom: 0; } }

.nav__item--open .nav__dropdown {
  display: block;
  position: absolute; }
  @media (max-width: 799px) {
    .nav__item--open .nav__dropdown {
      position: relative; } }

.nav__item--open.nav__item:last-of-type .nav__dropdown {
  right: 0; }

.nav__item--open .fa-caret-down {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.nav__item--open .nav__menu-trigger {
  color: rgba(250, 250, 250, 0.6); }

.nav__item--search {
  /* Search takeover trigger should not exist in mobile... */ }
  @media (max-width: 799px) {
    .nav__item--search {
      display: none; } }

.nav__item--search-mobile {
  /* ...and mobile search should not appear elsewhere */
  display: none; }
  @media (max-width: 799px) {
    .nav__item--search-mobile {
      display: block; } }

@media (max-width: 799px) {
  .nav__item--primary > a,
  .nav__item--primary > button {
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid #fff; } }

.nav__item--primary.nav__item--open > button {
  border-bottom: 1px solid #fff;
  color: rgba(250, 250, 250, 0.6); }
  @media (max-width: 799px) {
    .nav__item--primary.nav__item--open > button {
      color: rgba(250, 250, 250, 0.6);
      border-bottom: 1px solid rgba(250, 250, 250, 0.6); } }

@media (max-width: 799px) {
  .nav__item--primary > a:hover, .teaser-block__link:hover .teaser-block__headline .nav__item--primary > span {
    border-bottom: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.1); } }

@media (max-width: 799px) {
  .nav__item--primary > button:hover {
    border-bottom: 2px solid rgba(250, 250, 250, 0.6);
    background-color: rgba(255, 255, 255, 0.1); } }

.nav__link.is-active {
  border-bottom: 2px solid #0099EE; }

.nav__item--primary button {
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 799px) {
  .nav__item--primary {
    transition: all 1s; } }

@media (max-width: 799px) {
  .nav__link--primary.is-active {
    color: rgba(250, 250, 250, 0.6);
    border-bottom: 2px solid #fff;
    padding-left: 15px; } }

.nav__link--utility {
  font-size: 14px;
  font-weight: 400; }
  .nav__link--utility .fa-external-link {
    padding-left: 3px; }
  @media (max-width: 799px) {
    .nav__link--utility {
      color: #fff;
      display: block;
      padding: 10px 0; } }

@media (max-width: 799px) {
  .nav__link--utility.is-active,
  .nav__link--utility:hover {
    border-bottom: none;
    border-left: 10px solid #0099EE;
    padding-left: 5px;
    position: relative;
    left: -15px; } }

@media (max-width: 799px) {
  .is-active .nav__link--utility:hover {
    background-color: rgba(255, 255, 255, 0.1); } }

.nav__dropdown {
  display: none; }

.nav__close {
  display: none;
  position: absolute;
  top: 0;
  right: 15px; }
  @media (max-width: 799px) {
    .nav__close {
      display: block; } }
  .nav__close:after {
    content: "×";
    color: #fff;
    font-size: 40px;
    font-weight: normal; }

.nav__button {
  line-height: 21px; }
  @media (max-width: 799px) {
    .nav__button {
      width: 100%;
      text-align: left; } }

.nav__menu-trigger {
  position: relative;
  font-weight: bold;
  transition: all 1s;
  white-space: nowrap;
  outline-color: Highlight; }
  @media (-webkit-min-device-pixel-ratio: 0) {
    .nav__menu-trigger {
      outline-color: -webkit-focus-ring-color; } }

.nav__menu-trigger.is-active {
  display: block; }
  @media (max-width: 799px) {
    .nav__menu-trigger.is-active {
      padding-left: 5px; } }
  @media (max-width: 799px) {
    .nav__item--primary .nav__menu-trigger.is-active {
      background-color: transparent; } }

.nav .nav__link--utility.is-active,
.nav .nav__menu-trigger.is-active {
  border-bottom: 2px solid #0099EE; }
  @media (max-width: 799px) {
    .nav .nav__link--utility.is-active,
    .nav .nav__menu-trigger.is-active {
      color: rgba(250, 250, 250, 0.6);
      border-bottom: 1px solid #fff; } }

.is-nav-open .nav {
  position: fixed;
  z-index: 10;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.is-nav-open .nav-toggle-menu {
  cursor: default;
  opacity: 0; }

@media (max-width: 799px) {
  .is-nav-open .nav__wrapper {
    display: block;
    left: 0;
    transition: 0.5s;
    height: auto;
    min-height: 100%; } }

.is-nav-closed .nav-toggle-menu {
  cursor: pointer;
  opacity: 1; }

@media (max-width: 799px) {
  .is-nav-closed .nav__wrapper {
    display: block;
    left: -310px; } }

.header--no-banner .nav__link--utility {
  color: #444; }
  @media (max-width: 799px) {
    .header--no-banner .nav__link--utility {
      color: #fff;
      display: block;
      padding: 10px 0; } }

.header--over-banner .fa-bars,
.header--over-banner .fa-globe {
  color: #fff; }

.header--over-banner .nav__item--primary > a,
.header--over-banner .nav__item--primary > button {
  color: #fff; }
  @media (max-width: 799px) {
    .header--over-banner .nav__item--primary > a.is-active,
    .header--over-banner .nav__item--primary > button.is-active {
      color: rgba(250, 250, 250, 0.6); } }

.header--over-banner .nav__item.nav__item--primary.nav__item--open > button {
  color: rgba(250, 250, 250, 0.6); }

.header--over-banner .nav__link--utility {
  color: #fff; }

.dropdown-menu {
  display: block;
  position: relative;
  left: -20px;
  top: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  @media (max-width: 799px) {
    .dropdown-menu {
      box-shadow: none;
      left: 0;
      top: 0; } }

.dropdown-menu__overview {
  display: block;
  padding: 15px 20px; }
  @media (max-width: 799px) {
    .dropdown-menu__overview {
      background-color: transparent;
      background-image: linear-gradient(90deg, #0099EE 0, transparent 0);
      background-repeat: no-repeat;
      padding: 10px 0 0 0;
      transition: all 1s; } }
  @media (max-width: 799px) {
    .dropdown-menu__overview.is-active {
      padding: 10px 0 10px 0; } }
  .dropdown-menu__overview a {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2px; }
    @media (max-width: 799px) {
      .dropdown-menu__overview a {
        font-weight: 600; } }

@media (max-width: 799px) {
  .dropdown-menu__overview:hover {
    background-image: linear-gradient(90deg, #0099EE 10px, transparent 10px);
    background-repeat: no-repeat;
    padding-left: 5px;
    background-color: rgba(255, 255, 255, 0.1); } }

@media (max-width: 799px) {
  .dropdown-menu__overview:hover a {
    border: none; } }

@media (max-width: 799px) {
  .dropdown-menu__overview.is-active {
    border-left: 10px solid #0099EE;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 5px; }
    .dropdown-menu__overview.is-active:hover {
      background-color: rgba(255, 255, 255, 0.1); } }

.header--no-banner .dropdown-menu {
  background-color: #003087; }
  @media (max-width: 799px) {
    .header--no-banner .dropdown-menu {
      background-color: transparent; } }

.header--no-banner .dropdown-menu__overview {
  background-color: #0099EE; }
  @media (max-width: 799px) {
    .header--no-banner .dropdown-menu__overview {
      background-color: transparent; } }
  @media (max-width: 799px) {
    .header--no-banner .dropdown-menu__overview.is-active {
      background-color: rgba(255, 255, 255, 0.1); } }

.header--no-banner .dropdown-menu__overview a {
  color: #fff; }
  @media (max-width: 799px) {
    .header--no-banner .dropdown-menu__overview a {
      background-color: transparent;
      font-weight: 700; } }

.header--no-banner .dropdown-menu__overview:hover a {
  border-bottom: 2px solid #fff; }

.header--no-banner .dropdown-menu__overview.is-active a {
  border-bottom: 1px solid #fff; }
  @media (max-width: 799px) {
    .header--no-banner .dropdown-menu__overview.is-active a {
      border: none; } }

.header--no-banner .dropdown-menu__overview.is-active:hover a {
  border-bottom: 2px solid #fff; }
  @media (max-width: 799px) {
    .header--no-banner .dropdown-menu__overview.is-active:hover a {
      border: none; } }

.header--over-banner .dropdown-menu {
  background-color: #fff; }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu {
      background-color: transparent;
      border-bottom: 2px solid #fff;
      padding-bottom: 10px; } }

.header--over-banner .dropdown-menu__overview {
  background-color: #f7f9f9; }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu__overview {
      background-color: transparent; } }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu__overview.is-active {
      background-color: rgba(255, 255, 255, 0.1); } }

.header--over-banner .dropdown-menu__overview a {
  color: #0099EE;
  font-weight: bold; }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu__overview a {
      color: #fff;
      font-weight: 700; } }

.header--over-banner .dropdown-menu__overview:hover a {
  border-bottom: 2px solid #0099EE; }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu__overview:hover a {
      border: none; } }

.header--over-banner .dropdown-menu__overview.is-active a {
  border-bottom: 1px solid #0099EE; }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu__overview.is-active a {
      border: none; } }

.header--over-banner .dropdown-menu__overview.is-active:hover a {
  border-bottom: 2px solid #0099EE; }
  @media (max-width: 799px) {
    .header--over-banner .dropdown-menu__overview.is-active:hover a {
      border: none; } }

.menu-panel {
  list-style: none;
  padding: 20px; }
  @media (max-width: 799px) {
    .menu-panel {
      display: block;
      padding-top: 0;
      width: 100%;
      padding: 0; } }

.menu-panel li {
  padding-bottom: 15px; }
  @media (max-width: 799px) {
    .menu-panel li {
      padding-bottom: 0; } }

.menu-panel__heading {
  display: block;
  padding: 15px 20px;
  margin: -20px -20px 20px; }
  @media (max-width: 799px) {
    .menu-panel__heading {
      transition: all 1s;
      background-color: transparent;
      padding: 10px 0;
      margin: 0; } }

@media (max-width: 799px) {
  .menu-panel__heading.is-active {
    background-image: linear-gradient(90deg, #0099EE 0, transparent 0);
    background-repeat: no-repeat;
    padding-left: 5px;
    background-color: rgba(255, 255, 255, 0.1); }
    .menu-panel__heading.is-active:hover {
      background-color: rgba(255, 255, 255, 0.1); } }

.menu-panel__heading a {
  font-weight: 400;
  padding-bottom: 2px; }
  @media (max-width: 799px) {
    .menu-panel__heading a {
      color: #fff;
      font-weight: normal; }
      .menu-panel__heading a:hover, .menu-panel__heading .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .menu-panel__heading span {
        border: 0; } }

@media (max-width: 799px) {
  .menu-panel__heading.is-active a {
    border-bottom: 0;
    border-left: 0;
    padding-left: 0; } }

.menu-panel__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: unset; }
  @media (max-width: 799px) {
    .menu-panel__link {
      display: block;
      line-height: 1;
      padding: 5px 0 7px 30px;
      background-image: linear-gradient(90deg, #0099EE 0, transparent 0);
      background-repeat: no-repeat;
      transition: all 1s; } }
  @media (max-width: 799px) {
    .menu-panel__link:hover {
      background-image: linear-gradient(90deg, #0099EE 10px, transparent 10px);
      background-repeat: no-repeat;
      padding-left: 20px;
      background-color: rgba(255, 255, 255, 0.1);
      border-bottom: 0; } }

@media (max-width: 799px) {
  .menu-panel__link.is-active {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(90deg, #0099EE 10px, transparent 10px);
    background-repeat: no-repeat;
    padding-left: 20px; } }

@media (max-width: 799px) {
  .menu-panel__link.is-active:hover {
    background-color: rgba(255, 255, 255, 0.1); } }

.header--no-banner .menu-panel__heading {
  background-color: #0099EE;
  color: #fff; }
  @media (max-width: 799px) {
    .header--no-banner .menu-panel__heading {
      background-color: transparent; } }

@media (max-width: 799px) {
  .header--no-banner .menu-panel__heading.is-active {
    background-color: transparent; } }

.header--no-banner .menu-panel__heading a {
  color: #fff; }

.header--no-banner .menu-panel__heading.is-active a {
  border-bottom: 1px solid #fff; }

.header--no-banner .menu-panel__heading.is-active:hover a {
  border-bottom: 2px solid #fff; }

.header--no-banner .menu-panel__heading:hover a {
  border-bottom: 2px solid #fff; }

.header--no-banner .menu-panel__link {
  color: #fff; }

.header--no-banner .menu-panel__link.is-active {
  border-bottom: 1px solid #0099EE; }

.header--no-banner .menu-panel__link.is-active:hover {
  border-bottom: 2px solid #0099EE; }

.header--over-banner .menu-panel__heading {
  background-color: #f7f9f9;
  color: #0099EE; }
  @media (max-width: 799px) {
    .header--over-banner .menu-panel__heading {
      background-color: transparent;
      color: #fff;
      padding-bottom: 10px; } }

@media (max-width: 799px) {
  .header--over-banner .menu-panel__heading.is-active {
    background-color: transparent; } }

.header--over-banner .menu-panel__heading a {
  color: #0099EE;
  font-weight: bold; }
  @media (max-width: 799px) {
    .header--over-banner .menu-panel__heading a {
      font-weight: normal;
      color: #fff; } }

.header--over-banner .menu-panel__link {
  color: #0099EE;
  font-weight: bold; }
  @media (max-width: 799px) {
    .header--over-banner .menu-panel__link {
      color: #fff;
      font-weight: normal; } }

.header--over-banner .menu-panel__link.is-active {
  border-bottom: 1px solid #003087; }

.header--over-banner .menu-panel__link.is-active:hover {
  border-bottom: 2px solid #003087; }
  @media (max-width: 799px) {
    .header--over-banner .menu-panel__link.is-active:hover {
      border-bottom: 1px solid #003087; } }

@media (max-width: 799px) {
  .nav__dropdown .dropdown-menu > div:first-child, .nav__dropdown .dropdown-menu > ul li:first-child {
    padding-left: 24px; }
  .nav__dropdown .dropdown-menu > ul li:not(:first-child) a {
    padding-left: 42px; }
  .nav__dropdown .dropdown-menu > div:nth-child(2) > ul > li:first-child {
    padding-left: 24px; }
  .nav__dropdown .dropdown-menu > div:nth-child(2) > ul > li > a {
    padding-left: 45px; }
  .nav__dropdown .dropdown-menu .menu-panel__link {
    padding-left: 15px; }
  .nav__dropdown .dropdown-menu .mega-menu .menu-panel__heading {
    color: rgba(250, 250, 250, 0.6); } }

.mega-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (max-width: 799px) {
    .mega-menu {
      display: block; } }
  .mega-menu .menu-panel {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .mega-menu .menu-panel__heading {
    background-color: transparent;
    font-family: "Georgia", Times, "Times New Roman", serif !important;
    font-size: 20px;
    font-style: italic;
    padding: 0;
    white-space: nowrap;
    margin: 0 0 20px 0; }
    @media (max-width: 799px) {
      .mega-menu .menu-panel__heading {
        margin-bottom: 0;
        padding: 5px 0;
        padding-left: 5px;
        display: block;
        white-space: normal;
        text-transform: capitalize; } }
  .mega-menu .menu-panel__heading:hover a {
    border: none; }
  @media (max-width: 799px) {
    .mega-menu .menu-panel__heading.is-active a {
      border-bottom: 0; } }

.header--no-banner .mega-menu .menu-panel__heading {
  color: #fff; }

.header--over-banner .mega-menu .menu-panel__heading {
  color: #222; }
  @media (max-width: 799px) {
    .header--over-banner .mega-menu .menu-panel__heading {
      color: #fff; } }

.header--over-banner .mega-menu .menu-panel__heading a {
  color: #444;
  font-weight: normal; }
  @media (max-width: 799px) {
    .header--over-banner .mega-menu .menu-panel__heading a {
      color: #fff; } }

.footer {
  display: block;
  padding-top: 50px;
  color: #fff;
  background: #003087;
  width: 100%; }
  @media (max-width: 1199px) {
    .footer {
      padding: 50px 40px 0; } }

.footer__content {
  max-width: calc(1200px + 20px);
  padding: 0 10px; }
  @media (max-width: 1199px) {
    .footer__content {
      padding: 0; } }

.footer__vertical-section {
  padding: 20px 0; }
  @media (max-width: 1199px) {
    .footer__vertical-section {
      padding: 0 0 40px; } }

.footer__vertical-section:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media (max-width: 1199px) {
    .footer__vertical-section:not(:last-of-type) {
      border-bottom: 0; } }

.footer__horizontal-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 25px 0; }
  @media (max-width: 1199px) {
    .footer__horizontal-section {
      padding: 0; } }
  @media (max-width: 799px) {
    .footer__horizontal-section {
      -ms-flex-direction: column;
          flex-direction: column; } }

.footer__horizontal-section > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .footer__horizontal-section > *:not(:last-child) {
    margin-right: 20px; }
  @media (max-width: 1199px) {
    .footer__horizontal-section > * {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .footer__horizontal-section > *:not(:last-child) {
        margin-right: 0px; } }
  @media (max-width: 799px) {
    .footer__horizontal-section > * {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

.footer .btn--blue:hover {
  background-color: #fff;
  color: #003087; }
  .footer .btn--blue:hover .fa-external-link {
    color: #003087; }

.contact-us {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 799px) {
    .contact-us {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.contact-us__button-wrapper {
  margin-right: 35px; }
  @media (max-width: 799px) {
    .contact-us__button-wrapper {
      margin-right: 0px; } }

.contact-us__button {
  border-width: 0;
  margin-top: 8px;
  min-width: 205px; }

.contact-us__heading {
  color: #fff;
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .5em; }

.contact-us__subheading {
  color: #fff;
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 22px; }

.footer-nav {
  display: inline-block; }
  @media (max-width: 1199px) {
    .footer-nav {
      display: none; } }
  .footer-nav ul {
    list-style: none; }
  .footer-nav li {
    margin-bottom: 20px; }
  .footer-nav li > a {
    font-weight: 400;
    color: #fff; }

@media (max-width: 1199px) {
  .social-links {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 50px; } }

.social-links__heading {
  font-weight: 400;
  color: #fff; }
  @media (max-width: 1199px) {
    .social-links__heading {
      font-weight: 700;
      font-size: 17px; } }

.social-links__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  max-height: 100px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 10px; }
  @media (max-width: 1199px) {
    .social-links__block {
      -ms-flex-direction: row;
          flex-direction: row;
      width: 100%;
      height: auto;
      margin-top: 20px;
      max-height: none; } }

.social-links__icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0; }
  @media (max-width: 1199px) {
    .social-links__icon {
      width: 45px;
      height: 45px;
      margin-right: 10px; }
      .social-links__icon:last-child {
        margin-right: 0; } }
  .social-links__icon a {
    position: relative; }
  .social-links__icon img {
    max-width: 100%;
    max-height: 100%; }
  .social-links__icon a:hover img, .social-links__icon .teaser-block__link:hover .teaser-block__headline span img, .teaser-block__link:hover .teaser-block__headline .social-links__icon span img,
  .social-links__icon a:focus img {
    opacity: 0.6; }
  .social-links__icon .fa-external-link {
    display: none;
    position: absolute;
    right: -7px;
    bottom: 0;
    color: #fff;
    font-size: 13px; }
  .social-links__icon a:hover .fa-external-link, .social-links__icon .teaser-block__link:hover .teaser-block__headline span .fa-external-link, .teaser-block__link:hover .teaser-block__headline .social-links__icon span .fa-external-link,
  .social-links__icon a:focus .fa-external-link {
    display: block; }

@media (max-width: 1199px) {
  .newsletter-signup {
    -ms-flex-order: 2;
        order: 2; } }

.newsletter-signup__heading {
  font-weight: 400;
  color: #fff; }
  @media (max-width: 1199px) {
    .newsletter-signup__heading {
      font-weight: 700;
      font-size: 17px; } }

.newsletter-signup__subheading {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px; }

.newsletter-signup__button-wrapper {
  text-align: left;
  margin-top: 15px; }

.newsletter-signup__button {
  min-width: 205px; }

.legal-links {
  display: block;
  padding-bottom: 20px; }
  .legal-links li {
    padding-right: 30px; }
    @media (max-width: 1199px) {
      .legal-links li {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px; } }
  .legal-links a,
  .legal-links button {
    border-bottom: 2px solid transparent;
    font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    padding: 0;
    text-align: left; }
    @media (max-width: 1199px) {
      .legal-links a,
      .legal-links button {
        font-size: 17px; } }

.copyright {
  display: block;
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  padding-bottom: 20px; }
  @media (max-width: 1199px) {
    .copyright {
      padding-bottom: 0;
      line-height: 20px; } }

.copyright__trademark {
  padding-right: 20px; }
  @media (max-width: 1199px) {
    .copyright__trademark {
      padding-right: 15px; } }

.back-to-top {
  background-color: #0099EE;
  border-radius: 50%;
  height: 50px;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.2s;
  width: 50px;
  z-index: 10; }
  .back-to-top:hover {
    cursor: pointer;
    opacity: 1; }
  .back-to-top.is-hidden {
    display: none; }
  @media (max-width: 799px) {
    .back-to-top {
      height: 30px;
      width: 30px;
      padding: 0; } }

.back-to-top__arrow {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .back-to-top__arrow::before {
    border-style: solid;
    border-width: 7px 7px 0 0;
    color: #fff;
    content: '';
    display: inline-block;
    height: 13px;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
    position: relative;
    top: 50%;
    transform: translateZ(1px) rotate(-45deg);
    vertical-align: top;
    width: 13px; }
    @media (max-width: 799px) {
      .back-to-top__arrow::before {
        border-width: 2px 2px 0 0;
        height: 8px;
        width: 8px;
        margin-left: -5px;
        margin-top: -3px; } }

.region-takeover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #003087;
  background-color: rgba(0, 48, 135, 0.95);
  z-index: 100;
  overflow: visible; }
  .region-takeover.is-hidden {
    display: none; }

.region-takeover__centering-helper {
  width: 100%;
  height: 100vh; }

.region-takeover__container {
  position: relative;
  height: 100%;
  padding: 30px; }
  @media (max-width: 799px) {
    .region-takeover__container {
      padding: 0 20px 20px; } }

.region-takeover__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 10px 5px 5px;
  text-align: right;
  margin-right: 30px; }
  @media (max-width: 799px) {
    .region-takeover__close-button {
      padding: 10px;
      margin-right: 0; } }
  .region-takeover__close-button::after {
    content: "×";
    color: #fff;
    font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
    font-size: 50px;
    line-height: 25px;
    font-weight: normal; }
    @media (max-width: 799px) {
      .region-takeover__close-button::after {
        font-size: 40px; } }
  .region-takeover__close-button:hover::after {
    color: rgba(255, 255, 255, 0.5); }

.region-takeover__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  width: 70%;
  height: 100%; }
  @media (max-width: 799px) {
    .region-takeover__content {
      width: 100%;
      padding-top: 40px; } }

.region-takeover__title {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700; }
  @media (max-width: 799px) {
    .region-takeover__title {
      font-size: 26px;
      line-height: 30px; } }

.region-takeover__subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400; }

.region-takeover__list {
  list-style: none;
  margin-top: 30px;
  width: calc(100% + 20px);
  margin-left: -10px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 799px) {
    .region-takeover__list {
      width: 100%;
      margin-left: 0; } }

.region-takeover__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 799px) {
    .region-takeover__item {
      margin-left: 0;
      margin-right: 0; } }
  .region-takeover__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .region-takeover__item:hover, .region-takeover__item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    width: calc(100% + 20px);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    border-bottom: 0; }
    @media (max-width: 799px) {
      .region-takeover__item:hover, .region-takeover__item:focus {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.region-takeover__link {
  display: block;
  width: calc(100% - 20px);
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.5px; }
  @media (max-width: 799px) {
    .region-takeover__link {
      width: 100%; } }

.region-takeover__item:hover .region-takeover__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.region-takeover__item:first-child:hover .region-takeover__link {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.cookie-warning {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
  border: 4px solid #a5a5a5;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: 1000px;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  z-index: 11; }
  @media (max-width: 1199px) {
    .cookie-warning {
      left: 0;
      margin: 0 115px;
      width: calc(100% - 230px);
      -ms-transform: translateX(0);
          transform: translateX(0); } }
  @media (max-width: 799px) {
    .cookie-warning {
      display: block;
      margin: 0;
      width: 100%;
      overflow-y: auto;
      top: 0; } }
  .cookie-warning.is-hidden {
    display: none; }
  .cookie-warning p {
    color: #fff; }
  .cookie-warning h4 {
    color: #fff;
    font-size: 16px; }

.cookie-warning__form-container {
  display: none; }

.cookie-warning__button {
  white-space: nowrap; }
  .cookie-warning__button:hover {
    background-color: #548a2e; }

.cookie-warning__button-wrapper {
  margin: 10px 0 0; }
  @media (max-width: 799px) {
    .cookie-warning__button-wrapper {
      margin: 20px 40px 0; } }

.cookie-warning__summary {
  width: 100%;
  display: block; }
  .cookie-warning__summary .cookie-warning__table {
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: none; }
    .cookie-warning__summary .cookie-warning__table th {
      background-color: #0099EE;
      padding: 5px; }
    .cookie-warning__summary .cookie-warning__table td {
      background-color: rgba(0, 48, 135, 0.8);
      padding: 5px 10px;
      font-weight: 400; }
  .cookie-warning__summary h2 {
    line-height: 100%;
    margin-bottom: 10px;
    color: #fff; }
  @media (max-width: 799px) {
    .cookie-warning__summary {
      margin-bottom: 20px; } }
  .cookie-warning__summary a {
    border-color: #e6ffff;
    color: #e6ffff;
    display: inline-block;
    font-weight: 400;
    line-height: 1; }
    .cookie-warning__summary a:hover, .cookie-warning__summary .teaser-block__link:hover .teaser-block__headline span, .teaser-block__link:hover .teaser-block__headline .cookie-warning__summary span {
      border-color: #e6ffff;
      color: #e6ffff;
      font-weight: 400; }

.cookie-warning__form {
  display: inline-block; }

.cookie-warning__form__input {
  overflow: hidden;
  margin-bottom: 5px; }
  .cookie-warning__form__input:last-of-type {
    margin-bottom: 0; }
  .cookie-warning__form__input label {
    float: right;
    width: calc(100% - 25px);
    color: #fff;
    text-transform: inherit;
    font-weight: 400;
    font-size: 13px; }
    .cookie-warning__form__input label span {
      font-weight: 600; }
  .cookie-warning__form__input input.cookie-warning__checkbox, .cookie-warning__form__input .select-list select.cookie-warning__checkbox, .select-list .cookie-warning__form__input select.cookie-warning__checkbox,
  .cookie-warning__form__input .data-list select.cookie-warning__checkbox, .data-list .cookie-warning__form__input select.cookie-warning__checkbox {
    height: 20px;
    width: 20px;
    min-width: 20px;
    display: inline;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2; }
  .cookie-warning__form__input .cookie-warning__checkbox--fake {
    height: 20px;
    width: 20px;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    position: relative;
    z-index: 1;
    border-radius: 2px;
    border: #969494 solid 1px; }
    .cookie-warning__form__input .cookie-warning__checkbox--fake:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 9px;
      border: solid #424242;
      border-width: 0 3px 3px 0;
      -ms-transform: rotate(40deg);
      transform: rotate(40deg); }

input.cookie-warning__checkbox:checked ~ .cookie-warning__checkbox--fake:after, .select-list select.cookie-warning__checkbox:checked ~ .cookie-warning__checkbox--fake:after, .data-list select.cookie-warning__checkbox:checked ~ .cookie-warning__checkbox--fake:after {
  display: block; }

input.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake, .select-list select.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake, .data-list select.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake {
  background: linear-gradient(to bottom, #e2e2e2 0%, #9b9b9b 50%, #9b9b9b 52%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  input.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake:after, .select-list select.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake:after, .data-list select.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake:after {
    opacity: .7; }

.js-cookie-warning__table-button:focus {
  outline: none;
  border: #0068a2 solid 2px;
  border-bottom: 0; }

.js-cookie__display-tabs {
  background-color: rgba(0, 48, 135, 0.8);
  margin-bottom: 15px; }
  .js-cookie__display-tabs.is-hidden {
    display: none; }

.cookie-tabs li {
  list-style-type: none;
  display: inline-block; }

.cookie-tabs .cookie__tab {
  background-color: rgba(0, 48, 135, 0.8); }
  .cookie-tabs .cookie__tab.is-active, .cookie-tabs .cookie__tab:hover {
    background-color: #0099EE; }

.cookie-warning__close {
  position: absolute;
  top: 10px;
  right: 20px; }
  .cookie-warning__close button {
    color: #fff; }

.js-cookie-tab-content {
  display: none; }
  .js-cookie-tab-content.is-visible {
    display: block;
    border: #0099EE 1px solid;
    padding: 20px 10px;
    background-color: #0068a2; }

.js-cookie-warning__button--select-all,
.js-cookie-warning__button--submit {
  display: none; }

.search-takeover {
  -ms-flex-align: center;
      align-items: center;
  background-color: #003087;
  background-color: rgba(0, 48, 135, 0.95);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .search-takeover.is-hidden {
    display: none; }

.search-takeover__form {
  padding: 140px 40px;
  position: relative; }

.search-takeover__header {
  color: #fff;
  display: block;
  font-size: 41px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 38px;
  text-transform: none; }

.search-takeover__searchbox {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: #fff;
  padding-right: 41px;
  line-height: 1.4;
  width: 670px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .search-takeover__searchbox:focus {
    border: 1px dotted #fff; }
  .search-takeover__searchbox:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }
  .search-takeover__searchbox::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    opacity: 1; }

.search-takeover__search-button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  position: relative;
  left: -45px;
  top: 3px;
  width: 41px; }
  .search-takeover__search-button:focus {
    border: 1px dotted #fff; }

.search-takeover__close-button {
  border-bottom: none;
  color: #fff;
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px; }
  .search-takeover__close-button:before {
    content: '×';
    display: block;
    font-size: 40px;
    font-weight: 100;
    height: 40px;
    width: 40px; }
  .search-takeover__close-button:hover {
    border-bottom: none; }
  .search-takeover__close-button:focus {
    border: 1px dotted #fff; }

.search-mobile__form {
  position: relative; }
  .search-mobile__form label {
    margin: 0;
    padding: 0; }
  .search-mobile__form label span {
    position: absolute;
    left: -99999999999px; }

.search-mobile__form-wrapper {
  border-bottom: 2px solid #fff;
  padding: 10px 0 20px 0; }

.search-mobile__searchbox {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: #fff;
  padding-right: 41px;
  min-width: 0;
  width: 100%; }
  .search-mobile__searchbox:focus {
    border: 1px dotted #fff; }
  .search-mobile__searchbox:-ms-input-placeholder {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1; }
  .search-mobile__searchbox::placeholder {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1; }

.search-mobile__search-button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 41px; }
  .search-mobile__search-button .fa {
    color: #fff; }
  .search-mobile__search-button:focus {
    border: 1px dotted #fff; }

.at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] {
  right: 20px;
  bottom: 80px;
  box-shadow: none; }
  @media (max-width: 799px) {
    .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] {
      bottom: 50px; } }
  .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-button-toggle-bg {
    height: 50px;
    width: 50px;
    opacity: .5;
    transition: opacity .2s; }
    .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-button-toggle-bg:hover {
      opacity: 1; }
    @media (max-width: 799px) {
      .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-button-toggle-bg {
        height: 30px;
        width: 30px; } }
    .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-button-toggle-bg span {
      height: 100%;
      width: 100%; }
      @media (max-width: 799px) {
        .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-button-toggle-bg span {
          background-size: 20px; } }
  .at-expanding-share-button.at-expanding-share-button[data-position="bottom-right"] a {
    display: inline-block;
    border: 0; }

@media (max-width: 799px) {
  .at-expanding-share-button-mobile.at-expanding-share-button .at-icon-wrapper {
    height: 30px;
    width: 30px; } }

.at-expanding-share-button-mobile.at-expanding-share-button .at-icon-wrapper .at-icon {
  height: 25px;
  width: 25px; }

.at-expanding-share-button-toggle .at-expanding-share-button-toggle-btn {
  overflow: visible !important; }

.addthis-new-window-warning {
  position: relative; }
  .addthis-new-window-warning .fa-external-link {
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    color: #fff;
    font-size: 13px;
    width: 15px;
    height: 15px;
    z-index: 1;
    opacity: 0;
    transition: all 1s; }
  .addthis-new-window-warning .fa-external-link::before {
    position: absolute;
    z-index: 2; }
  .addthis-new-window-warning .fa-external-link::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -2px;
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #0099EE;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    z-index: 1; }

.addthis-new-window-warning:hover,
.addthis-new-window-warning:focus,
.at-expanding-share-button-toggle-btn:hover,
.at-expanding-share-button-toggle-btn:focus {
  opacity: 1.0; }
  .addthis-new-window-warning:hover .fa-external-link,
  .addthis-new-window-warning:focus .fa-external-link,
  .at-expanding-share-button-toggle-btn:hover .fa-external-link,
  .at-expanding-share-button-toggle-btn:focus .fa-external-link {
    opacity: 1.0; }

.at-expanding-share-button-mobile-container .addthis-new-window-warning .fa-external-link {
  display: none; }

.contrast-toggle {
  padding: 3px; }
  @media (max-width: 799px) {
    .contrast-toggle {
      padding: 10px 0; } }
  .contrast-toggle .fa {
    transition: all 1s;
    padding-left: 0; }
    @media (max-width: 799px) {
      .contrast-toggle .fa {
        color: #fff;
        width: 12px; } }
  .contrast-toggle--on .fa {
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    -ms-transform-origin: center;
        transform-origin: center; }

.header--over-banner .contrast-toggle--on .fa {
  color: #fff; }

.header--without-banner .contrast-toggle--on .fa {
  color: #78c143; }

/** Banner Components **/
.banner__outer-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff; }

.banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden; }

.banner--short {
  height: 500px; }
  @media (max-width: 799px) {
    .banner--short {
      height: 300px; } }

.banner--tall {
  min-height: 600px;
  height: 80vh;
  max-height: 900px; }
  @media (max-width: 1199px) {
    .banner--tall {
      min-height: 500px; } }

.banner::before {
  background-image: linear-gradient(to top, transparent 0%, rgba(0, 48, 135, 0.8) 100%);
  width: 100%;
  height: 100px;
  z-index: 1;
  position: absolute;
  content: ""; }

.banner__media {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: default; }

.banner--has-video .banner__image-wrapper {
  display: none; }
  @media (max-width: 799px) {
    .banner--has-video .banner__image-wrapper {
      display: block; } }

.banner__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.banner__overlay {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.15); }
  .quote-banner .banner__overlay {
    display: none; }

@media (max-width: 799px) {
  .banner__vid-wrapper {
    display: none; } }

.banner__vid {
  width: 100%;
  height: 100%; }
  .banner__vid .vjs-control-bar {
    display: none; }

.banner video,
.banner object {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.banner__content {
  text-shadow: -2px 2px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  z-index: 1;
  /* fade in on load: */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (max-width: 1200px + 50px) {
    .banner__content {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (max-width: 799px) {
    .banner__content {
      padding: 20px 20px 0;
      margin-top: 75px; } }

.banner--has-small-notch .banner__content {
  padding-bottom: calc(50px + 40px + 20px); }
  @media (max-width: 1199px) {
    .banner--has-small-notch .banner__content {
      padding-bottom: 0; } }

.banner--has-large-notch .banner__content {
  padding-bottom: calc(85px + 40px); }
  @media (max-width: 1199px) {
    .banner--has-large-notch .banner__content {
      padding-bottom: 0; } }

.banner__large-notch {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  height: auto;
  min-height: 125px;
  margin-top: -125px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  /* Experience Editor */ }
  @media (min-width: 1200px) {
    .banner__large-notch {
      padding: 40px; }
      .banner__large-notch > * {
        padding-left: 0;
        padding-right: 0; }
      .banner__large-notch > .section:first-of-type,
      .banner__large-notch > .section:first-of-type .section-title,
      .banner__large-notch > .split-container:first-of-type .split-container__inner > *:first-of-type {
        padding-top: 0; } }
  @media (max-width: 1199px) {
    .banner__large-notch {
      z-index: 0;
      margin-top: 0; } }
  .banner__large-notch .scEmptyPlaceholder {
    min-height: 125px; }

.banner__copyright-container {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 100%;
  padding-bottom: 10px; }

.banner__copyright {
  background-color: rgba(0, 0, 0, 0.6);
  color: #d9d9d9;
  font-size: 11px;
  padding: 5px; }
  .banner__copyright--large-img {
    display: inline-block; }
    @media (max-width: 1199px) {
      .banner__copyright--large-img {
        display: none; } }
    .banner--has-video .banner__copyright--large-img {
      display: none; }
  .banner__copyright--medium-img {
    display: none; }
    @media (max-width: 1199px) {
      .banner__copyright--medium-img {
        display: inline-block; } }
    @media (max-width: 799px) {
      .banner__copyright--medium-img {
        display: none; } }
  .banner__copyright--small-img {
    display: none; }
    @media (max-width: 799px) {
      .banner__copyright--small-img {
        display: inline-block; } }

.hero-banner__content {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.hero-banner__copyright-container {
  width: 50%; }
  .banner--has-small-notch .hero-banner__copyright-container {
    position: absolute;
    bottom: 0; }
  @media (max-width: 1199px) {
    .hero-banner__copyright-container {
      width: 75%; }
      .banner--has-small-notch .hero-banner__copyright-container {
        position: static; } }
  @media (max-width: 799px) {
    .hero-banner__copyright-container {
      width: 100%; } }

.hero-banner__headline {
  width: 50%;
  font-size: 43px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  padding-bottom: 20px; }
  .banner--has-small-notch .hero-banner__headline {
    padding-bottom: 0; }
  @media (max-width: 1199px) {
    .hero-banner__headline {
      width: 75%;
      padding-bottom: 40px; }
      .banner--has-small-notch .hero-banner__headline {
        padding-bottom: 40px; } }
  @media (max-width: 799px) {
    .hero-banner__headline {
      width: 100%;
      font-size: 24px;
      line-height: 32px; } }

.hero-banner__outer-wrapper.banner--has-small-notch ~ .split-container:nth-of-type(2) {
  z-index: 1; }
  @media (max-width: 1199px) {
    .hero-banner__outer-wrapper.banner--has-small-notch ~ .split-container:nth-of-type(2) {
      z-index: auto; } }
  .hero-banner__outer-wrapper.banner--has-small-notch ~ .split-container:nth-of-type(2) .split-container__inner--30 {
    margin-top: -90px;
    background-color: #fff;
    min-height: 90px; }
    @media (max-width: 1199px) {
      .hero-banner__outer-wrapper.banner--has-small-notch ~ .split-container:nth-of-type(2) .split-container__inner--30 {
        margin-top: 0; } }

.quote-banner__content {
  -ms-flex-pack: center;
      justify-content: center; }
  .quote-banner__content .quote-banner__wrapper {
    -ms-flex-line-pack: end;
        align-content: flex-end;
    padding-bottom: 50px; }

.quote-banner__wrapper {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 800px;
  width: 100%; }
  @media (max-width: 799px) {
    .quote-banner__wrapper {
      -ms-flex-pack: center;
          justify-content: center; } }

.quote-banner__quote {
  max-width: 100%;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  color: #fff;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center; }
  @media (max-width: 799px) {
    .quote-banner__quote {
      font-size: 24px;
      line-height: 32px; } }

.quote-banner__author {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  max-width: 800px;
  margin-top: 35px;
  color: #d9d9d9;
  text-align: center;
  padding: 20px; }
  @media (max-width: 799px) {
    .quote-banner__author {
      margin-top: 0;
      line-height: 16px; } }

.cta-banner__content {
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 799px) {
    .cta-banner__content {
      padding-top: 0; } }

.cta-banner__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 65%;
  padding-bottom: 40px; }
  @media (max-width: 1199px) {
    .cta-banner__wrapper {
      max-width: 80%;
      padding-bottom: 0; } }
  @media (max-width: 799px) {
    .cta-banner__wrapper {
      max-width: 100%; } }
  .cta-banner__wrapper * {
    max-width: 100%; }

.cta-banner__headline {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #fff; }
  @media (max-width: 1199px) {
    .cta-banner__headline {
      font-size: 60px;
      line-height: 60px; } }
  @media (max-width: 799px) {
    .cta-banner__headline {
      font-size: 35px;
      line-height: 40px; } }

.cta-banner__summary {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .cta-banner__summary {
      margin-top: 15px;
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 799px) {
    .cta-banner__summary {
      margin-top: 10px;
      font-size: 16px;
      line-height: 20px; } }

.cta-banner__button {
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .cta-banner__button {
      margin-top: 15px; } }
  @media (max-width: 799px) {
    .cta-banner__button {
      width: auto;
      margin-bottom: 0; } }

/** Container Components **/
/*  contains styles for 50-50, 30-70 and 70-30 containers */
/*  at medium breakpoint, the container on the right will 
    stack beneath the one on the left */
main > .container {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    main > .container {
      margin-bottom: 0; } }

.split-container {
  position: relative;
  background-color: #fff; }
  @media (max-width: 1199px) {
    .split-container {
      padding-right: 0;
      padding-left: 0; } }

.split-container__inner {
  display: inline-block; }

.split-container__inner--70 {
  width: calc(70% - 20px); }

.split-container__inner--50 {
  width: calc(50% - 20px); }

.split-container__inner--30 {
  width: calc(30% - 20px); }

.split-container__inner:first-of-type {
  float: left;
  margin-right: 20px; }
  @media (max-width: 1199px) {
    .split-container__inner:first-of-type {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; } }

.split-container__inner:last-of-type {
  margin-left: 20px; }
  @media (max-width: 1199px) {
    .split-container__inner:last-of-type {
      width: 100%;
      margin-left: 0; } }

.split-container__inner--30 .heading--section-title::after {
  content: none; }

.rail-container__title {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 20px;
  font-style: italic;
  line-height: 22px;
  background: #fff;
  padding: 20px 40px 10px; }

.rail-container__content.has-alt-background {
  padding: 20px;
  background-color: #f7f9f9;
  /* if side rail container has alt background,
    and components inside also have alt background,
    those components will have a white background
    (aka alternate to container background)
    */ }
  .rail-container__content.has-alt-background .rte-section.has-alt-background,
  .rail-container__content.has-alt-background .quote-promo.has-alt-background,
  .rail-container__content.has-alt-background .area-of-focus-section.has-alt-background,
  .rail-container__content.has-alt-background .event-promo.has-alt-background {
    background-color: #fff; }

.rail-container__content.has-alt-background > .section {
  padding: 20px;
  /* the rest of the padding comes from the rail container */ }

.rail-container__content.has-alt-background > .section.has-background {
  padding: 0;
  /* padding comes from component */ }

/** People River **/
/* Experience Editor */
.experience-editor .people-river {
  min-height: 300px; }

.experience-editor .people-river__slide {
  margin-bottom: 20px;
  background-color: #444;
  border: 10px solid #0099EE; }

@media (max-width: 799px) {
  .people-river .slick-track {
    display: -ms-flexbox;
    display: flex;
    min-height: 500px; } }

.people-river__slide {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: calc(1200px / 2); }

.people-river__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.people-river__pane--images {
  display: -ms-flexbox;
  display: flex; }
  .people-river__pane--images .people-river__slide-content {
    display: none; }

.people-river__pane--content {
  display: -ms-flexbox;
  display: flex; }
  .people-river__pane--content .people-river__image {
    display: none; }

@media (max-width: 1199px) {
  .people-river__column--skinny .people-river__element-wrapper--4x3 {
    height: 100%; } }

@media (max-width: 799px) {
  .people-river__column--skinny .people-river__element-wrapper--4x3 {
    height: auto; } }

/* Slick Slider */
.people-river.slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px; }
  .people-river.slick-initialized .slick-slide.slick-current {
    z-index: 10; }

.people-river:not(.is-slider) .people-river__slide:nth-child(n+2) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  /* simpler alternative ??:
        position: absolute;
        left: -999em;
    */ }

/* Experience Editor */
.experience-editor .people-river__element-wrapper {
  border: 2px solid yellow; }
  .experience-editor .people-river__element-wrapper .scEmptyPlaceholder {
    height: 100%; }

.people-river__column {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .people-river__column {
      width: 80vw;
      margin: 0 auto; } }
  .people-river__column--skinny {
    -ms-flex: 1;
        flex: 1; }
    @media (max-width: 1199px) {
      .people-river__column--skinny {
        -ms-flex: 1;
            flex: 1; } }
  .people-river__column--wide {
    -ms-flex: 2;
        flex: 2; }
    @media (max-width: 1199px) {
      .people-river__column--wide {
        -ms-flex: 1;
            flex: 1; } }
  .people-river__column--full {
    -ms-flex: 1;
        flex: 1; }
    @media (max-width: 1199px) {
      .people-river__column--full {
        -ms-flex: 1;
            flex: 1; } }

.people-river__row {
  position: relative;
  width: 100%;
  height: 50%; }
  @media (max-width: 799px) {
    .people-river__row {
      height: auto; } }

.people-river__element-wrapper {
  position: relative;
  width: 100%; }
  .people-river__element-wrapper--2x1 {
    position: relative; }
    .people-river__element-wrapper--2x1::before {
      display: block;
      width: 100%;
      padding-top: 50%;
      content: ""; }
    .people-river__element-wrapper--2x1 > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .people-river__element-wrapper--2x3 {
    position: relative; }
    .people-river__element-wrapper--2x3::before {
      display: block;
      width: 100%;
      padding-top: 150%;
      content: ""; }
    .people-river__element-wrapper--2x3 > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .people-river__element-wrapper--4x3 {
    position: relative; }
    .people-river__element-wrapper--4x3::before {
      display: block;
      width: 100%;
      padding-top: 75%;
      content: ""; }
    .people-river__element-wrapper--4x3 > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media (max-width: 1199px) {
    .people-river__element-wrapper--2x1 {
      position: relative; }
      .people-river__element-wrapper--2x1::before {
        display: block;
        width: 100%;
        padding-top: 100%;
        content: ""; }
      .people-river__element-wrapper--2x1 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .people-river__column--wide .people-river__element-wrapper--4x3 {
      position: relative; }
      .people-river__column--wide .people-river__element-wrapper--4x3::before {
        display: block;
        width: 100%;
        padding-top: 150%;
        content: ""; }
      .people-river__column--wide .people-river__element-wrapper--4x3 > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
  .people-river__element-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/** Experience Editor **/
.experience-editor .slide-layout--orientation-left .people-river__color-bar--edge {
  right: calc(100px / -2); }

.experience-editor .slide-layout--orientation-left .people-river__color-bar--center.people-river__color-bar--skinny {
  left: calc( 800px - (100px / 2)); }

.experience-editor .slide-layout--orientation-left .people-river__color-bar--center.people-river__color-bar--wide {
  left: calc( 800px - (300px / 2)); }

.experience-editor .slide-layout--orientation-right .people-river__color-bar--edge {
  left: calc(100px / -2); }

.experience-editor .slide-layout--orientation-right .people-river__color-bar--center.people-river__color-bar--skinny {
  left: calc( 400px - (100px / 2)); }

.experience-editor .slide-layout--orientation-right .people-river__color-bar--center.people-river__color-bar--wide {
  left: calc( 400px - (300px / 2)); }

.people-river__color-bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.people-river__color-bar {
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: all 2s; }

.is-in-view .people-river__color-bar {
  opacity: 1.0; }

/** Size variations **/
.people-river__color-bar--skinny {
  width: 100px; }

.people-river__color-bar--wide {
  width: 300px; }

/** Position variations **/
.slide-layout--orientation-left .people-river__color-bar--edge {
  right: calc(calc(100px / -2) + 15%); }
  .slide-layout--orientation-left .people-river__color-bar--edge.final-position {
    right: calc(100px / -2); }

.slide-layout--orientation-left .people-river__color-bar--center.people-river__color-bar--skinny {
  left: calc(calc( 800px - (100px / 2)) - 15%); }
  .slide-layout--orientation-left .people-river__color-bar--center.people-river__color-bar--skinny.final-position {
    left: calc( 800px - (100px / 2)); }

.slide-layout--orientation-left .people-river__color-bar--center.people-river__color-bar--wide {
  left: calc(calc( 800px - (300px / 2)) - 10%); }
  .slide-layout--orientation-left .people-river__color-bar--center.people-river__color-bar--wide.final-position {
    left: calc( 800px - (300px / 2)); }

.slide-layout--orientation-right .people-river__color-bar--edge {
  left: calc(calc(100px / -2) + 15%); }
  .slide-layout--orientation-right .people-river__color-bar--edge.final-position {
    left: calc(100px / -2); }

.slide-layout--orientation-right .people-river__color-bar--center.people-river__color-bar--skinny {
  left: calc(calc( 400px - (100px / 2)) + 15%); }
  .slide-layout--orientation-right .people-river__color-bar--center.people-river__color-bar--skinny.final-position {
    left: calc( 400px - (100px / 2)); }

.slide-layout--orientation-right .people-river__color-bar--center.people-river__color-bar--wide {
  left: calc(calc( 400px - (300px / 2)) + 10%); }
  .slide-layout--orientation-right .people-river__color-bar--center.people-river__color-bar--wide.final-position {
    left: calc( 400px - (300px / 2)); }

/** Color options **/
.people-river__color-bar--theme-maroon {
  background-color: rgba(153, 51, 102, 0.8); }

.people-river__color-bar--theme-orange {
  background-color: rgba(204, 153, 0, 0.8); }

.people-river__color-bar--theme-green {
  background-color: rgba(120, 193, 67, 0.8); }

.people-river__color-bar--theme-teal {
  background-color: rgba(0, 153, 153, 0.8); }

.people-river__color-bar--theme-light-blue {
  background-color: rgba(0, 153, 238, 0.8); }

.people-river__color-bar--theme-blue {
  background-color: rgba(0, 48, 135, 0.8); }

.people-river__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }

.people-river__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

.people-river__pane--images .people-river__image--large, .people-river__pane--images .people-river__image--only-image {
  display: block; }

.people-river__pane--images .people-river__image--small {
  display: none; }

@media (max-width: 1199px) {
  .people-river__pane--images .people-river__image--large {
    display: none; }
  .people-river__pane--images .people-river__image--small, .people-river__pane--images .people-river__image--only-image {
    display: block; } }

.slider-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%; }

.slider-caption__content {
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 1199px) {
    .slider-caption__content > * {
      z-index: 10;
      position: relative; } }
  @media (max-width: 799px) {
    .slider-caption__content {
      padding: 5px 10px; } }

.slider-caption__heading,
.slider-caption__subheading {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold; }
  @media (max-width: 799px) {
    .slider-caption__heading,
    .slider-caption__subheading {
      font-size: 14px;
      line-height: 16px; } }

.slider-caption__subheading {
  margin-top: 5px; }

.slider-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px;
  position: relative;
  width: 100%; }
  @media (max-width: 1199px) {
    .slider-cta {
      padding: 20px; } }
  @media (max-width: 799px) {
    .slider-cta {
      padding: 10px; } }

.slider-cta__heading,
.slider-cta__subheading {
  text-shadow: -2px 2px 20px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #fff; }

.slider-cta__heading {
  font-size: 28px;
  line-height: 32px;
  max-width: 100%; }
  @media (max-width: 1199px) {
    .slider-cta__heading {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 799px) {
    .slider-cta__heading {
      font-size: 18px;
      line-height: 20px; } }

.slider-cta__subheading {
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  width: 100%; }
  @media (max-width: 799px) {
    .slider-cta__subheading {
      font-size: 16px;
      line-height: 18px; } }

.slider-cta__button {
  border: 0;
  box-shadow: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
  max-width: 100%;
  width: auto; }
  @media (max-width: 1199px) {
    .slider-cta__button {
      min-height: 0;
      margin-top: 15px;
      margin-bottom: 0;
      padding: 10px 20px;
      font-size: 12px;
      line-height: 14px;
      text-align: center; } }
  @media (max-width: 799px) {
    .slider-cta__button {
      margin-top: 10px;
      padding: 5px 10px; } }

/** Layout Variations **/
.people-river__column--wide .slider-cta,
.people-river__column--full .slider-cta {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 65%; }
  @media (max-width: 1199px) {
    .people-river__column--wide .slider-cta,
    .people-river__column--full .slider-cta {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
      max-width: 100%;
      padding-bottom: 50px;
      z-index: 1; }
      .people-river__column--wide .slider-cta:before,
      .people-river__column--full .slider-cta:before {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: background 2s;
        width: 100%;
        z-index: -1; } }

.people-river__column--wide .slider-cta__heading,
.people-river__column--wide .slider-cta__subheading,
.people-river__column--wide .slider-cta__button,
.people-river__column--full .slider-cta__heading,
.people-river__column--full .slider-cta__subheading,
.people-river__column--full .slider-cta__button {
  text-align: left; }
  @media (max-width: 1199px) {
    .people-river__column--wide .slider-cta__heading,
    .people-river__column--wide .slider-cta__subheading,
    .people-river__column--wide .slider-cta__button,
    .people-river__column--full .slider-cta__heading,
    .people-river__column--full .slider-cta__subheading,
    .people-river__column--full .slider-cta__button {
      text-align: center; } }

.people-river__column--skinny .slider-cta {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  z-index: 1; }
  @media (max-width: 1199px) {
    .people-river__column--skinny .slider-cta {
      padding-bottom: 50px;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  .people-river__column--skinny .slider-cta:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 2s;
    width: 100%;
    z-index: -1; }

.people-river__column--skinny .slider-cta__heading,
.people-river__column--skinny .slider-cta__subheading,
.people-river__column--skinny .slider-cta__button {
  text-align: center; }

/** Color Themes **/
.slider-cta--theme-maroon::before {
  background-color: rgba(153, 51, 102, 0.5); }

.slider-cta--theme-maroon:hover::before {
  background-color: rgba(153, 51, 102, 0.8); }

.slider-cta--theme-orange::before {
  background-color: rgba(204, 153, 0, 0.5); }

.slider-cta--theme-orange:hover::before {
  background-color: rgba(204, 153, 0, 0.8); }

.slider-cta--theme-green::before {
  background-color: rgba(120, 193, 67, 0.5); }

.slider-cta--theme-green:hover::before {
  background-color: rgba(120, 193, 67, 0.8); }

.slider-cta--theme-teal::before {
  background-color: rgba(0, 153, 153, 0.5); }

.slider-cta--theme-teal:hover::before {
  background-color: rgba(0, 153, 153, 0.8); }

.slider-cta--theme-light-blue::before {
  background-color: rgba(0, 153, 238, 0.5); }

.slider-cta--theme-light-blue:hover::before {
  background-color: rgba(0, 153, 238, 0.8); }

.slider-cta--theme-blue::before {
  background-color: rgba(0, 48, 135, 0.5); }

.slider-cta--theme-blue:hover::before {
  background-color: rgba(0, 48, 135, 0.8); }

/* Experience Editor */
.slider-quote .scWebEditInput {
  position: relative;
  z-index: 10; }

.slider-quote {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%; }
  @media (max-width: 1199px) {
    .slider-quote {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-bottom: 50px; } }
  @media (max-width: 799px) {
    .slider-quote {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-bottom: 20px; } }

.slider-quote__content {
  position: relative;
  width: 65%;
  padding: 75px 60px 20px;
  color: #fff; }
  @media (max-width: 1199px) {
    .slider-quote__content {
      z-index: 10;
      left: -17px;
      padding: 25px 20px 10px; } }
  @media (max-width: 799px) {
    .slider-quote__content {
      left: 0;
      width: 100%;
      padding: 25px 10px 10px; } }

.slider-quote__quote {
  text-shadow: -2px 2px 20px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  position: relative; }
  @media (max-width: 799px) {
    .slider-quote__quote {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px; } }
  .slider-quote__quote:before, .slider-quote__quote:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background: url("/assets/build/img/quote.svg") no-repeat center center;
    background-size: 150px;
    opacity: 0.35;
    z-index: 0; }
    @media (max-width: 799px) {
      .slider-quote__quote:before, .slider-quote__quote:after {
        background-size: 75px;
        height: 75px;
        width: 75px; } }
  .slider-quote__quote:before {
    line-height: 150px;
    top: calc(150px / -2);
    left: -50px; }
    @media (max-width: 799px) {
      .slider-quote__quote:before {
        top: calc(110px / -2);
        left: 0px; } }
  .slider-quote__quote:after {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    line-height: 0;
    right: 15px;
    top: 10px; }
    @media (max-width: 799px) {
      .slider-quote__quote:after {
        right: 0;
        top: auto; } }

.slider-quote__name,
.slider-quote__title {
  text-shadow: -2px 2px 20px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 28px;
  line-height: 30px; }
  @media (max-width: 799px) {
    .slider-quote__name,
    .slider-quote__title {
      font-size: 18px;
      line-height: 20px; } }

.slider-quote__title {
  margin-top: 5px; }
  @media (max-width: 799px) {
    .slider-quote__title {
      margin-top: 0; } }

/* Search Components */
.search .search-box {
  margin-bottom: rem(60);
  max-width: 40%; }

.search-full-width {
  background-color: #f4f5f6;
  margin-bottom: 40px; }

.search-facets {
  max-width: 1280px;
  padding: 50px 40px; }
  @media (max-width: 799px) {
    .search-facets {
      padding: calc(40px / 2); } }

.search-facets__group {
  display: inline-block;
  margin-right: 6%;
  margin-top: 30px;
  position: relative;
  width: 29.33%;
  vertical-align: top; }
  .search-facets__group:nth-child(3n) {
    margin-right: 0; }
  .search-facets__group:nth-child(1), .search-facets__group:nth-child(2), .search-facets__group:nth-child(3) {
    margin-top: 0; }
  .search-facets__group .search-facets__group {
    margin-right: 0;
    width: 100%; }
  @media (max-width: 1199px) {
    .search-facets__group {
      width: 31.33%;
      margin-right: 3%; } }
  @media (max-width: 799px) {
    .search-facets__group {
      margin-right: 5%;
      width: 47.5%; }
      .search-facets__group:nth-child(3n) {
        margin-right: 5%; }
      .search-facets__group:nth-child(2n) {
        margin-right: 0; }
      .search-facets__group:nth-child(3) {
        margin-top: 30px; } }
  @media (max-width: 550px) {
    .search-facets__group {
      margin-top: 20px;
      margin-right: 0;
      width: 100%; }
      .search-facets__group:nth-child(2), .search-facets__group:nth-child(3) {
        margin-top: 20px; } }

.search-facets__toggle {
  display: none; }

.search-facets__group-values .search-facets__group-values {
  list-style: none; }

.search-facets__group-value {
  list-style: none; }

.search-facets__title {
  color: #231f20;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 3px;
  text-transform: none; }
  .search-facets__title:hover {
    cursor: pointer;
    background-color: #f4f5f6; }

.search-facet__selected {
  background-color: #f4f5f6; }

.search-facets__group-title {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .search-facets__group-wrapper .search-facets__group-title {
    font-size: 16px;
    color: #231f20;
    text-transform: none;
    margin-bottom: 0;
    padding: 30px 0 3px 10px; }

.search-facets__group-wrapper {
  display: none;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  padding-bottom: 20px;
  padding-top: 20px; }
  .search-facets__group-wrapper .search-facets__group-wrapper {
    box-shadow: none;
    border: none;
    padding: 0; }
  .search-facets__group-wrapper .highlighted {
    border-bottom: 1px solid #78c143; }
  .search-facets__group-wrapper.search-facets__dropdown-active,
  .search-facets__dropdown-active .search-facets__group-wrapper {
    display: block; }
  .search-facets__group-wrapper.search-facets__dropdown-active {
    position: absolute;
    width: 100%;
    z-index: 10;
    max-height: 350px;
    overflow-y: auto; }

.search-facets__input-wrapper {
  display: -ms-flexbox;
  display: flex; }

.search-facets__text-field {
  border-color: #e3e3e3;
  border-right: none;
  height: 40px;
  min-width: 0;
  width: calc(100% - 40px); }

.search-facets__no-results {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.08);
  color: #999999;
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
  padding: 15px 10px;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .search-facets__no-results:hover {
    cursor: default; }

.is-level-0 > .search-facets__group-value > .search-facets__title {
  padding-left: 20px; }

.is-level-1 > .search-facets__group-value > .search-facets__title {
  padding-left: 40px; }

.is-level-2 > .search-facets__group-value > .search-facets__title {
  padding-left: 60px; }

.search-facets__dropdown-toggle {
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  vertical-align: bottom;
  width: 40px; }
  .search-facets__dropdown-toggle:hover {
    cursor: pointer; }
  .search-facets__dropdown-toggle:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #6cb03a; }

.search-container {
  margin-bottom: 40px; }

.search-box {
  width: 70%; }
  @media (max-width: 799px) {
    .search-box {
      width: 100%; } }

.search-box__input-container {
  position: relative; }

.search-box__input {
  font-size: 18px;
  line-height: 26px;
  height: 50px;
  width: 100%;
  border: 3px solid #e3e3e3; }
  @media (max-width: 799px) {
    .search-box__input {
      min-width: 0; } }

.search-box__button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .search-box__button .icon {
    height: 24px;
    width: 24px; }

.search-results__sort-bar {
  margin-bottom: 20px; }

.search-results__sort-options {
  display: inline-block; }

.search-results__sorter {
  border-right: 1px solid #222;
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  padding-right: 15px; }
  .search-results__sorter:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }

.search-results__load-more {
  text-align: center; }
  .search-results__load-more .btn {
    border: none; }

.search-results__status-sort {
  border-bottom: 4px solid #e3e3e3;
  margin-bottom: 50px; }

.search-results__sort-label {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.3; }
  .search-results__sort-label:hover {
    cursor: pointer; }
  .is-active .search-results__sort-label {
    border-bottom: 1px solid #61ae25;
    font-weight: 700; }

.search-results__sort-by {
  color: #999999;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle; }

.search-results__sort-dir {
  display: inline-block;
  position: relative;
  top: 6px;
  vertical-align: middle; }
  .search-results__sort-dir button,
  .search-results__sort-dir svg {
    width: 24px;
    height: 24px; }
  .search-results__sort-dir button {
    color: #e3e3e3;
    display: block;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: -16px; }
    .search-results__sort-dir button.is-selected {
      color: #78c143; }
  .search-results__sort-dir svg {
    fill: currentColor; }

.search-item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.search-item__title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 5px; }
  .search-item__title a {
    border: none; }

.search-item__meta {
  margin-bottom: 5px; }

.search-item__image-link {
  border: none; }
  .search-item__image-link:hover {
    border: none; }

.search-item__image-container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 25px;
  width: 150px; }
  .search-item__image-container::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }
  .search-item__image-container > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 799px) {
    .search-item__image-container {
      display: none; } }

.search-item__image {
  max-width: 100%; }

.search-item__content {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 25px); }
  @media (max-width: 799px) {
    .search-item__content {
      width: 100%; } }

.search-item__content-type {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.search-item__subtitle {
  color: #333333;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }

.search-item__body {
  font-size: 16px;
  line-height: 23px; }

.search-tags__container {
  max-width: 1280px;
  padding: 0 40px; }
  @media (max-width: 799px) {
    .search-tags__container {
      padding: 0 20px; } }

.search-tags {
  display: inline-block;
  padding-right: 100px;
  width: calc(100% - 288px); }
  @media (max-width: 1199px) {
    .search-tags {
      padding-right: 40px; } }
  @media (max-width: 799px) {
    .search-tags {
      margin-bottom: 20px;
      padding-right: 0;
      width: 100%; } }

.search-tags__clear-all {
  background-color: #61ae25;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 3px;
  max-width: 288px;
  padding: 15px 40px;
  text-transform: uppercase;
  vertical-align: top; }
  .search-tags__clear-all:hover {
    background-color: #559921; }
  @media (max-width: 799px) {
    .search-tags__clear-all {
      margin-bottom: 20px; } }

.search-tags__tag {
  background-color: #f4f5f6;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px 50px 10px 30px;
  position: relative; }
  .search-tags__tag:hover {
    background-color: #61ae25;
    color: #fff;
    cursor: pointer; }
    .search-tags__tag:hover:before, .search-tags__tag:hover:after {
      background-color: #fff; }
  .search-tags__tag:last-child {
    margin-right: 0; }
  .search-tags__tag:after, .search-tags__tag:before {
    background-color: #61ae25;
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 3px;
    width: 13px; }
  .search-tags__tag:before {
    -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg); }
  .search-tags__tag:after {
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }

/** Other Components **/
.image {
  margin: 0 auto;
  text-align: center; }

.image__wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .image__wrapper img {
    max-width: 100%;
    max-height: 600px; }
    @media (max-width: 799px) {
      .image__wrapper img {
        max-height: 80vh; } }

.image__copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 799px) {
    .image__copyright {
      padding: 5px;
      font-size: 11px;
      line-height: 14px; } }

.object-fit--cover {
  font-family: 'object-fit: cover'; }

.video__title {
  font-weight: 700;
  margin-top: 10px; }

.video__caption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px; }

.teaser-block-section__wrapper .slick-arrow {
  top: 70%; }
  @media (max-width: 500px) {
    .teaser-block-section__wrapper .slick-arrow {
      top: 52%; } }

.teaser-block-section__slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-height: 768px) {
    .teaser-block-section__slider {
      max-height: 100vh; } }

.teaser-block-section__button {
  margin: 30px 0;
  text-align: center; }
  @media (max-width: 799px) {
    .teaser-block-section__button {
      margin: 30px 20px; } }

.teaser-block {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 10px; }

.teaser-block__link:hover {
  border-bottom: 0; }

.teaser-block__tag {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #003087; }

.teaser-block__media {
  display: block;
  width: 100%;
  background-color: #f7f9f9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-height: 768px) {
    .teaser-block__media {
      max-height: calc(100vh - 115px);
      width: auto; } }

.teaser-block-section--2 .teaser-block__media {
  position: relative; }
  .teaser-block-section--2 .teaser-block__media::before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: ""; }
  .teaser-block-section--2 .teaser-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 799px) {
    .teaser-block-section--2 .teaser-block__media {
      position: relative; }
      .teaser-block-section--2 .teaser-block__media::before {
        display: block;
        width: 100%;
        padding-top: 100%;
        content: ""; }
      .teaser-block-section--2 .teaser-block__media > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.teaser-block-section--3 .teaser-block__media {
  position: relative; }
  .teaser-block-section--3 .teaser-block__media::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }
  .teaser-block-section--3 .teaser-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.teaser-block__video-icon {
  position: absolute;
  z-index: 0;
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: calc(50% - (90px / 2));
  left: calc(50% - (90px / 2)); }
  @media (max-width: 799px) {
    .teaser-block__video-icon {
      width: 50px;
      height: 50px;
      top: calc(50% - (50px / 2));
      left: calc(50% - (50px / 2)); } }
  .teaser-block__video-icon .fa {
    z-index: 1;
    color: #fff;
    position: relative;
    left: 28px;
    top: 28px; }
    @media (max-width: 799px) {
      .teaser-block__video-icon .fa {
        left: 13px;
        top: 13px;
        font-size: 24px; } }

.teaser-block__content-type {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase; }

.teaser-block__headline,
.teaser-block__name {
  display: block;
  padding-top: 10px; }
  @media screen and (max-height: 768px) {
    .teaser-block__headline,
    .teaser-block__name {
      padding-top: 0; } }
  @media (max-width: 799px) {
    .teaser-block__headline span,
    .teaser-block__name span {
      font-size: 20px; } }

.teaser-block__title {
  display: block;
  padding-top: 5px; }
  .teaser-block__title span {
    font-style: italic; }

.teaser-block-section--3.slick-initialized .slick-slide {
  padding: 10px; }

.teaser-block-section--3.slick-initialized .teaser-block__tag {
  right: 10px; }

.slick-initialized .slick-slide .teaser-block__link {
  pointer-events: none;
  cursor: default; }

.slick-initialized .slick-slide.slick-current .teaser-block__link {
  pointer-events: auto;
  cursor: pointer; }

.accordion-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  @media (max-width: 1199px) {
    .accordion-gallery {
      -ms-flex-direction: column;
          flex-direction: column;
      height: 85vh;
      min-height: 680px; } }
  @media (max-width: 799px) {
    .accordion-gallery {
      -ms-flex-direction: column;
          flex-direction: column;
      height: 100vh;
      min-height: 680px; } }

.accordion-slide {
  -ms-flex: 1;
      flex: 1;
  height: 600px;
  position: relative;
  overflow: hidden;
  transition: all 1s ease; }
  @media (max-width: 1199px) {
    .accordion-slide {
      width: 100%;
      height: auto; } }

/* Accordion slides have 3 display states:

        1) Preview: This shows on load, and if you click outside of an expanded slide. All slides are even width, images are cropped, preview text shows

        2) Expanded: Shows on click. Only 1 slide at a time can be expanded. ~ 6x width of other slides. Full image and text content shows. In this view, a video may be shown, and will replace other expanded text and image content while it is showing.

        3) Collapsed: Shows if *another* slide is clicked (aka expanded). If one slide is expanded, all others will be collapsed. Skinny cropped image, no text shows.
*/
.accordion-slide--preview .accordion-slide__text-content--preview {
  display: -ms-flexbox;
  display: flex; }

.accordion-slide--preview .accordion-slide__text-content--expanded,
.accordion-slide--preview .accordion-slide__extended-content-wrap,
.accordion-slide--preview .accordion-slide__close-button {
  display: none; }

.accordion-slide--preview:hover .accordion-slide__color-overlay {
  opacity: 0.8; }

.accordion-slide--collapsed .accordion-slide__text-content,
.accordion-slide--collapsed .accordion-slide__close-button,
.accordion-slide--collapsed .accordion-slide__play-video-wrapper,
.accordion-slide--collapsed .accordion-slide__extended-content-wrap {
  display: none; }

.accordion-slide--expanded {
  -ms-flex: 6;
      flex: 6;
  /** NOTE: IF SIZE OF EXPANDED SLIDE IS UPDATED IN SCSS
        IT ALSO NEEDS TO BE UPDATED IN ACCORDION-GALLERY.JS **/ }
  .accordion-slide--expanded .accordion-slide__text-content--preview,
  .accordion-slide--expanded .accordion-slide__color-overlay {
    display: none; }
  .accordion-slide--expanded .accordion-slide__text-content--expanded {
    display: block;
    height: auto; }
    @media (max-width: 799px) {
      .accordion-slide--expanded .accordion-slide__text-content--expanded {
        height: 100%; } }
  .accordion-slide--expanded .accordion-slide__play-video-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px; }
    @media (max-width: 799px) {
      .accordion-slide--expanded .accordion-slide__play-video-wrapper {
        height: 0;
        padding-top: 0; } }
  .accordion-slide--expanded .accordion-slide__extended-content-wrap {
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 50px);
    margin-top: 50px; }
    @media (max-width: 799px) {
      .accordion-slide--expanded .accordion-slide__extended-content-wrap {
        height: 100%;
        margin-top: 37px; } }

.accordion-slide--ee {
  position: relative;
  display: block;
  width: 800px;
  height: 500px;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .accordion-slide--ee .accordion-slide__video-wrapper {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 60px;
    text-align: center; }
  .accordion-slide--ee .accordion-slide__play-video::after {
    top: 25px; }
  .accordion-slide--ee .accordion-slide__text-wrapper {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 20px; }
  .accordion-slide--ee .accordion-slide__headline {
    font-size: 36px;
    line-height: 40px; }
  .accordion-slide--ee .accordion-slide__link {
    min-width: 20px; }

.accordion-slide__text-content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  word-wrap: break-word; }

.accordion-slide__text-content--preview {
  text-align: center;
  height: auto;
  position: relative;
  top: 300px;
  padding: 10px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .accordion-slide__text-content--preview {
      top: auto;
      padding: 30px 10px; } }
  .accordion-slide__text-content--preview .accordion-slide__type {
    position: absolute;
    top: -15px;
    width: calc(100% - 20px);
    text-align: center; }
    @media (max-width: 1199px) {
      .accordion-slide__text-content--preview .accordion-slide__type {
        position: static;
        width: 100%; } }
    @media (max-width: 799px) {
      .accordion-slide__text-content--preview .accordion-slide__type {
        font-size: 12px; } }
  .accordion-slide__text-content--preview .accordion-slide__headline {
    font-size: 28px;
    line-height: 34px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .accordion-slide__text-content--preview .accordion-slide__headline {
        font-size: 24px;
        line-height: 28px; } }

.accordion-slide__text-content--expanded {
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  padding: 20px 20% 20px 30px;
  text-align: left; }
  @media (max-width: 1199px) {
    .accordion-slide__text-content--expanded {
      padding: 30px 10px 10px 10px; } }
  .accordion-slide__text-content--expanded .accordion-slide__headline {
    font-size: 36px;
    line-height: 40px; }
    @media (max-width: 1199px) {
      .accordion-slide__text-content--expanded .accordion-slide__headline {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 799px) {
      .accordion-slide__text-content--expanded .accordion-slide__headline {
        font-size: 18px;
        line-height: 20px; } }
  @media (max-width: 1199px) {
    .accordion-slide__text-content--expanded .accordion-slide__type {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 799px) {
    .accordion-slide__text-content--expanded .accordion-slide__type {
      font-size: 10px;
      line-height: 14px; } }

.accordion-slide__extended-content-wrap {
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (max-width: 1199px) {
    .accordion-slide__extended-content-wrap {
      position: absolute; } }

.accordion-slide__type {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word; }

.accordion-slide__headline {
  font-weight: 700;
  color: #fff;
  word-wrap: break-word; }

.accordion-slide__summary {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  word-wrap: break-word; }
  @media (max-width: 1199px) {
    .accordion-slide__summary {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px; } }

.accordion-slide__link {
  padding: 5px;
  min-height: 0;
  margin-top: 15px;
  word-wrap: break-word; }
  @media (max-width: 1199px) {
    .accordion-slide__link {
      display: inline-block;
      line-height: 12px;
      padding: 10px 20px;
      margin: 10px auto 0 auto;
      max-width: 80%;
      width: auto; } }

.accordion-slide__slide-container {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.accordion-slide__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  position: absolute;
  width: 100%;
  height: 100%; }

.accordion-slide__play-video-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.accordion-slide__play-video {
  position: relative;
  cursor: pointer; }
  .accordion-slide__play-video::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #fff;
    opacity: 0.8;
    transition: opacity 0.5s ease; }
  .accordion-slide__play-video:hover::after {
    opacity: 1.0; }
  .accordion-slide__play-video::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -27px;
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7); }
  @media (max-width: 1199px) {
    .accordion-slide__play-video::after {
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff; }
    .accordion-slide__play-video::before {
      top: -12px;
      left: -15px;
      width: 40px;
      height: 40px; } }
  @media (max-width: 799px) {
    .accordion-slide__play-video {
      display: none; } }

.accordion-slide__video-container {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 50px); }
  @media (max-width: 799px) {
    .accordion-slide__video-container {
      max-height: calc(100% - 37px); } }

.accordion-slide__video-container-inner {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; }

.accordion-slide__color-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 1s ease; }

.accordion-slide__close-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 10px 5px 5px;
  text-align: right; }
  @media (max-width: 1199px) {
    .accordion-slide__close-button {
      padding: 0 6px 0 0;
      height: 37px; } }
  .accordion-slide__close-button::after {
    content: "×";
    color: #fff;
    font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
    font-size: 40px;
    font-weight: normal; }
    @media (max-width: 1199px) {
      .accordion-slide__close-button::after {
        font-size: 25px; } }
  .accordion-slide__close-button:focus {
    outline: none; }
    .accordion-slide__close-button:focus::after {
      outline-width: 2px;
      outline-style: solid;
      outline-color: Highlight;
      /* WebKit gets its native focus styles. */ }
      @media (-webkit-min-device-pixel-ratio: 0) {
        .accordion-slide__close-button:focus::after {
          outline: -webkit-focus-ring-color auto 5px; } }
  .accordion-slide__close-button::before {
    content: ""; }

/* slide color theme options */
.accordion-slide__color-overlay,
.accordion-slide__text-content--expanded,
.accordion-slide__close-button,
.accordion-slide--ee .accordion-slide__text-wrapper {
  background-color: rgba(0, 48, 135, 0.8); }
  .accordion-slide__color-overlay.theme-blue,
  .accordion-slide__text-content--expanded.theme-blue,
  .accordion-slide__close-button.theme-blue,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-blue {
    background-color: rgba(0, 48, 135, 0.8); }
  .accordion-slide__color-overlay.theme-grey,
  .accordion-slide__text-content--expanded.theme-grey,
  .accordion-slide__close-button.theme-grey,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-grey {
    background-color: rgba(0, 0, 0, 0.6); }
  .accordion-slide__color-overlay.theme-light-blue,
  .accordion-slide__text-content--expanded.theme-light-blue,
  .accordion-slide__close-button.theme-light-blue,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-light-blue {
    background-color: rgba(0, 104, 162, 0.8); }
  .accordion-slide__color-overlay.theme-teal,
  .accordion-slide__text-content--expanded.theme-teal,
  .accordion-slide__close-button.theme-teal,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-teal {
    background-color: rgba(0, 77, 77, 0.8); }
  .accordion-slide__color-overlay.theme-green,
  .accordion-slide__text-content--expanded.theme-green,
  .accordion-slide__close-button.theme-green,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-green {
    background-color: rgba(84, 138, 46, 0.8); }
  .accordion-slide__color-overlay.theme-maroon,
  .accordion-slide__text-content--expanded.theme-maroon,
  .accordion-slide__close-button.theme-maroon,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-maroon {
    background-color: rgba(96, 32, 64, 0.8); }
  .accordion-slide__color-overlay.theme-orange,
  .accordion-slide__text-content--expanded.theme-orange,
  .accordion-slide__close-button.theme-orange,
  .accordion-slide--ee .accordion-slide__text-wrapper.theme-orange {
    background-color: rgba(128, 96, 0, 0.8); }

.related-experts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 799px) {
    .related-experts .heading--section-title,
    .related-experts .related-experts__button-container {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-height: 768px) {
    .related-experts {
      max-height: 100vh; } }

.related-experts__button-container {
  text-align: center;
  margin: 30px 0; }
  @media (max-width: 799px) {
    .related-experts__button-container {
      margin: 30px 20px; } }

.related-experts-block-section--2 .expert-block__media {
  position: relative; }
  .related-experts-block-section--2 .expert-block__media::before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: ""; }
  .related-experts-block-section--2 .expert-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 799px) {
    .related-experts-block-section--2 .expert-block__media {
      position: relative; }
      .related-experts-block-section--2 .expert-block__media::before {
        display: block;
        width: 100%;
        padding-top: 100%;
        content: ""; }
      .related-experts-block-section--2 .expert-block__media > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.related-experts-block-section--3 .expert-block__media {
  position: relative; }
  .related-experts-block-section--3 .expert-block__media::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }
  .related-experts-block-section--3 .expert-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.expert-block {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 10px; }

.expert-block__link:hover {
  border-bottom: 0; }

.expert-block__name {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700; }
  @media screen and (max-height: 768px) {
    .expert-block__name {
      margin-top: 12px; } }

.expert-block__title {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 17px;
  font-style: italic;
  font-weight: 400; }

.expert-block__media {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f7f9f9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .expert-block__media::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }
  .expert-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media screen and (max-height: 768px) {
    .expert-block__media {
      max-height: calc(100vh - 80px);
      width: auto; } }

.slick-initialized .slick-slide .expert-block__link {
  pointer-events: none;
  cursor: default; }

.slick-initialized .slick-slide.slick-current .expert-block__link {
  pointer-events: auto;
  cursor: pointer; }

@media (max-width: 799px) {
  .breadcrumb-wrapper {
    padding: 15px 20px; } }

main > .breadcrumb-wrapper {
  margin-bottom: 0; }

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none; }
  @media (max-width: 799px) {
    .breadcrumb {
      max-width: 100%; } }

.breadcrumb li {
  display: inline-block;
  font-size: 14px; }

.breadcrumb__divider {
  display: inline-block;
  font-size: 14px;
  margin: 0 7px 0 10px; }

.breadcrumb li.current {
  color: #0099EE; }

.breadcrumb a {
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 14px; }

.title-and-summary__detail {
  margin-bottom: 20px;
  margin-top: 12px;
  color: #78c143; }

.title-and-summary__pipe {
  margin: 0 10px;
  color: #d9d9d9; }

.title-and-summary__divider-line {
  display: block;
  width: 100px;
  height: 4px;
  margin: 15px 0;
  background-color: #0099EE; }

.title-and-summary__type {
  background-color: #d9d9d9;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 18px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.title-and-summary__subtitle {
  color: #333333;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px; }

.teaser-block-section__wrapper .slick-arrow {
  top: 70%; }
  @media (max-width: 500px) {
    .teaser-block-section__wrapper .slick-arrow {
      top: 52%; } }

.teaser-block-section__slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-height: 768px) {
    .teaser-block-section__slider {
      max-height: 100vh; } }

.teaser-block-section__button {
  margin: 30px 0;
  text-align: center; }
  @media (max-width: 799px) {
    .teaser-block-section__button {
      margin: 30px 20px; } }

.teaser-block {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 10px; }

.teaser-block__link:hover {
  border-bottom: 0; }

.teaser-block__tag {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #003087; }

.teaser-block__media {
  display: block;
  width: 100%;
  background-color: #f7f9f9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-height: 768px) {
    .teaser-block__media {
      max-height: calc(100vh - 115px);
      width: auto; } }

.teaser-block-section--2 .teaser-block__media {
  position: relative; }
  .teaser-block-section--2 .teaser-block__media::before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: ""; }
  .teaser-block-section--2 .teaser-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 799px) {
    .teaser-block-section--2 .teaser-block__media {
      position: relative; }
      .teaser-block-section--2 .teaser-block__media::before {
        display: block;
        width: 100%;
        padding-top: 100%;
        content: ""; }
      .teaser-block-section--2 .teaser-block__media > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.teaser-block-section--3 .teaser-block__media {
  position: relative; }
  .teaser-block-section--3 .teaser-block__media::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }
  .teaser-block-section--3 .teaser-block__media > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.teaser-block__video-icon {
  position: absolute;
  z-index: 0;
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: calc(50% - (90px / 2));
  left: calc(50% - (90px / 2)); }
  @media (max-width: 799px) {
    .teaser-block__video-icon {
      width: 50px;
      height: 50px;
      top: calc(50% - (50px / 2));
      left: calc(50% - (50px / 2)); } }
  .teaser-block__video-icon .fa {
    z-index: 1;
    color: #fff;
    position: relative;
    left: 28px;
    top: 28px; }
    @media (max-width: 799px) {
      .teaser-block__video-icon .fa {
        left: 13px;
        top: 13px;
        font-size: 24px; } }

.teaser-block__content-type {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase; }

.teaser-block__headline,
.teaser-block__name {
  display: block;
  padding-top: 10px; }
  @media screen and (max-height: 768px) {
    .teaser-block__headline,
    .teaser-block__name {
      padding-top: 0; } }
  @media (max-width: 799px) {
    .teaser-block__headline span,
    .teaser-block__name span {
      font-size: 20px; } }

.teaser-block__title {
  display: block;
  padding-top: 5px; }
  .teaser-block__title span {
    font-style: italic; }

.teaser-block-section--3.slick-initialized .slick-slide {
  padding: 10px; }

.teaser-block-section--3.slick-initialized .teaser-block__tag {
  right: 10px; }

.slick-initialized .slick-slide .teaser-block__link {
  pointer-events: none;
  cursor: default; }

.slick-initialized .slick-slide.slick-current .teaser-block__link {
  pointer-events: auto;
  cursor: pointer; }

/*  NOTE: To make a CSS class appear in the RTE dropdiwn list,
    the style needs to be added to /web/Website/cdmSmith-rte.css
    (hoping to change this in the future)
*/
.rte img {
  height: auto;
  max-width: 100%; }

.rte ul, .rte ol {
  padding-left: 20px;
  margin-bottom: 16px; }

.rte .section-title-style-snippet {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
  color: #222; }

.rte .image-float-right {
  float: right;
  height: auto;
  max-width: 33%;
  margin: 5px 0 10px 10px; }
  @media (max-width: 799px) {
    .rte .image-float-right {
      float: none;
      margin: 10px 0;
      max-width: 100%; } }

.rte .image-float-left {
  float: left;
  height: auto;
  max-width: 33%;
  margin: 5px 10px 10px 0; }
  @media (max-width: 799px) {
    .rte .image-float-left {
      float: none;
      margin: 10px 0;
      max-width: 100%; } }

.rte .image-caption-float-right {
  float: right;
  margin: 5px 0 10px 10px;
  width: 33%; }
  @media (max-width: 799px) {
    .rte .image-caption-float-right {
      float: none;
      margin: 10px 0;
      width: 100%; } }

.rte .image-caption-float-left {
  float: left;
  margin: 5px 10px 10px 0;
  width: 33%; }
  @media (max-width: 799px) {
    .rte .image-caption-float-left {
      float: none;
      margin: 10px 0;
      width: 100%; } }

.rte .image-caption-float-left span,
.rte .image-caption-float-right span {
  font-size: 12px; }

.rte .image-caption-float-left img,
.rte .image-caption-float-right img {
  height: auto;
  margin-bottom: 5px;
  width: 100%; }

.pullquote {
  position: relative; }
  .pullquote__quote {
    font-family: "Georgia", Times, "Times New Roman", serif !important;
    font-size: 36px;
    font-style: italic;
    line-height: 44px;
    color: #009999;
    word-wrap: break-word;
    vertical-align: baseline; }
    @media (max-width: 799px) {
      .pullquote__quote {
        font-size: 28px;
        line-height: 34px; } }
  .pullquote__quotation-surrounded::before, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::before, .pullquote__quotation-surrounded::after, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::after {
    font-size: 60px;
    line-height: 38px;
    vertical-align: bottom; }
  .pullquote__quotation-surrounded::before, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::before {
    content: "“";
    margin-right: 5px; }
  .pullquote__quotation-surrounded::after, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::after {
    content: "”";
    position: relative;
    top: 4px;
    margin-left: 5px; }
  .pullquote__attribution {
    display: block;
    padding-left: 20px;
    margin-top: 25px;
    font-style: normal; }
    @media (max-width: 799px) {
      .pullquote__attribution {
        margin-top: 15px; } }
    .pullquote__attribution::before {
      position: absolute;
      left: 0;
      content: "–" " "; }

.experience-editor .pullquote__quote::before,
.experience-editor .pullquote__quote::after {
  display: none; }

.event-promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1199px) {
    .event-promo {
      display: block; } }

.event-promo.has-alt-background {
  background: #f7f9f9;
  padding: 20px; }

.event-promo__text {
  margin-right: 40px; }
  @media (max-width: 1199px) {
    .event-promo__text {
      margin-right: 0; } }

.event-promo__title {
  margin-bottom: 15px; }

.event-promo__date {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #0099EE; }

.event-promo__summary {
  margin-bottom: 30px; }

.event-promo__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 15px;
  white-space: nowrap; }

.split-container .event-promo {
  display: block; }
  .split-container .event-promo .event-promo__text {
    margin-right: 0; }

.split-container__inner--30 .event-promo .event-promo__button {
  width: 100%; }
  @media (max-width: 1199px) {
    .split-container__inner--30 .event-promo .event-promo__button {
      width: auto; } }

.cta-with-image {
  position: relative;
  color: #fff;
  overflow: hidden; }

.cta-with-image__color-block {
  display: inline-block; }
  .cta-with-image__color-block::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0; }

.cta-with-image__color-block div {
  position: relative;
  z-index: 1; }

.cta-with-image__header {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #fff; }

.cta-with-image__summary {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #fff; }

.cta-with-image__name,
.cta-with-image__title {
  font-size: 21px;
  font-weight: 700; }

.cta-with-image__button {
  height: 44px;
  white-space: nowrap; }

.cta-with-image__flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/*  Note : Had to use mixins for the below styles
    (instead of regular classes or placeholders)
    b/c you can't extend from within the media query
    mixin. 
*/
/** 3 Style Versions: Large, Medium Small **/
/** (they don't just correspond to breakpoints) **/
/*  Only for components in main content container,
    at large breakpoint
*/
/*  For all components at medium breakpoint, 
    and also in 50% container at large breakpoints
*/
/*  For all components at small breakpoint, 
    and also in 30% container at large breakpoints
*/
/*  Applying the correct styles to the correct
    breakpoints and containers 
*/
.cta-with-image {
  min-height: 300px; }
  .cta-with-image .cta-with-image__color-block {
    position: absolute;
    width: 55%;
    height: 100%;
    padding: 60px 30px 60px 60px; }
  .cta-with-image .cta-with-image__image {
    position: relative;
    float: right;
    width: 50%; }
  .cta-with-image .cta-with-image__image--cropped {
    display: none; }
  .cta-with-image .cta-with-image__image--full {
    display: block; }
  .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 1199px) {
    .cta-with-image .cta-with-image__color-block {
      position: relative;
      top: -150px;
      margin-bottom: -150px;
      width: 100%;
      height: auto;
      max-width: 100%;
      padding: 50px; }
    .cta-with-image .cta-with-image__image {
      position: relative;
      width: 100%; }
    .cta-with-image .cta-with-image__image--cropped {
      display: none; }
    .cta-with-image .cta-with-image__image--full {
      display: block; }
    .cta-with-image .cta-with-image__header {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 20px; }
    .cta-with-image .cta-with-image__summary {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 30px; }
    .cta-with-image .cta-with-image__name,
    .cta-with-image .cta-with-image__title {
      font-size: 21px;
      line-height: 26px; }
    .cta-with-image .cta-with-image__button {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .cta-with-image .cta-with-image__flex-wrap {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (max-width: 799px) {
    .cta-with-image .cta-with-image__color-block {
      top: -75px;
      margin-bottom: -75px;
      width: 100%;
      max-width: 100%;
      padding: 25px; }
    .cta-with-image .cta-with-image__image {
      position: relative;
      width: 100%; }
    .cta-with-image .cta-with-image__image--cropped {
      display: block; }
    .cta-with-image .cta-with-image__image--full {
      display: none; }
    .cta-with-image .cta-with-image__header {
      font-size: 25px;
      line-height: 36px;
      margin-bottom: 15px; }
    .cta-with-image .cta-with-image__summary {
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 15px; }
    .cta-with-image .cta-with-image__name,
    .cta-with-image .cta-with-image__title {
      font-size: 16px;
      line-height: 20px; }
    .cta-with-image .cta-with-image__button {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: auto;
      margin-top: 20px;
      margin-bottom: 0; }
    .cta-with-image .cta-with-image__flex-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }

.split-container__inner--50 .cta-with-image .cta-with-image__color-block {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 50px; }

.split-container__inner--50 .cta-with-image .cta-with-image__image {
  position: relative;
  width: 100%; }

.split-container__inner--50 .cta-with-image .cta-with-image__image--cropped {
  display: none; }

.split-container__inner--50 .cta-with-image .cta-with-image__image--full {
  display: block; }

.split-container__inner--50 .cta-with-image .cta-with-image__header {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px; }

.split-container__inner--50 .cta-with-image .cta-with-image__summary {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px; }

.split-container__inner--50 .cta-with-image .cta-with-image__name,
.split-container__inner--50 .cta-with-image .cta-with-image__title {
  font-size: 21px;
  line-height: 26px; }

.split-container__inner--50 .cta-with-image .cta-with-image__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0; }

.split-container__inner--50 .cta-with-image .cta-with-image__flex-wrap {
  -ms-flex-direction: row;
      flex-direction: row; }

@media (max-width: 799px) {
  .split-container__inner--50 .cta-with-image .cta-with-image__color-block {
    top: -75px;
    margin-bottom: -75px;
    width: 100%;
    max-width: 100%;
    padding: 25px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__image {
    position: relative;
    width: 100%; }
  .split-container__inner--50 .cta-with-image .cta-with-image__image--cropped {
    display: block; }
  .split-container__inner--50 .cta-with-image .cta-with-image__image--full {
    display: none; }
  .split-container__inner--50 .cta-with-image .cta-with-image__header {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 15px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__summary {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__name,
  .split-container__inner--50 .cta-with-image .cta-with-image__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0; }
  .split-container__inner--50 .cta-with-image .cta-with-image__flex-wrap {
    -ms-flex-direction: column;
        flex-direction: column; } }

.split-container__inner--30 .cta-with-image .cta-with-image__color-block {
  top: -75px;
  margin-bottom: -75px;
  width: 100%;
  max-width: 100%;
  padding: 25px; }

.split-container__inner--30 .cta-with-image .cta-with-image__image {
  position: relative;
  width: 100%; }

.split-container__inner--30 .cta-with-image .cta-with-image__image--cropped {
  display: block; }

.split-container__inner--30 .cta-with-image .cta-with-image__image--full {
  display: none; }

.split-container__inner--30 .cta-with-image .cta-with-image__header {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 15px; }

.split-container__inner--30 .cta-with-image .cta-with-image__summary {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px; }

.split-container__inner--30 .cta-with-image .cta-with-image__name,
.split-container__inner--30 .cta-with-image .cta-with-image__title {
  font-size: 16px;
  line-height: 20px; }

.split-container__inner--30 .cta-with-image .cta-with-image__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0; }

.split-container__inner--30 .cta-with-image .cta-with-image__flex-wrap {
  -ms-flex-direction: column;
      flex-direction: column; }

.split-container__inner--30 .cta-with-image .cta-with-image__color-block {
  height: auto;
  position: relative; }

@media (max-width: 1199px) {
  .split-container__inner--30 .cta-with-image .cta-with-image__color-block {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 50px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--cropped {
    display: none; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--full {
    display: block; }
  .split-container__inner--30 .cta-with-image .cta-with-image__header {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__summary {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__name,
  .split-container__inner--30 .cta-with-image .cta-with-image__title {
    font-size: 21px;
    line-height: 26px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .split-container__inner--30 .cta-with-image .cta-with-image__flex-wrap {
    -ms-flex-direction: row;
        flex-direction: row; } }

@media (max-width: 799px) {
  .split-container__inner--30 .cta-with-image .cta-with-image__color-block {
    top: -75px;
    margin-bottom: -75px;
    width: 100%;
    max-width: 100%;
    padding: 25px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--cropped {
    display: block; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--full {
    display: none; }
  .split-container__inner--30 .cta-with-image .cta-with-image__header {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 15px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__summary {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__name,
  .split-container__inner--30 .cta-with-image .cta-with-image__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0; }
  .split-container__inner--30 .cta-with-image .cta-with-image__flex-wrap {
    -ms-flex-direction: column;
        flex-direction: column; } }

/* Color themes */
.cta-with-image.theme-light-blue .cta-with-image__color-block::after {
  background: rgba(0, 104, 162, 0.8); }

.cta-with-image.theme-blue .cta-with-image__color-block::after {
  background: rgba(0, 48, 135, 0.8); }

.cta-with-image.theme-green .cta-with-image__color-block::after {
  background: rgba(84, 138, 46, 0.8); }

.cta-with-image.theme-orange .cta-with-image__color-block::after {
  background: rgba(128, 96, 0, 0.8); }

.cta-with-image.theme-teal .cta-with-image__color-block::after {
  background: rgba(0, 77, 77, 0.8); }

.cta-with-image.theme-maroon .cta-with-image__color-block::after {
  background: rgba(96, 32, 64, 0.8); }

.cta-without-image {
  padding: 40px; }
  @media (max-width: 1199px) {
    .cta-without-image {
      padding: 20px 40px; } }
  @media (max-width: 799px) {
    .cta-without-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 20px; } }

.split-container__inner--30 .cta-without-image {
  -ms-flex-direction: column;
      flex-direction: column; }
  .split-container__inner--30 .cta-without-image .cta-without-image__header {
    font-size: 25px;
    line-height: 30px; }
  .split-container__inner--30 .cta-without-image .cta-without-image__flex-block {
    -ms-flex-direction: column;
        flex-direction: column; }
  .split-container__inner--30 .cta-without-image .cta-without-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: auto;
        flex: auto; }

.split-container__inner--50 .cta-without-image {
  -ms-flex-direction: column;
      flex-direction: column; }
  .split-container__inner--50 .cta-without-image .cta-without-image__flex-block {
    -ms-flex-direction: column;
        flex-direction: column; }
  .split-container__inner--50 .cta-without-image .cta-without-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.rail-container__content .cta-without-image-section .cta-without-image {
  padding: 20px 20px 0;
  /* overly specific to override without impt */ }

.cta-without-image__type {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.cta-without-image__thumbnail {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 5px; }
  .cta-without-image__thumbnail img {
    margin-right: 20px;
    max-width: 100%; }
  @media (max-width: 799px) {
    .cta-without-image__thumbnail {
      display: none; } }

.cta-without-image__flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1199px) {
    .cta-without-image__flex-block {
      -ms-flex-direction: column;
          flex-direction: column; } }

.cta-without-image__image-wrap-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 15px; }
  .cta-without-image__image-wrap-block .cta-without-image__thumbnail {
    float: left;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .split-container__inner--50 .cta-without-image__image-wrap-block {
    display: block; }
    .split-container__inner--50 .cta-without-image__image-wrap-block {
      display: -ms-flexbox;
      display: flex; }
  .split-container__inner--30 .cta-without-image__image-wrap-block {
    margin-right: 0; }

.cta-without-image__text-block {
  float: left;
  max-width: 70%; }
  .split-container__inner--50 .cta-without-image__text-block {
    float: none;
    max-width: none; }
  .split-container__inner--30 .cta-without-image__text-block {
    float: none;
    max-width: none; }
  @media (max-width: 1199px) {
    .cta-without-image__text-block {
      max-width: none; } }

.cta-without-image__header {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; }
  @media (max-width: 1199px) {
    .cta-without-image__header {
      font-size: 25px;
      line-height: 30px; } }

.cta-without-image__summary {
  margin-bottom: 15px; }
  .split-container__inner--50 .cta-without-image__summary {
    float: left; }

.cta-without-image__button {
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media (max-width: 1199px) {
    .cta-without-image__button {
      display: inline-block;
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: auto; } }

/* Theme variations */
.cta-without-image.theme-grey {
  background-color: #f7f9f9; }
  .cta-without-image.theme-grey .cta-without-image__type {
    color: #a5a5a5; }
  .cta-without-image.theme-grey .cta-without-image__button {
    /* default button style, green bkgrd w/ white text */ }

.cta-without-image.theme-blue {
  background-color: #003087; }
  .cta-without-image.theme-blue .cta-without-image__type {
    color: #fff; }
  .cta-without-image.theme-blue .cta-without-image__header,
  .cta-without-image.theme-blue .cta-without-image__summary {
    color: #fff; }
  .cta-without-image.theme-blue .cta-without-image__button {
    color: #003087; }

.cta-without-image.theme-light-blue {
  background-color: #0099EE; }
  .cta-without-image.theme-light-blue .cta-without-image__type {
    color: #fff; }
  .cta-without-image.theme-light-blue .cta-without-image__header,
  .cta-without-image.theme-light-blue .cta-without-image__summary {
    color: #fff; }
  .cta-without-image.theme-light-blue .cta-without-image__button {
    color: #0099EE; }

.cta-without-image.theme-white {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px 20px 20px;
  background-color: #fff;
  border-top: 4px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9; }
  .cta-without-image.theme-white .cta-without-image__type {
    color: #a5a5a5; }
  .cta-without-image.theme-white .cta-without-image__flex-block {
    display: -ms-flexbox;
    display: flex; }
  .cta-without-image.theme-white .cta-without-image__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-positive: 0;
        flex-grow: 0;
    position: relative;
    padding-right: 60px;
    font-size: 13px;
    height: 44px; }
    @media (max-width: 1199px) {
      .cta-without-image.theme-white .cta-without-image__button {
        width: auto;
        margin-bottom: 0;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    .cta-without-image.theme-white .cta-without-image__button::after {
      position: absolute;
      top: 1px;
      right: 0;
      display: inline-block;
      width: 40px;
      height: 44px;
      padding-left: 4px;
      margin-left: 15px;
      font-size: 40px;
      font-weight: 100;
      line-height: 40px;
      color: #fff;
      background-color: #0099EE;
      content: "›"; }

.cta-without-image__print-email {
  display: none; }

.expert-quote-promo {
  position: relative;
  color: #fff;
  overflow: hidden; }

.expert-quote-promo__color-block {
  position: relative;
  display: inline-block;
  width: 55%; }
  .expert-quote-promo__color-block::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0; }

.expert-quote-promo__color-block div {
  position: relative;
  z-index: 1; }

.expert-quote-promo__quote {
  margin-bottom: 20px;
  color: #fff; }
  .expert-quote-promo__quote:last-child {
    margin-bottom: 0; }

.expert-quote-promo__title {
  font-weight: 700;
  color: #fff;
  margin-top: 5px; }

.expert-quote-promo__name {
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px; }

a.expert-quote-promo__name {
  border-bottom: 1px solid #0099EE;
  transition: border .5s; }
  a.expert-quote-promo__name:hover, .teaser-block__link:hover .teaser-block__headline span.expert-quote-promo__name {
    border-bottom: 2px solid #0099EE; }
  a.expert-quote-promo__name .fa-external-link {
    color: #fff; }

.expert-quote-promo__flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/*  Note : Had to use mixins for the below styles
    (instead of regular classes or placeholders)
    b/c you can't extend from within the media query
    mixin.
*/
/** 3 Style Versions: Large, Medium Small **/
/** (they don't just correspond to breakpoints) **/
/*  Only for components in main content container,
    at large breakpoint
*/
/*  For all components at medium breakpoint,
    and also in 50% container at large breakpoints
*/
/*  For all components at small breakpoint,
    and also in 30% container at large breakpoints
*/
/*  Applying the correct styles to the correct
    breakpoints and containers
*/
.expert-quote-promo .expert-quote-promo__color-block {
  padding: 60px 30px 60px 60px; }

.expert-quote-promo .expert-quote-promo__quote {
  font-size: 20px;
  line-height: 28px; }

.expert-quote-promo .fa-quote-left {
  position: absolute;
  top: -40px;
  left: -20px;
  display: block;
  color: rgba(255, 255, 255, 0.3); }

.expert-quote-promo .expert-quote-promo__name,
.expert-quote-promo .expert-quote-promo__title {
  font-size: 21px;
  line-height: 26px; }

.expert-quote-promo .expert-quote-promo__image {
  position: absolute;
  right: 0;
  min-width: 50%; }

.expert-quote-promo .expert-quote-promo__image--cropped {
  display: none; }

.expert-quote-promo .expert-quote-promo__image--full {
  display: block;
  max-height: 100%;
  min-width: 0; }
  @media (max-width: 1199px) {
    .expert-quote-promo .expert-quote-promo__image--full {
      max-height: none; } }

@media (max-width: 1199px) {
  .expert-quote-promo .expert-quote-promo__color-block {
    top: -190px;
    margin-bottom: -190px;
    width: 100%;
    max-width: 100%;
    padding: 50px; }
  .expert-quote-promo .expert-quote-promo__quote {
    font-size: 18px;
    line-height: 26px; }
  .expert-quote-promo .fa-quote-left {
    display: block; }
  .expert-quote-promo .expert-quote-promo__name,
  .expert-quote-promo .expert-quote-promo__title {
    font-size: 21px;
    line-height: 26px; }
  .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .expert-quote-promo .expert-quote-promo__image--cropped {
    display: none; }
  .expert-quote-promo .expert-quote-promo__image--full {
    display: block; } }

@media (max-width: 799px) {
  .expert-quote-promo .expert-quote-promo__color-block {
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    max-width: 100%;
    padding: 20px; }
  .expert-quote-promo .expert-quote-promo__quote {
    font-size: 15px;
    line-height: 21px; }
  .expert-quote-promo .fa-quote-left {
    font-size: 40px;
    top: -15px;
    left: -13px; }
  .expert-quote-promo .expert-quote-promo__name,
  .expert-quote-promo .expert-quote-promo__title {
    font-size: 16px;
    line-height: 20px; }
  .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .expert-quote-promo .expert-quote-promo__image--cropped {
    display: block; }
  .expert-quote-promo .expert-quote-promo__image--full {
    display: none; } }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__color-block {
  top: -190px;
  margin-bottom: -190px;
  width: 100%;
  max-width: 100%;
  padding: 50px; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__quote {
  font-size: 18px;
  line-height: 26px; }

.split-container__inner--50 .expert-quote-promo .fa-quote-left {
  display: block; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__name,
.split-container__inner--50 .expert-quote-promo .expert-quote-promo__title {
  font-size: 21px;
  line-height: 26px; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__image {
  position: relative;
  width: 100%; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--cropped {
  display: none; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--full {
  display: block; }

@media (max-width: 799px) {
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__color-block {
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    max-width: 100%;
    padding: 20px; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__quote {
    font-size: 15px;
    line-height: 21px; }
  .split-container__inner--50 .expert-quote-promo .fa-quote-left {
    font-size: 40px;
    top: -15px;
    left: -13px; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__name,
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--cropped {
    display: block; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--full {
    display: none; } }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__color-block {
  top: -100px;
  margin-bottom: -100px;
  width: 100%;
  max-width: 100%;
  padding: 20px; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__quote {
  font-size: 15px;
  line-height: 21px; }

.split-container__inner--30 .expert-quote-promo .fa-quote-left {
  font-size: 40px;
  top: -15px;
  left: -13px; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__name,
.split-container__inner--30 .expert-quote-promo .expert-quote-promo__title {
  font-size: 16px;
  line-height: 20px; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__image {
  position: relative;
  width: 100%; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--cropped {
  display: block; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--full {
  display: none; }

@media (max-width: 1199px) {
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__color-block {
    top: -190px;
    margin-bottom: -190px;
    width: 100%;
    max-width: 100%;
    padding: 50px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__quote {
    font-size: 18px;
    line-height: 26px; }
  .split-container__inner--30 .expert-quote-promo .fa-quote-left {
    display: block; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__name,
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__title {
    font-size: 21px;
    line-height: 26px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--cropped {
    display: none; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--full {
    display: block; } }

@media (max-width: 799px) {
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__color-block {
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    max-width: 100%;
    padding: 20px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__quote {
    font-size: 15px;
    line-height: 21px; }
  .split-container__inner--30 .expert-quote-promo .fa-quote-left {
    font-size: 40px;
    top: -15px;
    left: -13px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__name,
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--cropped {
    display: block; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--full {
    display: none; } }

/* Color themes */
.expert-quote-promo.theme-light-blue .expert-quote-promo__color-block::after {
  background: rgba(0, 153, 238, 0.8); }

.expert-quote-promo.theme-blue .expert-quote-promo__color-block::after {
  background: rgba(0, 48, 135, 0.8); }

.what-we-do {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 799px) {
    .what-we-do {
      -ms-flex-direction: column;
          flex-direction: column; } }

.what-we-do__block {
  width: 33%; }
  @media (max-width: 799px) {
    .what-we-do__block {
      width: 100%; }
      .what-we-do__block:not(:last-child) {
        margin-bottom: 25px; } }

.what-we-do__list {
  text-align: center;
  list-style: none; }

.what-we-do__title {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
  text-align: center; }
  .what-we-do__title::after {
    display: block;
    width: 70px;
    height: 2px;
    margin: 20px auto;
    background-color: #0099EE;
    content: ""; }

.what-we-do__list-item {
  margin-bottom: 15px; }

.downloads-button__help-text {
  margin-bottom: 10px; }

.area-of-focus__title {
  margin-bottom: 30px;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 26px;
  font-style: italic; }

.area-of-focus__list {
  list-style: none; }

.area-of-focus__list-item {
  margin-bottom: 20px;
  font-size: 16px; }
  .area-of-focus__list-item a {
    color: #0099EE; }

/* component wraps into 2 columns in 50-50 container */
.split-container__inner--50 .area-of-focus__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .split-container__inner--50 .area-of-focus__list > * {
    width: calc(50% - 10px); }
  .split-container__inner--50 .area-of-focus__list > *:nth-child(odd) {
    margin-right: 20px; }
  .split-container__inner--50 .area-of-focus__list > *:only-child {
    width: 100%;
    margin-right: 0; }
  @media (max-width: 799px) {
    .split-container__inner--50 .area-of-focus__list > *,
    .split-container__inner--50 .area-of-focus__list > *:nth-child(odd),
    .split-container__inner--50 .area-of-focus__list > *:only-child {
      width: 100%;
      margin-right: 0; } }

.photo-caption {
  /* slick slider styles */ }
  .photo-caption.slick-dotted {
    margin-bottom: 70px; }
  .photo-caption .slick-disabled {
    visibility: hidden; }
  .photo-caption .slick-dots {
    bottom: -30px; }
    .photo-caption .slick-dots .slick-active {
      background-color: #78c143; }
    .photo-caption .slick-dots li {
      height: auto;
      width: auto;
      background-color: #d9d9d9; }
    .photo-caption .slick-dots button {
      height: 10px;
      width: 18px;
      padding: 0; }
      .photo-caption .slick-dots button:before {
        display: none; }
  @media (max-width: 520px) {
    .photo-caption .slick-arrow {
      width: 30px; } }

.photo-caption__description {
  background-color: #231f20;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  width: 100%; }
  .photo-caption__description p {
    max-width: none; }
  @media (min-width: 1200px) {
    .photo-caption__description {
      background-color: rgba(35, 31, 32, 0.8);
      padding: 10px 40px;
      position: absolute;
      bottom: 0; } }

.photo-caption__slide {
  position: relative; }
  .experience-editor .photo-caption__slide {
    margin-bottom: 20px;
    min-height: 150px; }

.photo-caption__summary {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0; }

.photo-caption__copyright {
  font-size: 13px;
  font-style: italic;
  line-height: 25px; }

.photo-caption__image {
  position: relative;
  background-position: center;
  background-size: cover; }
  .photo-caption__image::before {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: ""; }
  .photo-caption__image > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.focus-area-section {
  padding: 40px; }
  @media (max-width: 799px) {
    .focus-area-section {
      padding: 20px; } }

.focus-area-section__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.focus-area-section__title {
  color: #fff;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 35px; }

.focus-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.focus-item-teaser {
  border-top-color: #0099EE;
  border-top-style: solid;
  border-top-width: 4px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0 40px;
  padding: 37px 0;
  position: relative;
  width: calc(50% - 80px); }
  .focus-item-teaser:nth-child(odd) {
    margin-left: 0; }
  .focus-item-teaser:nth-child(even) {
    margin-right: 0; }
  @media (max-width: 799px) {
    .focus-item-teaser {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      padding: 20px 0; } }

.focus-item-teaser__title {
  color: #fff;
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 52px;
  margin-bottom: 15px; }

.focus-item-teaser__summary {
  color: #fff;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 20px;
  margin-bottom: 10px; }

.focus-item-teaser__button-space-saver {
  width: 100%;
  height: 40px; }

.focus-item-teaser__button-wrapper {
  display: block;
  width: 100%;
  text-align: right; }

.focus-item-teaser__button {
  border-bottom: none;
  color: #fff;
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline; }
  .focus-item-teaser__button:hover {
    border-bottom: none; }
  .focus-item-teaser__button:after {
    background-color: #0099EE;
    color: #fff;
    content: "›";
    display: inline-block;
    font-size: 40px;
    font-weight: 100;
    height: 40px;
    line-height: 35px;
    margin-left: 15px;
    position: relative;
    bottom: -1px;
    text-align: center;
    width: 40px;
    vertical-align: middle; }

.focus-area-section--theme-blue {
  background-color: #003087; }
  .focus-area-section--theme-blue .focus-area-section__title {
    color: #fff;
    margin-top: 20px; }
  .focus-area-section--theme-blue .focus-item-teaser {
    border-top-color: #0099EE; }
  .focus-area-section--theme-blue .focus-item-teaser__title {
    color: #fff; }
  .focus-area-section--theme-blue .focus-item-teaser__summary {
    color: #fff; }
  .focus-area-section--theme-blue .focus-item-teaser__button-space-saver {
    display: none; }
  .focus-area-section--theme-blue .focus-item-teaser__button-wrapper {
    position: static; }
  .focus-area-section--theme-blue .focus-item-teaser__button {
    color: #fff; }

.focus-area-section--theme-white {
  background-color: #fff; }
  .focus-area-section--theme-white .focus-area-section__title {
    color: #000; }
  .focus-area-section--theme-white .focus-item-teaser {
    border-top-color: #0099EE;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 0;
    margin-bottom: 40px; }
  .focus-area-section--theme-white .focus-item-teaser__title {
    color: #000; }
  .focus-area-section--theme-white .focus-item-teaser__summary {
    color: #444; }
  .focus-area-section--theme-white .focus-item-teaser__button-space-saver {
    display: block; }
  .focus-area-section--theme-white .focus-item-teaser__button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; }
  .focus-area-section--theme-white .focus-item-teaser__button {
    color: #0099EE;
    font-weight: bold; }

.latest-news__entries {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.latest-news__entry {
  margin-bottom: 60px;
  width: 50%; }
  .latest-news__entry:nth-child(2n) {
    padding-left: 30px; }
  .latest-news__entry:nth-child(2n + 1) {
    padding-right: 30px; }
  @media (max-width: 799px) {
    .latest-news__entry {
      width: 100%; }
      .latest-news__entry:nth-child(2n) {
        padding-left: 0; }
      .latest-news__entry:nth-child(2n + 1) {
        padding-right: 0; } }

.latest-news__date {
  color: #d9d9d9; }

.latest-news__title {
  font-size: 18px; }
  .latest-news__title a {
    border-bottom-width: 0; }

.latest-news__button-wrapper {
  text-align: center; }

.large-carousel-section {
  max-width: 1280px;
  margin: 0 auto; }
  .large-carousel-section.is-full-width {
    max-width: 1680px;
    width: 100%; }
  .large-carousel-section .is-full-width {
    margin: 0;
    width: 100%; }

@media (max-width: 500px) {
  .large-carousel .slick-arrow {
    width: 32px; } }

.large-carousel__slide {
  position: relative; }
  .experience-editor .large-carousel__slide {
    margin-bottom: 20px; }

.large-carousel__image {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%; }
  .large-carousel__image:before {
    height: 100px; }
  .large-carousel__image::before {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: ""; }
  .large-carousel__image > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 500px) {
    .large-carousel__image {
      display: none; } }

.large-carousel__image--mobile {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: none; }
  .large-carousel__image--mobile::before {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: ""; }
  .large-carousel__image--mobile > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 500px) {
    .large-carousel__image--mobile {
      display: block; } }
  .large-carousel__image--mobile::before {
    padding-top: 81.25%; }

.large-carousel__content--wrapper {
  padding-left: 80px; }
  @media (max-width: 799px) {
    .large-carousel__content--wrapper {
      max-width: 100%;
      padding-left: 0; } }

.large-carousel__content {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  padding: 50px 30px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-40%);
      transform: translateY(-40%);
  transition: transform 1s ease; }
  .large-carousel--show .large-carousel__content {
    bottom: 16.8%;
    padding: 40px 27px;
    top: auto;
    /* IE does not support top: initial. top: auto; gets the same effect */
    top: initial;
    -ms-transform: none;
        transform: none; }
  @media (min-width: 1200px) {
    .large-carousel__content {
      max-width: 575px;
      left: 12.5%; } }
  @media (max-width: 799px) {
    .large-carousel__content {
      padding: 35px 30px;
      width: calc(100% - 120px);
      position: relative;
      margin-top: -360px;
      margin-left: auto;
      margin-right: auto;
      -ms-transform: none;
          transform: none; }
      .large-carousel--show .large-carousel__content {
        -ms-transform: none;
            transform: none; } }
  @media (max-width: 500px) {
    .large-carousel__content {
      padding: 30px 20px;
      margin-top: -240px;
      width: calc(100% - 90px); } }
  .large-carousel__content > *:last-child {
    margin-bottom: 0; }

.large-carousel__copyright {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  bottom: 50px;
  right: 50px; }
  @media (max-width: 799px) {
    .large-carousel__copyright {
      bottom: auto;
      top: 10px;
      right: 10px; } }

.large-carousel__headline {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px; }
  @media (max-width: 1199px) {
    .large-carousel__headline {
      font-size: 36px;
      line-height: 40px; } }
  @media (max-width: 500px) {
    .large-carousel__headline {
      font-size: 24px;
      line-height: 30px; } }

.large-carousel__summary {
  font-size: 20px;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .large-carousel__summary {
      font-size: 18px;
      display: block; } }
  @media (max-width: 480px) {
    .large-carousel__summary {
      display: none; } }
  @media (max-width: 500px) {
    .large-carousel__summary {
      font-size: 16px; } }

.large-carousel__tag {
  color: #003087;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* styles shared by both horizontal and vertical displays */
.statistics-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.statistic {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.statistic__super,
.statistic__counter-number {
  display: inline;
  font-family: "URW Alternate Gothic W01", sans-serif !important;
  color: #0099EE; }

.statistic__summary {
  font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
  max-width: 300px;
  margin: 15px auto 0;
  color: #707070; }

.statistics-wrapper .statistics-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: -2px; }
  @media (min-width: 1200px) {
    .statistics-wrapper .statistics-list .split-container__inner--30 {
      display: block; } }

.statistics-wrapper .statistic {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 20px;
  position: relative;
  width: 245px; }
  @media (min-width: 1200px) {
    .split-container__inner--30 .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 0 20px 20px; } }
  .statistics-wrapper .statistic:before {
    background-color: #d9d9d9;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: 130px;
    width: 2px; }

.statistics-wrapper .statistic__super {
  font-size: 52px; }
  @media (max-width: 799px) {
    .statistics-wrapper .statistic__super {
      font-size: 40px;
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .split-container__inner--30 .statistics-wrapper .statistic__super {
      font-size: 40px; } }

.statistics-wrapper .statistic__counter-number {
  font-size: 88px;
  line-height: 70px; }
  @media (max-width: 799px) {
    .statistics-wrapper .statistic__counter-number {
      font-size: 65px;
      line-height: 60px; } }
  @media (min-width: 1200px) {
    .split-container__inner--30 .statistics-wrapper .statistic__counter-number {
      font-size: 52px;
      line-height: 60px; } }

.person-focus__slide {
  position: relative;
  z-index: 0; }
  .person-focus__slide.slick-current {
    z-index: 1; }

.person-focus__image-container {
  position: relative;
  background-position: center;
  background-size: cover;
  float: right;
  overflow: hidden;
  width: 90%; }
  .person-focus__image-container::before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: ""; }
  .person-focus__image-container > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 1199px) {
    .person-focus__image-container {
      width: 100%;
      margin-bottom: -50%; } }
  @media (max-width: 799px) {
    .person-focus__image-container {
      position: relative; }
      .person-focus__image-container::before {
        display: block;
        width: 100%;
        padding-top: 133.33333%;
        content: ""; }
      .person-focus__image-container > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.person-focus__content-container {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .person-focus__content-container {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%; } }

.person-focus__content {
  background-color: rgba(0, 153, 238, 0.8);
  margin: 0 auto;
  padding: 30px 20px;
  width: calc(100% - 70px);
  /* color theme options */ }
  @media (min-width: 1200px) {
    .person-focus__content {
      background-color: rgba(255, 255, 255, 0);
      max-width: 540px;
      padding: 70px 80px 80px 70px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .person-focus__content::before {
        left: calc((100vw - 1200px) / 2 * -1);
        width: calc(100% + ((100vw - 1200px) / 2));
        background-color: rgba(0, 153, 238, 0.8);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1; } }
  @media (max-width: 1199px) {
    .person-focus__content {
      width: calc(100% - 150px); } }
  @media (max-width: 799px) {
    .person-focus__content {
      width: calc(100% - 70px); } }
  .person-focus__content.theme-blue {
    background-color: rgba(0, 48, 135, 0.8); }
    @media (min-width: 1200px) {
      .person-focus__content.theme-blue {
        background-color: rgba(255, 255, 255, 0); }
        .person-focus__content.theme-blue::before {
          background-color: rgba(0, 48, 135, 0.8); } }
  .person-focus__content.theme-light-blue {
    background-color: rgba(0, 153, 238, 0.8); }
    @media (min-width: 1200px) {
      .person-focus__content.theme-light-blue {
        background-color: rgba(255, 255, 255, 0); }
        .person-focus__content.theme-light-blue::before {
          background-color: rgba(0, 153, 238, 0.8); } }
  .person-focus__content.theme-green {
    background-color: rgba(120, 193, 67, 0.8); }
    @media (min-width: 1200px) {
      .person-focus__content.theme-green {
        background-color: rgba(255, 255, 255, 0); }
        .person-focus__content.theme-green::before {
          background-color: rgba(120, 193, 67, 0.8); } }
  .person-focus__content.theme-orange {
    background-color: rgba(204, 153, 0, 0.8); }
    @media (min-width: 1200px) {
      .person-focus__content.theme-orange {
        background-color: rgba(255, 255, 255, 0); }
        .person-focus__content.theme-orange::before {
          background-color: rgba(204, 153, 0, 0.8); } }
  .person-focus__content.theme-teal {
    background-color: rgba(0, 153, 153, 0.8); }
    @media (min-width: 1200px) {
      .person-focus__content.theme-teal {
        background-color: rgba(255, 255, 255, 0); }
        .person-focus__content.theme-teal::before {
          background-color: rgba(0, 153, 153, 0.8); } }
  .person-focus__content.theme-maroon {
    background-color: rgba(153, 51, 102, 0.8); }
    @media (min-width: 1200px) {
      .person-focus__content.theme-maroon {
        background-color: rgba(255, 255, 255, 0); }
        .person-focus__content.theme-maroon::before {
          background-color: rgba(153, 51, 102, 0.8); } }

.person-focus__content > * {
  margin-top: 40px; }
  @media (max-width: 1199px) {
    .person-focus__content > * {
      margin-top: 20px; } }
  .person-focus__content > *:first-child {
    margin-top: 0; }

.person-focus__attributes ~ .person-focus__bio {
  margin-top: 10px; }

.person-focus__quote {
  display: block;
  color: #fff;
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 400; }
  @media (max-width: 799px) {
    .person-focus__quote {
      font-size: 20px;
      line-height: 26px; } }

.person-focus__attribute {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700; }
  @media (max-width: 799px) {
    .person-focus__attribute {
      font-size: 18px;
      line-height: 22px; } }

.person-focus__bio {
  color: #fff;
  font-size: 19px;
  line-height: 26px; }
  @media (max-width: 799px) {
    .person-focus__bio {
      font-size: 16px;
      line-height: 19px; } }

.person-focus__links {
  color: #fff;
  font-size: 19px; }
  @media (max-width: 1199px) {
    .person-focus__links {
      font-size: 16px; } }

.person-focus__link {
  border-bottom-color: #fff;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .person-focus__link {
      font-size: 16px;
      line-height: 20px; } }
  .person-focus__link .fa-external-link {
    color: inherit; }

.person-focus__divider {
  background-color: #fff;
  display: block;
  height: 4px;
  width: 75px; }

.featured-person {
  display: -ms-flexbox;
  display: flex;
  height: 550px; }
  @media (max-width: 799px) {
    .featured-person {
      height: auto; } }
  @media (max-width: 799px) {
    .featured-person {
      -ms-flex-direction: column;
          flex-direction: column;
      display: block; } }

.featured-person__container {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 799px) {
    .featured-person__container {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.featured-person__container--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.featured-person__content-boundry {
  width: 100%;
  max-width: calc(1200px / 2);
  padding: 40px; }
  @media (max-width: 1199px) {
    .featured-person__content-boundry {
      padding: 20px; } }

.featured-person__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 799px) {
    .featured-person__image {
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; } }

.featured-person__name {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .featured-person__name {
      font-size: 32px; } }
  @media (max-width: 799px) {
    .featured-person__name {
      font-size: 24px;
      line-height: 28px; } }

.featured-person__title {
  font-family: "Georgia", Times, "Times New Roman", serif !important;
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  margin-top: 10px; }
  @media (max-width: 799px) {
    .featured-person__title {
      font-size: 16px;
      line-height: 20px; } }

.featured-person__bio {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px; }
  @media (max-width: 799px) {
    .featured-person__bio {
      font-size: 14px;
      line-height: 16px; } }

.featured-person__button {
  margin-top: 30px; }
  @media (max-width: 799px) {
    .featured-person__button {
      margin-top: 20px;
      margin-bottom: -10px; } }

.featured-person__color-overlay {
  position: absolute;
  top: 0;
  transition: all 2s ease;
  height: 100%;
  /* size options */
  /* color options */ }
  .featured-person__color-overlay.size-large {
    width: 50%;
    height: 100%; }
  .featured-person__color-overlay.size-medium {
    width: 30%;
    height: 100%; }
  .featured-person__color-overlay.size-small {
    width: 10%;
    height: 100%; }
  @media (max-width: 799px) {
    .featured-person__color-overlay {
      display: none; } }
  .featured-person__color-overlay.theme-blue {
    background-color: rgba(0, 48, 135, 0.8); }
  .featured-person__color-overlay.theme-light-blue {
    background-color: rgba(0, 153, 238, 0.8); }
  .featured-person__color-overlay.theme-green {
    background-color: rgba(120, 193, 67, 0.8); }
  .featured-person__color-overlay.theme-maroon {
    background-color: rgba(153, 51, 102, 0.8); }
  .featured-person__color-overlay.theme-orange {
    background-color: rgba(204, 153, 0, 0.8); }
  .featured-person__color-overlay.theme-teal {
    background-color: rgba(0, 153, 153, 0.8); }

/* Component alignment alternates left/right on desktop */
.featured-person.img-left .featured-person__content-boundry {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 80px; }

.featured-person.img-left .featured-person__color-overlay {
  right: 50px; }
  .featured-person.img-left .featured-person__color-overlay.animated.size-small {
    right: -20px; }
  .featured-person.img-left .featured-person__color-overlay.animated.size-medium {
    right: -40px; }
  .featured-person.img-left .featured-person__color-overlay.animated.size-large {
    right: -60px; }

.featured-person.img-right .featured-person__container--image {
  -ms-flex-order: 2;
      order: 2; }

.featured-person.img-right .featured-person__content-boundry {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 80px; }

.featured-person.img-right .featured-person__color-overlay {
  left: 50px; }
  .featured-person.img-right .featured-person__color-overlay.animated.size-small {
    left: -20px; }
  .featured-person.img-right .featured-person__color-overlay.animated.size-medium {
    left: -40px; }
  .featured-person.img-right .featured-person__color-overlay.animated.size-large {
    left: -60px; }

/* doesn't alternate on mobile */
@media (max-width: 799px) {
  .featured-person.img-left .featured-person__content-boundry,
  .featured-person.img-right .featured-person__content-boundry {
    padding: 40px; }
  .featured-person.img-left .featured-person__container--image,
  .featured-person.img-right .featured-person__container--image {
    -ms-flex-order: 1;
        order: 1; }
  .featured-person.img-left .featured-person__color-overlay,
  .featured-person.img-right .featured-person__color-overlay {
    top: auto;
    right: 0;
    bottom: -10px;
    left: 0; } }

/* button at bottom of container */
.featured-people__button {
  text-align: center;
  position: relative;
  margin-top: 25px; }

.full-width-promo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 40px; }
  @media (max-width: 799px) {
    .full-width-promo {
      height: 300px;
      padding: 20px; } }
  .full-width-promo::before {
    background-image: linear-gradient(to left, transparent 0%, rgba(0, 48, 135, 0.8) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 799px) {
      .full-width-promo::before {
        background-color: rgba(0, 48, 135, 0.8);
        opacity: 0.7; } }

.full-width-promo__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .full-width-promo__content > * {
    max-width: 50%; }
    @media (max-width: 1199px) {
      .full-width-promo__content > * {
        max-width: 70%; } }
    @media (max-width: 799px) {
      .full-width-promo__content > * {
        max-width: 100%; } }

.full-width-promo__headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  color: #fff; }
  @media (max-width: 799px) {
    .full-width-promo__headline {
      font-size: 24px;
      line-height: 32px;
      width: 100%;
      padding: 0; } }

.full-width-promo__divider-line {
  display: block;
  width: 100px;
  height: 4px;
  margin: 15px 0;
  background-color: #009999; }

.full-width-promo__summary {
  color: #fff;
  font-size: 24px;
  line-height: 34px; }
  @media (max-width: 799px) {
    .full-width-promo__summary {
      font-size: 18px;
      line-height: 22px; } }

.full-width-promo__btn {
  margin-top: 24px; }

.opportunities {
  position: relative; }

/* Using background image */
.opportunities__image-container {
  position: relative;
  background-size: cover;
  background-position: center;
  max-width: 80%; }
  .opportunities__image-container::before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: ""; }
  .opportunities__image-container > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 1199px) {
    .opportunities__image-container {
      max-width: 100%; } }
  @media (max-width: 799px) {
    .opportunities__image-container {
      position: relative;
      width: 100%;
      margin-right: 0; }
      .opportunities__image-container::before {
        display: block;
        width: 100%;
        padding-top: 133.33333%;
        content: ""; }
      .opportunities__image-container > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.opportunities__rte-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (max-width: 1199px) {
    .opportunities__rte-container {
      display: block;
      margin-top: -150px;
      padding-bottom: 0;
      padding-top: 0;
      position: relative; } }
  @media (max-width: 500px) {
    .opportunities__rte-container {
      display: block;
      padding: 0; } }

.opportunities__rte {
  display: block;
  padding: 70px;
  background: rgba(0, 48, 135, 0.8);
  max-width: 60%;
  max-height: 100%;
  color: #fff; }
  .opportunities__rte * {
    color: #fff; }
  @media (max-width: 1199px) {
    .opportunities__rte {
      padding: 70px;
      max-width: 100%; } }
  @media (max-width: 799px) {
    .opportunities__rte {
      height: auto;
      max-height: none;
      max-width: 100%;
      padding: 20px;
      box-sizing: content-box; } }

.left-page-navigation {
  background-color: #f7f9f9; }

.left-page-navigation__item {
  margin-bottom: 8px;
  margin-left: 10px; }
  .left-page-navigation__item:last-child {
    margin-bottom: 10px; }
  .left-page-navigation__item a {
    border-bottom-width: 0;
    color: #0099EE;
    font-weight: 400; }

.left-page-navigation__items {
  list-style-type: none; }

.left-page-navigation__title {
  color: #a5a5a5;
  font-size: 13px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.email-form__expansion-container {
  overflow: hidden;
  position: relative;
  transition: height 1s; }
  .email-form__expansion-container:not(.is-visible) {
    height: 0 !important; }

.email-form__expansion-content {
  position: absolute;
  top: 0;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: transform 1s;
  width: 100%; }
  .is-visible .email-form__expansion-content {
    -ms-transform: translateY(0);
        transform: translateY(0); }

.email-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .email-form__row--legend {
    margin-top: 30px; }

.email-form__label {
  margin-bottom: 15px; }
  .email-form__label--camel-case {
    margin-bottom: 15px;
    text-transform: none; }

.email-form__column {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px; }
  .email-form__column *::-ms-backdrop, .email-form__column:nth-last-child(2):first-child ~ .email-form__column {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%; }
  .email-form__column:not(:first-of-type) {
    margin-left: 2%; }
  .email-form__column--wide {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-bottom: 20px; }
  .email-form__column--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px; }
    .email-form__column--full--flex {
      display: -ms-flexbox;
      display: flex; }
  .email-form__column--submit-clear {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: inherit;
        flex-flow: inherit;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .email-form__column--inline-content {
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1050px) {
    .email-form__column {
      max-width: 100%; }
      .email-form__column, .email-form__column--wide, .email-form__column:not(:first-of-type) {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
        margin: 0 auto 30px; }
      .email-form__column--submit-clear {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 30px; }
      .email-form__column--captcha, .email-form__column--submit {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .email-form__column--inline-content {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  @media (max-width: 799px) {
    .email-form__column, .email-form__column--wide, .email-form__column:not(:first-of-type) {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin: 0 auto 30px; } }

.email-form input:not([type="submit"]):not(.email-form__cancel), .email-form .select-list select:not([type="submit"]):not(.email-form__cancel), .select-list .email-form select:not([type="submit"]):not(.email-form__cancel),
.email-form .data-list select:not([type="submit"]):not(.email-form__cancel), .data-list .email-form select:not([type="submit"]):not(.email-form__cancel),
.email-form textarea,
.email-form select,
.email-form .select-list {
  width: 100%; }
  @media (max-width: 799px) {
    .email-form input:not([type="submit"]):not(.email-form__cancel), .email-form .select-list select:not([type="submit"]):not(.email-form__cancel), .select-list .email-form select:not([type="submit"]):not(.email-form__cancel),
    .email-form .data-list select:not([type="submit"]):not(.email-form__cancel), .data-list .email-form select:not([type="submit"]):not(.email-form__cancel),
    .email-form textarea,
    .email-form select,
    .email-form .select-list {
      min-width: 0; } }

.email-form textarea {
  min-height: 250px; }

.email-form #email-form__consent {
  min-width: 20px !important;
  width: 20px;
  height: 20px;
  margin-right: 10px; }

.email-form *,
.email-form *:focus,
.email-form *:invalid {
  box-shadow: none; }

.email-form *:focus {
  border: 1px solid #0099EE; }

.email-form__webmaster-email {
  white-space: nowrap; }

.email-form__legend-wrapper--mobile {
  display: none; }

@media (max-width: 1050px) {
  .email-form__legend-wrapper--desktop {
    display: none; }
  .email-form__legend-wrapper--mobile {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; } }

.email-form__legend {
  margin-top: 30px; }
  @media (max-width: 1050px) {
    .email-form__legend {
      margin-top: 15px; } }

.email-form__captcha {
  display: inline-block;
  vertical-align: middle;
  height: 78px; }
  .email-form__captcha--invisible {
    display: none; }
  @media (max-width: 1050px) {
    .email-form__captcha {
      width: 100%; }
      .email-form__captcha > * {
        margin: 0 auto; } }
  @media (max-width: 799px) {
    .email-form__captcha {
      -ms-transform: scale(0.92);
          transform: scale(0.92);
      -webkit-transform: scale(0.92);
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

.email-form__submit,
.email-form__cancel {
  min-width: 150px;
  vertical-align: top;
  margin-right: 30px; }
  .email-form__submit:disabled:hover,
  .email-form__cancel:disabled:hover {
    background-color: #707070; }
  @media (max-width: 1050px) {
    .email-form__submit,
    .email-form__cancel {
      width: 100%;
      margin: 0 auto; } }

.email-form__cancel {
  background-color: #000000; }

.email-form__message {
  display: none;
  margin-right: 10px;
  line-height: 44px; }
  .email-form__message.active-error {
    display: block;
    border: solid 1px; }

.email-form__message-text {
  display: none; }
  .email-form__message-text.active-error {
    display: block; }

.email-form__message-text--error,
.email-form__message-text--email-error,
.email-form__message-text--telephone-error,
.email-form__message-text--message-error {
  color: red; }

.email-form__message-text--success {
  color: green; }

label.email-error .email-form__message-text--email-error,
.email-form__message.email-error .email-form__message-text--email-error {
  display: block; }

label.email-error .email-form__message-text--error,
label.email-error .email-form__message-text--telephone-error,
label.email-error .email-form__message-text--message-error,
label.email-error .email-form__message-text--success,
.email-form__message.email-error .email-form__message-text--error,
.email-form__message.email-error .email-form__message-text--telephone-error,
.email-form__message.email-error .email-form__message-text--message-error,
.email-form__message.email-error .email-form__message-text--success {
  display: none; }

label.telephone-error .email-form__message-text--telephone-error,
.email-form__message.telephone-error .email-form__message-text--telephone-error {
  display: block; }

label.telephone-error .email-form__message-text--error,
label.telephone-error .email-form__message-text--email-error,
label.telephone-error .email-form__message-text--message-error,
label.telephone-error .email-form__message-text--success,
.email-form__message.telephone-error .email-form__message-text--error,
.email-form__message.telephone-error .email-form__message-text--email-error,
.email-form__message.telephone-error .email-form__message-text--message-error,
.email-form__message.telephone-error .email-form__message-text--success {
  display: none; }

label.message-error .email-form__message-text--message-error,
.email-form__message.message-error .email-form__message-text--message-error {
  display: block; }

label.message-error .email-form__message-text--error,
label.message-error .email-form__message-text--email-error,
label.message-error .email-form__message-text--telephone-error,
label.message-error .email-form__message-text--success,
.email-form__message.message-error .email-form__message-text--error,
.email-form__message.message-error .email-form__message-text--email-error,
.email-form__message.message-error .email-form__message-text--telephone-error,
.email-form__message.message-error .email-form__message-text--success {
  display: none; }

label.error .email-form__message-text--error,
.email-form__message.error .email-form__message-text--error {
  display: block; }

label.error .email-form__message-text--email-error,
label.error .email-form__message-text--telephone-error,
label.error .email-form__message-text--message-error,
label.error .email-form__message-text--success,
.email-form__message.error .email-form__message-text--email-error,
.email-form__message.error .email-form__message-text--telephone-error,
.email-form__message.error .email-form__message-text--message-error,
.email-form__message.error .email-form__message-text--success {
  display: none; }

.email-form__message.success .email-form__message-text--success {
  display: block; }

.email-form__message.success .email-form__message-text--email-error,
.email-form__message.success .email-form__message-text--telephone-error,
.email-form__message.success .email-form__message-text--message-error,
.email-form__message.success .email-form__message-text--error {
  display: none; }

#accommodationRequestForm .email-form__message,
#accommodationRequestForm .email-form__message-text--error,
#accommodationRequestForm .email-form__message-text--email-error,
#accommodationRequestForm .email-form__message-text--telephone-error,
#accommodationRequestForm .email-form__message-text--message-error,
#individualRightsRequestForm .email-form__message,
#individualRightsRequestForm .email-form__message-text--error,
#individualRightsRequestForm .email-form__message-text--email-error,
#individualRightsRequestForm .email-form__message-text--telephone-error,
#individualRightsRequestForm .email-form__message-text--message-error,
#emailForm .email-form__message,
#emailForm .email-form__message-text--error,
#emailForm .email-form__message-text--email-error,
#emailForm .email-form__message-text--telephone-error,
#emailForm .email-form__message-text--message-error {
  color: #B02F30; }

#accommodationRequestForm .email-form__message,
#individualRightsRequestForm .email-form__message,
#emailForm .email-form__message {
  padding: 20px 0 20px 40px;
  margin-bottom: 40px; }
  #accommodationRequestForm .email-form__message li,
  #individualRightsRequestForm .email-form__message li,
  #emailForm .email-form__message li {
    padding-left: 40px; }

#accommodationRequestForm .btn.disabled,
#individualRightsRequestForm .btn.disabled,
#emailForm .btn.disabled {
  background: #a5a5a5;
  cursor: default; }
  #accommodationRequestForm .btn.disabled:hover,
  #individualRightsRequestForm .btn.disabled:hover,
  #emailForm .btn.disabled:hover {
    background: #a5a5a5;
    border-bottom: 0; }

.split-container--50-50 .email-form__row {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.split-container--50-50 .email-form__column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px; }
  .split-container--50-50 .email-form__column:not(:first-of-type) {
    margin-left: 0; }
  .split-container--50-50 .email-form__column *::-ms-backdrop, .split-container--50-50 .email-form__column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; }

/* Search UI */
.offices-search__ui {
  display: block; }

.offices-ui__row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px; }
  .offices-ui__row:first-child {
    margin-top: 0; }
  @media (max-width: 799px) {
    .offices-ui__row {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 0; } }

.offices-ui__column {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .offices-ui__column:first-of-type {
    margin-right: 40px; }
  @media (max-width: 799px) {
    .offices-ui__column {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-bottom: 50px; } }

.offices-ui__title,
.offices-ui__label {
  font-size: 25px;
  line-height: 30px; }

.offices-ui__title {
  margin-bottom: 30px; }

.offices-ui__label {
  font-weight: 700;
  text-transform: none;
  color: #222;
  margin-bottom: 10px; }

.offices-ui__help-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #222;
  margin-bottom: 20px; }

.offices-ui__select-list__wrapper {
  display: block; }
  .offices-ui__select-list__wrapper select {
    width: 100%;
    min-width: 100px; }

.offices-ui__statement {
  margin-top: 30px;
  margin-bottom: 30px; }

.offices-ui__results-wrapper {
  width: 100%; }

.offices-ui__results-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/* Single office contact info */
.office__section {
  display: block;
  font-size: 16px;
  line-height: 24px; }

.office__number-label,
.office__email-label {
  font-weight: 700;
  margin-right: 5px; }

/* Special Offices (headquarters & nearest) */
.offices-ui__row--special-offices .office__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.offices-ui__row--special-offices .office__section {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  .offices-ui__row--special-offices .office__section:first-of-type {
    margin-right: 10px; }
  @media (max-width: 799px) {
    .offices-ui__row--special-offices .office__section {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.offices-ui__row--special-offices .office__name {
  display: none; }

/* Searched Offices */
.offices-ui__row--searched-offices .offices-ui__label {
  margin-bottom: 30px; }

.offices-ui__row--searched-offices .office__wrapper {
  display: none; }

.offices-ui__row--searched-offices .office__wrapper.is-a-result {
  display: block;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .offices-ui__row--searched-offices .office__wrapper.is-a-result {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3); } }
  @media (max-width: 1199px) {
    .offices-ui__row--searched-offices .office__wrapper.is-a-result {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px); } }
  @media (max-width: 799px) {
    .offices-ui__row--searched-offices .office__wrapper.is-a-result {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .offices-ui__row--searched-offices .office__wrapper.is-a-result .office__section {
        padding-right: 0; } }

.offices-ui__row--searched-offices .office__name {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px; }

.offices-ui__row--searched-offices .office__email a {
  font-weight: 400; }

.offices-search__map-section {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
  text-align: center; }
  @media (max-width: 799px) {
    .offices-search__map-section {
      margin-top: 30px; } }

.offices-map {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  border: 1px solid #003087;
  z-index: 1; }

.offices-map__marker {
  background: transparent;
  border: 0; }
  .offices-map__marker .fa {
    color: #0099EE;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }

.office-popup {
  font-size: 14px; }

.office-popup__name {
  text-transform: uppercase;
  font-weight: 700; }

.office-popup__label {
  font-weight: 700; }

@media (max-width: 799px) {
  .leaflet-control-attribution {
    font-size: 10px;
    text-align: left; } }

.social-share {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px;
  position: fixed;
  top: 200px;
  right: 0;
  transition: top 0.25s;
  z-index: 100; }
  .social-share .social-share__buttons li {
    list-style-type: none;
    margin-bottom: 16px; }
    .social-share .social-share__buttons li:last-child {
      margin-bottom: 0; }
  .social-share a {
    border-bottom: none;
    text-decoration: none; }
  @media (max-width: 799px) {
    .social-share {
      display: none; } }

.social-media-latest-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.social-media-latest-news__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
  width: calc(50% - 30px); }
  @media (max-width: 799px) {
    .social-media-latest-news__item {
      width: 100%; } }

.social-media-latest-news__cover-link {
  border-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .social-media-latest-news__cover-link:hover {
    border-bottom: none; }

.social-media-latest-news__info {
  color: #a5a5a5;
  width: 60px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0; }

.social-media-latest-news__image {
  height: auto;
  margin-top: 5px;
  margin-bottom: 8px;
  width: 56px; }

.social-media-latest-news__icon {
  height: auto;
  margin-right: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 14px; }

.social-media-latest-news__message .fa {
  color: #222;
  display: none; }

.social-media-latest-news__cover-link:focus ~ .social-media-latest-news__message .fa {
  display: inline-block; }

/** Other **/
/* optional */
/* li {
  line-height: 2;
}
:invalid {
  outline: 1px solid red;
} */
/*@import "mask";*/
.shell {
  position: relative;
  height: 41px;
  min-width: 300px;
  display: inline-block; }
  .shell span {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none; }
    .shell span i {
      font-style: normal;
      /* any of these 3 will work */
      color: transparent;
      opacity: 0;
      visibility: hidden; }

input.masked, .select-list select.masked,
.data-list select.masked,
.shell span {
  padding: 10px 15px;
  font-size: 16px;
  height: 41px;
  min-width: 300px;
  font-family: sans-serif;
  margin: 0px;
  display: inline;
  vertical-align: baseline;
  line-height: 18px;
  font-weight: 400;
  border: 1px solid #d9d9d9; }

/** Style Guide **/
.styleguide {
  padding: 40px 5%;
  background-color: #f7f9f9; }
  .styleguide header {
    margin-bottom: 30px;
    text-align: center; }
  .styleguide section {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 5px; }
  .styleguide .section--horizontal {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .styleguide .section--horizontal > div {
      min-width: 30%; }
    @media (max-width: 799px) {
      .styleguide .section--horizontal {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .styleguide .section--horizontal > div {
          min-width: 100%; } }
  .styleguide .section__intro {
    margin-bottom: 20px; }
  .styleguide .section__title {
    margin-bottom: 0;
    font-size: 24px;
    color: #444; }
  .styleguide .sub-section {
    margin-bottom: 30px; }
    .section--horizontal .styleguide .sub-section {
      margin-right: 30px; }
  .styleguide .sub-section__title {
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    border-bottom: 1px solid #d9d9d9; }
  .styleguide .note {
    margin-bottom: 10px;
    font-size: 15px;
    font-style: italic;
    color: #707070; }
  .styleguide .colors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 20px;
    list-style: none; }
    @media (max-width: 1199px) {
      .styleguide .colors {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .styleguide .swatch {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 5px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 8px; }
    @media (max-width: 799px) {
      .styleguide .swatch {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .styleguide .swatch__color {
    display: block;
    height: 50px;
    margin-bottom: 0.3em;
    border-radius: 5px; }
  .styleguide .swatch__color--transparent {
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); }
  .styleguide .swatch__label {
    font-size: 14px;
    color: #595959; }
  .styleguide .list-item__heading {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    color: #707070; }
  .styleguide .font,
  .styleguide .h-tag-list {
    list-style: none; }
  .styleguide .font-sans {
    font-family: "Stevie Sans W00", "HelveticaNeue", "Helvetica", "Arial", sans-serif !important; }
  .styleguide .font-serif {
    font-family: "Georgia", Times, "Times New Roman", serif !important; }
  .styleguide h1, .styleguide h2, .styleguide h3, .styleguide .video__title, .styleguide .teaser-block__headline span, .teaser-block__headline .styleguide span,
  .styleguide .teaser-block__name span, .teaser-block__name .styleguide span, .styleguide h4, .styleguide h5, .styleguide h6 {
    margin-bottom: 15px; }
  .styleguide .buttons .btn {
    margin-right: 20px; }
  .styleguide .special-headings *:not(.sub-section__title) {
    margin-bottom: 15px;
    margin-left: 0; }
  .styleguide .styled-list {
    margin-left: 20px; }
  .styleguide .dark-background {
    display: inline-block;
    margin-right: 10px;
    padding: 20px;
    background-color: #707070; }

/** Helper for print styles (show go last) **/
/* Helper class to hide content meant only for printing */
.print-only {
  display: none !important; }
/* optional */
/* li {
  line-height: 2;
}
:invalid {
  outline: 1px solid red;
} */
/*@import "mask";*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/build/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/*# sourceMappingURL=index-generated.css.map */
