/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../../apps/ml/components/clientlib/vendor/slick/css/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../../../apps/ml/components/clientlib/vendor/slick/css/fonts/slick.eot");
  src: url("../../../../../apps/ml/components/clientlib/vendor/slick/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../../apps/ml/components/clientlib/vendor/slick/css/fonts/slick.woff") format("woff"), url("../../../../../apps/ml/components/clientlib/vendor/slick/css/fonts/slick.ttf") format("truetype"), url("../../../../../apps/ml/components/clientlib/vendor/slick/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    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; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* 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;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .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; }

@charset "UTF-8";
/*------------------------------------*    MAIN (imports)
\*------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: normal;
  font-family: "connections bold", arial, sans-serif; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

input[type="submit"]:focus {
  outline: thin dotted; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Bank of America Custom Web Font
 * Typeface: Connections v1.0
 * 14 Total Variations across 3 Families
 */
/* Font: Standard, 7 Total */
/* Weights: Lighter, Normal, Bold, Medium */
/* Styles: Normal, Italic */
@font-face {
  font-family: 'connections';
  src: url("../../fonts/connections_regular-web.woff") format("woff"), url("../../fonts/connections_regular-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections italic';
  src: url("../../fonts/connections_italic-web.woff") format("woff"), url("../../fonts/connections_italic-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections bold';
  src: url("../../fonts/connections_bold-web.woff") format("woff"), url("../../fonts/connections_bold-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections bold italic';
  src: url("../../fonts/connections_bolditalic-web.woff") format("woff"), url("../../fonts/connections_bolditalic-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections light';
  src: url("../../fonts/connections_light-web.woff") format("woff"), url("../../fonts/connections_light-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections light italic';
  src: url("../../fonts/connections_lightitalic-web.woff") format("woff"), url("../../fonts/connections_lightitalic-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections medium';
  src: url("../../fonts/connections_medium-web.woff") format("woff"), url("../../fonts/connections_medium-web.ttf") format("truetype"); }

/* Font: Condensed, 4 Total */
/* Weights: Lighter, Bold */
/* Styles: Normal, Italic */
@font-face {
  font-family: 'connections condensed';
  src: url("../../fonts/connectionscond_regular-web.woff") format("woff"), url("../../fonts/connectionscond_regular-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections condensed bold';
  src: url("../../fonts/connectionscond_bold-web.woff") format("woff"), url("../../fonts/connectionscond_bold-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections condensed bold italic';
  src: url("../../fonts/connectionscond_bolditalic-web.woff") format("woff"), url("../../fonts/connectionscond_bolditalic-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections condensed light';
  src: url("../../fonts/connectionscond_light-web.woff") format("woff"), url("../../fonts/connectionscond_light-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections condensed light italic';
  src: url("../../fonts/connectionscond_lightitalic-web.woff") format("woff"), url("../../fonts/connectionscond_lightitalic-web.ttf") format("truetype"); }

/* Font: Serif, 4 Total */
/* Weights: Normal, Bold */
/* Styles: Normal, Italic */
@font-face {
  font-family: 'connections serif';
  src: url("../../fonts/connectionsserif_regular-web.woff") format("woff"), url("../../fonts/connectionsserif_regular-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections serif italic';
  src: url("../../fonts/connectionsserif_italic-web.woff") format("woff"), url("../../fonts/connectionsserif_italic-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections serif bold';
  src: url("../../fonts/connectionsserif_bold-web.woff") format("woff"), url("../../fonts/connectionsserif_bold-web.ttf") format("truetype"); }

@font-face {
  font-family: 'connections serif bold italic';
  src: url("../../fonts/connectionsserif_bolditalic-web.woff") format("woff"), url("../../fonts/connectionsserif_bolditalic-web.ttf") format("truetype"); }

/*------------------------------------*    GLOBAL/BASE STYLES
\*------------------------------------*/
html,
body {
  padding: 0;
  margin: 0; }
  html.js-no-scroll,
  body.js-no-scroll {
    overflow: hidden; }

body.aem-edit {
  padding: 0 20px; }

html {
  box-sizing: border-box; }

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

body {
  background-color: #F9F7F4; }

/* ----- Global Element Styles ----- */
main, header, footer {
  font-family: "connections", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  color: #454545; }
  main h1, main h2, main h3, main h4, main h5, main h6, main p, main ul, main ol, main dl, main dt, main dd, main li, header h1, header h2, header h3, header h4, header h5, header h6, header p, header ul, header ol, header dl, header dt, header dd, header li, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer ul, footer ol, footer dl, footer dt, footer dd, footer li {
    /*
        font-size: $font-size-default;
        font-weight: normal;
      */
    margin: 0;
    padding: 0; }
  main p, header p, footer p {
    line-height: 1.6;
    margin: 1em 0; }
  main ul, main ol, header ul, header ol, footer ul, footer ol {
    padding-left: 1.85em; }
  main ul li, header ul li, footer ul li {
    list-style: inherit; }
  main dt, header dt, footer dt {
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections bold", Arial, Helvetica, sans-serif; }
  main dd, header dd, footer dd {
    font-size: 0.85em;
    margin-bottom: 1em; }
  main strong, header strong, footer strong {
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections bold", Arial, Helvetica, sans-serif; }
  main hr, header hr, footer hr {
    border-top: 1px solid #cacaca;
    clear: both;
    display: block;
    margin-top: 16px;
    padding-top: 8px; }
  main a, header a, footer a {
    text-decoration: none;
    color: #0052C2;
    transition: color; }
    main a:hover, header a:hover, footer a:hover {
      color: #003276; }
    @media (min-width: 769px) {
      main a[href^="tel:"], header a[href^="tel:"], footer a[href^="tel:"] {
        pointer-events: none;
        color: inherit; } }

/* ----- Global Class Styles ----- */
#content {
  position: relative; }

.image img {
  max-width: 100%; }

.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 479px) {
  .u-mobile-full-bleed {
    width: calc(100% + 48px);
    transform: translateX(-24px); } }

.hide {
  display: none !important; }
  @media (max-width: 768px) {
    .hide--m-down {
      display: none !important; } }
  @media (min-width: 769px) {
    .hide--m-up {
      display: none !important; } }

.hide-for-desktop {
  display: block !important; }

.hide-for-mobile {
  display: none !important; }

@media only screen and (min-width: 769px) {
  .hide-for-desktop {
    display: none !important; }
  .hide-for-mobile {
    display: block !important; } }

.accessibility-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.skip-content {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 4px 0 0 4px;
  z-index: 1001; }

.skip-content:hover, .skip-content:focus {
  left: 0; }

a.skip-content:hover ~ .nav, .skip-content:focus ~ .nav {
  top: 30px; }

.aem-helper {
  font-size: 14px !important;
  padding: 3px 1rem;
  width: auto;
  display: inline-block;
  margin: 10px 0 5px;
  color: #C41230;
  position: relative;
  min-width: 100px;
  text-align: left;
  border: 1px dotted #C41230;
  text-shadow: none; }
  .aem-helper.is-sightly {
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .aem-helper + .btn {
    margin-bottom: 1rem; }
  .aem-helper--mid-content {
    background-color: rgba(0, 84, 159, 0.1);
    border: 1px dotted #00549F;
    padding: 4px;
    margin-top: 30px;
    width: 100%;
    font-weight: bold;
    color: #00549F;
    font-size: 0.875rem;
    text-align: center; }
    .aem-helper--mid-content:before, .aem-helper--mid-content:after {
      content: '↓';
      margin: 0 2px; }
  .aem-helper--disabled-content {
    background-color: rgba(245, 245, 245, 0.5);
    border: 1px dotted #909090;
    padding: 4px;
    margin-top: 30px;
    width: 100%;
    font-weight: bold;
    color: #565656;
    font-size: 12px;
    text-align: center; }
    .aem-helper--disabled-content:before, .aem-helper--disabled-content:after {
      content: '↓';
      margin: 0 2px; }

.t3microsite, .t3landing {
  background-color: #fff; }
  .t3microsite .header, .t3landing .header {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto; }
    .t3microsite .header__heading, .t3microsite .header__heading--2, .t3microsite .header__heading--3, .t3landing .header__heading, .t3landing .header__heading--2, .t3landing .header__heading--3 {
      padding: 50px 0 0;
      font-size: 1.5rem;
      line-height: 1.25; }
      @media (min-width: 769px) {
        .t3microsite .header__heading, .t3microsite .header__heading--2, .t3microsite .header__heading--3, .t3landing .header__heading, .t3landing .header__heading--2, .t3landing .header__heading--3 {
          font-size: 2.625rem; } }
  .t3microsite .container, .t3landing .container {
    margin: 50px 0; }
    .t3microsite .container__header .header__heading, .t3landing .container__header .header__heading {
      padding-left: 0;
      padding-right: 0; }
  .t3microsite .content-wrapper, .t3landing .content-wrapper {
    margin: 0 auto;
    max-width: 1400px; }

.t3landing .header__heading, .t3landing .header__heading--2, .t3landing .header__heading--3 {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0 20px 23px 20px; }
  @media (min-width: 769px) {
    .t3landing .header__heading, .t3landing .header__heading--2, .t3landing .header__heading--3 {
      font-size: 2.25rem;
      padding: 0 20px 23px 20px; } }

@media (min-width: 769px) {
  .t3landing .header__heading--2 {
    padding-bottom: 25px; } }

@media (min-width: 769px) {
  .t3landing .header__heading--3 {
    padding-top: 24px; } }

.t1microsite .header__heading, .t1microsite .header__heading--2, .t1microsite .header__heading--3 {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections light", Arial, Helvetica, sans-serif; }

.t1microsite.no-ios .cta__anchor--buttonbase:hover {
  color: #0052C2 !important;
  background-color: #FFF !important; }

.t1microsite.no-ios .cta__anchor--buttonbase-red:hover {
  color: #FFF !important;
  background-color: #B71234 !important; }

.t1microsite.no-ios .cta__anchor--buttonbase-blue:hover {
  color: #0052C2 !important;
  background-color: #FFF !important; }

.t1microsite.no-ios .cta__anchor--bordered-blue:hover {
  color: #FFF !important;
  background-color: #012169 !important;
  border: solid 1px #012169; }

/* ----- Utility Styles for Rich Text Editor ----- */
.font-regular {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.font-italic {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections italic", Arial, Helvetica, sans-serif; }

.font-bold {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections bold", Arial, Helvetica, sans-serif; }

.font-bold-italic {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections bold italic", Arial, Helvetica, sans-serif; }

.font-light {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections light", Arial, Helvetica, sans-serif; }

.font-light-italic {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections light italic", Arial, Helvetica, sans-serif; }

.font-medium {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections medium", Arial, Helvetica, sans-serif; }

.font-serif {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections serif", Georgia, serif; }

.font-serif-italic {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections serif italic", Georgia, serif; }

.font-serif-bold {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections serif bold", Georgia, serif; }

.font-serif-bold-italic {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections serif bold italic", Georgia, serif; }

@media (min-width: 769px) {
  .copy-size-xl {
    font-size: 1.5rem; } }

.copy-size-l {
  font-size: 1.25rem; }

@media (min-width: 769px) {
  .copy-size-m {
    font-size: 1.125rem; } }

.copy-size-s {
  font-size: 1rem; }

.copy-size-xs {
  font-size: 0.875rem; }

.copy-size-xxs {
  font-size: 0.75rem; }

@media (min-width: 769px) {
  .heading-size-xl {
    font-size: 3.125rem; } }

.heading-size-l {
  font-size: 2.625rem; }

@media (min-width: 769px) {
  .heading-size-m {
    font-size: 2.25rem; } }

.heading-size-s {
  font-size: 1.5rem; }
  @media (min-width: 769px) {
    .heading-size-s {
      font-size: 2rem; } }

.heading-size-xs {
  font-size: 1.875rem; }

.line-height-xl {
  line-height: 1.8; }

.line-height-l {
  line-height: 1.6; }

.line-height-m {
  line-height: 1.4; }

.line-height-s {
  line-height: 1.2; }

.color-red {
  color: #E31837; }

.color-blue {
  color: #001E6B; }

.color-black {
  color: #333; }

.color-white {
  color: #FFF; }

.color-grey {
  color: #777; }

/*------------------------------------*    PRINT STYLES
\*------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact; }
  body {
    padding-top: 0 !important; } }

/* ----- Footer component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.t1footer {
  padding-bottom: 50px; }
  .t1footer p {
    margin: 0;
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections light", Arial, Helvetica, sans-serif;
    font-size: 0.625rem;
    line-height: 1.8;
    color: #4A4A4A; }
  .t1footer__wrapper {
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .t1footer__wrapper {
        padding: 0 72px; } }
  .t1footer__items {
    padding: 41px 0 50px 50px;
    background-color: #012269; }
    @media (min-width: 769px) {
      .t1footer__items {
        padding: 50px 0; } }
    @media (min-width: 769px) {
      .t1footer__items-groups {
        display: flex;
        flex-wrap: wrap; } }
    .t1footer__items-groups ul {
      flex-grow: 1;
      padding-left: 0;
      list-style-type: none; }
      @media (min-width: 769px) {
        .t1footer__items-groups ul {
          display: flex; }
          .t1footer__items-groups ul:nth-child(2n) {
            justify-content: flex-end; }
            .t1footer__items-groups ul:nth-child(2n) li:last-child {
              padding: 0;
              margin-right: 0; } }
      @media (max-width: 1054px) {
        .t1footer__items-groups ul:nth-child(2n) {
          justify-content: flex-start; } }
      .t1footer__items-groups ul + ul {
        padding-top: 34px; }
        @media (min-width: 769px) {
          .t1footer__items-groups ul + ul {
            padding-top: 0; } }
      .t1footer__items-groups ul li {
        position: relative; }
        .t1footer__items-groups ul li + li {
          padding: 21px 0 0; }
        @media (min-width: 769px) {
          .t1footer__items-groups ul li {
            padding: 0 10px 0 0;
            margin-right: 10px; }
            .t1footer__items-groups ul li + li {
              padding: 0 10px 0 0;
              margin-right: 10px; } }
        .t1footer__items-groups ul li a {
          display: inline-block;
          font-family: "connections", Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-family: "connections medium", Arial, Helvetica, sans-serif;
          font-size: 0.875rem;
          color: #fff;
          white-space: nowrap; }
          .t1footer__items-groups ul li a:hover {
            font-family: "connections medium", Arial, Helvetica, sans-serif;
            color: #d9d9d9; }
          .t1footer__items-groups ul li a:focus {
            outline-color: inherit; }
    .t1footer__items-groups + a .t1footer__picture .t1footer__img {
      margin-top: 35px; }
  .t1footer__image, .t1footer__img {
    display: inline-block;
    max-width: 100%;
    width: auto; }
  .t1footer__disclaimer {
    margin-top: 35px; }
    @media (min-width: 769px) {
      .t1footer__disclaimer {
        margin-top: 55px; } }
    .t1footer__disclaimer .text p > sup {
      margin-left: -0.6em;
      margin-right: 1px; }
  .t1footer .aem-wrap--link-list.cq-Editable-dom .new {
    display: none; }

/* ----- Custom Navigation component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.masthead-navigation {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .masthead-navigation {
      display: block; } }
  .masthead-navigation.invisible {
    visibility: hidden; }
  .masthead-navigation__wrapper {
    overflow: visible;
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
    max-width: 1256px; }
  .masthead-navigation__swoosh {
    height: 53px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -36px; }
  .masthead-navigation__nav {
    display: block; }
    .masthead-navigation__nav > ul {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none;
      min-height: 72px; }
      .masthead-navigation__nav > ul .masthead-navigation__nav-item,
      .masthead-navigation__nav > ul .masthead-navigation__nav-item-link {
        display: inline-block;
        font-family: "connections", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-family: "connections light", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        line-height: 18px;
        text-transform: uppercase;
        text-align: center; }
        @media (min-width: 769px) {
          .masthead-navigation__nav > ul .masthead-navigation__nav-item,
          .masthead-navigation__nav > ul .masthead-navigation__nav-item-link {
            vertical-align: middle; } }
      .masthead-navigation__nav > ul .masthead-navigation__nav-item-link {
        display: inline-block;
        padding-top: 19px;
        padding-bottom: 19px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; }
        .masthead-navigation__nav > ul .masthead-navigation__nav-item-link:hover {
          color: #0052C2;
          border-bottom-color: #0052C2; }
      .masthead-navigation__nav > ul .masthead-navigation__nav-item + .masthead-navigation__nav-item {
        margin-left: 30px; }
        @media (min-width: 769px) {
          .masthead-navigation__nav > ul .masthead-navigation__nav-item + .masthead-navigation__nav-item {
            margin-left: 60px; } }
    .masthead-navigation__nav p {
      margin: 0;
      line-height: 1;
      font-size: 1.125rem;
      color: #000; }

.masthead-navigation--edit.masthead-navigation {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto; }

/* ----- Footer component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.footer {
  padding-bottom: 50px; }
  .footer p {
    margin: 0;
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections light", Arial, Helvetica, sans-serif;
    font-size: 0.625rem;
    line-height: 1.8;
    color: #4A4A4A; }
  .footer table {
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections medium", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    color: #4A4A4A; }
    @media (max-width: 768px) {
      .footer table td {
        float: left;
        width: 100%; } }
    @media (max-width: 768px) {
      .footer table td + td {
        margin-top: 20px; } }
  .footer__wrapper {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1440px) {
      .footer__wrapper {
        padding: 0; } }
  .footer__links {
    padding: 30px 0;
    background-color: #012269; }
    @media (min-width: 769px) {
      .footer__links {
        padding: 50px 0; } }
    @media (min-width: 769px) {
      .footer__links .footer__wrapper {
        display: flex;
        justify-content: flex-end; } }
    .footer__links a {
      font-family: "connections", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-family: "connections medium", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      color: #fff; }
      .footer__links a:hover {
        color: #d9d9d9; }
      .footer__links a:focus {
        outline-color: inherit; }
  .footer__group {
    padding-left: 15%; }
    @media (min-width: 769px) {
      .footer__group {
        width: 29.5%;
        padding-right: 10px;
        padding-left: 20px; } }
    @media (min-width: 1200px) {
      .footer__group {
        padding-left: 0; } }
    @media (min-width: 769px) {
      .footer__group--left {
        flex-grow: 1; } }
    @media (max-width: 768px) {
      .footer__links .footer__group + .footer__group {
        margin-top: 50px; } }
  .footer__disclaimer {
    margin-top: 35px; }
    @media (min-width: 769px) {
      .footer__disclaimer {
        margin-top: 55px; } }
    .footer__disclaimer .text p > sup {
      margin-left: -0.6em;
      margin-right: 1px; }
  @media (min-width: 769px) {
    .footer--t3-inline .footer__links {
      padding: 60px 0; } }
  @media (min-width: 769px) {
    .footer--t3-inline .footer__links .footer__wrapper {
      display: block; } }
  @media (min-width: 769px) {
    .footer--t3-inline .footer__links .aem-wrap--link-list {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 769px) {
    .footer--t3-inline .footer__links .cta {
      padding: 0; }
      .footer--t3-inline .footer__links .cta a, .footer--t3-inline .footer__links .cta img {
        display: block; }
      .footer--t3-inline .footer__links .cta .cta__anchor {
        line-height: 1; }
        .footer--t3-inline .footer__links .cta .cta__anchor--link {
          padding: 7px 0 3px; } }
  .footer--t3-inline .footer__group {
    width: 100%; }
  .t3landing .footer table {
    border: 2px solid; }
    @media (max-width: 768px) {
      .t3landing .footer table {
        border: 1px solid; } }
    .t3landing .footer table td {
      margin: 0;
      padding: 5px;
      border: 2px solid; }
      @media (max-width: 768px) {
        .t3landing .footer table td {
          border: 1px solid; } }
  .footer .aem-wrap--link-list.cq-Editable-dom .new {
    display: none; }

/* ----- Custom Navigation component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.custom-navigation {
  background-color: #FFF;
  overflow: visible;
  max-width: 100%; }
  .custom-navigation__wrapper {
    overflow: visible;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 5%;
    margin: 0 auto;
    max-width: 100%; }
    @media (min-width: 769px) {
      .custom-navigation__wrapper {
        padding-top: 5px;
        padding-bottom: 10px;
        max-width: 1440px; } }
  .custom-navigation__logo {
    display: block; }
    .custom-navigation__logo-img {
      display: block;
      max-width: 122px; }
      @media (min-width: 769px) {
        .custom-navigation__logo-img {
          max-width: 195px; } }
  .custom-navigation__nav {
    display: block;
    justify-self: flex-end;
    margin-left: auto; }
    .custom-navigation__nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .custom-navigation__nav p {
      margin: 0;
      line-height: 1;
      font-size: 1.125rem;
      color: #000; }
    .custom-navigation__nav-item, .custom-navigation__nav-item-icon, .custom-navigation__nav-item-text {
      display: inline-block; }
      @media (min-width: 769px) {
        .custom-navigation__nav-item, .custom-navigation__nav-item-icon, .custom-navigation__nav-item-text {
          vertical-align: middle; } }
    .custom-navigation__nav .custom-navigation__nav-item + .custom-navigation__nav-item {
      margin-left: 30px; }
      @media (min-width: 769px) {
        .custom-navigation__nav .custom-navigation__nav-item + .custom-navigation__nav-item {
          margin-left: 60px; } }
    .custom-navigation__nav-item-icon {
      vertical-align: middle; }
      .custom-navigation__nav-item-icon img {
        display: block;
        max-width: 22px; }
    @media (max-width: 769px) {
      .custom-navigation__nav[data-is-toggle] {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #FFF;
        z-index: 99;
        overflow: hidden; } }
    @media (max-width: 769px) {
      .custom-navigation__nav[data-is-toggle] ul {
        padding: 10px 0; } }
    @media (max-width: 769px) {
      .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-item {
        display: block;
        border: 1px solid #001E6B;
        margin: 3px 1%;
        padding: 6px 20px; } }
    @media (max-width: 769px) {
      .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-item + .custom-navigation__nav-item {
        margin-left: 1%; } }
    @media (max-width: 769px) {
      .custom-navigation__nav--open[data-is-toggle] {
        display: block; } }
  .custom-navigation__toggle-button {
    position: relative;
    transition: background-color .3s linear;
    justify-self: flex-end;
    height: 20px;
    width: 30px;
    margin-left: auto; }
    @media (min-width: 769px) {
      .custom-navigation__toggle-button {
        display: none; } }
    .custom-navigation__toggle-button:after, .custom-navigation__toggle-button:before {
      content: "";
      position: absolute;
      left: 50%;
      display: block;
      width: 26px;
      border-bottom: 4px solid #001E6B;
      transform: translateX(-50%);
      transition: all 250ms linear;
      transform-origin: center left; }
    .custom-navigation__toggle-button:before {
      top: 2px;
      height: 10px;
      border-top: 4px solid #001E6B; }
    .custom-navigation__toggle-button:after {
      bottom: 2px;
      height: 4px; }
    .custom-navigation__toggle-button--open {
      height: 25px; }
      .custom-navigation__toggle-button--open:before, .custom-navigation__toggle-button--open:after {
        left: 6px;
        width: 24px; }
      .custom-navigation__toggle-button--open:before {
        height: 4px;
        border-top: 0;
        transform: rotate(45deg); }
      .custom-navigation__toggle-button--open:after {
        transform: rotate(-45deg); }

/* ----- Custom Navigation component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.microsite-nav {
  width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  position: fixed;
  z-index: 9999; }
  .microsite-nav .custom-navigation {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
    .microsite-nav .custom-navigation__logo-img {
      justify-self: flex-start; }
    @media (min-width: 769px) {
      .microsite-nav .custom-navigation__nav {
        margin-left: 30px; } }
    @media (min-width: 769px) {
      .microsite-nav .custom-navigation__nav-anchor {
        display: flex;
        height: 90px;
        align-items: center;
        font-size: 1.125rem;
        color: #333;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; } }
    @media (min-width: 769px) {
      .microsite-nav .custom-navigation__nav-anchor.active, .microsite-nav .custom-navigation__nav-anchor:hover {
        color: #0052C2;
        border-bottom-color: #0052C2; }
        .microsite-nav .custom-navigation__nav-anchor.active:hover, .microsite-nav .custom-navigation__nav-anchor:hover:hover {
          color: #003276; } }
    @media (min-width: 769px) {
      .microsite-nav .custom-navigation__nav-anchor:hover {
        color: #0d0d0d; } }
    @media (min-width: 769px) {
      .microsite-nav .custom-navigation__nav .custom-navigation__nav-item + .custom-navigation__nav-item {
        margin-left: 15px; } }
    @media (min-width: 1200px) {
      .microsite-nav .custom-navigation__nav .custom-navigation__nav-item + .custom-navigation__nav-item {
        margin-left: 45px; } }
    @media (max-width: 769px) {
      .microsite-nav .custom-navigation__nav[data-is-toggle] {
        left: auto;
        right: 0;
        width: auto;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } }
    @media (max-width: 769px) {
      .microsite-nav .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-item {
        margin: 0;
        padding: 14px 25px;
        border: none; } }
    @media (max-width: 769px) {
      .microsite-nav .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-anchor {
        display: block;
        font-family: "connections", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-family: "connections light", Arial, Helvetica, sans-serif;
        font-size: 1.125rem;
        line-height: 1;
        color: #000; }
        .microsite-nav .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-anchor.active {
          color: #0052C2; } }
    @media (max-width: 768px) {
      .microsite-nav .custom-navigation__utils {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 0 20px 0 40px; } }
    @media (min-width: 769px) {
      .microsite-nav .custom-navigation__utils {
        margin-left: auto; } }
    .microsite-nav .custom-navigation__utils .nav-link {
      display: inline-block;
      vertical-align: middle; }
      .microsite-nav .custom-navigation__utils .nav-link * {
        vertical-align: middle; }
      .microsite-nav .custom-navigation__utils .nav-link--phone {
        font-size: 1.125rem;
        line-height: 1.24;
        color: #000; }
        .microsite-nav .custom-navigation__utils .nav-link--phone svg {
          fill: none;
          stroke: #0052C2;
          stroke-width: 1.5; }
          .microsite-nav .custom-navigation__utils .nav-link--phone svg path {
            transform: translateX(2px); }
          @media (min-width: 769px) {
            .microsite-nav .custom-navigation__utils .nav-link--phone svg {
              width: 16px;
              height: 16px;
              stroke: #000; } }
        @media (max-width: 768px) {
          .microsite-nav .custom-navigation__utils .nav-link--phone {
            margin-left: auto; } }
      .microsite-nav .custom-navigation__utils .nav-link--cta {
        margin-left: 20px; }
        @media (min-width: 769px) {
          .microsite-nav .custom-navigation__utils .nav-link--cta {
            padding: 8px 29px 9px;
            margin-left: 15px;
            font-size: 1rem;
            line-height: 1.1;
            color: #fff;
            background-color: #0052C2; } }
    .microsite-nav .custom-navigation__toggle-button {
      height: 20px;
      width: 22px; }
      .microsite-nav .custom-navigation__toggle-button:after, .microsite-nav .custom-navigation__toggle-button:before {
        width: 18px;
        border-bottom: 1px solid #0052C2; }
      .microsite-nav .custom-navigation__toggle-button:before {
        height: 8px;
        border-top: 1px solid #0052C2; }
      .microsite-nav .custom-navigation__toggle-button:after {
        height: 1px; }
      .microsite-nav .custom-navigation__toggle-button--open:before, .microsite-nav .custom-navigation__toggle-button--open:after {
        left: 3px;
        width: 21px; }
      .microsite-nav .custom-navigation__toggle-button--open:before {
        height: 1px;
        border-top: 0;
        transform: rotate(45deg); }
      .microsite-nav .custom-navigation__toggle-button--open:after {
        transform: rotate(-45deg); }
  .microsite-nav.is-pinned {
    top: auto;
    bottom: 0; }
    .microsite-nav.is-pinned .custom-navigation {
      animation: slideup .3s linear;
      box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2); }
      @media (max-width: 769px) {
        .microsite-nav.is-pinned .custom-navigation__nav {
          top: auto;
          bottom: 100%;
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2); } }
  .microsite-nav--edit {
    position: relative; }

@keyframes slideup {
  from {
    transform: translate3d(0, 90px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

/* ----- Custom Navigation component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.t1-nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 6010; }

.t1 .custom-navigation {
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 1240px !important;
  margin: 0 auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
  .t1 .custom-navigation-login__container {
    display: none; }
    @media (min-width: 769px) {
      .t1 .custom-navigation-login__container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #f3f2f3;
        height: 40px;
        width: 100%; }
        .t1 .custom-navigation-login__container a {
          color: #012169;
          text-decoration: underline;
          font-size: 14px; } }
    .t1 .custom-navigation-login__container--mobile {
      color: #fff;
      font-size: 1.125rem;
      padding: 14px 25px;
      background-color: #012169; }
      @media (min-width: 769px) {
        .t1 .custom-navigation-login__container--mobile {
          display: none; } }
      .t1 .custom-navigation-login__container--mobile a {
        color: #fff; }
  .t1 .custom-navigation-login__desktop {
    color: #012169;
    border: 1px solid #012169;
    padding: 10px 40px;
    margin-left: 30px; }
    @media (min-width: 769px) {
      .t1 .custom-navigation-login__desktop {
        padding: 5px 35px; } }
    @media (min-width: 1024px) {
      .t1 .custom-navigation-login__desktop {
        padding: 10px 40px; } }
  .t1 .custom-navigation-login__content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 0 10px;
    justify-content: flex-end; }
  .t1 .custom-navigation__wrapper {
    display: flex;
    padding: 0 20px;
    height: 75px;
    background-color: #fff;
    justify-content: space-between;
    max-width: 1320px; }
    @media (min-width: 769px) {
      .t1 .custom-navigation__wrapper {
        height: 80px; } }
  .t1 .custom-navigation__logo-img {
    max-width: 400px;
    justify-self: flex-start; }
    @media (min-width: 769px) {
      .t1 .custom-navigation__logo-img {
        max-width: 400px; } }
  .t1 .custom-navigation-t1__items {
    display: inline-flex; }
  .t1 .custom-navigation__nav {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%; }
    @media (min-width: 769px) {
      .t1 .custom-navigation__nav {
        position: absolute;
        right: 170px;
        top: 80px;
        width: auto;
        padding: 0;
        display: none; } }
    .t1 .custom-navigation__nav p {
      line-height: 1.50; }
    .t1 .custom-navigation__nav--trigger {
      display: none;
      font-size: 1.25rem;
      font-family: "connections light", Arial, Helvetica, sans-serif;
      color: #000; }
      @media (min-width: 769px) {
        .t1 .custom-navigation__nav--trigger {
          display: block;
          float: left;
          font-size: 1.15rem; } }
      @media (min-width: 1024px) {
        .t1 .custom-navigation__nav--trigger {
          font-size: 1.5rem; } }
      .t1 .custom-navigation__nav--trigger button {
        border: none;
        padding-left: 0;
        color: #012169;
        font-family: "connections light", Arial, Helvetica, sans-serif; }
      .t1 .custom-navigation__nav--trigger.open .t1-header__nav--trigger:after {
        margin: -1px 0 0 9px;
        transform: rotate(180deg); }
      .t1 .custom-navigation__nav--trigger--dropdown {
        z-index: 99;
        top: 39px;
        right: 0;
        padding: 30px;
        display: none;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.95); }
        .t1 .custom-navigation__nav--trigger--dropdown li {
          margin-bottom: 15px;
          color: #243772;
          list-style-type: none;
          text-align: right; }
          .t1 .custom-navigation__nav--trigger--dropdown li a.home__icon::before {
            display: block;
            content: '';
            width: 20px;
            float: left;
            height: 19px;
            margin: 5px 8px 0 0;
            background: url("../../../../../apps/ml/components/content/enhanced/global/custom-navigation/assets/images/home-blue-icon.png") no-repeat; }
        .t1 .custom-navigation__nav--trigger--dropdown a:link {
          color: #243772;
          text-decoration: none; }
        .t1 .custom-navigation__nav--trigger--dropdown a:hover {
          color: #001E6B; }
    .t1 .custom-navigation__nav--prefix {
      font-family: "connections light", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.05);
      padding: 20px 0; }
    .t1 .custom-navigation__nav--active-text {
      display: inline-block;
      border-bottom: 1px solid #012169;
      font-family: "connections light", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      color: #012169; }
      @media (min-width: 769px) {
        .t1 .custom-navigation__nav--active-text {
          font-size: 1.15rem; } }
      @media (min-width: 1024px) {
        .t1 .custom-navigation__nav--active-text {
          font-size: 1.5rem; } }
      @media (min-width: 769px) {
        .t1 .custom-navigation__nav--active-text.multi:after {
          content: '';
          width: 16px;
          float: right;
          height: 14px;
          display: block;
          cursor: pointer;
          margin: 14px 0 0 9px;
          background: url("../../images/global/down_arrow.svg") no-repeat; } }
      .t1 .custom-navigation__nav--active-text .navlinktext,
      .t1 .custom-navigation__nav--active-text button {
        border: none;
        background: none;
        padding: 0;
        color: #012169;
        font-family: "connections light", Arial, Helvetica, sans-serif; }
      .t1 .custom-navigation__nav--active-text .navlinktext {
        cursor: pointer;
        font-size: 24px;
        line-height: 29px;
        margin: 0; }
    .t1 .custom-navigation__nav-anchor {
      font-size: 1.125rem;
      line-height: 3rem;
      padding: 10px 38px;
      height: auto;
      box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.05);
      font-family: "connections light", Arial, Helvetica, sans-serif;
      color: #000; }
      @media (min-width: 769px) {
        .t1 .custom-navigation__nav-anchor {
          display: block;
          text-align: left;
          font-size: 1.125rem;
          line-height: 3rem;
          border-top: none;
          border-bottom: none; } }
      @media (min-width: 769px) {
        .t1 .custom-navigation__nav-anchor.active, .t1 .custom-navigation__nav-anchor:hover {
          color: #000;
          border-bottom: none; }
          .t1 .custom-navigation__nav-anchor.active:hover, .t1 .custom-navigation__nav-anchor:hover:hover {
            color: #000; } }
      @media (min-width: 769px) {
        .t1 .custom-navigation__nav-anchor:hover {
          border-bottom: none; } }
    @media (min-width: 769px) {
      .t1 .custom-navigation__nav .custom-navigation__nav-item + .custom-navigation__nav-item {
        margin-left: 0;
        text-align: right; } }
    @media (min-width: 1200px) {
      .t1 .custom-navigation__nav .custom-navigation__nav-item + .custom-navigation__nav-item {
        margin-left: 0; } }
    .t1 .custom-navigation__nav .custom-navigation__nav-item {
      display: inline; }
      .t1 .custom-navigation__nav .custom-navigation__nav-item.active {
        display: none; }
    .t1 .custom-navigation__nav[data-is-toggle] {
      text-align: center; }
      @media (max-width: 769px) {
        .t1 .custom-navigation__nav[data-is-toggle] {
          left: auto;
          right: 0;
          width: 100%;
          box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.05); } }
      @media (max-width: 769px) {
        .t1 .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-item {
          margin: 0;
          padding: 0;
          border: none; } }
      @media (max-width: 769px) {
        .t1 .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-anchor {
          display: block;
          padding: 15px 0;
          font-family: "connections", Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-family: "connections light", Arial, Helvetica, sans-serif;
          font-size: 1.125rem;
          line-height: 1;
          color: #000; }
          .t1 .custom-navigation__nav[data-is-toggle] .custom-navigation__nav-anchor.active {
            color: #0052C2;
            display: none; } }
      .t1 .custom-navigation__nav[data-is-toggle] ul {
        padding: 0; }
  .t1 .custom-navigation__toggle-button {
    height: 20px;
    width: 22px;
    margin-right: 16px;
    margin-left: 0; }
    @media (min-width: 769px) {
      .t1 .custom-navigation__toggle-button {
        display: block; } }
    .t1 .custom-navigation__toggle-button:after, .t1 .custom-navigation__toggle-button:before {
      width: 40px;
      border-bottom: 1px solid #012169; }
    .t1 .custom-navigation__toggle-button:before {
      height: 8px;
      border-top: 1px solid #012169; }
    .t1 .custom-navigation__toggle-button:after {
      height: 1px; }
    .t1 .custom-navigation__toggle-button--open:before, .t1 .custom-navigation__toggle-button--open:after {
      left: 3px;
      width: 21px; }
    .t1 .custom-navigation__toggle-button--open:before {
      height: 1px;
      border-top: 0;
      transform: rotate(45deg); }
    .t1 .custom-navigation__toggle-button--open:after {
      transform: rotate(-45deg); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.content-modal__anchor {
  display: none;
  position: absolute;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 10px; }
  .content-modal__anchor--overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7); }
  .content-modal__anchor--close {
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 17px;
    height: 17px; }
    .content-modal__anchor--close::before, .content-modal__anchor--close::after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 7px;
      display: block;
      width: 2px;
      height: 17px;
      background: #0052C2;
      cursor: pointer; }
    .content-modal__anchor--close::before {
      transform: rotate(-45deg); }
    .content-modal__anchor--close::after {
      transform: rotate(45deg); }
  .content-modal__anchor--content {
    position: relative;
    background-color: #FFF;
    color: #333;
    margin: auto;
    padding: 45px 40px 35px;
    z-index: 1;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 769px) {
      .content-modal__anchor--content {
        max-width: 702px;
        font-size: 18px; } }
    .content-modal__anchor--content * {
      color: inherit;
      font-size: inherit; }
    .content-modal__anchor--content h1, .content-modal__anchor--content h2, .content-modal__anchor--content h3, .content-modal__anchor--content h4, .content-modal__anchor--content h5, .content-modal__anchor--content h6 {
      font-family: "connections", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 24px;
      line-height: 32px; }
    .content-modal__anchor--content ol, .content-modal__anchor--content ul {
      list-style-position: outside !important;
      padding-left: 1em; }
      .content-modal__anchor--content ol li, .content-modal__anchor--content ul li {
        margin: 20px 0; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.masthead {
  position: relative; }
  @media (min-width: 769px) {
    .masthead--transparent {
      background: transparent; }
    .masthead--white {
      background: #FFF; }
    .masthead--blue {
      background: #001E6B; }
    .masthead--red {
      background: #E31837; }
    .masthead--blue-lighter {
      background: #0052C2; }
    .masthead--padding-left-50 {
      padding-left: 50px; }
    .masthead--padding-left-100 {
      padding-left: 100px; }
    .masthead--padding-left-170 {
      padding-left: 170px; }
    .masthead--padding-top-40 {
      padding-top: 40px; }
    .masthead--padding-top-80 {
      padding-top: 80px; }
    .masthead--padding-top-120 {
      padding-top: 120px; }
    .masthead--padding-right-50 {
      padding-right: 50px; }
    .masthead--padding-right-100 {
      padding-right: 100px; }
    .masthead--padding-right-170 {
      padding-right: 170px; }
    .masthead--padding-bottom-40 {
      padding-bottom: 40px; }
    .masthead--padding-bottom-80 {
      padding-bottom: 80px; }
    .masthead--padding-bottom-120 {
      padding-bottom: 120px; } }
  .masthead__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1440px; }
    @media (min-width: 769px) {
      .masthead__wrapper {
        display: flex; } }
  .masthead__image {
    position: static; }
    @media (max-width: 768px) {
      .masthead__image {
        position: relative;
        height: 280px; } }
    .masthead__image .image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      .masthead__image .image:nth-child(1) {
        z-index: 1; }
      .masthead__image .image:nth-child(2) {
        z-index: 2; }
      .masthead__image .image__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0; }
    .masthead__image .aem-helper, .masthead__image .aem-helper--mid-content {
      position: relative;
      display: inline-block;
      width: auto;
      z-index: 4; }
  .masthead__ctaBox-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 5; }
    @media (min-width: 769px) {
      .masthead__ctaBox-container {
        min-height: 550px; } }
  .masthead__ctaBox {
    width: 100%;
    padding: 20px 15px 20px;
    color: #fff;
    background-color: #001E6B; }
    @media (min-width: 769px) {
      .masthead__ctaBox {
        max-width: 540px;
        padding: 30px 60px;
        background-color: rgba(0, 30, 107, 0.9); } }
    @media (min-width: 769px) and (max-width: 1110px) {
      .masthead__ctaBox {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 30px;
        max-width: calc(50% - 24px); } }
  .masthead__ctaBox-right {
    align-items: center; }
    @media (min-width: 769px) {
      .masthead__ctaBox-right {
        align-items: flex-end; } }
  .masthead__ctaBox-left {
    align-items: center; }
    @media (min-width: 769px) {
      .masthead__ctaBox-left {
        align-items: flex-start; } }
  .masthead__ctaBox-center {
    align-items: center; }
  @media (min-width: 769px) {
    .masthead__ctaBox-top {
      justify-content: flex-start; } }
  .masthead__ctaBox-bottom {
    justify-content: flex-start; }
    @media (min-width: 769px) {
      .masthead__ctaBox-bottom {
        justify-content: flex-end; } }
  .masthead__ctaBox-middle {
    justify-content: flex-start; }
    @media (min-width: 769px) {
      .masthead__ctaBox-middle {
        justify-content: center; } }
  .masthead .tile-container__tile__title {
    margin-bottom: 15px;
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections medium", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2; }
    @media (min-width: 769px) {
      .masthead .tile-container__tile__title {
        font-size: 1.875rem; } }
  .masthead .tile-container__tile__content {
    max-width: 100%; }
  @media (max-width: 768px) {
    .masthead--microsite-l2 .masthead__image, .masthead--landing .masthead__image {
      height: 312px; } }
  @media (min-width: 769px) {
    .masthead--microsite-l2 .masthead__ctaBox-container, .masthead--landing .masthead__ctaBox-container {
      min-height: 437px; } }
  .masthead--microsite-l2 .masthead__ctaBox, .masthead--landing .masthead__ctaBox {
    background-color: transparent;
    padding: 0; }
    @media (min-width: 769px) {
      .masthead--microsite-l2 .masthead__ctaBox, .masthead--landing .masthead__ctaBox {
        width: 100%;
        margin: 35px 20px 0;
        background: transparent; } }
    @media (min-width: 1200px) {
      .masthead--microsite-l2 .masthead__ctaBox, .masthead--landing .masthead__ctaBox {
        margin: 20px 0 0; } }
    .masthead--microsite-l2 .masthead__ctaBox .tile-container, .masthead--landing .masthead__ctaBox .tile-container {
      width: auto;
      margin: -40px 20px 0;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
      background: #FFF; }
      @media (min-width: 769px) {
        .masthead--microsite-l2 .masthead__ctaBox .tile-container, .masthead--landing .masthead__ctaBox .tile-container {
          margin: 0;
          background: transparent;
          box-shadow: none; } }
      .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile, .masthead--landing .masthead__ctaBox .tile-container__tile {
        flex-direction: column; }
        .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__text, .masthead--landing .masthead__ctaBox .tile-container__tile__text {
          font-family: "connections", Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-size: 16px;
          color: #333;
          line-height: 1.4;
          margin: 10px 20px 20px 20px; }
          @media (min-width: 769px) {
            .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__text, .masthead--landing .masthead__ctaBox .tile-container__tile__text {
              margin: 0;
              font-size: 24px; } }
          .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__text p, .masthead--landing .masthead__ctaBox .tile-container__tile__text p {
            font-family: "connections", Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #333;
            line-height: 1.4; }
            @media (min-width: 769px) {
              .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__text p, .masthead--landing .masthead__ctaBox .tile-container__tile__text p {
                font-size: 24px; } }
        .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__content, .masthead--landing .masthead__ctaBox .tile-container__tile__content {
          text-align: center; }
          @media (min-width: 769px) {
            .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__content, .masthead--landing .masthead__ctaBox .tile-container__tile__content {
              text-align: left; } }
          .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__content .cta, .masthead--landing .masthead__ctaBox .tile-container__tile__content .cta {
            margin-top: 24px; }
            @media (min-width: 769px) {
              .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__content .cta, .masthead--landing .masthead__ctaBox .tile-container__tile__content .cta {
                margin-top: 32px; } }
        .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__icon, .masthead--landing .masthead__ctaBox .tile-container__tile__icon {
          margin: 20px 0 0; }
          @media (min-width: 769px) {
            .masthead--microsite-l2 .masthead__ctaBox .tile-container__tile__icon, .masthead--landing .masthead__ctaBox .tile-container__tile__icon {
              margin: 20px 0 20px; } }
  @media (max-width: 768px) {
    .masthead--landing .masthead__ctaBox {
      background-color: #0052C2; } }
  @media (max-width: 768px) {
    .masthead--landing .masthead__ctaBox .tile-container {
      margin-top: -16px; } }
  @media (max-width: 768px) {
    .masthead--landing .masthead__ctaBox .tile-container__tile {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      margin-bottom: 7px; } }
  .masthead--landing .masthead__ctaBox .tile-container__tile__text {
    order: 1; }
    @media (max-width: 768px) {
      .masthead--landing .masthead__ctaBox .tile-container__tile__text .small-text-color-blue {
        font-size: 16px; } }
  .masthead--landing .masthead__ctaBox .tile-container__tile__icon {
    order: 2;
    margin-bottom: 20px; }
  .masthead--microsite-l1 .masthead__ctaBox {
    padding: 0;
    background-color: #0052C2; }
    .masthead--microsite-l1 .masthead__ctaBox .tile-container {
      width: auto;
      margin: -15px 20px 0;
      background-color: #FFF; }
      .masthead--microsite-l1 .masthead__ctaBox .tile-container__tile__content {
        text-align: center; }
      .masthead--microsite-l1 .masthead__ctaBox .tile-container__tile__text {
        margin: 30px 0 20px; }
    @media (min-width: 769px) {
      .masthead--microsite-l1 .masthead__ctaBox {
        background-color: transparent; }
        .masthead--microsite-l1 .masthead__ctaBox .tile-container {
          width: 100%;
          margin: 0;
          background-color: transparent; }
          .masthead--microsite-l1 .masthead__ctaBox .tile-container__tile {
            max-width: 300px; }
            .masthead--microsite-l1 .masthead__ctaBox .tile-container__tile__content {
              text-align: left; }
            .masthead--microsite-l1 .masthead__ctaBox .tile-container__tile__text {
              margin: 0; } }
  @media (min-width: 769px) {
    .masthead--microsite-l1 .masthead__wrapper {
      min-height: 420px; }
    .masthead--microsite-l1 .masthead__image .image__bg {
      min-height: 420px; } }
  .masthead.masthead--edit.masthead__image {
    width: 100%;
    height: 100%; }
    .masthead.masthead--edit.masthead__image .image:nth-child(5) {
      z-index: 3; }
    .masthead.masthead--edit.masthead__image .image__bg {
      background-color: transparent;
      background-repeat: no-repeat; }

@media (max-width: 768px) {
  .page--overlay .masthead__ctaBox {
    padding: 31px 15px 30px; } }

.page--unified .masthead__ctaBox {
  padding: 20px 15px 20px 20px; }
  .page--unified .masthead__ctaBox .tile-container__tile__title {
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections condensed", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 30px; }
  .page--unified .masthead__ctaBox .tile-container__tile__text {
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections light", Arial, Helvetica, sans-serif; }
  @media (min-width: 769px) {
    .page--unified .masthead__ctaBox {
      max-width: 480px; }
      .page--unified .masthead__ctaBox .tile-container__tile__title {
        margin-bottom: 0;
        font-size: 35px; } }

@media (max-width: 768px) {
  .page--unified .masthead__image {
    height: 130px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.continuum {
  background-color: #012169; }
  .continuum__flex {
    display: flex;
    align-items: center; }
  .continuum__container {
    left: 0;
    right: 0;
    display: flex;
    padding-top: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #FFF;
    z-index: 100; }
    @media (max-width: 1023px) {
      .continuum__container {
        flex-flow: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center; } }
    @media (min-width: 1024px) {
      .continuum__container {
        align-items: center;
        padding: 92px; } }
    @media (min-width: 1440px) {
      .continuum__container {
        padding: 136px 92px; } }
  .continuum__slide {
    width: 33.33%;
    z-index: 200;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s linear, display 0.5s linear, visibility 0.5s linear; }
    @media (min-width: 1024px) {
      .continuum__slide {
        justify-content: center; } }
    .continuum__slide--col-1 {
      width: 100%; }
      .continuum__slide--col-1 .continuum__content {
        min-width: 100%; }
    .continuum__slide:nth-child(1) .continuum__content {
      margin-left: 0%; }
    .continuum__slide--col-2 {
      width: 50%; }
      .continuum__slide--col-2 .continuum__content {
        min-width: 200%; }
    .continuum__slide:nth-child(2) .continuum__content {
      margin-left: -100%; }
    .continuum__slide--col-3 {
      width: 33.3333333333%; }
      .continuum__slide--col-3 .continuum__content {
        min-width: 300%; }
    .continuum__slide:nth-child(3) .continuum__content {
      margin-left: -200%; }
    .continuum__slide--col-4 {
      width: 25%; }
      .continuum__slide--col-4 .continuum__content {
        min-width: 400%; }
    .continuum__slide:nth-child(4) .continuum__content {
      margin-left: -300%; }
    .continuum__slide.active {
      opacity: 1;
      visibility: visible; }
    .continuum__slide-container {
      position: relative;
      display: flex;
      flex-direction: row;
      width: calc(100% - 30px);
      outline: none; }
      .continuum__slide-container:focus {
        outline: none; }
      @media (min-width: 1024px) {
        .continuum__slide-container {
          width: 438px;
          order: 1; } }
  .continuum__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .continuum__content .heading {
      display: inline-block;
      position: relative;
      font-family: "connections light", Arial, Helvetica, sans-serif;
      font-size: 28px;
      line-height: 34px; }
      .continuum__content .heading:focus {
        outline: none; }
      .continuum__content .heading__shadow {
        position: absolute;
        top: 0;
        left: 0;
        color: transparent; }
      @media (min-width: 1024px) {
        .continuum__content .heading {
          font-size: 40px;
          line-height: 50px; } }
    .continuum__content p {
      font-family: "connections light", Arial, Helvetica, sans-serif;
      font-size: 15px;
      letter-spacing: 0.28px;
      line-height: 21px;
      margin-top: 0; }
      @media (min-width: 1024px) {
        .continuum__content p {
          font-size: 18px;
          line-height: 28px; } }
    .continuum__content-container {
      width: 100%;
      max-width: 360px;
      padding: 0 30px 10px; }
      .continuum__content-container[hidden] {
        display: block; }
      @media (min-width: 640px) {
        .continuum__content-container {
          padding: 30px;
          padding-left: 0; } }
  .continuum-link--cta {
    padding: 10px 32px 10px;
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.1;
    color: #fff;
    background-color: #012169;
    border: 1px solid #fff;
    text-align: center; }
    @media (min-width: 1024px) {
      .continuum-link--cta {
        width: 100%;
        max-width: 175px;
        margin-top: 90px; } }
  .continuum__links {
    width: 100%;
    z-index: 300;
    padding: 0 30px;
    width: 350px;
    min-width: 350px;
    height: 290px;
    transform: scale(0.85); }
    @media (min-width: 640px) {
      .continuum__links {
        transform: scale(1); } }
    @media (min-width: 1024px) {
      .continuum__links {
        order: 2;
        width: 582px;
        min-width: 582px;
        height: 549px; } }
    .continuum__links-container {
      position: relative; }
    .continuum__links .outer-border,
    .continuum__links .outer-circle,
    .continuum__links .inner-circle {
      width: 160px;
      height: 160px;
      border-radius: 50%; }
      @media (min-width: 1024px) {
        .continuum__links .outer-border,
        .continuum__links .outer-circle,
        .continuum__links .inner-circle {
          width: 290px;
          height: 290px; } }
    .continuum__links .outer-circle {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: translate3d(0, 0, 0); }
      .continuum__links .outer-circle.item-3 {
        top: 0;
        left: 0; }
        .continuum__links .outer-circle.item-3 .inner-circle::before {
          top: 57px;
          left: 116px; }
        .continuum__links .outer-circle.item-3 .inner-circle::after {
          top: 127px;
          left: 7px; }
        @media (min-width: 1024px) {
          .continuum__links .outer-circle.item-3 .inner-circle::before {
            top: 103px;
            left: 209px; }
          .continuum__links .outer-circle.item-3 .inner-circle::after {
            top: 241px;
            left: 4px; } }
      .continuum__links .outer-circle.item-2 {
        right: 11px;
        left: unset;
        top: 60px; }
        @media (min-width: 1024px) {
          .continuum__links .outer-circle.item-2 {
            top: 106px;
            left: 212px;
            right: unset; } }
        .continuum__links .outer-circle.item-2 .inner-circle::before {
          top: -63px;
          left: -122px; }
        .continuum__links .outer-circle.item-2 .inner-circle::after {
          top: 67px;
          left: -112px; }
        @media (min-width: 1024px) {
          .continuum__links .outer-circle.item-2 .inner-circle::before {
            top: -109px;
            left: -215px; }
          .continuum__links .outer-circle.item-2 .inner-circle::after {
            top: 135px;
            left: -209px; } }
      .continuum__links .outer-circle.item-1 {
        left: 10px;
        top: 130px; }
        @media (min-width: 1024px) {
          .continuum__links .outer-circle.item-1 {
            left: 7px;
            top: 244px;
            right: unset; } }
        .continuum__links .outer-circle.item-1 .inner-circle::before {
          top: -133px;
          left: -13px; }
        .continuum__links .outer-circle.item-1 .inner-circle::after {
          top: -73px;
          left: 106px; }
        @media (min-width: 1024px) {
          .continuum__links .outer-circle.item-1 .inner-circle::before {
            top: -247px;
            left: -10px; }
          .continuum__links .outer-circle.item-1 .inner-circle::after {
            top: -141px;
            left: 202px; } }
      .continuum__links .outer-circle::before, .continuum__links .outer-circle::after {
        content: " ";
        display: block;
        position: absolute;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translate3d(0, 0, 0); }
      .continuum__links .outer-circle::before {
        opacity: 0;
        top: -10px;
        left: -10px;
        height: calc(100% + 20px);
        width: calc(100% + 20px);
        border: 4px dotted rgba(255, 255, 255, 0.4); }
      .continuum__links .outer-circle::after {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #385f94; }
      .continuum__links .outer-circle.active {
        animation: blinking-outer-glow 2s forwards;
        z-index: 2; }
        .continuum__links .outer-circle.active::before {
          opacity: 1;
          animation: rotate 3s forwards, fade-in 3s forwards; }
        .continuum__links .outer-circle.active::after {
          background: #569cfb;
          background: -moz-linear-gradient(left, #569cfb 0%, #58b5fa 5%, #58dbfc 19%, #81fefe 27%, #cffefe 35%, #fafbfc 40%);
          background: -webkit-linear-gradient(left, #569cfb 0%, #58b5fa 5%, #58dbfc 19%, #81fefe 27%, #cffefe 35%, #fafbfc 40%);
          background: linear-gradient(to right, #569cfb 0%, #58b5fa 5%, #58dbfc 19%, #81fefe 27%, #cffefe 35%, #fafbfc 40%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569cfb', endColorstr='#fafbfc',GradientType=1 );
          animation: rotate 3s forwards; }
        .continuum__links .outer-circle.active .inner-circle {
          animation: blinking-inner-glow 2s forwards;
          border: none; }
          .continuum__links .outer-circle.active .inner-circle__content {
            animation: zoom-in 1s forwards;
            opacity: 1.0;
            font-size: 17px;
            line-height: 19px; }
            @media (min-width: 1024px) {
              .continuum__links .outer-circle.active .inner-circle__content {
                font-size: 24px;
                line-height: 28px; } }
    .continuum__links .inner-circle {
      overflow: hidden;
      position: relative;
      margin-top: 3px;
      margin-left: 3px;
      height: calc(100% - 6px);
      width: calc(100% - 6px);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background-color: #012169;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: translate3d(0, 0, 0); }
      .continuum__links .inner-circle:hover {
        cursor: pointer; }
      .continuum__links .inner-circle::before, .continuum__links .inner-circle::after {
        content: " ";
        display: block;
        position: absolute;
        border-radius: 50%;
        height: calc(100% + 6px);
        width: calc(100% + 6px);
        border: 3px solid #385f94; }
      .continuum__links .inner-circle__content {
        color: #fff;
        font-family: "connections", Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.75px;
        line-height: 15px;
        opacity: 0.55;
        padding: 20px;
        transform: scale(1.1);
        width: 100%; }
        @media (min-width: 769px) {
          .continuum__links .inner-circle__content {
            font-size: 16px;
            line-height: 20px;
            padding: 0;
            transform: scale(1); } }
        @media (min-width: 1024px) {
          .continuum__links .inner-circle__content {
            font-size: 24px;
            line-height: 28px;
            width: 60%; } }
  .continuum__nav {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 40px;
    z-index: 400; }
    @media (min-width: 769px) {
      .continuum__nav {
        top: 0; } }
    @media (min-width: 1024px) {
      .continuum__nav {
        justify-self: flex-end;
        margin-left: auto;
        order: 3; } }
    .continuum__nav .line {
      display: block;
      box-sizing: border-box;
      cursor: pointer;
      height: 41px;
      margin-bottom: 5px;
      position: relative;
      width: 25px; }
      @media (min-width: 769px) {
        .continuum__nav .line {
          height: 72.98px; } }
      .continuum__nav .line--label {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0.1px; }
      .continuum__nav .line--border {
        border: 1px solid #E6E6E6;
        display: block;
        height: 100%;
        margin-left: 11px;
        opacity: 0.5;
        width: 2px; }
      .continuum__nav .line.active .line--border {
        opacity: 1;
        border: 1px solid #ffff; }
      .continuum__nav .line:focus {
        outline: none; }
      .continuum__nav .line .tooltip-text {
        background-color: #012169;
        border-radius: 6px;
        color: #fff;
        opacity: 0;
        padding: 5px 0;
        position: absolute;
        right: 105%;
        text-align: center;
        top: 30%;
        transition: opacity 1s;
        visibility: hidden;
        width: 200px;
        z-index: 1; }
        .continuum__nav .line .tooltip-text:after {
          content: " ";
          position: absolute;
          top: 50%;
          left: 100%;
          /* To the right of the tooltip */
          margin-top: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: transparent transparent transparent #012169; }
        @media (max-width: 1023px) {
          .continuum__nav .line .tooltip-text {
            display: none; } }
      .continuum__nav .line:hover .tooltip-text {
        opacity: 1;
        visibility: visible; }

@keyframes blinking-outer-glow {
  0% {
    box-shadow: 0 0 0px #bbb; }
  50% {
    box-shadow: 0 0 30px #ccc; } }

@keyframes blinking-inner-glow {
  0%,
  100% {
    box-shadow: inset 0 0 0px #bbb; }
  50% {
    box-shadow: inset 0 0 30px #ccc; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes zoom-in {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .container--contained .container__section {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 769px) {
      .container--contained .container__section {
        max-width: 1100px;
        margin-left: 0;
        margin-right: 0; } }
  .container--contained .container__header .header__heading {
    font-family: "connections medium", Arial, Helvetica, sans-serif;
    font-size: 20px; }
    @media (min-width: 769px) {
      .container--contained .container__header .header__heading {
        font-size: 24px; } }
  .container--full-bleed .container__wrapper {
    max-width: 100%; }
    @media (min-width: 769px) {
      .container--full-bleed .container__wrapper {
        max-width: 1440px; } }
  .container--full-bleed .container__header .header__heading {
    font-family: "connections medium", Arial, Helvetica, sans-serif;
    font-size: 24px; }
    @media (min-width: 769px) {
      .container--full-bleed .container__header .header__heading {
        font-size: 30px; } }
  .container--margin-bottom {
    margin-bottom: 50px; }
  .container__section {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    display: flex;
    justify-content: center; }
    .container__section .container__wrapper {
      position: relative;
      max-width: 100%; }
      @media (min-width: 769px) {
        .container__section .container__wrapper {
          max-width: 1440px; } }
    .container__section--transparent {
      background: transparent; }
    .container__section--white {
      background: #FFF;
      color: #001E6B; }
    .container__section--blue {
      background: #001E6B;
      color: #FFF; }
      .container__section--blue p {
        color: #FFF; }
    .container__section--red {
      background: #E31837;
      color: #FFF; }
    .container__section--paddings-small {
      padding: 40px 0; }
    .container__section--paddings-medium {
      padding: 60px 0; }
    .container__section--paddings-large {
      padding: 120px 0; }
      .container__section--paddings-large.container__section--blue {
        padding-top: 41px; }
        @media (min-width: 769px) {
          .container__section--paddings-large.container__section--blue {
            padding-top: 120px; } }
    .container__section--topOverlay {
      margin-top: -30px; }
    .container__section--align-left {
      text-align: left; }
      .container__section--align-left .tile-container__tile {
        text-align: left; }
    .container__section--align-center {
      text-align: center; }
      .container__section--align-center .tile-container__tile {
        text-align: center; }
    .container__section--align-right {
      text-align: right; }
      .container__section--align-right .tile-container__tile {
        text-align: right; }
    .container__section--bottomOverlay {
      margin-bottom: -16px;
      z-index: 10; }
  .container__wrapper {
    flex: 1 100%; }
    .container__wrapper p {
      margin: 0; }
    .container__wrapper .tile-container__tile__title {
      font-family: "connections medium", Arial, Helvetica, sans-serif;
      font-size: 20px; }
      @media (min-width: 769px) {
        .container__wrapper .tile-container__tile__title {
          font-size: 24px; } }
  .container__header .header__heading {
    padding: 0px 20px 15px 20px;
    text-align: center; }
    @media (min-width: 769px) {
      .container__header .header__heading {
        padding: 0px 245px 60px; } }
  .container.container--edit > * {
    flex: 1 100%; }
  .container.container--edit .container__section {
    border: 1px dotted rgba(0, 0, 0, 0.3);
    margin-bottom: 10px; }
    .container.container--edit .container__section > * {
      flex: 1 100%; }
    .container.container--edit .container__section--topOverlay {
      margin-top: 0; }
    .container.container--edit .container__section--bottomOverlay {
      margin-bottom: 0; }

/* ----- Slider component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slider {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1440px; }
  .slider .slick-slider {
    display: block !important; }
    .slider .slick-slider .slick-list {
      width: 100% !important; }
  .slider .slick-slide {
    margin: 0 15px; }
    .slider .slick-slide .tile {
      margin: 0 auto;
      width: 100%; }
      .slider .slick-slide .tile__link {
        width: 100%; }
    .slider .slick-slide > .image img {
      margin-left: auto;
      margin-right: auto; }
    .slider .slick-slide .tile-container__item {
      max-width: none !important;
      margin-bottom: 0; }
      .slider .slick-slide .tile-container__item .tile-container__tile {
        max-width: none !important; }
    .slider .slick-slide .masthead {
      margin: 0 -15px; }
    .slider .slick-slide > div {
      line-height: 0; }
  .slider .slick-prev,
  .slider .slick-next {
    transition: all 250ms ease-in-out;
    opacity: 0.8;
    transform: scale(0.9);
    background: transparent; }
    .slider .slick-prev:focus,
    .slider .slick-next:focus {
      opacity: 1; }
  .slider .slick-prev {
    background-position: left top;
    left: -35px; }
    .slider .slick-prev:focus {
      transform: translateX(-3px) scale(1); }
  .slider .slick-next {
    background-position: left bottom;
    right: -35px; }
    .slider .slick-next:focus {
      transform: translateX(3px) scale(1); }
  .slider .slick-dots {
    position: static;
    margin: 15px 0 0; }
    .slider .slick-dots li button {
      transition: all 250ms ease-in-out; }
      .slider .slick-dots li button:focus {
        transform: scale(1.25); }
  .slider--top-dots .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slider--top-dots .slick-dots {
    margin-top: 0;
    margin-bottom: 40px; }
  .slider--custom-dots .tile-container .slick-dots {
    width: 100%;
    max-width: 100%;
    display: flex !important;
    align-items: center; }
    .slider--custom-dots .tile-container .slick-dots li {
      font-family: "connections", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-family: "connections condensed", Arial, Helvetica, sans-serif;
      flex: 1;
      margin: 0;
      width: auto;
      height: auto;
      background-color: transparent;
      border-radius: 0;
      font-size: 14px; }
      .slider--custom-dots .tile-container .slick-dots li.slick-active {
        background-color: transparent;
        color: #012169; }
        .slider--custom-dots .tile-container .slick-dots li.slick-active a {
          color: inherit; }
  .slider--custom-dots .slick-dotted.slick-slider {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .slider--bio .tile-container {
      display: flex;
      flex-wrap: wrap; }
    .slider--bio .tile__item {
      flex: 0 0 50%;
      margin-bottom: 20px; }
      .slider--bio .tile__item:nth-child(odd) {
        padding-right: 15px; }
      .slider--bio .tile__item:nth-child(even) {
        padding-left: 15px; } }
  .slider--dots-arrows .tile-container .slick-dots li button {
    padding: 4px;
    background-color: #FFF;
    border: #0052C2 1px solid; }
    .slider--dots-arrows .tile-container .slick-dots li button:focus {
      transform: none;
      background-color: #0052C2; }
  .slider--dots-arrows .tile-container .slick-dots li.slick-active button {
    background-color: #0052C2; }
  .slider--dots-arrows .slick-prev,
  .slider--dots-arrows .slick-next {
    transition: all 250ms ease-in-out;
    opacity: 0.8;
    transform: scale(0.9);
    background: transparent; }
    .slider--dots-arrows .slick-prev:focus,
    .slider--dots-arrows .slick-next:focus {
      opacity: 1; }
  .slider--dots-arrows .slick-prev {
    background: transparent url("../../images/awards-arrow-left.png") no-repeat;
    background-position: left bottom;
    right: auto;
    top: auto;
    bottom: -4px; }
    .slider--dots-arrows .slick-prev:focus {
      transform: translateX(-3px) scale(1); }
  .slider--dots-arrows .slick-next {
    background: transparent url("../../images/awards-arrow-right.png") no-repeat;
    background-position: left bottom;
    right: auto;
    top: auto;
    bottom: -4px; }
    .slider--dots-arrows .slick-next:focus {
      transform: translateX(3px) scale(1); }
  @media (min-width: 1024px) {
    .article .slider {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .article .slider {
      max-width: 700px; } }
  .slider--edit > * {
    margin-bottom: 15px;
    padding: 15px; }

/* ----- Text component styles ----- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.text__wrapper {
  margin: 0 20px;
  max-width: 960px; }
  @media (min-width: 769px) {
    .text__wrapper {
      margin: 0 auto; } }

.text .discount-container {
  max-width: 465px;
  display: block;
  margin: 10px auto;
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-family: "connections light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 0 20px; }
  .text .discount-container a {
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #0052C2; }
  @media (min-width: 769px) {
    .text .discount-container {
      font-size: 18px;
      text-align: left;
      padding: 0; } }

.text .discount {
  font-family: "connections", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 58px;
  color: #0052C2;
  display: block;
  margin-right: 15px;
  margin-top: -4px;
  line-height: 1; }
  @media (min-width: 769px) {
    .text .discount {
      font-size: 62px;
      float: left; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.image {
  margin: 1rem 0;
  display: block;
  position: relative; }
  .image--margin-top-15 {
    margin-top: 15px; }
  .image--margin-top-30 {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .image--margin-top-30 {
        margin-top: 30px; } }
  .image--margin-top-50 {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .image--margin-top-50 {
        margin-top: 50px; } }
  .image--margin-top-100 {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .image--margin-top-100 {
        margin-top: 100px; } }
  .image--margin-right-15 {
    margin-right: 15px; }
  .image--margin-right-30 {
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .image--margin-right-30 {
        margin-right: 30px; } }
  .image--margin-right-50 {
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .image--margin-right-50 {
        margin-right: 50px; } }
  .image--margin-right-100 {
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .image--margin-right-100 {
        margin-right: 100px; } }
  .image--margin-bottom-15 {
    margin-bottom: 15px; }
  .image--margin-bottom-30 {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .image--margin-bottom-30 {
        margin-bottom: 30px; } }
  .image--margin-bottom-50 {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .image--margin-bottom-50 {
        margin-bottom: 50px; } }
  .image--margin-bottom-100 {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .image--margin-bottom-100 {
        margin-bottom: 100px; } }
  .image--margin-left-15 {
    margin-left: 15px; }
  .image--margin-left-30 {
    margin-left: 15px; }
    @media (min-width: 1024px) {
      .image--margin-left-30 {
        margin-left: 30px; } }
  .image--margin-left-50 {
    margin-left: 15px; }
    @media (min-width: 1024px) {
      .image--margin-left-50 {
        margin-left: 50px; } }
  .image--margin-left-100 {
    margin-left: 15px; }
    @media (min-width: 1024px) {
      .image--margin-left-100 {
        margin-left: 100px; } }
  .image--bg {
    position: relative; }
  .image__img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .image__img--width-tile {
    box-shadow: 0 2px 16px 4px rgba(0, 0, 0, 0.13); }
  .image--edit .image__empty--mobile {
    width: 1px; }
    @media (min-width: 640px) {
      .image--edit .image__empty--mobile {
        width: 100%; } }
  .image--edit .image__empty--tablet {
    width: 1px; }
    @media (min-width: 1024px) {
      .image--edit .image__empty--tablet {
        width: 100%; } }
  .image--edit .image__empty--desktop {
    width: 1px; }
    @media (min-width: 1200px) {
      .image--edit .image__empty--desktop {
        width: 100%; } }
  .image--edit .image__empty--all {
    width: 1px; }
  @media (min-width: 769px) {
    .image--edit.image.tile-top.overflowX .image__tile {
      top: 0; }
    .image--edit.image.tile-right.overflowY .image__tile {
      right: 0; }
    .image--edit.image.tile-bottom.overflowX .image__tile {
      bottom: 0; }
    .image--edit.image.tile-left.overflowY .image__tile {
      left: 0; } }
  .image--edit .image__bg.tile-top.overflowY .image__tile, .image--edit .image__bg.tile-top.overflowX .image__tile, .image--edit .image__bg.tile-right.overflowY .image__tile, .image--edit .image__bg.tile-right.overflowX .image__tile, .image--edit .image__bg.tile-bottom.overflowY .image__tile, .image--edit .image__bg.tile-bottom.overflowX .image__tile, .image--edit .image__bg.tile-left.overflowY .image__tile, .image--edit .image__bg.tile-left.overflowX .image__tile {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .image.image--centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .image.image--centered .image-caption {
      text-align: center; }
  @media (min-width: 769px) {
    .image.image--float-left {
      float: left;
      margin-right: 2rem; }
      .image.image--float-left .image__picture {
        float: left; }
    .image.image--float-right {
      float: right;
      margin-left: 2rem; }
      .image.image--float-right .image__picture {
        float: right; } }
  .image__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem; }
    .image__bg .image__tile {
      position: relative;
      top: auto;
      left: auto; }
    @media (min-width: 769px) {
      .image__bg.tile-top, .image__bg.tile-right, .image__bg.tile-bottom, .image__bg.tile-left {
        display: flex;
        padding: 0; }
      .image__bg.tile-top {
        align-items: flex-start; }
        .image__bg.tile-top.overflowX .image__tile {
          margin-top: -41px; }
      .image__bg.tile-right {
        justify-items: flex-start; }
        .image__bg.tile-right .image__tile {
          margin-left: auto; }
        .image__bg.tile-right.overflowY .image__tile {
          margin-right: -41px; }
      .image__bg.tile-bottom {
        align-items: flex-end; }
        .image__bg.tile-bottom.overflowX .image__tile {
          margin-bottom: -41px; }
      .image__bg.tile-left {
        justify-items: flex-start; }
        .image__bg.tile-left .image__tile {
          margin-right: auto; }
        .image__bg.tile-left.overflowY .image__tile {
          margin-left: -41px; } }
  .image.image--bg-size-contain .image__bg {
    background-size: contain; }
  .image.image--bg-size-100percent .image__bg {
    background-size: 100%; }
  .image.image--bg-size-auto .image__bg {
    background-size: auto; }
  .image.image--bg-repeat .image__bg {
    background-repeat: repeat; }
  .image.image--bg-repeat-x .image__bg {
    background-repeat: repeat-x; }
  .image.image--bg-repeat-y .image__bg {
    background-repeat: repeat-y; }
  .image.image--bg-pos-top-left .image__bg {
    background-position: top left; }
  .image.image--bg-pos-top-center .image__bg {
    background-position: top center; }
  .image.image--bg-pos-top-right .image__bg {
    background-position: top right; }
  .image.image--bg-pos-bottom-left .image__bg {
    background-position: bottom left; }
  .image.image--bg-pos-bottom-center .image__bg {
    background-position: bottom center; }
  .image.image--bg-pos-bottom-right .image__bg {
    background-position: bottom right; }
  .image.image--relative {
    display: relative; }
  .image.image--absolute {
    display: absolute; }
  .image.image--fixed {
    display: fixed; }
  @media (max-width: 479px) {
    .image.image--mobile-full-bleed {
      width: calc(100% + 48px);
      transform: translateX(-24px); } }
  .image__caption,
  .article__body .image__caption {
    clear: both;
    padding-top: 0.5rem;
    margin: 0 0 1rem;
    line-height: 1.3;
    text-align: center; }
    .image__caption p,
    .article__body .image__caption p {
      margin: 0 0 4px !important;
      font-size: 0.75rem;
      line-height: 1.3; }
    @media (min-width: 1024px) {
      .image__caption,
      .article__body .image__caption {
        text-align: left; } }
    .image--bg .image__caption, .image--bg
    .article__body .image__caption {
      position: absolute;
      bottom: 0;
      margin: 0 auto 10px;
      font-size: 11px;
      color: #FFF;
      text-shadow: 0 1px 2px rgba(51, 51, 51, 0.75);
      width: calc(100% - 30px);
      text-align: center; }
      .image--bg .image__caption p, .image--bg
      .article__body .image__caption p {
        margin-bottom: 0;
        font-size: 11px; }
      @media (min-width: 640px) {
        .image--bg .image__caption, .image--bg
        .article__body .image__caption {
          width: auto;
          right: 15px;
          text-align: inherit; } }
      @media (min-width: 769px) {
        .image--bg .image__caption, .image--bg
        .article__body .image__caption {
          right: 30px;
          font-size: 13px; }
          .image--bg .image__caption p, .image--bg
          .article__body .image__caption p {
            font-size: 13px; } }
  .image__tile {
    position: relative;
    padding: 30px 15px;
    margin: -30px 22px 0;
    font-family: "connections", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-family: "connections light", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    z-index: 1; }
    @media (min-width: 769px) {
      .image__tile {
        position: absolute;
        top: 0;
        left: 0;
        width: 406px;
        margin: 0;
        padding: 35px;
        font-size: 1.125rem;
        line-height: 1.4;
        text-align: left;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17); } }
    .image__tile h1, .image__tile h2, .image__tile h3, .image__tile h4, .image__tile h5, .image__tile h6 {
      font-family: "connections", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.4; }
      @media (min-width: 769px) {
        .image__tile h1, .image__tile h2, .image__tile h3, .image__tile h4, .image__tile h5, .image__tile h6 {
          font-size: 2rem;
          line-height: 1.2; } }
    .image__tile p {
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
      color: inherit; }
      .image__tile p:first-child {
        margin-top: 0; }
      .image__tile p:last-child {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .image__tile p {
          margin-left: 13px;
          margin-right: 13px; } }
  @media (min-width: 769px) {
    .image.tile-center .image__tile {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .image.tile-middle .image__tile {
      top: 50%;
      transform: translateY(-50%); }
    .image.tile-top.overflowX .image__tile {
      top: -41px; }
    .image.tile-right .image__tile {
      left: auto;
      right: 0; }
    .image.tile-right.overflowY .image__tile {
      right: -41px; }
    .image.tile-bottom .image__tile {
      top: auto;
      bottom: 0; }
    .image.tile-bottom.overflowX .image__tile {
      bottom: -41px; }
    .image.tile-left .image__tile {
      left: 0;
      right: auto; }
    .image.tile-left.overflowY .image__tile {
      left: -41px; } }

