@charset "UTF-8";
/*------------------------------------*\
    MAIN (imports)
\*------------------------------------*/
/*! 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-family: "ConnectionsBold", arial, sans-serif; }

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

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  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; }

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

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
@font-face {
  font-family: 'ConnectionsLight';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_light-web.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_light-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_light-web.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Connections';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_regular-web.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_regular-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_regular-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsRegular';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_regular-web.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_regular-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_regular-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsBold';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_bold-web.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_bold-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_bold-web.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsMedium';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_medium-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_medium-web.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsMediumItalic';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_medium-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_medium-web.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'ConnectionsItalic';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections-italic-web.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections-italic-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections-italic-web.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: 'ConnectionsLightItalic';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_lightitalic-web.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_lightitalic-web.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/connections_lightitalic-web.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: 'FlagIcons';
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/flagicons-webfont.eot");
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/flagicons-webfont.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/flagicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bofa-icons";
  src: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/bofa-icons.ttf") format("truetype"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/bofa-icons.woff") format("woff"), url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/fonts/bofa-icons.svg?9dm6i4#bofa-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"]
.icon {
  font-family: "FlagIcons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down-arrow:before {
  content: "\5e"; }

.icon-arrowdown:after {
  content: "\3e"; }

.icon-arrowup:after {
  content: "\3c"; }

[class^="bofa-"],
[class*=" bofa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bofa-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bofa-download:before {
  content: "";
  color: #0052c2; }

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

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

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

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.icon-check:after {
  content: 't'; }

.icon-cross:after {
  content: 'x'; }

.icon-forward-arrow:after {
  content: 'f'; }

.icon-right-arrow:after {
  content: 'r'; }

.icon-apply:after {
  content: 'a'; }

.icon-menu:after {
  content: 'm'; }

.icon-minus:after {
  content: '-'; }

.icon-plus:after {
  content: '+'; }

.icon-search:after {
  content: 's'; }

.icon-social-linkedin:after {
  content: 'L'; }

.icon-social-twitter:after {
  content: 'T'; }

.icon-social-youtube:after {
  content: 'Y'; }

.icon-square:after {
  content: 'q'; }

.icon-caretup:after {
  content: '<'; }

.icon-caretdown:after {
  content: '>'; }

.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.color-dark-blue {
  color: #012169; }

.color-royal-blue {
  color: #0052c2; }

.color-bright-red {
  color: #e31837; }

.color-regal-red {
  color: #c41230; }

.color-cool-gray {
  color: #f5f5f5; }

.grid-container-fluid,
.grid-container {
  margin-right: auto;
  margin-left: auto; }

.grid-container {
  width: 100%;
  max-width: 1472px; }

.grid-container-fluid {
  padding-right: 24px;
  padding-left: 24px; }
  @media (min-width: 768px) {
    .grid-container-fluid {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1024px) {
    .grid-container-fluid {
      padding-right: 64px;
      padding-left: 64px; } }

.grid-container-full-bleed,
.grid-container-full-width {
  margin-left: -2rem;
  margin-right: -2rem; }
  @media (min-width: 480px) and (max-width: 1472px) {
    .grid-container-full-bleed,
    .grid-container-full-width {
      margin-left: -4rem;
      margin-right: -4rem; } }
  @media (min-width: 768px) and (max-width: 1472px) {
    .grid-container-full-bleed .grid-container,
    .grid-container-full-width .grid-container {
      max-width: calc(100vw - 4rem); } }
  .grid-container-full-bleed > .grid-row,
  .grid-container-full-width > .grid-row {
    margin: 0; }
    .grid-container-full-bleed > .grid-row > .col-xs-12,
    .grid-container-full-bleed > .grid-row > .col-sm-12,
    .grid-container-full-bleed > .grid-row > .col-st-12,
    .grid-container-full-bleed > .grid-row > .col-md-12,
    .grid-container-full-bleed > .grid-row > .col-lg-12,
    .grid-container-full-width > .grid-row > .col-xs-12,
    .grid-container-full-width > .grid-row > .col-sm-12,
    .grid-container-full-width > .grid-row > .col-st-12,
    .grid-container-full-width > .grid-row > .col-md-12,
    .grid-container-full-width > .grid-row > .col-lg-12 {
      padding: 0; }

.grid-container-full-width {
  padding: 3.125rem 0 5rem; }
  @media (max-width: 768px) {
    .grid-container-full-width .grid-container {
      margin-left: 2rem;
      margin-right: 2rem;
      width: auto; } }

.grid-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media (min-width: 480px) {
  .col-st,
  .col-st-1,
  .col-st-2,
  .col-st-3,
  .col-st-4,
  .col-st-5,
  .col-st-6,
  .col-st-7,
  .col-st-8,
  .col-st-9,
  .col-st-10,
  .col-st-11,
  .col-st-12,
  .col-st-offset-0,
  .col-st-offset-1,
  .col-st-offset-2,
  .col-st-offset-3,
  .col-st-offset-4,
  .col-st-offset-5,
  .col-st-offset-6,
  .col-st-offset-7,
  .col-st-offset-8,
  .col-st-offset-9,
  .col-st-offset-10,
  .col-st-offset-11,
  .col-st-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-st {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-st-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-st-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-st-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-st-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-st-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-st-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-st-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-st-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-st-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-st-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-st-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-st-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-st-offset-0 {
    margin-left: 0; }
  .col-st-offset-1 {
    margin-left: 8.33333%; }
  .col-st-offset-2 {
    margin-left: 16.66667%; }
  .col-st-offset-3 {
    margin-left: 25%; }
  .col-st-offset-4 {
    margin-left: 33.33333%; }
  .col-st-offset-5 {
    margin-left: 41.66667%; }
  .col-st-offset-6 {
    margin-left: 50%; }
  .col-st-offset-7 {
    margin-left: 58.33333%; }
  .col-st-offset-8 {
    margin-left: 66.66667%; }
  .col-st-offset-9 {
    margin-left: 75%; }
  .col-st-offset-10 {
    margin-left: 83.33333%; }
  .col-st-offset-11 {
    margin-left: 91.66667%; }
  .start-st {
    justify-content: flex-start;
    text-align: start; }
  .center-st {
    justify-content: center;
    text-align: center; }
  .end-st {
    justify-content: flex-end;
    text-align: end; }
  .top-st {
    align-items: flex-start; }
  .middle-st {
    align-items: center; }
  .bottom-st {
    align-items: flex-end; }
  .around-st {
    justify-content: space-around; }
  .between-st {
    justify-content: space-between; }
  .first-st {
    order: -1; }
  .last-st {
    order: 1; } }

@media (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media (min-width: 1024px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media (min-width: 1312px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.left {
  float: left; }

.right {
  float: right; }

.hidefordesktop {
  display: block !important; }

.hidefortablet {
  display: block !important; }

.hideformobile {
  display: block !important; }

@media only screen and (max-width: 767px) {
  .hideformobile {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hidefortablet {
    display: none !important; } }

@media only screen and (min-width: 960px) {
  .hidefordesktop {
    display: none !important; } }

.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: 12px;
    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: 10px;
    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; }

.bofamlhub--edit .wrapper, .bofamlhub--edit .footerMain, .aem-AuthorLayer-Edit .wrapper, .aem-AuthorLayer-Edit .footerMain {
  float: none;
  position: relative;
  top: auto; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.styleguide {
  max-width: 1600px;
  margin: 0 40px 60px; }
  .styleguide h1 {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .styleguide h1 {
        font-size: 40px; } }
  .styleguide h2 {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .styleguide h2 {
        font-size: 32px; } }
  .styleguide h3 {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .styleguide h3 {
        font-size: 24px; } }
  .styleguide p {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
    @media (min-width: 1024px) {
      .styleguide p {
        font-size: 18px; } }
  .styleguide li {
    font-size: 16px; }
  .styleguide__title {
    text-align: center;
    color: #012169; }
  .styleguide__header {
    background-color: #012169;
    padding: 20px;
    margin: 30px 0;
    color: #fff; }
    .styleguide__header h2 {
      font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
      font-size: 24px;
      line-height: 1.25;
      color: #fff;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .styleguide__header h2 {
          font-size: 32px; } }
  .styleguide__component {
    margin: 0 20px; }
  .styleguide__color-palette {
    display: flex;
    flex-wrap: wrap; }
    .styleguide__color-palette .title {
      display: block;
      width: 100%;
      font-size: 32px;
      color: #012169;
      margin: 16px 0; }
    .styleguide__color-palette .box {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      @media (min-width: 640px) {
        .styleguide__color-palette .box {
          flex-direction: row;
          width: 33%; } }
      .styleguide__color-palette .box div {
        width: 100%;
        height: 120px;
        margin: 10px 10px 0 0;
        display: flex;
        align-items: center; }
      .styleguide__color-palette .box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px; }
      .styleguide__color-palette .box .white {
        background: #fff;
        border: 1px solid; }
      .styleguide__color-palette .box .royal-blue {
        background: #0052c2; }
      .styleguide__color-palette .box .royal-blue-80 {
        background: #3375ce; }
      .styleguide__color-palette .box .royal-blue-50 {
        background: #80a8e0; }
      .styleguide__color-palette .box .royal-blue-20 {
        background: #ccdcf3; }
      .styleguide__color-palette .box .black {
        background: #000; }
      .styleguide__color-palette .box .cool-gray {
        background: #646464; }
      .styleguide__color-palette .box .cool-gray-70 {
        background: #919191; }
      .styleguide__color-palette .box .cool-gray-40 {
        background: #bababa; }
      .styleguide__color-palette .box .cool-gray-20 {
        background: #d5d5d5; }
      .styleguide__color-palette .box .cool-gray-10 {
        background: #ededed; }
      .styleguide__color-palette .box .cool-gray-5 {
        background: #f5f5f5;
        border: 1px solid; }
      .styleguide__color-palette .box .bright-red {
        background: #e31837; }
      .styleguide__color-palette .box .dark-blue {
        background: #012169; }
      .styleguide__color-palette .box .dark-blue-80 {
        background: #344e87; }
      .styleguide__color-palette .box .dark-blue-50 {
        background: #8090b4; }
      .styleguide__color-palette .box .dark-blue-20 {
        background: #ccd3e1; }
      .styleguide__color-palette .box .regal-red {
        background: #c41230; }
      .styleguide__color-palette .box .nobel {
        background: #979797; }
  .styleguide__cta {
    display: flex;
    flex-wrap: wrap;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
    @media (min-width: 1024px) {
      .styleguide__cta {
        font-size: 18px; } }
    .styleguide__cta .item {
      width: 100%;
      padding: 5px;
      margin: 5px;
      border: #bababa solid 1px; }
      @media (min-width: 1024px) {
        .styleguide__cta .item {
          width: 33%; } }
      .styleguide__cta .item p {
        font-size: 14px; }
  .styleguide__cta-dark .item {
    background-color: #012169;
    color: #fff; }
  .styleguide__cta-dark code {
    color: #fff; }
  .styleguide__fonts .title {
    font-size: 32px;
    color: #012169;
    margin: 20px 0; }
  .styleguide__fonts .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
    border-bottom: solid #012169 1px; }
    .styleguide__fonts .item div {
      width: 50%;
      font-size: 14px; }
      @media (min-width: 1024px) {
        .styleguide__fonts .item div {
          width: 25%;
          font-size: 18px; } }
    .styleguide__fonts .item--titles {
      color: #012169;
      border-bottom: solid #012169 2px;
      margin-bottom: 5px;
      padding-bottom: 20px;
      font-size: 20px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
/* The side navigation menu */
.sidenav__container {
  background-color: rgba(1, 33, 105, 0.95);
  margin-top: -180px;
  max-height: 425px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  /* Stay in place */
  right: -455px;
  top: 50%;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav__container */
  width: 470px;
  z-index: 5000;
  /* Stay on top */ }
  .sidenav__container--inner {
    max-height: 365px;
    overflow-y: scroll;
    position: relative; }
  .sidenav__container .sidenav--link {
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-size: 1.125em;
    max-height: 30px;
    overflow: hidden;
    margin: 0;
    text-decoration: none;
    transition: 0.3s; }
    .sidenav__container .sidenav--link > div {
      display: inline-block;
      width: 100%; }
    .sidenav__container .sidenav--link .sidenav--link-image-wrapper {
      border-left-style: solid;
      border-left-width: 15px; }
    .sidenav__container .sidenav--link.hiddenfield {
      display: none !important; }
    .sidenav__container .sidenav--link:after {
      content: "";
      display: table;
      clear: both; }
    .sidenav__container .sidenav--link-image-wrapper {
      display: block;
      float: left;
      margin-right: 20px;
      max-height: 80px;
      max-width: 95px;
      overflow: hidden; }
      .sidenav__container .sidenav--link-image-wrapper .sidenav--link-image {
        max-width: 80px; }
    .sidenav__container .sidenav--link-text > div {
      padding-top: 8px; }
    .sidenav__container .sidenav--link-text,
    .sidenav__container .sidenav--link-text * {
      font-size: 16px; }
    .sideopen .sidenav__container .sidenav--link--link {
      max-height: 82px; }
  .sidenav__container .sidenav--title {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 2.5rem;
    max-height: 0;
    padding-left: 20px;
    text-transform: uppercase; }
  .sidenav__container .sidenav--close {
    cursor: pointer;
    font-weight: 300;
    position: absolute;
    right: 25px;
    top: -9px; }
    .sidenav__container .sidenav--close-icon {
      font-size: 2.625em;
      font-weight: 300;
      position: relative;
      top: 7px; }
  .sidenav__container.sideopen {
    padding: 0 0 20px;
    right: 0; }
    .sidenav__container.sideopen .sidenav--link {
      max-height: 81px;
      padding: 0; }
    .sidenav__container.sideopen .sidenav--title {
      max-height: 40px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav__container (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav__container {
    padding-top: 15px; }
  .sidenav__container a {
    font-size: 18px; } }

@charset "UTF-8";
.audioarticle {
  overflow: hidden; }

.audio__wrapper {
  max-width: 355px;
  position: relative; }

.audio-transcript {
  position: relative; }
  .audio-transcript__view {
    font-size: 14px !important;
    float: right; }
  .audio-transcript__text {
    display: none;
    border-bottom-color: #0052C2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .audio-transcript__text p {
      font-size: 16px;
      line-height: 1.5; }
  .audio-transcript__hide {
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid #fff; }

.audio_wrapper_left {
  width: 50%;
  float: left;
  margin-right: 22px;
  line-height:  0 !important; }

.audio_wrapper_right {
  width: 50%;
  float: right;
  margin-left: 22px; }

.audio_wrapper_center {
  width: 400px;
  margin: 0 auto;
  line-height:  0 !important; }
  .audio_wrapper_center a {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px; }

.audio_wrapper_fullwidth {
  width: 100% !important;
  max-width: none;
  margin: 0 auto;
  line-height:  0 !important; }
  .audio_wrapper_fullwidth .audio__wrapper {
    max-width: none; }

.audio_dtl {
  background: url("../../../../content/dam/boamlimages/images/audio-ico.png") 14px no-repeat;
  padding: 7px 0; }
  .audio_dtl h2 {
    font-size: 17px;
    font-transfer: uppercase;
    font-weight: bold;
    padding: 0 0 0 47px;
    color: #fff;
    margin: 0 !important;
    text-align: left; }
  .audio_dtl p {
    font-size: 13px !important;
    padding: 0 0 0 47px !important;
    color: #fff;
    margin: 0 !important; }

.audio_dtl_color {
  background-color: #5e605f; }

.audio_dtl_color_red {
  background-color: #DC1431; }

.audio_dtl_color_white {
  background-color: #fff; }

.audio_dtl_color_blue {
  background-color: #012169; }

@media screen and (max-width: 540px) {
  .audio_wrapper_left {
    width: 100%; }
  .audio_wrapper_right {
    width: 100%; }
  .audio_wrapper_center {
    width: 90%; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.layout-container .rightrail-col-left {
  background-color: #fff; }
  @media (min-width: 768px) {
    .layout-container .rightrail-col-left {
      padding: 0 13% 100px; } }

.layout-container .rightrail-col-right {
  height: 100%;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .layout-container .rightrail-col-right {
      padding-top: 80px;
      padding-bottom: 0; } }

.layout-container--edit [class^="col-"] {
  border: 1px dashed #ccc; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0; }
  @media (min-width: 959px) {
    .hubtile-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  .hubtile-container.slick-slider {
    padding: 0;
    margin: 0 auto;
    min-height: 449px; }
    .hubtile-container.slick-slider .tileitem-imagecontainer {
      min-height: 310px; }
  .hubtile-container .hub-tile {
    height: 100%;
    width: 100%;
    padding: 0 5px; }
    @media (min-width: 767px) {
      .hubtile-container .hub-tile {
        padding: 0 15px; } }
  .hubtile-container .page {
    display: flex; }
  .hubtile-container .tileitem {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px auto;
    min-height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 360px; }
    @media (min-width: 450px) {
      .hubtile-container .tileitem {
        margin: 0 0 30px 0;
        max-width: none; } }
    @media (min-width: 767px) {
      .hubtile-container .tileitem {
        max-width: none; } }
    .hubtile-container .tileitem__header {
      color: #4A4A4A;
      font-size: 18px;
      padding: 30px 21px 20px; }
    .hubtile-container .tileitem__subheader {
      color: #4A4A4A;
      font-size: 16px;
      padding: 0px 21px 30px; }
    .hubtile-container .tileitem a.tileitem__tilecta {
      cursor: pointer; }
    .hubtile-container .tileitem-textcontainer__title {
      color: #012169;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 26px;
      padding-bottom: 0;
      margin-bottom: 45px; }
      @media (min-width: 959px) {
        .hubtile-container .tileitem-textcontainer__title {
          margin-bottom: 0; } }
    .hubtile-container .tileitem-textcontainer__text,
    .hubtile-container .tileitem-textcontainer p {
      color: #4A4A4A;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 20px;
      margin-top: 7px;
      margin-bottom: 30px; }
      .hubtile-container .tileitem-textcontainer__text .highlight,
      .hubtile-container .tileitem-textcontainer p .highlight {
        color: #012169; }
    .hubtile-container .tileitem-textcontainer__learnmore {
      bottom: 6px;
      color: #333333;
      display: block;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 18px;
      margin-top: 20px; }
    .hubtile-container .tileitem-imagecontainer {
      margin: 0 auto;
      min-height: 165px;
      padding: 0;
      text-align: center; }
    .hubtile-container .tileitem.defaultImage {
      padding: 10px 15px; }
      .hubtile-container .tileitem.defaultImage .tileitem-imagecontainer {
        height: 105px;
        min-height: 105px; }
      .hubtile-container .tileitem.defaultImage .tileitem-textcontainer {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 21px; }
        .hubtile-container .tileitem.defaultImage .tileitem-textcontainer__title, .hubtile-container .tileitem.defaultImage .tileitem-textcontainer__text,
        .hubtile-container .tileitem.defaultImage .tileitem-textcontainer p {
          color: #fff; }
  .hubtile-container .hasImage {
    display: block;
    padding: 0; }
    .hubtile-container .hasImage .tileitem-textcontainer {
      padding: 15px 21px 30px; }
    .hubtile-container .hasImage .tileitem-imagecontainer {
      position: relative;
      height: 165px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .hubtile-container .hasImage .tileitem-imagecontainer .image__bg {
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      .hubtile-container .hasImage .tileitem-imagecontainer__stampbar {
        position: absolute;
        background-color: #000;
        opacity: 0.5;
        height: 50px;
        width: 100%;
        bottom: 0;
        padding: 18px 0 10px 20px; }
      .hubtile-container .hasImage .tileitem-imagecontainer__stampbar.smallBar {
        width: 50px;
        right: 0;
        bottom: 0;
        border-radius: 3px; }
      .hubtile-container .hasImage .tileitem-imagecontainer .smallBar + span.interactive,
      .hubtile-container .hasImage .tileitem-imagecontainer .smallBar + span.pdf,
      .hubtile-container .hasImage .tileitem-imagecontainer .smallBar + span.video {
        right: 10px; }
      .hubtile-container .hasImage .tileitem-imagecontainer__stamptext {
        position: absolute;
        font-family: "ConnectionsBold", Arial, Verdana, Helvetica, sans-serif;
        z-index: 1;
        font-size: 13px;
        color: #fff;
        text-align: left;
        max-width: 85%;
        bottom: 14px;
        left: 20px;
        height: 18px;
        overflow: hidden; }
      .hubtile-container .hasImage .tileitem-imagecontainer span.interactive,
      .hubtile-container .hasImage .tileitem-imagecontainer span.pdf,
      .hubtile-container .hasImage .tileitem-imagecontainer span.video {
        bottom: 12px;
        height: 25.1px;
        position: absolute;
        right: 10px;
        width: 25px;
        background-repeat: no-repeat;
        background-size: contain; }
      .hubtile-container .hasImage .tileitem-imagecontainer span.interactive {
        background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/stamps/interactive.svg"); }
      .hubtile-container .hasImage .tileitem-imagecontainer span.pdf {
        background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/stamps/pdf.svg"); }
      .hubtile-container .hasImage .tileitem-imagecontainer span.video {
        background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/stamps/imgicon-video.png"); }
  .hubtile-container .icon-arrowdown {
    position: relative;
    font-size: 25px;
    top: 5px;
    color: #333; }
  .hubtile-container .slick-arrow {
    z-index: 1;
    width: 30px;
    height: 60px;
    top: 143px;
    background-repeat: no-repeat;
    cursor: pointer; }
  .hubtile-container .slick-slide {
    outline: none; }
  .hubtile-container .slick-dots {
    bottom: 15px;
    position: relative;
    cursor: pointer; }
    .hubtile-container .slick-dots li button {
      background: #D1C9C0;
      border-radius: 15px;
      border: 0;
      font-size: 0;
      height: 15px;
      width: 15px; }
    .hubtile-container .slick-dots li.slick-active button {
      background: #0052C2; }
  .hubtile-container .slick-next {
    right: 4px;
    background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/slider/right-arrow.png"); }
  .hubtile-container .slick-prev {
    left: 5px;
    background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/slider/left-arrow.png"); }

.hubtile-wrapper .lazy-load {
  width: 100%;
  text-align: center;
  padding: 20px; }
  .hubtile-wrapper .lazy-load__button, .hubtile-wrapper .lazy-load__backtotop {
    display: inline-block;
    color: #0052C2;
    font-size: 24px;
    line-height: 29px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif; }
  .hubtile-wrapper .lazy-load__backtotop {
    display: none; }

.hubtile-wrapper.showBorder {
  border-radius: 3px;
  border: 0.5px solid #818181;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1140px; }
  @media (min-width: 959px) {
    .hubtile-wrapper.showBorder {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      border: none; } }
  .hubtile-wrapper.showBorder .addPadding {
    padding: 30px 10px 0; }
    @media (min-width: 959px) {
      .hubtile-wrapper.showBorder .addPadding {
        padding: 30px 15px 0; } }
  .hubtile-wrapper.showBorder .header-content__container {
    padding: 15px 10px; }
    @media (min-width: 959px) {
      .hubtile-wrapper.showBorder .header-content__container {
        padding: 0 15px 10px; } }

.hubtile-wrapper .headline__container {
  width: 100%; }

.hubtile-wrapper .header-content__container {
  max-width: 1145px;
  margin: 0 auto;
  padding: 15px 10px; }
  @media (min-width: 959px) {
    .hubtile-wrapper .header-content__container {
      padding: 30px 5px 10px; } }

.hubtile-wrapper .header-content__cta-container {
  margin: 10px 0 0; }
  @media (min-width: 959px) {
    .hubtile-wrapper .header-content__cta-container {
      margin: 0 4px 0 0; } }

.hubtile-wrapper .header-content__text-container .header-content-item__headline {
  font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  color: #4A4A4A; }

.hubtile-wrapper .header-content__text-container .header-content-item__subheadline {
  margin-top: 10px; }
  @media (min-width: 959px) {
    .hubtile-wrapper .header-content__text-container .header-content-item__subheadline {
      margin-left: 2px; } }

.hubtile-wrapper--noBorder .tileitem {
  border: none;
  box-shadow: none;
  border-radius: 0; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile {
  /* --- Overrides ---*/ }
  .hubtile-container.two .hubtile-container__wrapper {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.two .hubtile-container__wrapper {
        flex-basis: 50%; } }
  .hubtile-container.three .hubtile-container__wrapper {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.three .hubtile-container__wrapper {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.three .hubtile-container__wrapper {
        flex-basis: 33.33%; } }
  .hubtile-container.four .hubtile-container__wrapper {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.four .hubtile-container__wrapper {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.four .hubtile-container__wrapper {
        flex-basis: 25%; } }
  .hubtile-container.pattern .hubtile-container__wrapper--double {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.pattern .hubtile-container__wrapper--double {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.pattern .hubtile-container__wrapper--double {
        flex-basis: 66.66%; } }
  .hubtile-container.pattern .hubtile-container__wrapper--single {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.pattern .hubtile-container__wrapper--single {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.pattern .hubtile-container__wrapper--single {
        flex-basis: 33.33%; } }
  .hubtile-container.pattern .hubtile-container__wrapper--fifty {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.pattern .hubtile-container__wrapper--fifty {
        flex-basis: 50%; } }
  .hubtile-container.pattern .hubtile-container__wrapper--hundred {
    flex-basis: 100%; }
  .hubtile-container.four .hubtile-container__wrapper[data-override="col_1"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.four .hubtile-container__wrapper[data-override="col_1"] {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.four .hubtile-container__wrapper[data-override="col_1"] {
        flex-basis: 25%; } }
  .hubtile-container.four .hubtile-container__wrapper[data-override="col_2"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.four .hubtile-container__wrapper[data-override="col_2"] {
        flex-basis: 50%; } }
  .hubtile-container.four .hubtile-container__wrapper[data-override="col_3"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.four .hubtile-container__wrapper[data-override="col_3"] {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.four .hubtile-container__wrapper[data-override="col_3"] {
        flex-basis: 75%; } }
  .hubtile-container.three .hubtile-container__wrapper[data-override="col_1"],
  .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_1"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.three .hubtile-container__wrapper[data-override="col_1"],
      .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_1"] {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.three .hubtile-container__wrapper[data-override="col_1"],
      .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_1"] {
        flex-basis: 33.33%; } }
  .hubtile-container.three .hubtile-container__wrapper[data-override="col_2"],
  .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_2"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.three .hubtile-container__wrapper[data-override="col_2"],
      .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_2"] {
        flex-basis: 50%; } }
    @media (min-width: 959px) {
      .hubtile-container.three .hubtile-container__wrapper[data-override="col_2"],
      .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_2"] {
        flex-basis: 66.66%; } }
  .hubtile-container.three .hubtile-container__wrapper[data-override="col_3"],
  .hubtile-container.pattern .hubtile-container__wrapper[data-override="col_3"] {
    flex-basis: 100%; }
  .hubtile-container.two .hubtile-container__wrapper[data-override="col_1"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container.two .hubtile-container__wrapper[data-override="col_1"] {
        flex-basis: 50%; } }
  .hubtile-container.two .hubtile-container__wrapper[data-override="col_2"] {
    flex-basis: 100%; }
  .hubtile-container.two .hubtile-container__wrapper[data-override="col_3"] {
    flex-basis: 100%; }
  .hubtile-container .hubtile-container__wrapper[data-override="col_fifty"] {
    flex-basis: 100%; }
    @media (min-width: 767px) {
      .hubtile-container .hubtile-container__wrapper[data-override="col_fifty"] {
        flex-basis: 50%; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.articles .hubtile-container__wrapper[data-override="col_1"], .hubtile-container.articles .hubtile-container__wrapper[data-override="col_2"], .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] {
  min-height: 300px; }
  .hubtile-container.articles .hubtile-container__wrapper[data-override="col_1"] .tileitem-imagecontainer, .hubtile-container.articles .hubtile-container__wrapper[data-override="col_2"] .tileitem-imagecontainer, .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] .tileitem-imagecontainer {
    min-height: 165px; }

@media only screen and (min-width: 768px) {
  .hubtile-container.articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .hubtile-container.articles .hubtile-container__wrapper[data-override="col_1"] {
      min-height: 300px; }
      .hubtile-container.articles .hubtile-container__wrapper[data-override="col_1"] .tileitem-imagecontainer {
        min-height: 165px; }
    .hubtile-container.articles .hubtile-container__wrapper[data-override="col_2"], .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] {
      min-height: 300px; }
      .hubtile-container.articles .hubtile-container__wrapper[data-override="col_2"] .tileitem-imagecontainer, .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] .tileitem-imagecontainer {
        min-height: 185px; } }

@media only screen and (min-width: 960px) {
  .hubtile-container.articles .tileitem {
    margin: 0 0 30px;
    min-height: 300px; }
  .hubtile-container.articles .hubtile-container__wrapper[data-override="col_1"] {
    min-height: 300px; }
    .hubtile-container.articles .hubtile-container__wrapper[data-override="col_1"] .tileitem-imagecontainer {
      min-height: 165px; }
  .hubtile-container.articles .hubtile-container__wrapper[data-override="col_2"] {
    min-height: 300px; }
    .hubtile-container.articles .hubtile-container__wrapper[data-override="col_2"] .tileitem-imagecontainer {
      min-height: 185px; }
  .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] {
    min-height: 415px; }
    .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] .tileitem-imagecontainer {
      min-height: 300px; } }
  @media only screen and (min-width: 960px) and (min-width: 767px) {
    .hubtile-container.articles .hubtile-container__wrapper[data-override="col_3"] .tileitem {
      min-height: 415px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.C4 .tileitem {
  min-height: 415px; }
  .hubtile-container.C4 .tileitem-textcontainer {
    padding: 10px 21px 30px; }
    .hubtile-container.C4 .tileitem-textcontainer__text {
      margin-top: 10px; }
  .hubtile-container.C4 .tileitem-imagecontainer {
    min-height: 300px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.C5 .tileitem {
  min-height: 440px; }
  .hubtile-container.C5 .tileitem__header {
    padding: 30px 21px 30px; }
  .hubtile-container.C5 .tileitem-textcontainer {
    padding: 10px 21px 30px; }
    .hubtile-container.C5 .tileitem-textcontainer__text {
      margin-top: 10px; }
  .hubtile-container.C5 .tileitem-imagecontainer {
    min-height: 300px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.C6 .container-header {
  padding-left: 15px; }

.hubtile-container.C6 .container-subheader {
  margin-top: 10px; }

.hubtile-container.C6 .tileitem {
  min-height: 245px; }
  .hubtile-container.C6 .tileitem-imagecontainer {
    min-height: 150px;
    height: auto; }
  .hubtile-container.C6 .tileitem-textcontainer {
    padding: 15px 21px 15px; }
    .hubtile-container.C6 .tileitem-textcontainer .tileitem-textcontainer__title {
      margin-top: 10px; }
      @media (min-width: 959px) {
        .hubtile-container.C6 .tileitem-textcontainer .tileitem-textcontainer__title {
          margin-top: 0px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.C8 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  background-color: #fff;
  padding-bottom: 10px;
  max-width: 1140px; }
  .hubtile-container.C8 .hub-tile {
    padding: 0 27px; }
  .hubtile-container.C8.slick-slider {
    min-height: initial; }
  .hubtile-container.C8 .slick-dots {
    bottom: -18px; }
  .hubtile-container.C8 .slick-arrow {
    top: auto;
    bottom: 77px;
    z-index: 100; }
  .hubtile-container.C8 .slick-slider {
    padding: 0px 15px; }
  .hubtile-container.C8 .header-content__container {
    padding: 30px 30px 0; }
    @media (min-width: 767px) {
      .hubtile-container.C8 .header-content__container {
        padding: 30px 30px 0; } }
  .hubtile-container.C8 .tileitem {
    margin: 0px;
    min-height: initial;
    box-shadow: none; }
    .hubtile-container.C8 .tileitem-imagecontainer {
      display: none; }
    .hubtile-container.C8 .tileitem-textcontainer {
      padding: 30px 20px 30px; }
      @media (min-width: 767px) {
        .hubtile-container.C8 .tileitem-textcontainer {
          padding: 20px 2px 10px; } }
      .hubtile-container.C8 .tileitem-textcontainer .tileitem-textcontainer__title {
        color: #4A4A4A;
        font-size: 16px;
        line-height: 20px; }
      .hubtile-container.C8 .tileitem-textcontainer .tileitem-textcontainer__text {
        color: #4A4A4A;
        font-size: 16px;
        line-height: 20px; }
    .hubtile-container.C8 .tileitem.defaultImage .tileitem-textcontainer {
      padding: 20px; }
      @media (min-width: 767px) {
        .hubtile-container.C8 .tileitem.defaultImage .tileitem-textcontainer {
          padding: 10px 15px; } }
      .hubtile-container.C8 .tileitem.defaultImage .tileitem-textcontainer__title {
        color: #fff; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.C9 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  background-color: #fff;
  padding-bottom: 10px;
  max-width: 1140px; }
  .hubtile-container.C9 .hub-tile {
    padding: 0 15px; }
    @media (min-width: 959px) {
      .hubtile-container.C9 .hub-tile {
        padding: 0 27px; } }
  .hubtile-container.C9.slick-slider {
    min-height: initial; }
  .hubtile-container.C9 .slick-dots {
    bottom: -18px; }
  .hubtile-container.C9 .slick-arrow {
    top: auto;
    bottom: 77px;
    z-index: 100; }
  .hubtile-container.C9 .slick-slider {
    padding: 0px 15px; }
  .hubtile-container.C9 .header-content__container {
    padding: 30px 15px 20px; }
    @media (min-width: 959px) {
      .hubtile-container.C9 .header-content__container {
        padding: 27px 30px 25px; } }
  .hubtile-container.C9 .tileitem {
    margin: 0px;
    min-height: initial;
    box-shadow: none;
    padding: 0 0 20px; }
    @media (min-width: 959px) {
      .hubtile-container.C9 .tileitem {
        padding: 0 0px 30px; } }
    .hubtile-container.C9 .tileitem-imagecontainer {
      display: block;
      float: left;
      height: 125px;
      min-height: auto;
      width: 125px;
      margin: 0 10px 0 0;
      border-radius: 0; }
      .hubtile-container.C9 .tileitem-imagecontainer__stampbar, .hubtile-container.C9 .tileitem-imagecontainer__stamptext,
      .hubtile-container.C9 .tileitem-imagecontainer span.interactive,
      .hubtile-container.C9 .tileitem-imagecontainer span.pdf,
      .hubtile-container.C9 .tileitem-imagecontainer span.video {
        display: none; }
    .hubtile-container.C9 .tileitem-textcontainer {
      padding: 0 20px 30px; }
      @media (min-width: 767px) {
        .hubtile-container.C9 .tileitem-textcontainer {
          padding: 0 2px 10px; } }
      .hubtile-container.C9 .tileitem-textcontainer .tileitem-textcontainer__title {
        color: #4A4A4A;
        font-size: 16px;
        line-height: 20px; }
      .hubtile-container.C9 .tileitem-textcontainer .tileitem-textcontainer__text {
        margin-top: 0; }
        @media (min-width: 767px) {
          .hubtile-container.C9 .tileitem-textcontainer .tileitem-textcontainer__text {
            margin-top: 7px; } }
      .hubtile-container.C9 .tileitem-textcontainer .tileitem-textcontainer__text p {
        color: #4A4A4A;
        font-size: 13px;
        line-height: 18px;
        margin-top: 0; }
        @media (min-width: 767px) {
          .hubtile-container.C9 .tileitem-textcontainer .tileitem-textcontainer__text p {
            font-size: 16px;
            line-height: 20px; } }
      .hubtile-container.C9 .tileitem-textcontainer .tileitem-textcontainer__learnmore {
        margin: 0;
        font-size: 16px;
        line-height: 20px; }
    .hubtile-container.C9 .tileitem.defaultImage .tileitem-textcontainer {
      padding: 20px; }
      @media (min-width: 767px) {
        .hubtile-container.C9 .tileitem.defaultImage .tileitem-textcontainer {
          padding: 10px 15px; } }
      .hubtile-container.C9 .tileitem.defaultImage .tileitem-textcontainer__title {
        color: #fff; }

.hubtile-wrapper .header-content__text-container .header-content-item__subheadline {
  margin-top: 0; }
  @media (min-width: 767px) {
    .hubtile-wrapper .header-content__text-container .header-content-item__subheadline {
      margin-top: 10px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.hubtile-container.podcast .container-header {
  padding-left: 15px; }

.hubtile-container.podcast .container-subheader {
  margin-top: 10px; }

.hubtile-container.podcast .tileitem {
  min-height: 245px; }
  .hubtile-container.podcast .tileitem-imagecontainer {
    min-height: 292px;
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  .hubtile-container.podcast .tileitem-content {
    position: relative;
    height: 100%; }
  .hubtile-container.podcast .tileitem-textcontainer {
    width: 90%;
    margin: auto;
    padding: 20px 0 0;
    min-height: 114px; }
    @media (min-width: 959px) {
      .hubtile-container.podcast .tileitem-textcontainer {
        padding-bottom: 35px;
        min-height: 179px; } }
    .hubtile-container.podcast .tileitem-textcontainer .tileitem-textcontainer__title {
      margin-top: 20px;
      font-weight: 400;
      color: #0B1F4B; }
      @media (min-width: 959px) {
        .hubtile-container.podcast .tileitem-textcontainer .tileitem-textcontainer__title {
          margin-top: 0px; } }
    .hubtile-container.podcast .tileitem-textcontainer__text {
      display: none; }
      @media (min-width: 959px) {
        .hubtile-container.podcast .tileitem-textcontainer__text {
          display: block; } }
  .hubtile-container.podcast .tileitem-textbottom {
    position: absolute;
    display: flex;
    width: 90%;
    margin: auto;
    padding: 15px 0;
    bottom: 0;
    font-size: 14px;
    color: #000;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 959px) {
      .hubtile-container.podcast .tileitem-textbottom {
        font-size: 16px;
        color: #0B1F4B;
        border-top: 1px solid #B2B2B2; } }
    .hubtile-container.podcast .tileitem-textbottom__length {
      flex-grow: 1; }
    .hubtile-container.podcast .tileitem-textbottom__date {
      flex-grow: 1;
      text-align: right; }
      @media (max-width: 958px) {
        .hubtile-container.podcast .tileitem-textbottom__date {
          position: absolute;
          top: 15px;
          right: 0; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.column-control {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 768px) {
    .column-control--50-50, .column-control--three, .column-control--four, .column-control--35-65, .column-control--65-35, .column-control--three, .column-control--four, .column-control--four {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .column-control--50-50 > *, .column-control--three > *, .column-control--four > * {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .column-control--35-65 > :nth-child(odd) {
      flex-basis: 35%;
      max-width: 35%; }
    .column-control--35-65 > :nth-child(even) {
      flex-basis: 65%;
      max-width: 65%; } }
  @media (min-width: 768px) {
    .column-control--65-35 > :nth-child(odd) {
      flex-basis: 65%;
      max-width: 65%; }
    .column-control--65-35 > :nth-child(even) {
      flex-basis: 35%;
      max-width: 35%; } }
  @media (min-width: 1024px) {
    .column-control--three > *, .column-control--four > * {
      flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 1200px) {
    .column-control--four > * {
      flex-basis: 25%;
      max-width: 25%; } }
  .column-control--with-divider {
    border-bottom: 1px solid #ECE6DD;
    padding-bottom: 25px; }
    @media (min-width: 1024px) {
      .column-control--with-divider {
        padding-bottom: 55px; } }

.aem-wrap--column-control:before, .aem-wrap--column-control:after {
  content: "";
  display: table; }

/* ----- Bio container component styles ----- */
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.bio-container {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .bio-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .bio-container > div {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .bio-container > div {
        margin-bottom: 0; } }
  .bio-container .bio__headings, .bio-container .bio__content {
    margin-top: 25px; }
  .bio-container .hideDesktop {
    display: none; }

.bio-container.full > div {
  flex-basis: 100%; }

.bio-container.fifty > div {
  flex-basis: 49%; }

/* ----- Bio component styles ----- */
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.bio__headings {
  font-size: 34px;
  min-height: 44px; }
  .bio__headings--left {
    text-align: left; }
  .bio__headings--right {
    text-align: right; }
  .bio__headings--center {
    text-align: center; }

.bio .image {
  position: relative;
  width: 122px !important;
  min-width: 122px;
  height: 122px !important;
  display: flex;
  margin-right: 63px !important;
  border-radius: 50%;
  overflow: hidden; }
  .bio .image img {
    position: absolute;
    height: 122px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    max-width: none; }

.bio__copy {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 100%; }
  .bio__copy .text p {
    color: #333;
    font-size: 16px; }

.bio__name {
  display: block;
  font-size: 24px;
  margin-bottom: 5px; }

.bio__description {
  display: block;
  font-size: 16px;
  margin-bottom: 15px; }

.bio__content {
  display: inline-flex;
  width: 100%; }
  .bio__content p {
    margin-top: 0; }

@media (max-width: 767px) {
  .bio-container .host.bio .image {
    width: 262px !important;
    min-width: 262px;
    height: 262px !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 29px !important; }
    .bio-container .host.bio .image img {
      height: 262px; } }

@media (max-width: 767px) {
  .bio-container .host.bio .bio__content {
    display: block;
    width: 100%; } }

@media (min-width: 1024px) {
  .bio-container .host.bio .bio__content {
    display: inline-flex; } }

@media (max-width: 767px) {
  .bio-container .host.bio .bio__name, .bio-container .host.bio .bio__description {
    text-align: center; } }

@media (min-width: 1024px) {
  .bio-container .host.bio .bio__name, .bio-container .host.bio .bio__description {
    text-align: left; } }

@media (max-width: 767px) {
  .bio-container .host.bio .bio__copy .text p {
    color: #314066; } }

@media (min-width: 1024px) {
  .bio-container .host.bio .bio__copy {
    align-items: flex-start; } }

.bio-container .host.bio .bio__description {
  margin-bottom: 38px; }

.bio-container.fifty .host.bio .bio__description {
  margin-bottom: 8px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.utility-nav {
  background-color: #EDEDED;
  padding: 7px 0;
  display: none; }
  @media (min-width: 640px) {
    .utility-nav {
      display: block; } }
  .utility-nav__wrapper {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: auto; }
    @media (min-width: 768px) {
      .utility-nav__wrapper {
        padding: 0 40px; } }
    .utility-nav__wrapper .utility-links--align-center {
      text-align: center; }
    .utility-nav__wrapper .utility-links--align-left {
      text-align: left; }
    .utility-nav__wrapper .utility-links--align-right {
      text-align: right; }
    .utility-nav__wrapper .utility-links a:first-child {
      padding-left: 0; }
    .utility-nav__wrapper .utility-links a:last-child {
      padding-right: 0; }
    .utility-nav__wrapper .utility-links a {
      color: #012169;
      font-family: 'ConnectionsRegular';
      font-size: 14px;
      letter-spacing: 0;
      padding: 0 20px;
      border-right: 1px solid #012169; }
    .utility-nav__wrapper .utility-links a:last-child {
      border: none; }
  .hmenu__utility .utility-nav {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #ededed;
    background: transparent; }
    @media (max-width: 639px) {
      .hmenu__utility .utility-nav {
        display: block; } }
    .hmenu__utility .utility-nav__wrapper {
      padding: 10px 10px 20px; }
      .hmenu__utility .utility-nav__wrapper .utility-links {
        text-align: left; }
        .hmenu__utility .utility-nav__wrapper .utility-links a {
          display: block;
          margin-top: 10px !important;
          font-size: 16px; }
          .hmenu__utility .utility-nav__wrapper .utility-links a:before {
            display: block;
            content: "";
            margin-bottom: 5px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.notifications-strip {
  font-family: 'ConnectionsRegular';
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: #012169;
  color: #FFF;
  height: 46px; }
  .notifications-strip__text {
    font-size: 12px;
    justify-content: start;
    letter-spacing: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .notifications-strip__text {
        padding: 0 40px;
        font-size: 18px; } }
    .notifications-strip__text a {
      text-decoration: underline;
      margin-left: 5px; }

.masthead-example {
  display: block; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.init_overlay {
  background: transparent url(../../../../etc.clientlibs/boaml/clientlibs/resources/boaclientlibs/images/init_overlay.png) repeat left top;
  position: fixed;
  z-index: 105;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.initPop {
  display: none; }
  .initPop .init_overlay {
    z-index: 102; }

.init_pop_wrap {
  width: 100%;
  margin: 1rem auto 0; }

.init_title {
  background: #ffffff;
  padding: 1.375rem 1.563rem 1.375rem 2.375rem;
  overflow: hidden; }
  .init_title img.left {
    margin-bottom: 0;
    margin-right: 0; }

.init_content {
  background: #fff;
  padding: 2.375rem;
  -webkit-overflow-scrolling: touch; }

.init_title .close {
  background: url(../../../../etc.clientlibs/boaml/clientlibs/resources/boaclientlibs/images/close.png) center center no-repeat;
  width: 1.1875rem;
  height: auto;
  display: block;
  text-indent: -9999em; }

.init_content h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #012169;
  font-family: Helvetica, Arial, sans-serif; }

.init_content p {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  line-height: 1.27;
  letter-spacing: -0.005em; }
  @media (min-width: 640px) {
    .init_content p {
      font-size: 1rem;
      margin-bottom: 2rem; } }

.init_content strong {
  font-family: "ConnectionsBold";
  font-weight: normal; }

.init_content a {
  background-color: #012169;
  text-align: center;
  display: inline-block;
  min-width: 30.167%;
  padding: 1rem 0;
  color: #fff;
  margin-top: 3.22rem; }
  .init_content a + a {
    margin-left: 20px; }
  .init_content a.close {
    border: 1px solid #012169;
    background-color: #fff;
    color: #012169; }
    .init_content a.close:hover {
      border: 1px solid #012169;
      background-color: #fff;
      color: #012169; }

.init_bar {
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0;
  background: rgba(245, 245, 245, 0.9);
  padding: 7px 2.375rem; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.masthead-container {
  position: relative; }

.masthead-content {
  margin: 0 auto;
  min-height: 475px;
  position: relative;
  width: 100%; }
  .masthead-content _:-ms-fullscreen, :root .masthead-content {
    height: 475px; }
  .masthead-content-item {
    opacity: 0;
    display: none;
    position: relative;
    transition: opacity 0.5s ease-out;
    z-index: 15; }
    .masthead-content-item--col-1 {
      width: 100%; }
      .masthead-content-item--col-1 .masthead-content-item__background {
        min-width: 100%; }
    .masthead-content-item:nth-child(1) .masthead-content-item__background {
      margin-left: 0%; }
    .masthead-content-item--col-2 {
      width: 50%; }
      .masthead-content-item--col-2 .masthead-content-item__background {
        min-width: 200%; }
    .masthead-content-item:nth-child(2) .masthead-content-item__background {
      margin-left: -100%; }
    .masthead-content-item--col-3 {
      width: 33.33333%; }
      .masthead-content-item--col-3 .masthead-content-item__background {
        min-width: 300%; }
    .masthead-content-item:nth-child(3) .masthead-content-item__background {
      margin-left: -200%; }
    .masthead-content-item--col-4 {
      width: 25%; }
      .masthead-content-item--col-4 .masthead-content-item__background {
        min-width: 400%; }
    .masthead-content-item:nth-child(4) .masthead-content-item__background {
      margin-left: -300%; }
    .masthead-content-item--col-5 {
      width: 20%; }
      .masthead-content-item--col-5 .masthead-content-item__background {
        min-width: 500%; }
    .masthead-content-item:nth-child(5) .masthead-content-item__background {
      margin-left: -400%; }
    .masthead-content-item--col-6 {
      width: 16.66667%; }
      .masthead-content-item--col-6 .masthead-content-item__background {
        min-width: 600%; }
    .masthead-content-item:nth-child(6) .masthead-content-item__background {
      margin-left: -500%; }
    .masthead-content-item--col-7 {
      width: 14.28571%; }
      .masthead-content-item--col-7 .masthead-content-item__background {
        min-width: 700%; }
    .masthead-content-item:nth-child(7) .masthead-content-item__background {
      margin-left: -600%; }
    .masthead-content-item--col-8 {
      width: 12.5%; }
      .masthead-content-item--col-8 .masthead-content-item__background {
        min-width: 800%; }
    .masthead-content-item:nth-child(8) .masthead-content-item__background {
      margin-left: -700%; }
    .masthead-content-item--col-9 {
      width: 11.11111%; }
      .masthead-content-item--col-9 .masthead-content-item__background {
        min-width: 900%; }
    .masthead-content-item:nth-child(9) .masthead-content-item__background {
      margin-left: -800%; }
    .masthead-content-item--col-10 {
      width: 10%; }
      .masthead-content-item--col-10 .masthead-content-item__background {
        min-width: 1000%; }
    .masthead-content-item:nth-child(10) .masthead-content-item__background {
      margin-left: -900%; }
    .masthead-content-item.default, .masthead-content-item.active {
      opacity: 1; }
    .masthead-content-item.video {
      width: 100%; }
      .masthead-content-item.video .close-video {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 50px;
        z-index: 95; }
        .masthead-content-item.video .close-video .icon-cross {
          font-size: 35px; }
    .masthead-content-item.default {
      z-index: 10; }
    .masthead-content-item.active {
      z-index: 20;
      display: inline-block; }
    .masthead-content-item.active.video {
      background-color: #000000;
      z-index: 20; }
    .masthead-content-item__background {
      background-color: #FFFFFF;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      height: 100%;
      max-width: 100%;
      position: relative;
      width: 100%; }
      .masthead-content-item__background-overlay {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5; }
    .masthead-content-item__textcontainer {
      padding: 33px 17px 40px;
      margin: 0;
      width: 100%;
      z-index: 6; }
    .masthead-content-item__callout, .masthead-content-item__title, .masthead-content-item__text {
      color: #0D204A;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif; }
    .masthead-content-item__text * {
      color: inherit; }
    .masthead-content-item__callout {
      font-size: 20px;
      font-variant: small-caps; }
    .masthead-content-item__title {
      font-size: 35px;
      margin: 8px 0 18px; }
    .masthead-content-item__text,
    .masthead-content-item__text * {
      font-size: 18px;
      line-height: 22px; }
    .masthead-content-item__cta {
      background-color: #0073CF;
      color: #FFFFFF;
      cursor: pointer;
      display: inline-block;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 30px;
      padding: 10px 30px;
      position: relative;
      text-transform: lowercase; }
      .masthead-content-item__cta::first-letter {
        text-transform: capitalize; }

.masthead-tiles {
  background-color: #FFFFFF;
  border-top: 4px solid transparent;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  .masthead-tiles-item {
    cursor: pointer;
    height: 164px;
    margin-top: -5px;
    outline: none;
    padding: 15px;
    position: relative;
    width: 250px; }
    .masthead-tiles-item__borderbox * {
      z-index: 2;
      position: relative; }
    .masthead-tiles-item__borderbox {
      background-color: #FFFFFF;
      border: 1px solid #ECE6DD;
      border-bottom: none;
      border-top: 4px solid #ECE6DD;
      bottom: 0;
      left: 0;
      padding: 15px;
      position: absolute;
      right: 0;
      top: 0; }
      .masthead-tiles-item__borderbox-garagedoor {
        background-color: #ECE6DD;
        bottom: 0;
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1; }
    .masthead-tiles-item__background {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      height: 100%;
      max-height: 70px;
      min-height: 70px;
      position: relative;
      width: 100%; }
    .masthead-tiles-item__activetext, .masthead-tiles-item__title {
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif; }
    .masthead-tiles-item__activetext {
      display: none; }
    .masthead-tiles-item:hover .masthead-tiles-item__borderbox,
    .active .masthead-tiles-item__borderbox {
      box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.12);
      z-index: 20; }
    .active .masthead-tiles-item__borderbox .activearrow {
      border-bottom: 15px solid black;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      top: -17px; }
    .active .masthead-tiles-item__activetext {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      color: #FFFFFF;
      display: block;
      font-size: 14px;
      height: 28px;
      padding: 5px;
      position: absolute;
      width: 100%; }
    .masthead-tiles-item__title {
      color: #0D204A;
      font-size: 18px;
      line-height: 20px;
      margin-top: 15px; }

.masthead-dotnav {
  bottom: 50px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 30; }
  .noCarousel .masthead-dotnav {
    display: none !important; }
  .masthead-dotnav__navitem {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    padding: 0 5px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3); }
  .masthead-dotnav__navitem.active {
    color: #0052C2; }

@media only screen and (min-width: 768px) {
  .masthead-content {
    min-height: 545px; }
    .masthead-content _:-ms-fullscreen, :root .masthead-content {
      height: 545px; }
    .masthead-content-item__textcontainer {
      align-self: center;
      max-width: 560px; }
    .masthead-content-item__callout {
      font-size: 20px;
      margin-bottom: 13px; }
    .masthead-content-item__title {
      font-size: 76px;
      line-height: 75px;
      margin: -5px 0 25px; }
    .masthead-content-item__text,
    .masthead-content-item__text * {
      font-size: 18px;
      line-height: 22px; }
    .masthead-content-item__cta {
      font-size: 20px;
      margin-top: 35px;
      padding: 10px 30px; } }

@media only screen and (min-width: 960px) {
  .masthead-content {
    max-height: 400px;
    min-height: 400px; }
    .masthead-content _:-ms-fullscreen, :root .masthead-content {
      height: 400px; }
    .masthead-content-item.video {
      max-height: 400px;
      min-height: 400px;
      overflow: hidden;
      position: relative; }
      .masthead-content-item.video .videoplayer .video__wrapper {
        max-height: 400px;
        min-height: 400px; }
    .masthead-content-item__textcontainer {
      margin: 0 auto;
      max-width: 1240px;
      padding: 44px 65px; }
    .masthead-content-item__callout {
      font-size: 24px;
      margin-bottom: 16px; }
    .masthead-content-item__title {
      font-size: 80px;
      margin: -5px 0 25px; }
    .masthead-content-item__text,
    .masthead-content-item__text * {
      font-size: 18px;
      line-height: 22px;
      max-width: 540px; }
    .masthead-content-item__cta {
      font-size: 20px;
      margin-top: 35px;
      padding: 10px 30px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.global-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101; }

.global-nav__spacer {
  height: 136px; }
  .global-nav__spacer--edit {
    display: none; }

.global-nav__container {
  background-color: #FFF;
  height: 57px;
  padding: 14px 0; }
  @media (min-width: 640px) {
    .global-nav__container {
      height: 66px; } }
  .global-nav__container .search__wrapper {
    display: flex;
    justify-content: flex-end; }
    .global-nav__container .search__wrapper--started {
      display: none;
      align-items: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      padding: 0;
      margin: 0 auto; }
      @media (min-width: 640px) {
        .global-nav__container .search__wrapper--started {
          display: flex; } }
      .global-nav__container .search__wrapper--started #searchInput {
        width: 100%;
        height: auto;
        min-height: 30px; }
  .global-nav__container .search__container {
    background-color: transparent;
    opacity: 1;
    width: 100%; }
    .global-nav__container .search__container .inputbox {
      background-color: #F5F5F5;
      color: #012169;
      margin: 0;
      padding: 0;
      font-size: 22px;
      width: 100%;
      outline: 0;
      text-indent: 10px; }
    .global-nav__container .search__container .input-holder {
      width: calc(100% - 35px); }
      @media (min-width: 640px) {
        .global-nav__container .search__container .input-holder {
          width: calc(100% - 56px); } }
    .global-nav__container .search__container .input-holder, .global-nav__container .search__container .inputbox {
      height: 30px; }
      @media (min-width: 640px) {
        .global-nav__container .search__container .input-holder, .global-nav__container .search__container .inputbox {
          height: 37px; } }
    .global-nav__container .search__container .input-default {
      position: absolute;
      top: 5px;
      left: 10px;
      color: #012169;
      font-size: 18px; }
      @media (min-width: 640px) {
        .global-nav__container .search__container .input-default {
          top: 8px; } }
    .global-nav__container .search__container .site_search, .global-nav__container .search__container .site_search_v1 {
      position: absolute;
      background-color: #012169;
      background-size: 40%;
      right: 0;
      top: 0;
      height: 30px;
      width: 35px;
      right: 0;
      float: none;
      margin: 0; }
      @media (min-width: 640px) {
        .global-nav__container .search__container .site_search, .global-nav__container .search__container .site_search_v1 {
          height: 37px;
          width: 56px; } }
    .global-nav__container .search__container .ui-widget-content {
      border: 1px solid #F5F5F5;
      position: relative;
      top: 0; }
    .global-nav__container .search__container #dummySearchBarSuggest .ui-menu .ui-menu-item a {
      color: #0052C2;
      margin-top: 4px; }
    .global-nav__container .search__container #dummySearchBarSuggest .srchboxtitle {
      position: relative;
      color: #012169;
      font-size: 18px;
      border-top: 1px solid #F5F5F5;
      border-left: 1px solid #F5F5F5;
      border-right: 1px solid #F5F5F5; }

.global-nav__wrap {
  max-width: 1280px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%; }
  @media (min-width: 768px) {
    .global-nav__wrap {
      padding: 0 40px;
      align-items: flex-start; } }

.global-nav__logo {
  flex-basis: 10%;
  margin: auto 0; }
  @media (min-width: 640px) {
    .global-nav__logo {
      flex-basis: 25%; } }
  .global-nav__logo img {
    max-width: 200px; }
    @media (min-width: 768px) {
      .global-nav__logo img {
        max-width: 245px; } }

.global-nav__search {
  flex-basis: 80%;
  display: none;
  max-width: 390px;
  padding: 0;
  margin: auto 15px; }
  @media (min-width: 640px) {
    .global-nav__search {
      flex-basis: 50%;
      display: inline; } }
  .global-nav__search .mobile-search {
    background: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/search_icon.svg") no-repeat scroll center center transparent;
    background-size: contain;
    display: inline;
    width: 15px;
    height: 15px;
    margin-right: 15%; }
    @media (min-width: 640px) {
      .global-nav__search .mobile-search {
        display: none; } }

.global-nav__menu {
  flex-basis: 10%;
  min-width: 24px;
  min-height: 23px; }
  @media (min-width: 640px) {
    .global-nav__menu {
      flex-basis: 25%; } }
  .global-nav__menu .hammenu {
    position: relative;
    height: 100%;
    display: flex;
    max-height: 0;
    margin: 0; }
    @media (min-width: 640px) {
      .global-nav__menu .hammenu {
        display: block; } }
    .global-nav__menu .hammenu .contentSaved {
      height: 2.625rem;
      margin-top: 0;
      width: 2.625rem;
      background: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/contentSaved.png") no-repeat center center transparent;
      background-size: contain; }
      .global-nav__menu .hammenu .contentSaved .bar {
        display: none; }
    .global-nav__menu .hammenu__icon {
      float: right;
      width: 24px;
      margin: auto;
      background: none; }
      @media (min-width: 640px) {
        .global-nav__menu .hammenu__icon {
          width: 35px; } }
      .global-nav__menu .hammenu__icon .bar {
        width: 24px;
        height: 2px;
        background-color: #012169;
        margin: 4px 0;
        transition: 0.4s; }
        @media (min-width: 640px) {
          .global-nav__menu .hammenu__icon .bar {
            margin: 8px 0;
            height: 3px;
            width: 35px; } }
        .global-nav__menu .hammenu__icon .bar:first-child {
          margin-top: 4px; }
          @media (min-width: 640px) {
            .global-nav__menu .hammenu__icon .bar:first-child {
              margin-top: 6px; } }
      .global-nav__menu .hammenu__icon.change .bar1 {
        transform: rotate(-45deg) translate(-6px, 4px); }
        @media (min-width: 640px) {
          .global-nav__menu .hammenu__icon.change .bar1 {
            transform: rotate(-45deg) translate(-10px, 7px); } }
      .global-nav__menu .hammenu__icon.change .bar2 {
        opacity: 0; }
      .global-nav__menu .hammenu__icon.change .bar3 {
        transform: rotate(45deg) translate(-4px, -3px); }
        @media (min-width: 640px) {
          .global-nav__menu .hammenu__icon.change .bar3 {
            transform: rotate(45deg) translate(-7px, -7px); } }
    .global-nav__menu .hammenu__wrapper {
      position: absolute;
      top: 40px;
      width: 100vw;
      right: -5vw; }
      @media (min-width: 640px) {
        .global-nav__menu .hammenu__wrapper {
          top: 50px;
          width: 310px;
          right: 0; } }
      .global-nav__menu .hammenu__wrapper.menuShow {
        display: block; }
      .global-nav__menu .hammenu__wrapper.menuOpen {
        max-height: 1000px;
        transition: max-height 0.5s; }
      .global-nav__menu .hammenu__wrapper .utility-nav a {
        color: #012169; }
      @media (min-width: 768px) {
        .global-nav__menu .hammenu__wrapper .utility-nav {
          display: none; } }
    .global-nav__menu .hammenu__iteml1 span {
      font-size: 16px; }
      @media (min-width: 640px) {
        .global-nav__menu .hammenu__iteml1 span {
          font-size: 18px; } }
    .global-nav__menu .hammenu__iteml1 .savedcount {
      border-radius: 50%;
      padding: 0px 4px !important;
      font-size: 12px !important; }
    .global-nav__menu .hammenu__iteml2 span {
      font-size: 12px; }
    .global-nav__menu .hammenu #hmenulink {
      padding: 0 10px;
      box-shadow: 3px 3px 3px -5px #000, 0 0 5px -5px #000, -3px 0px 3px -5px #000; }
      @media (min-width: 640px) {
        .global-nav__menu .hammenu #hmenulink {
          padding: 0;
          overflow: visible;
          top: 1px;
          margin: 1px 2px 2px; } }

.global-nav__bar {
  background-color: rgba(245, 245, 245, 0.95); }
  .global-nav__bar .bar__wrapper {
    width: 100%;
    max-width: 1280px;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 12px;
    color: #000; }
    @media (min-width: 768px) {
      .global-nav__bar .bar__wrapper {
        font-size: 16px;
        padding: 8px 40px; } }

.global-nav--edit {
  position: relative; }
  .global-nav--edit .global-nav__container {
    height: auto; }

/* ----- Footer component styles ----- */
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.global-footer {
  padding-bottom: 30px;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: #f2f2f2;
  color: #4A4A4A; }
  @media (min-width: 768px) {
    .global-footer {
      font-size: 14px;
      line-height: 20px; } }
  .global-footer p {
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit; }
  .global-footer__wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 36px 20px 50px; }
    @media (min-width: 768px) {
      .global-footer__wrapper {
        padding: 20px 120px 59px; } }
    @media (min-width: 768px) {
      .global-footer__wrapper--disclaimer {
        padding: 50px 120px; } }
  .global-footer__social-label {
    width: auto;
    clear: both;
    float: none;
    font-size: 16px; }
    @media (min-width: 768px) {
      .global-footer__social-label {
        font-size: 20px; } }
  .global-footer__items {
    background-color: #012169;
    text-align: center; }
    @media (min-width: 768px) {
      .global-footer__items {
        text-align: left; } }
    .global-footer__items-social {
      font-size: 16px;
      color: #FFFFFF; }
      @media (min-width: 768px) {
        .global-footer__items-social {
          display: flex;
          align-items: flex-end; } }
      .global-footer__items-social ul {
        font-size: inherit; }
        .global-footer__items-social ul li {
          display: inline-block;
          margin: 6px 11px 0; }
    .global-footer__items-groups ul {
      font-size: 16px;
      padding-left: 0;
      list-style-type: none; }
      @media (min-width: 768px) {
        .global-footer__items-groups ul {
          font-size: 20px; } }
      @media (min-width: 768px) {
        .global-footer__items-groups ul {
          display: flex;
          width: 100%; } }
      @media (min-width: 768px) {
        .global-footer__items-groups ul li {
          max-width: 189px;
          margin-right: 10px;
          flex-grow: 1; } }
      @media (max-width: 767px) {
        .global-footer__items-groups ul li + li {
          margin-top: 30px; } }
      .global-footer__items-groups ul li a {
        display: inline-block;
        font-size: inherit;
        color: #FFFFFF;
        white-space: nowrap; }
        .global-footer__items-groups ul li a:hover, .global-footer__items-groups ul li a:focus {
          color: #d9d9d9; }
        .global-footer__items-groups ul li a:focus {
          outline-color: inherit; }
    .global-footer__items-groups + a .global-footer__picture .global-footer__img {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .global-footer__items-groups + a .global-footer__picture .global-footer__img {
          margin-top: 72px; } }
  .global-footer__image, .global-footer__img {
    display: inline-block;
    max-width: 100%;
    width: auto; }
  .global-footer__text {
    padding-bottom: 26px;
    color: #FFFFFF; }
    .global-footer__text p,
    .global-footer__text a {
      color: inherit !important;
      font-size: inherit !important;
      line-height: inherit !important; }
    .global-footer__text ul {
      font-size: inherit; }
      @media (max-width: 767px) {
        .global-footer__text ul li {
          display: inline-block; }
        .global-footer__text ul li + li {
          margin-left: 10px; }
          .global-footer__text ul li + li::before {
            content: "|";
            display: inline-block;
            padding-right: 10px; } }
      @media (min-width: 768px) {
        .global-footer__text ul li + li {
          margin-top: 15px; } }
  .global-footer__arnumber {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff; }
  .global-footer__disclaimer, .global-footer__license {
    font-size: 12px;
    color: #646464;
    line-height: 18px; }
    @media (min-width: 768px) {
      .global-footer__disclaimer, .global-footer__license {
        font-size: Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        line-height: 20px; } }
    .global-footer__disclaimer .text, .global-footer__license .text {
      margin-bottom: 17px; }
    .global-footer__disclaimer p, .global-footer__license p {
      color: inherit !important;
      font-size: inherit !important;
      line-height: inherit !important; }
    .global-footer__disclaimer a, .global-footer__license a {
      color: #0052C2 !important; }
    .global-footer__disclaimer p > sup, .global-footer__license p > sup {
      margin-left: -0.6em;
      margin-right: 1px; }
  .global-footer .aem-wrap--link-list.cq-Editable-dom .new {
    display: none; }

.footer-example {
  display: block;
  color: blue; }
  .footer-example--test {
    color: red; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */

.tile-container .aem-wrap--tile {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }


.tile-container .aem-wrap--tile {
  flex-basis: 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  
  .tile-container--four .aem-wrap--tile,
  .tile-container--three .aem-wrap--tile,
  .tile-container--two .aem-wrap--tile {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  
  .tile-container--four .aem-wrap--tile,
  .tile-container--three .aem-wrap--tile,
  .tile-container--two .aem-wrap--tile {
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 1024px) {
  
  .tile-container--four .aem-wrap--tile,
  .tile-container--three .aem-wrap--tile {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  
  .tile-container--four .aem-wrap--tile,
  .tile-container--three .aem-wrap--tile {
    flex-basis: 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 1312px) {
  
  .tile-container--four .aem-wrap--tile {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  
  .tile-container--four .aem-wrap--tile {
    flex-basis: 25%;
    max-width: 25%; } }


.tile-container {
  margin: 20px auto; }
  @media (max-width: 767px) {
    
    .tile-container--tile-icon .aem-wrap--tile {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    
    .tile-container--tile-icon .aem-wrap--tile {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  
  .tile-container--tile-icon.tile-container--three .grid-container {
    max-width: 1000px; }
  
  .tile-container--tile-icon.tile-container--two .grid-container {
    max-width: 690px; }
  
  .tile-container--edit {
    padding: 1rem;
    border: 1px dashed #ccc; }
    
    .tile-container--edit .grid-row > .cq-Editable-dom {
      padding: 0; }
    
    .tile-container--edit .grid-row > .new {
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 0; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.cmp-tile {
  display: block;
  margin: 16px 0; }
  .cmp-tile__media {
    margin-bottom: 20px; }
  .cmp-tile__title {
    margin-bottom: 10px;
    color: #000;
    line-height: 1.2; }
    .cmp-tile__title a {
      color: #0052c2; }
  .cmp-tile ol, .cmp-tile ul {
    margin: 0;
    padding-left: 20px;
    font-size: 100%; }
  .cmp-tile ul {
    list-style: disc; }
  .cmp-tile li {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 10px;
    margin: 0; }
    @media (min-width: 1024px) {
      .cmp-tile li {
        font-size: 18px; } }
  .cmp-tile__text {
    color: #000; }
    .cmp-tile__text p,
    .cmp-tile__text li {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.cmp-tile--icon {
  margin: 25px 0;
  text-align: center; }
  .cmp-tile--icon .cmp-tile__media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto; }
  .cmp-tile--icon .cmp-tile__image {
    max-width: 100%;
    max-height: 100%;
    flex: 1; }
  .cmp-tile--icon .cmp-tile__title {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px; }
    @media (min-width: 768px) {
      .cmp-tile--icon .cmp-tile__title {
        font-size: 24px; } }
  .cmp-tile--icon .cmp-tile__text {
    font-size: 16px; }
    @media (min-width: 768px) {
      .cmp-tile--icon .cmp-tile__text {
        font-size: 18px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.cmp-tile--rightrailpromo {
  width: 100%;
  margin: 15px auto;
  text-align: left; }
  .cmp-tile--rightrailpromo .cmp-tile__media {
    position: relative;
    padding-top: calc(100% * 0.5625);
    background-color: #f5f5f5;
    overflow: hidden; }
    .cmp-tile--rightrailpromo .cmp-tile__media--bar {
      padding: 0;
      border-bottom: 1px solid #979797; }
  .cmp-tile--rightrailpromo .cmp-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform .2s ease-in-out; }
  .cmp-tile--rightrailpromo .cmp-tile__title {
    font-size: 16px;
    color: #0052c2; }
    @media (min-width: 768px) {
      .cmp-tile--rightrailpromo .cmp-tile__title {
        font-size: 18px; } }
  .cmp-tile--rightrailpromo .cmp-tile__text {
    font-size: 14px; }
    .cmp-tile--rightrailpromo .cmp-tile__text ul, .cmp-tile--rightrailpromo .cmp-tile__text ol {
      padding-left: 15px; }
  .cmp-tile--rightrailpromo:hover .cmp-tile__image, .cmp-tile--rightrailpromo:focus .cmp-tile__image {
    transform: scale(1.05); }
  .cmp-tile--rightrailpromo:hover .cmp-tile__title, .cmp-tile--rightrailpromo:focus .cmp-tile__title {
    color: #012169; }

/* ----- Text component styles ----- */
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.text li {
  margin: 0 0 0.5rem; }

.text table {
  width: 100%;
  text-align: left; }
  .text table th {
    background-color: #454545;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;
    text-align: left; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.taxonomy-block {
  margin: 16px 0; }
  .taxonomy-block__list ul {
    list-style: none; }
  .taxonomy-block__list li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.625;
    background-color: #ededed;
    color: #000;
    padding: 0 10px;
    margin: 4px 0;
    border-radius: 13px; }

@media only screen and (min-width: 768px) {
  .submasthead {
    display: flex;
    background-color: #F5F5F5;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px; }
    .submasthead img.first {
      height: 30px;
      margin: 0.9rem .5rem; }
    .submasthead .visible_desktop {
      display: flex;
      align-items: center; }
    .submasthead p a {
      color: #0052C2; }
  .submasthead_full_click {
    display: none; }
    .submasthead_full_click a {
      display: flex;
      justify-content: center;
      align-items: center; }
  .submasthead_cta_click {
    display: flex; } }

@media only screen and (max-width: 767px) {
  .submasthead {
    display: block;
    background-color: #F5F5F5;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 2% 0; }
    .submasthead img.first {
      display: none; }
    .submasthead p a {
      color: #0052C2;
      text-decoration: underline; }
  .submasthead_full_click {
    display: none; }
  .submasthead_cta_click {
    display: block; } }

.submasthead img.second {
  height: 50px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.social-share__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }

.social-share li.social-share__sharetext {
  font-size: 16px;
  list-style-type: none; }

.social-share__item {
  margin: 0 8px;
  list-style-type: none; }
  .social-share__item:first-of-type {
    margin-left: 0; }
  @media (min-width: 640px) {
    .social-share__item:last-of-type {
      margin-right: 0; } }

.social-share__link {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease-out 0.05s; }
  .social-share__link svg {
    width: 32px;
    height: 32px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.share-this {
  margin: 16px 0; }
  .share-this__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap; }
  .share-this__item {
    margin: 0 10px;
    list-style-type: none; }
    .share-this__item:first-of-type {
      margin-left: 0; }
    .share-this__item:last-of-type {
      margin-right: 0; }
  .share-this__link {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    cursor: pointer;
    border-radius: 999px;
    background-color: #012169;
    transition: all 0.25s ease-out 0.05s; }
    .share-this__link svg {
      width: 100%; }
    .share-this__link:hover, .share-this__link:focus {
      background-color: #0052c2; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.rtb {
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden; }
  .rtb__wrapper {
    max-width: 100%;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .rtb__wrapper {
        display: flex;
        align-items: center;
        margin: 35px auto; } }
    @media (max-width: 767px) {
      .rtb__wrapper {
        padding: 0 15px; } }
    @media (min-width: 768px) {
      .rtb__wrapper--right, .rtb__wrapper--rightbottom {
        flex-direction: row-reverse; }
        .rtb__wrapper--right .rtb__content, .rtb__wrapper--rightbottom .rtb__content {
          padding-left: 0;
          padding-right: 100px; } }
    @media (min-width: 768px) {
      .rtb__wrapper--left .rtb__content {
        padding-right: 0;
        padding-left: 100px; } }
    @media (max-width: 767px) {
      .rtb__wrapper--leftbottom {
        display: flex;
        flex-direction: column-reverse; } }
    @media (max-width: 639px) {
      .rtb__wrapper--leftbottom .rtb__media {
        margin: 20px 0 0; } }
    @media (max-width: 767px) {
      .rtb__wrapper--rightbottom {
        display: flex;
        flex-direction: column-reverse; } }
    @media (max-width: 639px) {
      .rtb__wrapper--rightbottom .rtb__media {
        margin: 20px 0 0; } }
  .rtb__media {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .rtb__media {
        height: 300px;
        width: 39%;
        margin-bottom: 0; } }
  .rtb__image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (min-width: 768px) {
    .rtb__content {
      width: 51%;
      padding: 25px; } }
  @media (max-width: 767px) {
    .rtb__content {
      padding-bottom: 50px; } }
  .rtb__content--right {
    text-align: right; }
  .rtb__content--center {
    text-align: center; }
  @media (min-width: 768px) {
    .rtb__content--mleft-dright {
      text-align: right; } }
  @media (min-width: 768px) {
    .rtb__content--mleft-dcenter {
      text-align: center; } }
  .rtb__callout {
    font-size: 14px;
    color: #e31837;
    display: inline-block;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .rtb__callout {
        font-size: 18px; } }
  .rtb__title {
    margin-bottom: 5px;
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .rtb__title {
        font-size: 32px; } }
  .rtb ol, .rtb ul {
    margin: 0;
    padding-left: 20px;
    font-size: 100%; }
  .rtb ul {
    list-style: disc; }
  .rtb li {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 10px;
    margin: 0; }
    @media (min-width: 1024px) {
      .rtb li {
        font-size: 18px; } }
  .rtb__text {
    margin-top: 25px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
    @media (min-width: 1024px) {
      .rtb__text {
        font-size: 18px; } }
    .rtb__text p,
    .rtb__text li {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  .rtb__ctas {
    margin-top: 29px; }
    .rtb__ctas .cta {
      width: auto; }
    @media (max-width: 479px) {
      .rtb__ctas .cta:nth-child(2) {
        margin-top: 10px; } }

.rtb--background .rtb__wrapper {
  background: #f5f5f5; }

.rtb--background .rtb__media {
  margin-bottom: 34px;
  overflow: hidden;
  height: 185px; }
  @media (min-width: 640px) {
    .rtb--background .rtb__media {
      margin-bottom: 0;
      height: 365px; } }
  @media (min-width: 768px) {
    .rtb--background .rtb__media {
      height: 280px; } }
  @media (min-width: 1024px) {
    .rtb--background .rtb__media {
      height: 400px; } }
  .rtb--background .rtb__media--overlap {
    position: relative;
    bottom: 0; }
    @media (min-width: 640px) {
      .rtb--background .rtb__media--overlap {
        bottom: 30px; } }
    @media (min-width: 1024px) {
      .rtb--background .rtb__media--overlap {
        bottom: 60px; } }

.rtb--background .rtb__callout {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0; }

.rtb--background .rtb__text {
  margin-top: 10px; }

.rtb--background .rtb__ctas {
  margin-top: 25px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.right-rail {
  padding: 20px 0; }
  .right-rail__header {
    margin: 0 0 10px;
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .right-rail__header {
        font-size: 24px; } }
  .right-rail__section {
    display: none;
    margin: 20px 0; }
    .right-rail__section.active {
      display: block; }
  .right-rail--edit .right-rail__section {
    padding: 10px;
    border: 1px dashed #ccc; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.quotation-block {
  width: 100%;
  padding: 30px;
  margin: 16px 0;
  border-left: 1px solid #012169; }
  .quotation-block__quotation-mark {
    width: 18px;
    height: auto;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .quotation-block__quotation-mark {
        width: 22px; } }
  .quotation-block__headline {
    font-size: 24px;
    line-height: 1.25;
    font-family: "ConnectionsLightItalic", Arial, Verdana, Helvetica, sans-serif;
    color: #012169; }
    @media (min-width: 1024px) {
      .quotation-block__headline {
        font-size: 32px; } }
  .quotation-block__byline {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%; }
    .quotation-block__byline--headshot {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: inline-block;
      margin-right: 10px;
      flex-shrink: 0; }
      @media (min-width: 1024px) {
        .quotation-block__byline--headshot {
          margin-right: 20px; } }
    .quotation-block__byline--contributor {
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #000; }
      @media (min-width: 1024px) {
        .quotation-block__byline--contributor {
          font-size: 18px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.positioning-container {
  position: relative; }
  .positioning-container--manual {
    position: absolute; }
    .positioning-container--manual.positioning-container--edit {
      position: relative; }
  .positioning-container--full {
    position: relative;
    display: block; }
  .positioning-container--edit {
    padding: 10px;
    border: 1px dashed #ccc; }
    .positioning-container--edit .cq-Editable-dom {
      padding: 0; }
    .positioning-container--edit .new {
      margin-bottom: 0; }

.aem-wrap--positioning-container {
  position: relative; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.page-anchor {
  font-size: 0;
  overflow: hidden;
  outline: none; }
  .page-anchor:focus {
    outline: none; }

.aem-wrap--page-anchor {
  height: 0; }
  .isEdit .aem-wrap--page-anchor {
    height: auto; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.next-step {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 24px 50px; }
  @media (min-width: 768px) {
    .next-step {
      display: flex;
      align-items: center;
      padding: 60px 24px; } }
  .next-step--grey {
    background-color: #F5F5F5;
    color: #000000; }
  .next-step--blue {
    background-color: #012169;
    color: #ffffff; }
  .next-step--left {
    text-align: left; }
  .next-step--right {
    text-align: right; }
  .next-step--center {
    text-align: center; }
  .next-step--mleft-dright {
    text-align: left; }
    @media (min-width: 768px) {
      .next-step--mleft-dright {
        text-align: right; } }
  .next-step--mleft-dcenter {
    text-align: left; }
    @media (min-width: 768px) {
      .next-step--mleft-dcenter {
        text-align: center; } }
  .next-step__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 945px;
    width: 100%; }
    @media (min-width: 768px) {
      .next-step__wrapper {
        padding: 0 40px; } }
  .next-step__heading {
    font-size: 24px;
    color: inherit;
    line-height: 1.3333;
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 865px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .next-step__heading {
        margin-top: 10px;
        font-size: 32px;
        line-height: 1.25; } }
  .next-step__body-copy {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color: inherit;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 865px;
    line-height: 1.25; }
    .next-step__body-copy p,
    .next-step__body-copy li {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
    @media (min-width: 768px) {
      .next-step__body-copy {
        font-size: 18px;
        line-height: 1.3888; } }
  .next-step__cta {
    display: inline-block;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color: #012169;
    line-height: 1.25;
    background-color: #ffffff;
    text-transform: lowercase;
    padding: 11px 24px;
    max-width: 865px;
    margin-right: auto;
    margin-left: auto; }
    .next-step__cta:first-letter {
      text-transform: capitalize; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.mastheadslider-slide {
  position: relative; }
  .mastheadslider-slide__content {
    position: relative; }
  .mastheadslider-slide__video {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 210px; }
    .mastheadslider-slide__video-close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 9999;
      display: block;
      padding: 5px;
      font-family: 'ConnectionsBold';
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      color: #fff;
      text-decoration: none; }
      @media (min-width: 768px) {
        .mastheadslider-slide__video-close {
          font-size: 24px; } }
      .mastheadslider-slide__video-close:hover {
        color: #fff; }
  .mastheadslider-slide--edit .mastheadslider-slide__video {
    display: block;
    position: relative;
    width: 100%; }

.aem-wrap--mastheadslider-slide {
  display: inline !important; }

.aem-wrap--mastheadslider-slide.cq-Editable-dom {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  padding: 10px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.mastheadslider {
  background-color: #F2F2F2;
  position: relative;
  height: auto; }
  .mastheadslider__wrap {
    height: 322px; }
    @media (min-width: 640px) {
      .mastheadslider__wrap {
        height: 385px; } }
    .mastheadslider__wrap .slick-slider {
      margin: 0; }
    .mastheadslider__wrap .slick-prev, .mastheadslider__wrap .slick-next {
      bottom: 120px;
      margin: auto;
      height: 52px;
      position: absolute;
      width: 37px;
      z-index: 1; }
      @media (min-width: 640px) {
        .mastheadslider__wrap .slick-prev, .mastheadslider__wrap .slick-next {
          bottom: 0;
          top: 0;
          margin: auto; } }
    .mastheadslider__wrap .slick-prev {
      left: 1%; }
      @media (min-width: 640px) {
        .mastheadslider__wrap .slick-prev {
          left: 15%; } }
    .mastheadslider__wrap .slick-next {
      right: 1%; }
      @media (min-width: 640px) {
        .mastheadslider__wrap .slick-next {
          right: 15%; } }
    .mastheadslider__wrap .slick-prev {
      background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/slider/left-arrow.png");
      background-repeat: no-repeat; }
    .mastheadslider__wrap .slick-next {
      background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/slider/right-arrow.png");
      background-repeat: no-repeat;
      background-position: right; }
    .mastheadslider__wrap img {
      width: 100%; }
    .mastheadslider__wrap .slide-picture {
      min-height: 325px;
      position: relative;
      background-size: cover;
      background-position-x: 50%;
      height: 322px; }
      @media (min-width: 640px) {
        .mastheadslider__wrap .slide-picture {
          height: 385px; } }
    .mastheadslider__wrap .slide-copy {
      position: absolute;
      background-color: #fff;
      color: #2F3F67;
      padding: 25px 15px;
      bottom: 0;
      width: 77%;
      text-align: center;
      left: 50%;
      transform: translateX(-50%); }
      .mastheadslider__wrap .slide-copy--left {
        text-align: left; }
      .mastheadslider__wrap .slide-copy--right {
        text-align: right; }
      @media (min-width: 640px) {
        .mastheadslider__wrap .slide-copy {
          background-color: transparent;
          width: 55%;
          top: 50%;
          bottom: auto;
          transform: translateX(-50%) translateY(-50%); } }
      .mastheadslider__wrap .slide-copy__callout {
        font-family: 'ConnectionsRegular';
        font-size: 22px;
        font-variant: small-caps;
        color: #2F3F67;
        letter-spacing: 0.083em;
        line-height: 1.2;
        text-transform: lowercase; }
      .mastheadslider__wrap .slide-copy h2 {
        font-family: 'ConnectionsLight';
        font-size: 36px;
        color: #2F3F67;
        line-height: 1;
        text-align: center; }
        @media (min-width: 640px) {
          .mastheadslider__wrap .slide-copy h2 {
            font-size: 40px; } }
        @media (min-width: 1024px) {
          .mastheadslider__wrap .slide-copy h2 {
            font-size: 65px; } }
      .mastheadslider__wrap .slide-copy p {
        font-family: 'ConnectionsRegular';
        font-size: 14px;
        color: #2F3F67;
        max-height: 120px;
        overflow: hidden;
        text-align: center; }
        @media (min-width: 640px) {
          .mastheadslider__wrap .slide-copy p {
            font-size: 18px;
            max-height: 160px; } }
      .mastheadslider__wrap .slide-copy a {
        text-decoration: none;
        margin-bottom: 15px; }
      .mastheadslider__wrap .slide-copy__cta, .mastheadslider__wrap .slide-copy__cta-link {
        font-family: 'ConnectionsBold';
        font-weight: normal;
        font-size: 18px;
        display: inline-block;
        line-height: 25px;
        padding: 9px 32px;
        text-decoration: none;
        color: #fff;
        margin-top: 20px; }
        @media (min-width: 640px) {
          .mastheadslider__wrap .slide-copy__cta, .mastheadslider__wrap .slide-copy__cta-link {
            margin-top: 35px; } }
      .mastheadslider__wrap .slide-copy__cta-arrow {
        border-color: transparent transparent transparent white;
        border-left-color: inherit;
        border-width: 6px 0 6px 6px;
        border-style: solid;
        display: inline-block;
        font-size: 0;
        height: 0;
        margin: auto;
        position: relative;
        left: 8px; }
      .mastheadslider__wrap .slide-copy__cta--default {
        border: 2px solid #fff;
        background-color: transparent; }
      .mastheadslider__wrap .slide-copy__cta-icon {
        display: inline-block;
        width: 65px;
        margin-top: 20px; }
        @media (min-width: 640px) {
          .mastheadslider__wrap .slide-copy__cta-icon {
            width: 105px;
            margin-top: 35px; } }
        .mastheadslider__wrap .slide-copy__cta-icon img {
          display: block;
          width: 100%; }
    .mastheadslider__wrap .slick-dots {
      position: absolute;
      text-align: center;
      z-index: 100; }
      @media (min-width: 640px) {
        .mastheadslider__wrap .slick-dots {
          margin-top: -50px; } }
      .mastheadslider__wrap .slick-dots li {
        display: inline-block;
        margin: 5px; }
        .mastheadslider__wrap .slick-dots li button {
          background: #d1c9c0;
          border-radius: 15px;
          border: 0;
          font-size: 0;
          height: 15px;
          width: 15px; }
        .mastheadslider__wrap .slick-dots li.slick-active button {
          background: #857363; }
  .mastheadslider .arrow-down-full .arrow {
    background: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/arrow_down_full.png");
    background-repeat: no-repeat;
    background-position: -400px;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 22px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 1124px) {
      .mastheadslider .arrow-down-full .arrow {
        background-position-x: center; } }
  .mastheadslider.video-playing .slick-arrow, .mastheadslider.video-playing .slick-dots {
    display: none !important; }
  .mastheadslider--edit .mastheadslider__wrap {
    height: auto !important;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.7);
    background: repeating-linear-gradient(135deg, white, white 10px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.8) 20px); }

.aem-wrap--mastheadslider.cq-Editable-dom {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.masthead {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .masthead {
      min-height: 320px; } }
  @media (min-width: 1024px) {
    .masthead {
      min-height: 360px; } }
  @media (min-width: 1440px) {
    .masthead {
      min-height: 410px; } }
  .masthead__background {
    position: relative;
    height: 210px;
    z-index: -1; }
    @media (min-width: 768px) {
      .masthead__background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    .masthead__background .image,
    .masthead__background .image__bg {
      width: 100%;
      height: 100%;
      margin: 0; }
    .masthead__background--dark-blue {
      background-color: #012169; }
    .masthead__background--white {
      background-color: #fff; }
    .masthead__background--bright-red {
      background-color: #e31837; }
    .masthead__background--gray {
      background-color: #f5f5f5; }
  .masthead__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding: 0 24px; }
    @media (min-width: 768px) {
      .masthead__wrapper {
        min-height: inherit;
        display: flex;
        align-items: center;
        padding: 0 40px; } }
    @media (min-width: 768px) {
      .masthead__wrapper:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0; } }
    .masthead__wrapper--right {
      justify-content: flex-end;
      text-align: right; }
    .masthead__wrapper--center {
      justify-content: center;
      text-align: center; }
    @media (min-width: 768px) {
      .masthead__wrapper--mleft-dright {
        justify-content: flex-end;
        text-align: right; } }
    @media (min-width: 768px) {
      .masthead__wrapper--mleft-dcenter {
        justify-content: center;
        text-align: center; } }
  .masthead__content {
    padding: 20px 0; }
    @media (min-width: 768px) {
      .masthead__content {
        max-width: 56%;
        padding: 45px 0; } }
    @media (min-width: 1024px) {
      .masthead__content {
        max-width: 40%; } }
  .masthead__preheading {
    display: block;
    margin-bottom: 10px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025rem;
    color: #000; }
    @media (min-width: 1024px) {
      .masthead__preheading {
        font-size: 18px; } }
  .masthead__heading {
    font-size: 40px;
    line-height: 1.1;
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    margin: 0; }
    @media (min-width: 1024px) {
      .masthead__heading {
        font-size: 48px; } }
  .masthead__subheading {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .masthead__subheading {
        font-size: 18px; } }
    .masthead__subheading p {
      color: inherit;
      font-size: inherit;
      font-family: inherit; }
    .masthead__subheading a {
      font-size: inherit;
      font-family: inherit; }
  .masthead__cta {
    min-width: 165px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.container .link-grouping,
.link-grouping {
  margin: 20px 0; }
  .container .link-grouping__headline,
  .link-grouping__headline {
    max-width: 460px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333; }
    .container .link-grouping__headline--border-bottom,
    .link-grouping__headline--border-bottom {
      border-bottom: 1px solid #999; }
  .container .link-grouping__subheadline,
  .link-grouping__subheadline {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #0e4389; }
    .container .link-grouping__subheadline p,
    .link-grouping__subheadline p {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  .container .link-grouping__links,
  .link-grouping__links {
    margin-left: 50px; }
    .container .link-grouping__links-headline,
    .link-grouping__links-headline {
      display: block;
      padding: 10px;
      max-width: 410px;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      color: #0d204a;
      border-top: 1px solid #999; }
      .container .link-grouping__links-headline a,
      .link-grouping__links-headline a {
        font-size: inherit; }
    .container .link-grouping__links-links,
    .link-grouping__links-links {
      position: relative;
      max-width: 645px;
      padding: 10px 0;
      margin: 0; }
      .container .link-grouping__links-links:before,
      .link-grouping__links-links:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        max-width: 410px;
        width: 100%;
        border-top: 1px solid #999; }
      .container .link-grouping__links-links li, .container .link-grouping__links-links a,
      .link-grouping__links-links li,
      .link-grouping__links-links a {
        font-size: 14px;
        line-height: 1.5;
        vertical-align: middle; }
      .container .link-grouping__links-links li:before,
      .link-grouping__links-links li:before {
        content: "\203A";
        margin: 0 5px;
        font-size: 16px; }

@charset "UTF-8";
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.key-takeaways {
  margin: 16px 0;
  padding: 30px 16px;
  background: #f5f5f5; }
  @media (min-width: 768px) {
    .key-takeaways {
      padding: 40px 32px; } }
  .key-takeaways h1 {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .key-takeaways h1 {
        font-size: 40px; } }
  .key-takeaways h2 {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .key-takeaways h2 {
        font-size: 32px; } }
  .key-takeaways h3 {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    color: #000; }
    @media (min-width: 1024px) {
      .key-takeaways h3 {
        font-size: 24px; } }
  .key-takeaways ol, .key-takeaways ul {
    margin: 0;
    padding-left: 20px;
    font-size: 100%; }
  .key-takeaways ul {
    list-style: disc; }
  .key-takeaways li {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 10px;
    margin: 0; }
    @media (min-width: 1024px) {
      .key-takeaways li {
        font-size: 18px; } }
  .key-takeaways__heading {
    margin: 0; }
  .key-takeaways ul,
  .key-takeaways ol {
    padding: 0 0 0 16px;
    margin: 20px 0 0; }
    @media (min-width: 1024px) {
      .key-takeaways ul,
      .key-takeaways ol {
        padding: 0 0 0 20px; } }
  .key-takeaways li {
    margin-bottom: 10px;
    padding-left: 10px; }
  .key-takeaways__item--checkmark {
    list-style: none;
    margin-left: -30px !important; }
    .key-takeaways__item--checkmark::before {
      content: "";
      margin-right: 10px;
      font-family: "bofa-icons";
      font-size: 16px; }
  .key-takeaways__item a {
    color: #000;
    border-bottom: 1px solid #0052c2;
    transition: all 0.3s; }
    .key-takeaways__item a:hover, .key-takeaways__item a:focus {
      color: #fff;
      background-color: #0052c2; }
  .key-takeaways .cta {
    margin-top: 20px; }

@charset "UTF-8";
/* ----- Image component styles ----- */
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.image {
  margin: 1rem 0;
  display: block; }
  .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--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; }
  .image.image--centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .image.image--centered .image-caption {
      text-align: center; }
  @media (min-width: 768px) {
    .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.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 {
      position: relative;
      left: 50%;
      right: 50%;
      width: 100vw;
      max-width: none;
      margin-left: -50vw;
      margin-right: -50vw; } }
  .image__caption,
  .article__body .image__caption {
    clear: both;
    padding-top: 0.5rem;
    margin: 0 0 1rem;
    line-height: 1.3;
    text-align: center;
    font-size: 1em;
    font-family: "ConnectionsItalic", Arial, Verdana, Helvetica, sans-serif; }
    .image__caption p,
    .article__body .image__caption p {
      margin: 0 0 4px !important;
      font-size: 16px;
      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: 768px) {
        .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 .header {
    margin: 0; }
  .image .header__heading {
    font-size: 17px;
    margin: 30px 0 15px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    line-height: 1.1; }
  .image .ada-display {
    margin-top: 30px; }
    .image .ada-display__drop-down {
      display: none;
      background: #f5f5f5;
      margin-top: 25px; }
    .image .ada-display__toggle-show {
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      color: #0052c2;
      text-decoration: none;
      font-size: 2em; }
      .image .ada-display__toggle-show:hover, .image .ada-display__toggle-show:focus {
        color: #012169;
        text-decoration: none;
        cursor: pointer; }
      @media (min-width: 768px) {
        .image .ada-display__toggle-show {
          font-size: 1em; } }
    .image .ada-display__close {
      color: #000;
      float: right;
      font-size: 2em;
      margin: 15px 15px 0 0; }
      @media (min-width: 768px) {
        .image .ada-display__close {
          font-size: 1em; } }
      .image .ada-display__close:before {
        content: "";
        font-family: "bofa-icons"; }
    .image .ada-display__text-box {
      width: 95%;
      padding: 2%; }
    .image .ada-display .expanded:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid #f5f5f5;
      position: relative;
      bottom: 40px;
      left: 20px; }
      @media (max-width: 767px) {
        .image .ada-display .expanded:before {
          bottom: 25px;
          left: 10px;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 20px solid #f5f5f5; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.header {
  width: 100%;
  margin-bottom: 30px; }
  .header--align-left {
    text-align: left; }
  .header--align-center {
    text-align: center; }
  .header--align-right {
    text-align: right; }
  .header__subheading {
    margin: 30px 0 20px; }
  .header__cta {
    font-size: 18px; }
  .header--solutions {
    color: #000000;
    text-align: left; }
    @media (min-width: 768px) {
      .header--solutions {
        text-align: center; } }
    .header--solutions .header__heading {
      font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
      font-size: 32px;
      color: inherit;
      line-height: 1.25;
      margin-bottom: 9px; }
      @media (min-width: 768px) {
        .header--solutions .header__heading {
          font-size: 40px;
          line-height: 1.25;
          margin-bottom: 29px; } }
    .header--solutions .header__subheading {
      font-size: 16px;
      color: inherit;
      line-height: 1.375; }
      @media (min-width: 768px) {
        .header--solutions .header__subheading {
          font-size: 18px;
          color: #333333;
          line-height: 1.38; } }

@charset "UTF-8";
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.cta {
  color: #0052c2; }
  .cta:hover, .cta:focus {
    text-decoration: none;
    color: #012169; }
  .cta--download {
    display: flex;
    align-items: center; }
    .cta--download::before {
      content: "";
      font-family: "bofa-icons";
      font-size: 16px;
      margin-right: 5px; }
    .cta--download:hover, .cta--download:focus {
      text-decoration: none;
      color: #012169; }
      .cta--download:hover span, .cta--download:focus span {
        text-decoration: none; }
  .cta--hyperlink {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    color: #0052c2;
    text-decoration: none;
    font-size: 18px; }
    .cta--hyperlink:hover, .cta--hyperlink:focus {
      color: #012169;
      text-decoration: none;
      cursor: pointer; }
  .cta--inline-link {
    color: #000;
    border-bottom: 1px solid #0052c2;
    transition: all 0.3s; }
    .cta--inline-link:hover, .cta--inline-link:focus {
      color: #fff;
      background-color: #0052c2; }
    .cta--inline-link--white {
      color: #fff;
      border-bottom: 1px solid #0052c2;
      transition: all 0.3s; }
      .cta--inline-link--white:hover, .cta--inline-link--white:focus {
        color: #fff;
        background-color: #0052c2; }
  .cta--primary-blue {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 326px;
    text-decoration: none;
    font-size: 18px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    transition: all 0.3s;
    color: #fff;
    background-color: #012169; }
    .cta--primary-blue:hover, .cta--primary-blue:focus {
      text-decoration: none;
      color: #012169; }
    @media (min-width: 768px) {
      .cta--primary-blue {
        width: auto; } }
    .cta--primary-blue:hover, .cta--primary-blue:focus {
      background-color: #0052c2;
      color: #fff; }
  .cta--primary-red {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 326px;
    text-decoration: none;
    font-size: 18px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    transition: all 0.3s;
    color: #fff;
    background-color: #e31837; }
    .cta--primary-red:hover, .cta--primary-red:focus {
      text-decoration: none;
      color: #012169; }
    @media (min-width: 768px) {
      .cta--primary-red {
        width: auto; } }
    .cta--primary-red:hover, .cta--primary-red:focus {
      background-color: #c41230;
      color: #fff; }
  .cta--secondary-blue {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 326px;
    text-decoration: none;
    font-size: 18px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    transition: all 0.3s;
    border: #012169 1px solid;
    color: #012169;
    background-color: #fff; }
    .cta--secondary-blue:hover, .cta--secondary-blue:focus {
      text-decoration: none;
      color: #012169; }
    @media (min-width: 768px) {
      .cta--secondary-blue {
        width: auto; } }
    .cta--secondary-blue:hover, .cta--secondary-blue:focus {
      border: #0052c2 1px solid;
      color: #0052c2; }
  .cta--secondary-red {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 326px;
    text-decoration: none;
    font-size: 18px;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    transition: all 0.3s;
    border: #e31837 1px solid;
    color: #e31837;
    background-color: #fff; }
    .cta--secondary-red:hover, .cta--secondary-red:focus {
      text-decoration: none;
      color: #012169; }
    @media (min-width: 768px) {
      .cta--secondary-red {
        width: auto; } }
    .cta--secondary-red:hover, .cta--secondary-red:focus {
      border: #c41230 1px solid;
      color: #c41230; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.contributor {
  display: flex;
  margin: 16px 0; }
  .contributor__headshot {
    width: 8vw;
    height: 8vw;
    min-width: 50px;
    min-height: 50px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%; }
  .contributor__text {
    padding: 1.2em 1em; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.content-tiles {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: hidden; }
  .content-tiles__wrapper {
    max-width: 1220px;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .content-tiles__wrapper {
        margin: 35px auto; } }
  @media (min-width: 768px) {
    .content-tiles__columns--one, .content-tiles__columns--two, .content-tiles__columns--three, .content-tiles__columns--four, .content-tiles__columns--three, .content-tiles__columns--four, .content-tiles__columns--four {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -12px; } }
  @media (min-width: 768px) {
    .content-tiles__columns--one > * {
      flex-basis: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .content-tiles__columns--two > *, .content-tiles__columns--three > *, .content-tiles__columns--four > * {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .content-tiles__columns--three > *, .content-tiles__columns--four > * {
      flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 1200px) {
    .content-tiles__columns--four > * {
      flex-basis: 25%;
      max-width: 25%; } }
  .content-tiles__column {
    padding: 12px 0; }
    @media (min-width: 768px) {
      .content-tiles__column {
        padding: 12px; } }
  .content-tiles__tile {
    display: block;
    height: 100%; }
    .content-tiles__tile:hover .content-tiles__media--169 .content-tiles__image, .content-tiles__tile:focus .content-tiles__media--169 .content-tiles__image {
      transform: scale(1.05); }
  .content-tiles__image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .content-tiles__content--right {
    text-align: right; }
  .content-tiles__content--center {
    text-align: center; }
  @media (min-width: 768px) {
    .content-tiles__content--mleft-dright {
      text-align: right; } }
  @media (min-width: 768px) {
    .content-tiles__content--mleft-dcenter {
      text-align: center; } }
  .content-tiles__text ol, .content-tiles__text ul {
    margin: 0;
    padding-left: 20px;
    font-size: 100%; }
  .content-tiles__text ul {
    list-style: disc; }
  .content-tiles__text li {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 10px;
    margin: 0; }
    @media (min-width: 1024px) {
      .content-tiles__text li {
        font-size: 18px; } }
  .content-tiles__text p,
  .content-tiles__text li {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  .content-tiles__media {
    width: 100%;
    overflow: hidden; }
    .content-tiles__media--169 {
      height: 0;
      padding-top: calc(100% * 0.5625);
      position: relative; }
      .content-tiles__media--169 .content-tiles__image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: transform .2s; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.content-tiles--four-up .content-tiles__tile {
  min-height: 300px;
  border: 1px solid #f5f5f5;
  background-color: #fcfcfc; }

.content-tiles--four-up .content-tiles__media {
  height: 162px;
  background-color: #f5f5f5; }
  @media (min-width: 768px) {
    .content-tiles--four-up .content-tiles__media {
      height: 155px; } }

.content-tiles--four-up .content-tiles__content {
  padding: 20px; }

.content-tiles--four-up .content-tiles__title {
  margin-bottom: 10px;
  font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  color: #0052c2; }
  @media (min-width: 768px) {
    .content-tiles--four-up .content-tiles__title {
      font-size: 24px; } }

.content-tiles--four-up .content-tiles__text {
  font-size: 16px;
  color: #000; }
  @media (min-width: 768px) {
    .content-tiles--four-up .content-tiles__text {
      font-size: 18px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.content-tiles--related-content {
  padding: 0;
  margin: 0 -12px; }
  @media (min-width: 1024px) {
    .content-tiles--related-content {
      margin: 0 -16px; } }
  .content-tiles--related-content .content-tiles {
    max-width: 1600px; }
    .content-tiles--related-content .content-tiles__column {
      padding: 12px; }
      @media (min-width: 1024px) {
        .content-tiles--related-content .content-tiles__column {
          padding: 16px; } }
    .content-tiles--related-content .content-tiles__columns {
      margin: 0; }
    .content-tiles--related-content .content-tiles__content {
      display: flex;
      flex-direction: column;
      padding: 32px;
      flex-grow: 1; }
    .content-tiles--related-content .content-tiles__wrapper {
      width: 100%;
      max-width: 1600px; }
    .content-tiles--related-content .content-tiles__tile {
      min-height: 225px;
      border: none;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      transition: all 0.25s ease-out 0.05s; }
      .content-tiles--related-content .content-tiles__tile:hover, .content-tiles--related-content .content-tiles__tile:focus {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1); }
        .content-tiles--related-content .content-tiles__tile:hover .content-tiles__image, .content-tiles--related-content .content-tiles__tile:focus .content-tiles__image {
          transform: scale(1.05); }
        .content-tiles--related-content .content-tiles__tile:hover .content-tiles__title, .content-tiles--related-content .content-tiles__tile:focus .content-tiles__title {
          color: #012169; }
    .content-tiles--related-content .content-tiles__type {
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 16px;
      color: #e31837;
      margin-bottom: 5px; }
      @media (min-width: 1024px) {
        .content-tiles--related-content .content-tiles__type {
          font-size: 18px; } }
    .content-tiles--related-content .content-tiles__title {
      margin-bottom: 10px;
      font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
      font-size: 20px;
      line-height: 1.25;
      color: #000; }
      @media (min-width: 1024px) {
        .content-tiles--related-content .content-tiles__title {
          font-size: 24px; } }
    .content-tiles--related-content .content-tiles__text {
      font-size: 14px;
      line-height: 1.5; }
    .content-tiles--related-content .content-tiles__taxonomy {
      margin-top: auto;
      padding-top: 5px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.content-tiles--right-rail {
  padding: 0; }
  .content-tiles--right-rail .content-tiles__columns--one {
    margin: 0; }
  .content-tiles--right-rail .content-tiles__column {
    padding: 16px 0; }
  .content-tiles--right-rail .content-tiles__content {
    padding: 20px 0; }
  .content-tiles--right-rail .content-tiles__tile {
    background-color: #fff;
    width: 100%;
    margin: 0 auto; }
    .content-tiles--right-rail .content-tiles__tile--tile-bar {
      border-top: 1px solid #979797; }
    .content-tiles--right-rail .content-tiles__tile:hover .content-tiles__title, .content-tiles--right-rail .content-tiles__tile:focus .content-tiles__title {
      color: #012169; }
  .content-tiles--right-rail .content-tiles__title {
    margin-bottom: 0;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color: #0052c2; }
    @media (min-width: 768px) {
      .content-tiles--right-rail .content-tiles__title {
        font-size: 18px; } }
  .content-tiles--right-rail .content-tiles__text {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-top: 8px; }
    .content-tiles--right-rail .content-tiles__text ul, .content-tiles--right-rail .content-tiles__text ol {
      padding-left: 15px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.content-feature {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .content-feature {
      min-height: 538px;
      display: flex;
      align-items: center; }
      .content-feature:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0; } }
  .content-feature__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    @media (min-width: 768px) {
      .content-feature__wrapper {
        padding: 0 40px; } }
  .content-feature__overlay {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 25px;
    max-width: 640px; }
  .content-feature__callout {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.4285;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .content-feature__callout {
        font-size: 18px;
        color: #333333;
        line-height: 25px; } }
  .content-feature__heading {
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #012169;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 670px; }
    @media (min-width: 1024px) {
      .content-feature__heading {
        font-size: 32px; } }
  .content-feature ol, .content-feature ul {
    margin: 0;
    padding-left: 20px;
    font-size: 100%; }
  .content-feature ul {
    list-style: disc; }
  .content-feature li {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 10px;
    margin: 0; }
    @media (min-width: 1024px) {
      .content-feature li {
        font-size: 18px; } }
  .content-feature__body-copy {
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    max-width: 600px; }
    @media (min-width: 1024px) {
      .content-feature__body-copy {
        font-size: 18px; } }
    .content-feature__body-copy p,
    .content-feature__body-copy li {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  .content-feature__ctas .cta {
    width: auto; }
  @media (max-width: 479px) {
    .content-feature__ctas .cta:nth-child(2) {
      margin-top: 10px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.background-container--blue {
  background-color: #012169; }

.background-container--white {
  background-color: #fff; }

.background-container--gray {
  background-color: #f5f5f5; }

.background-container--flagscape {
  background-color: #012169;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .background-container--flagscape {
      background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/flagscape_portrait.png"); } }
  @media (min-width: 1024px) {
    .background-container--flagscape {
      background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/flagscape_landscape.png"); } }
  @media (min-width: 1200px) {
    .background-container--flagscape {
      background-image: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/flagscape_desktop.png"); } }

.background-container--pt-20 .background-container__content,
.background-container--pt-20 .image__bg {
  padding-top: 20px; }

.background-container--pt-40 .background-container__content,
.background-container--pt-40 .image__bg {
  padding-top: 40px; }

.background-container--pt-60 .background-container__content,
.background-container--pt-60 .image__bg {
  padding-top: 60px; }

.background-container--pt-70 .background-container__content,
.background-container--pt-70 .image__bg {
  padding-top: 70px; }

.background-container--pt-100 .background-container__content,
.background-container--pt-100 .image__bg {
  padding-top: 100px; }

.background-container--pb-20 .background-container__content,
.background-container--pb-20 .image__bg {
  padding-bottom: 20px; }

.background-container--pb-40 .background-container__content,
.background-container--pb-40 .image__bg {
  padding-bottom: 40px; }

.background-container--pb-60 .background-container__content,
.background-container--pb-60 .image__bg {
  padding-bottom: 60px; }

.background-container--pb-70 .background-container__content,
.background-container--pb-70 .image__bg {
  padding-bottom: 70px; }

.background-container--pb-100 .background-container__content,
.background-container--pb-100 .image__bg {
  padding-bottom: 100px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.anchor-navigation {
  width: 100%;
  color: #012169;
  background-color: #f5f5f5; }
  .anchor-navigation__links {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    color: inherit; }
    @media (min-width: 768px) {
      .anchor-navigation__links {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; } }
    .anchor-navigation__links--left {
      justify-content: flex-start; }
    .anchor-navigation__links--right {
      justify-content: flex-end; }
    .anchor-navigation__links--center {
      justify-content: center; }
    .anchor-navigation__links--mleft-dright {
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .anchor-navigation__links--mleft-dright {
          justify-content: flex-end; } }
    .anchor-navigation__links--mleft-dcenter {
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .anchor-navigation__links--mleft-dcenter {
          justify-content: center; } }
  .anchor-navigation__item {
    display: block;
    padding: 20px 25px;
    color: inherit; }
  .anchor-navigation__link {
    display: block;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: inherit !important; }
    .anchor-navigation__link:hover {
      text-decoration: underline; }
    .anchor-navigation__link.active {
      color: #e31837 !important;
      text-decoration: underline; }

.js-anchornav-sticky {
  z-index: 10; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.video {
  position: relative; }
  .video__wrapper {
    margin: 0 auto 80px auto;
    max-width: 940px;
    position: relative;
    z-index: 10; }
    .video__wrapper.activevideo {
      z-index: 90; }
    .video .video__wrapper {
      background-color: #000000;
      margin: 0 auto; }
      .video .video__wrapper a {
        padding-right: 1.563em;
        z-index: 1; }
    .video__wrapper:after {
      content: '';
      display: block;
      margin-bottom: 20px;
      padding-top: 56.25%; }
    .video__wrapper .transcript__button:focus {
      outline: thin dotted; }
    .video__wrapper a {
      bottom: -20px;
      color: #0073CF;
      display: block;
      font-size: 1.375rem;
      left: 0;
      position: absolute;
      right: 0px;
      text-align: center; }
    .video__wrapper img {
      margin-right: 5px;
      vertical-align: text-bottom;
      width: 22px; }
  .video__transcript {
    background-color: #FFFFFF;
    display: none;
    left: 0;
    margin: -80px auto 0;
    max-width: 940px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: absolute;
    right: 0;
    z-index: 10; }
    @media (min-width: 1000px) {
      .video__transcript {
        width: 940px; } }
    .video .video__transcript {
      margin-top: 0; }
    .video__transcript-content {
      margin: auto;
      max-width: 90%;
      position: relative;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .video__transcript-content {
          max-width: 56em; } }
      .video__transcript-content .close-btn {
        position: absolute;
        right: 0px;
        top: -35px; }
        .video__transcript-content .close-btn .icon-cross {
          font-size: 1.5rem;
          margin-left: 10px; }
        .video__transcript-content .close-btn:focus {
          outline: thin dotted; }
      .video__transcript-content:focus {
        outline: none; }
      .video__transcript-content p {
        margin: auto; }
        @media only screen and (min-width: 768px) {
          .video__transcript-content p {
            margin: 0px;
            padding-left: 15px;
            max-width: 35em; } }

.playlist-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .playlist-wrapper a {
    cursor: pointer;
    height: 32px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 24%;
    width: 32px;
    z-index: 1000 !important; }
  .playlist-wrapper .mx-prev, .playlist-wrapper .mx-next {
    background: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/sli-controls.png") 0 0 no-repeat;
    pointer-events: auto !important; }
  .playlist-wrapper .mx-prev {
    background-position: 0 -32px;
    left: 0; }
    .playlist-wrapper .mx-prev:focus, .playlist-wrapper .mx-prev:hover {
      background-position: 0 0; }
  .playlist-wrapper .mx-next {
    background-position: -43px -32px;
    right: 0; }
    .playlist-wrapper .mx-next:focus, .playlist-wrapper .mx-next:hover {
      background-position: -43px 0; }
  .playlist-wrapper .bcls-player-wrapper {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 79%; }
    @media (min-width: 650px) {
      .playlist-wrapper .bcls-player-wrapper {
        width: 86%; } }
  .playlist-wrapper .bcls-playlist {
    background-color: #FFFFFF;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto; }
    .playlist-wrapper .bcls-playlist-item {
      cursor: pointer;
      display: inline-block;
      height: 130px;
      margin: 2% 1%;
      overflow: hidden;
      position: relative;
      vertical-align: middle;
      width: 124px; }
  .playlist-wrapper .bcls-item-inner-div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 56.25%;
    vertical-align: middle;
    width: 100%; }
  .playlist-wrapper .bcls-title {
    color: #524940;
    cursor: pointer;
    font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif !important;
    font-size: 0.75rem;
    font-weight: bolder;
    height: 17px;
    line-height: 17px;
    margin: .5rem .25rem 0;
    overflow: visible;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word; }

@media only screen and (min-width: 768px) {
  .video__wrapper a {
    bottom: -30px;
    font-size: 1rem;
    left: auto;
    margin: 0;
    padding: 0;
    text-align: right; } }

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

.video-js {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
  .video-js *:focus {
    background-color: rgba(255, 255, 255, 0.2) !important; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
* {
  box-sizing: content-box; }

.animation-container {
  height: 100%;
  position: relative;
  width: 100%; }
  .animation-container object {
    height: 100%;
    width: 100%; }
  .animation-container svg {
    bottom: auto;
    box-sizing: content-box;
    display: block;
    left: auto;
    position: static;
    right: auto;
    top: auto; }

/* ----- Collapsible component styles ----- */
/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.collapsible {
  margin: 10px 0; }
  .collapsible .collapsible__header * {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #000; }
    @media (min-width: 768px) {
      .collapsible .collapsible__header * {
        font-size: 30px; } }
  .collapsible__controls, .collapsible__control {
    font-size: 14px;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .collapsible__controls, .collapsible__control {
        font-size: 18px; } }
  .collapsible__controls {
    margin: 20px 0 10px;
    color: #000; }
  .collapsible__control {
    color: #E31837; }
    .collapsible__control[disabled] {
      color: #ccc; }
  .collapsible__section {
    margin: 12px 0; }
  .collapsible__section-title {
    position: relative;
    display: block;
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: 0.025em;
    color: #000;
    background-color: #efeeea;
    cursor: pointer; }
    @media (min-width: 768px) {
      .collapsible__section-title {
        padding-right: 60px;
        padding-left: 32px;
        font-size: 20px; } }
    .collapsible__section-title .icon {
      position: absolute;
      top: 50%;
      right: 23px;
      display: block;
      width: 0;
      height: 0; }
      @media (min-width: 768px) {
        .collapsible__section-title .icon {
          right: 35px; } }
      .collapsible__section-title .icon:before, .collapsible__section-title .icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: "";
        width: 14px;
        height: 3px;
        background-color: #012169; }
        @media (min-width: 768px) {
          .collapsible__section-title .icon:before, .collapsible__section-title .icon:after {
            width: 20px;
            height: 5px; } }
      .collapsible__section-title .icon:before {
        transform: translate3d(-50%, -50%, 0); }
      .collapsible__section-title .icon:after {
        transform: translate3d(-50%, -50%, 0) rotate(90deg); }
    .collapsible__section-title[aria-expanded="true"] .icon:before, .collapsible__section-title[aria-expanded="true"] .icon:after {
      transform: translate3d(-50%, -50%, 0); }
  .collapsible__section-content {
    display: none; }
  .collapsible .image {
    margin: 0; }
  .collapsible--edit .collapsible__section-content {
    display: block !important; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.container .dropdown-enhanced,
.dropdown-enhanced {
  width: 100%;
  max-width: 560px;
  margin: 10px 0; }
  .container .dropdown-enhanced__wrapper,
  .dropdown-enhanced__wrapper {
    padding: 0; }
    @media (min-width: 767px) {
      .container .dropdown-enhanced__wrapper,
      .dropdown-enhanced__wrapper {
        padding: 0 11%; } }
  .container .dropdown-enhanced__title,
  .dropdown-enhanced__title {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.2;
    color: #012169; }
    @media (min-width: 767px) {
      .container .dropdown-enhanced__title,
      .dropdown-enhanced__title {
        font-size: 22px; } }
  .container .dropdown-enhanced__subtitle,
  .dropdown-enhanced__subtitle {
    font-size: 16px;
    color: #524940; }
  .container .dropdown-enhanced__menu,
  .dropdown-enhanced__menu {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 15px 0; }
  .container .dropdown-enhanced__separator,
  .dropdown-enhanced__separator {
    color: transparent;
    font-size: 1px !important;
    line-height: 1px; }
    @media (min-width: 959px) {
      .container .dropdown-enhanced__separator,
      .dropdown-enhanced__separator {
        display: none; } }
  .container .dropdown-enhanced__menu-button, .container .dropdown-enhanced__menu-item,
  .dropdown-enhanced__menu-button,
  .dropdown-enhanced__menu-item {
    display: block;
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    background-color: #fff; }
  .container .dropdown-enhanced__menu-items,
  .dropdown-enhanced__menu-items {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 99;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #ECE6DD;
    border-top: none;
    box-shadow: 0 1px 2px rgba(242, 242, 242, 0.5); }
  .container .dropdown-enhanced__menu-button,
  .dropdown-enhanced__menu-button {
    position: relative;
    padding-right: 50px;
    color: #0052C2;
    border: 1px solid #ECE6DD; }
    .container .dropdown-enhanced__menu-button .icon-arrow,
    .dropdown-enhanced__menu-button .icon-arrow {
      position: absolute;
      right: 20px;
      top: calc(50% - 5px);
      display: block;
      width: 17px;
      height: 10px; }
      .container .dropdown-enhanced__menu-button .icon-arrow:after, .container .dropdown-enhanced__menu-button .icon-arrow:before,
      .dropdown-enhanced__menu-button .icon-arrow:after,
      .dropdown-enhanced__menu-button .icon-arrow:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        display: block;
        width: 10px;
        height: 2px;
        background: #524940;
        transition: transform .2s linear; }
      .container .dropdown-enhanced__menu-button .icon-arrow:before,
      .dropdown-enhanced__menu-button .icon-arrow:before {
        left: 0;
        transform: rotate(40deg); }
      .container .dropdown-enhanced__menu-button .icon-arrow:after,
      .dropdown-enhanced__menu-button .icon-arrow:after {
        right: 0;
        transform: rotate(-40deg); }
    .container .dropdown-enhanced__menu-button[aria-expanded="true"] .icon-arrow:before,
    .dropdown-enhanced__menu-button[aria-expanded="true"] .icon-arrow:before {
      transform: rotate(-40deg); }
    .container .dropdown-enhanced__menu-button[aria-expanded="true"] .icon-arrow:after,
    .dropdown-enhanced__menu-button[aria-expanded="true"] .icon-arrow:after {
      transform: rotate(40deg); }
  .container .dropdown-enhanced__menu-item,
  .dropdown-enhanced__menu-item {
    color: #000; }
    .container .dropdown-enhanced__menu-item:hover,
    .dropdown-enhanced__menu-item:hover {
      color: #fff;
      background-color: #012169; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
* {
  zoom: 1; }

.hiddenfield {
  display: none; }

.hubhomehubPage .header_wrapper .iparys_inherited {
  height: auto; }

.homepage-wrapper {
  background-color: #FCFCFC;
  margin-top: -1px; }

.homepage__downarrow {
  margin: 0 auto;
  outline: none;
  position: relative;
  text-align: center;
  top: -42px;
  z-index: 30; }
  .homepage__downarrow .icon-down-arrow {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 26px; }
    @media (min-width: 959px) {
      .homepage__downarrow .icon-down-arrow {
        font-size: 42px; } }

.homepage__downarrow + .homepage--exploretext {
  margin: 0; }
  @media (min-width: 959px) {
    .homepage__downarrow + .homepage--exploretext {
      margin: 30px auto 10px auto; } }

.homepage--exploretext {
  max-width: 1240px;
  margin: 16px auto 0;
  padding: 0 47px; }
  @media (min-width: 959px) {
    .homepage--exploretext {
      margin: 45px auto 10px auto; } }
  .homepage--exploretext h3 {
    color: #000;
    font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 37px; }

.homepage-tilesets {
  align-self: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%; }
  .homepage-tilesets .showFlex {
    display: block !important; }
    @media (min-width: 959px) {
      .homepage-tilesets .showFlex {
        display: flex !important; } }
  .homepage-tilesets .tilesets {
    margin: 21px auto; }
    .homepage-tilesets .tilesets-filter label {
      color: #333333;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 20px;
      left: 50px;
      line-height: 20px;
      position: absolute; }
    .homepage-tilesets .tilesets-filter .tilesets-selected {
      position: relative;
      padding: 16px 34px 10px 34px;
      font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 20px;
      color: #4A4A4A;
      background-color: #FFFFFF;
      cursor: pointer; }
      @media (min-width: 959px) {
        .homepage-tilesets .tilesets-filter .tilesets-selected {
          display: none; } }
      .homepage-tilesets .tilesets-filter .tilesets-selected:hover {
        color: #0073CF; }
      .homepage-tilesets .tilesets-filter .tilesets-selected__text {
        font-size: 24px;
        color: #4A4A4A; }
      .homepage-tilesets .tilesets-filter .tilesets-selected .icon-arrowdown, .homepage-tilesets .tilesets-filter .tilesets-selected .icon-arrowup {
        position: relative;
        margin-left: 15px;
        font-weight: bold;
        font-size: 25px;
        color: #0073CF; }
    .homepage-tilesets .tilesets-filter .tilesets-items {
      display: none;
      margin: 0;
      padding: 0;
      background-color: #FFFFFF;
      width: 100%;
      position: absolute;
      z-index: 10; }
      @media (min-width: 767px) {
        .homepage-tilesets .tilesets-filter .tilesets-items {
          padding: 0 20px; } }
      @media (min-width: 959px) {
        .homepage-tilesets .tilesets-filter .tilesets-items {
          display: flex;
          border: 0;
          background-color: initial;
          position: relative;
          width: 100%; } }
      .homepage-tilesets .tilesets-filter .tilesets-items__container {
        width: 100%;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
        @media (min-width: 959px) {
          .homepage-tilesets .tilesets-filter .tilesets-items__container {
            display: flex;
            width: 100%;
            padding: 0 30px;
            box-shadow: none; } }
      .homepage-tilesets .tilesets-filter .tilesets-items li {
        color: #4A4A4A;
        cursor: pointer;
        font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        outline: none;
        padding: 7px 34px; }
        .homepage-tilesets .tilesets-filter .tilesets-items li:hover {
          background-color: #f9f7f4; }
        @media (min-width: 767px) {
          .homepage-tilesets .tilesets-filter .tilesets-items li {
            padding: 7px 16px; } }
        @media (min-width: 959px) {
          .homepage-tilesets .tilesets-filter .tilesets-items li {
            padding: 4px 44px 4px 0px;
            font-size: 18px; }
            .homepage-tilesets .tilesets-filter .tilesets-items li:hover {
              background-color: initial; } }
        .homepage-tilesets .tilesets-filter .tilesets-items li.active {
          color: #ffffff;
          background-color: #0052C2;
          font-weight: bold; }
          @media (min-width: 959px) {
            .homepage-tilesets .tilesets-filter .tilesets-items li.active {
              background-color: #FFFFFF;
              color: #0073CF; } }
    .homepage-tilesets .tilesets-tiles {
      display: none; }
    .homepage-tilesets .tilesets-tiles.active {
      display: block; }

[class*="-edit"] .homepage-tilesets {
  align-self: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%; }
  [class*="-edit"] .homepage-tilesets .tilesets-tiles {
    display: block;
    max-height: 100px;
    overflow: hidden; }
  [class*="-edit"] .homepage-tilesets .tilesets-tiles.active {
    display: block;
    max-height: 100%; }

@media only screen and (min-width: 361px) {
  .homepage-wrapper {
    margin-top: 0.5rem; } }

@media only screen and (min-width: 768px) {
  .homepage-wrapper {
    margin-top: 2.0rem; }
  .homepage__downarrow {
    margin: 30px auto 0;
    top: -78px; } }

@media only screen and (min-width: 960px) {
  .homepage__downarrow {
    top: 0; }
    .homepage__downarrow .icon-down-arrow {
      color: #0073CF; }
  .homepage-tilesets {
    max-width: 1240px; }
    .homepage-tilesets .tilesets {
      padding: 0 13px 0 25px; } }

@media only screen and (min-width: 1024px) {
  .homepage-wrapper {
    margin-top: 1.9rem; } }

@media only screen and (min-width: 1181px) {
  .homepage-wrapper {
    margin-top: 2.1rem; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.bofaml-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto 40px;
  padding: 30px 20px; }
  @media (min-width: 767px) {
    .bofaml-container {
      padding: 50px 20px; } }
  .bofaml-container.add-header-space {
    margin-top: 60px; }
  .bofaml-container a {
    color: #0052C2; }
  .bofaml-container p {
    font-size: 16px; }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.bofaml-content__masthead {
  background-color: #111E48; }
  .bofaml-content__masthead .hero_section {
    max-width: 1440px; }
  .bofaml-content__masthead .row {
    width: 100%;
    margin: 0; }
  .bofaml-content__masthead .title_subtitle {
    width: 100%;
    padding: 0 20px;
    float: none;
    color: #fff; }
    @media (min-width: 767px) {
      .bofaml-content__masthead .title_subtitle {
        padding: 0 5.5%; } }
  .bofaml-content__masthead h1, .bofaml-content__masthead h2 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit; }
  .bofaml-content__masthead h1 {
    font-size: 32px;
    line-height: 1.5; }
    @media (min-width: 767px) {
      .bofaml-content__masthead h1 {
        font-size: 40px; } }
  .bofaml-content__masthead h2 {
    font-size: 14px;
    line-height: 1.1; }
    @media (min-width: 767px) {
      .bofaml-content__masthead h2 {
        font-size: 24px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
* {
  zoom: 1; }

.hiddenfield {
  display: none; }

.ccontent__container {
  position: relative;
  padding-bottom: 56px; }
  .ccontent__container .ccontent__hero {
    background: #000000;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    position: relative; }
    .ccontent__container .ccontent__hero > section {
      opacity: 0; }
    .ccontent__container .ccontent__hero--extra {
      position: relative; }
      .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer {
        color: #FFFFFF;
        position: relative; }
        .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer h1, .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer .mimic-h1 {
          font-size: 38px;
          font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif; }
        .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer h3 {
          font-size: 16px;
          letter-spacing: 1.33px; }
        .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer p {
          font-size: 16px;
          line-height: 22px;
          font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif; }
      .ccontent__container .ccontent__hero--extra .ccontent__hero--links {
        height: 30px;
        position: fixed;
        right: 25px;
        top: 96px;
        z-index: 99; }
        .ccontent__container .ccontent__hero--extra .ccontent__hero--links_social {
          background-repeat: no-repeat;
          display: inline-block;
          height: 23px;
          margin: 3px 5px;
          width: 29px; }
          .ccontent__container .ccontent__hero--extra .ccontent__hero--links_social svg {
            position: relative;
            top: 6px; }
            .ccontent__container .ccontent__hero--extra .ccontent__hero--links_social svg g {
              fill: #012169; }
        .ccontent__container .ccontent__hero--extra .ccontent__hero--links_cta {
          background-color: #0052C2;
          color: #F9F7F4;
          display: inline-block;
          font-size: 16px;
          margin: 0 5px;
          padding: 3px 25px;
          position: relative;
          text-transform: lowercase; }
          .ccontent__container .ccontent__hero--extra .ccontent__hero--links_cta::first-letter {
            text-transform: capitalize; }
      .ccontent__container .ccontent__hero--extra .ccontent__hero--scrolldown {
        bottom: -39px;
        cursor: pointer;
        display: none;
        height: 18px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        text-decoration: none;
        width: 70px;
        background: #0073cf;
        text-align: center;
        height: 70px;
        padding-top: 24px;
        border-radius: 43px; }
    .ccontent__container .ccontent__hero .fixedmenu__container {
      background: #D1C9C0;
      cursor: pointer;
      height: 106px;
      opacity: 1;
      position: fixed;
      top: 56px;
      transition: all 0.5s;
      width: 100%;
      z-index: 98; }
      .ccontent__container .ccontent__hero .fixedmenu__container--textcontainer {
        left: 5%;
        position: absolute;
        top: 10%; }
        .ccontent__container .ccontent__hero .fixedmenu__container--textcontainer * {
          color: #012169; }
        .ccontent__container .ccontent__hero .fixedmenu__container--textcontainer h1, .ccontent__container .ccontent__hero .fixedmenu__container--textcontainer .mimic-h1 {
          font-size: 3.1rem;
          margin: 0 0 5px 0; }
        .ccontent__container .ccontent__hero .fixedmenu__container--textcontainer h3 {
          font-size: 1.375rem;
          text-transform: lowercase; }
          .ccontent__container .ccontent__hero .fixedmenu__container--textcontainer h3::first-letter {
            text-transform: capitalize; }
    .ccontent__container .ccontent__hero .ccontent__hero--backgroundimage {
      display: flex;
      flex-direction: column; }
      .ccontent__container .ccontent__hero .ccontent__hero--backgroundimage .ccontent__hero--wrapper {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 34.82%; }
        .ccontent__container .ccontent__hero .ccontent__hero--backgroundimage .ccontent__hero--wrapper:after {
          content: "";
          display: table;
          clear: both; }
    .ccontent__container .ccontent__hero--video.video-container {
      padding: 20px 0 65px; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--links_social svg g {
      fill: #FFFFFF; }
    .ccontent__container .ccontent__hero.expanded > section {
      opacity: 1; }
    .ccontent__container .ccontent__hero.expanded .fixedmenu__container {
      background-color: transparent;
      opacity: 0;
      z-index: -1; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--textcontainer {
      background-color: rgba(1, 33, 105, 0.75);
      padding: 24px 20px 50px;
      width: 100%;
      z-index: 50; }
      .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--textcontainer * {
        color: #FFFFFF; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--links {
      bottom: auto;
      position: absolute;
      top: -46px;
      z-index: 50; }
  .ccontent__container .ccontent__cluster--container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden; }
    .ccontent__container .ccontent__cluster--container .clustertile {
      background-repeat: no-repeat;
      background-size: cover;
      border-bottom: 1px solid #FFFFFF;
      position: relative;
      max-width: 100%;
      width: 100%; }
      .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer {
        display: block;
        padding: 10px 15px;
        position: relative; }
        .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer .arrow-container {
          background-color: #D1C9C0;
          bottom: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 35px; }
          .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer .arrow-container .icon-arrow {
            content: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/arrow-down-blue.svg");
            height: 10px;
            margin-top: -5px;
            position: absolute;
            right: 7px;
            top: 50%;
            width: 22px; }
        .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer:after {
          content: "";
          display: table;
          clear: both; }
        .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer .sidenav--link-image-wrapper {
          float: left;
          padding: 0 10px 10px 0; }
          .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer .sidenav--link-image-wrapper .sidenav--link-image {
            max-width: 80px; }
        .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer .ctile__teasertext,
        .ccontent__container .ccontent__cluster--container .clustertile .sidenav_ref .navcontainer .ctile__teasertext p {
          font-size: 16px;
          padding: 4px 20px 1px 0;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          max-height: 72px;
          overflow: hidden;
          text-overflow: ellipsis; }
      .ccontent__container .ccontent__cluster--container .clustertile .ctile__leadcallout {
        background-color: #ffffff;
        color: #0073CF;
        font-size: 20px;
        padding: 10px 25px; }
        .ccontent__container .ccontent__cluster--container .clustertile .ctile__leadcallout:after {
          content: "";
          display: table;
          clear: both; }
      .ccontent__container .ccontent__cluster--container .clustertile .accordion__container {
        margin: 0 auto;
        max-height: 100em;
        max-width: 1440px;
        padding: 0 15px;
        transition: max-height .35s;
        -o-transition: max-height .35s;
        -webkit-transition: max-height .35s; }
      .ccontent__container .ccontent__cluster--container .clustertile.closed .sidenav_ref .navcontainer .arrow-container .icon-arrow {
        transform: rotate(-90deg); }
      .ccontent__container .ccontent__cluster--container .clustertile.closed .accordion__container {
        max-height: 0;
        overflow: hidden; }
  .ccontent__container .ccontent__links {
    background-color: #F9F7F4; }
    .ccontent__container .ccontent__links--wrapper {
      margin: 0 auto;
      max-width: 1440px;
      padding: 10px 15px 20px; }
      .ccontent__container .ccontent__links--wrapper .ccluster__title {
        color: #012169;
        display: inline-block;
        font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
        font-size: 30px; }
    .ccontent__container .ccontent__links--container {
      color: #6B5E51;
      display: flex;
      flex-direction: column;
      font-size: 1.5rem;
      justify-content: space-between; }
      .ccontent__container .ccontent__links--container a {
        color: #0052C2; }
      .ccontent__container .ccontent__links--container .ccontent__links--cta {
        background-color: #FFFFFF;
        margin: 10px 0;
        padding: 10px 20px 45px;
        position: relative;
        width: 100%; }
        .ccontent__container .ccontent__links--container .ccontent__links--cta .ccontent__links--teaser {
          font-size: 18px;
          line-height: 1.5em;
          margin-bottom: 1.5em;
          word-break: break-word; }
        .ccontent__container .ccontent__links--container .ccontent__links--cta .ccontent__links--link {
          background-color: #0052C2;
          color: #FFFFFF;
          font-size: 20px;
          padding: 7px 25px;
          position: absolute;
          bottom: 15px;
          white-space: nowrap;
          display: inline-block;
          text-transform: lowercase; }
          .ccontent__container .ccontent__links--container .ccontent__links--cta .ccontent__links--link::first-letter {
            text-transform: capitalize; }
  .ccontent__container .ccontent__links--wrapper.singleCTA {
    text-align: center; }
    .ccontent__container .ccontent__links--wrapper.singleCTA .ccontent__links--container {
      justify-content: center;
      text-align: center; }
      .ccontent__container .ccontent__links--wrapper.singleCTA .ccontent__links--container .ccontent__links--cta {
        background-color: transparent;
        padding: 10px 20px 5px; }
        .ccontent__container .ccontent__links--wrapper.singleCTA .ccontent__links--container .ccontent__links--cta .ccontent__links--link {
          position: relative;
          bottom: 0; }
  .ccontent__container .mob-innernav {
    padding: 20px 10px 10px; }
    .ccontent__container .mob-innernav--title {
      color: #012169;
      font-size: 30px; }

.customcolor-container {
  background-color: #ECE6DD;
  color: #ffffff; }

.customcolor-navborder {
  border-left-color: #0052C2; }

.customcolor-text,
.customcolor-text * {
  color: #6B5E51; }

.customcolor.active .customcolor-container {
  background-color: #ECE6DD;
  color: #012169; }

.customcolor.active .customcolor-navborder {
  border-left-color: #ECB900; }

.customcolor.active .customcolor-text,
.customcolor.active .customcolor-text * {
  color: #012169; }

.customcolor:hover .customcolor-text,
.customcolor:hover .customcolor-text * {
  color: #012169; }

@media only screen and (min-width: 768px) {
  .ccontent__container .ccontent__hero .ccontent__hero--backgroundimage .ccontent__hero--wrapper {
    align-items: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    min-height: 369px;
    padding-top: 0; }
    .ccontent__container .ccontent__hero .ccontent__hero--backgroundimage .ccontent__hero--wrapper.expanded {
      background-size: contain; }
  .ccontent__container .ccontent__hero--extra .ccontent__hero--links {
    top: 158px; }
    .ccontent__container .ccontent__hero--extra .ccontent__hero--links_cta {
      font-size: 1rem; }
  .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--textcontainer {
      padding: 35px 30px 30px; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--links {
      bottom: -46px;
      top: auto !important; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--scrolldown {
      display: block; }
  .ccontent__container .ccontent__links--container {
    flex-direction: row; }
    .ccontent__container .ccontent__links--container .ccontent__links--cta {
      width: 46%; }
      .ccontent__container .ccontent__links--container .ccontent__links--cta .ccontent__links--teaser {
        font-size: 1.063rem; }
      .ccontent__container .ccontent__links--container .ccontent__links--cta .ccontent__links--link {
        font-size: 1.25rem; }
  .ccontent__container .ccontent__links--wrapper {
    padding: 20px 25px 50px; }
    .ccontent__container .ccontent__links--wrapper .ccluster__title {
      font-size: 2.25rem; }
  .ccontent__container .ccontent__cluster--container .clustertile .ctile__leadcallout,
  .ccontent__container .ccontent__cluster--container .clustertile.closed .ctile__leadcallout {
    padding: 10px 20px; }
  .ccontent__container .ccontent__cluster--container .clustertile .accordion__container,
  .ccontent__container .ccontent__cluster--container .clustertile.closed .accordion__container {
    max-height: 100em; } }

@media only screen and (min-width: 768px) {
  .ccontent__container {
    padding-bottom: 80px; }
    .ccontent__container .ccontent__hero .fixedmenu__container {
      top: 80px; }
    .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer {
      display: none;
      left: 5%; }
      .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer h1, .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer .mimic-h1 {
        font-size: 52px;
        margin-bottom: 5px; }
      .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer h3 {
        font-size: 20px;
        letter-spacing: 1.67px; }
      .ccontent__container .ccontent__hero--extra .ccontent__hero--textcontainer p {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
    .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--textcontainer {
      display: block;
      left: 5%;
      max-width: 874px;
      padding: 35px 30px 30px; } }

@media only screen and (max-width: 768px) {
  .ccontent__container .ccontent__hero {
    background: #fff; }
  .ccontent__container .ccontent__hero.expanded .ccontent__hero--extra .ccontent__hero--links {
    position: relative;
    top: 0;
    padding: 7px 7px;
    text-align: right;
    right: 0; }
  .ccontent__container .ccontent__hero--extra .ccontent__hero--links_social {
    height: 16px;
    margin: 0px 5px;
    width: 22px; }
  .ccontent__container .mob-innernav {
    padding: 40px 10px 10px; } }

@media only screen and (min-width: 640px) {
  .ccontent__container .ccontent__hero--extra .ccontent__hero--links {
    top: 98px; } }

@media only screen and (min-width: 767px) {
  .ccontent__container .ccontent__hero--extra .ccontent__hero--links {
    top: 118px; } }

@media only screen and (min-width: 1024px) {
  .ccontent__container {
    padding-bottom: 109px; }
    .ccontent__container .ccontent__hero .fixedmenu__container {
      top: 109px; }
    .ccontent__container .ccontent__hero--extra .ccontent__hero--links {
      top: 158px; } }

@media only screen and (min-width: 1181px) {
  .ccontent__container {
    padding-bottom: 125px; }
    .ccontent__container .ccontent__hero .fixedmenu__container {
      top: 125px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.left {
  float: left; }

.right {
  float: right; }

.transcriptlinks.hidefordesktop,
.transcriptlinks.hidefortablet,
.transcriptlinks.hideformobile {
  display: block !important; }

@media only screen and (max-width: 766px) {
  .transcriptlinks.hideformobile {
    display: none !important; } }

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .transcriptlinks.hidefortablet {
    display: none !important; } }

@media only screen and (min-width: 960px) {
  .transcriptlinks.hidefordesktop {
    display: none !important; } }

.clustertile {
  background-color: #ffffff;
  margin: 0;
  max-width: 1200px;
  position: relative;
  zoom: 1; }
  .clustertile section.accordion__container {
    height: 100%; }
  .clustertile .ctile__opacity {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .clustertile .ctile__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 10px;
    width: 100%; }
    .clustertile .ctile__content:after {
      content: "";
      display: table;
      clear: both; }
    .clustertile .ctile__content .ctile__text {
      position: relative;
      width: 50%; }
      .clustertile .ctile__content .ctile__text-callout,
      .clustertile .ctile__content .ctile__text-callout a {
        color: #0073CF;
        font-size: 2.5rem; }
      .clustertile .ctile__content .ctile__text-title {
        font-family: "ConnectionsLight", Arial, Verdana, Helvetica, sans-serif;
        color: #012169;
        font-size: 3.75rem; }
      .clustertile .ctile__content .ctile__text-subtitle {
        color: #524940;
        font-family: "ConnectionsRegular", Arial, Verdana, Helvetica, sans-serif;
        font-size: 2.25rem;
        margin-bottom: 10px;
        margin-top: -10px; }
      .clustertile .ctile__content .ctile__text-content {
        color: #524940;
        font-size: 2.25rem; }
        .clustertile .ctile__content .ctile__text-content p {
          font-size: 18px; }
        .clustertile .ctile__content .ctile__text-content .ctile__text-content-link {
          margin: 0;
          padding: 10px 0; }
        .clustertile .ctile__content .ctile__text-content .ctile__text-content-link a {
          color: #0052C2;
          cursor: pointer;
          font-size: 2.25rem;
          padding: 2px 0;
          line-height: 2; }
        .clustertile .ctile__content .ctile__text-content .ctile__text-content-link a:after {
          content: "\3e"; }
        .clustertile .ctile__content .ctile__text-content .ctile__text-content-morecontent {
          color: #524940;
          display: none;
          font-size: 2.25rem; }
      .clustertile .ctile__content .ctile__text-link {
        color: #0052C2;
        font-size: 2.25rem;
        position: relative;
        top: 10px; }
      .clustertile .ctile__content .ctile__text-source {
        color: #524940; }
    .clustertile .ctile__content .ctile__media {
      position: relative;
      width: 50%; }
      .clustertile .ctile__content .ctile__media .animationplayer {
        height: 100%;
        margin: 0 auto;
        max-width: 1000px;
        position: relative;
        width: 100%; }
    .clustertile .ctile__content.normalrow {
      flex-direction: column; }
    .clustertile .ctile__content.reverserow {
      flex-direction: column-reverse; }
    .clustertile .ctile__content.normalcol {
      flex-direction: column; }
    .clustertile .ctile__content.reversecol {
      flex-direction: column-reverse; }
  .clustertile.ctile-clusterwide .ctile__media, .clustertile.ctile-videocarousel .ctile__media {
    height: 100%;
    margin: 0 auto;
    width: 100%; }
  .clustertile.ctile-clusterwide .ctile__text, .clustertile.ctile-videocarousel .ctile__text {
    width: 100%;
    padding: 20px 25px; }
  .clustertile.ctile-clusterwide .ctile__content.normalrow {
    flex-direction: column-reverse; }
  .clustertile.ctile-videocarousel .ctile__content.reverserow {
    flex-direction: column; }
  .clustertile.ctile-clustertall .ctile__content {
    align-items: center;
    padding: 0; }
  .clustertile.ctile-clustertall .ctile__text {
    background-size: cover;
    padding: 20px;
    width: 100%; }
    .clustertile.ctile-clustertall .ctile__text-title, .clustertile.ctile-clustertall .ctile__text-subtitle {
      color: #524940; }
    .clustertile.ctile-clustertall .ctile__text-content {
      color: #524940;
      font-size: 1.125rem; }
    .clustertile.ctile-clustertall .ctile__text.boxpadded {
      padding: 0; }
    .clustertile.ctile-clustertall .ctile__text-tallcontainer {
      padding: 30px 10px;
      background-color: #ffffff; }
  .clustertile.ctile-clustermedia .ctile__content .ctile__media {
    flex-basis: auto;
    margin: 0 auto 28px;
    width: 100%; }
  .cq-wcm-edit .clustertile,
  .cq-wcm-design .clustertile {
    border: 2px solid #555;
    padding: 20px; }

@media only screen and (min-width: 768px) {
  .clustertile {
    margin: 50px 0px; }
    .clustertile .ctile__content.normalrow {
      flex-direction: row; }
    .clustertile .ctile__content.reverserow {
      flex-direction: row-reverse; }
    .clustertile .ctile__content.normalcol {
      flex-direction: column; }
    .clustertile .ctile__content.reversecol {
      flex-direction: column-reverse; }
    .clustertile .ctile__content .ctile__text-link {
      font-size: 1.125rem; }
    .clustertile .ctile__content .ctile__text {
      padding: 0 25px; }
      .clustertile .ctile__content .ctile__text-callout,
      .clustertile .ctile__content .ctile__text-callout a {
        font-size: 1.25rem; }
      .clustertile .ctile__content .ctile__text-title {
        font-size: 2.625rem; }
      .clustertile .ctile__content .ctile__text-subtitle {
        font-size: 1.125rem;
        margin-bottom: 15px;
        margin-top: -15px; }
      .clustertile .ctile__content .ctile__text-content {
        font-size: 1.125rem; }
        .clustertile .ctile__content .ctile__text-content p {
          font-size: 1.125rem; }
        .clustertile .ctile__content .ctile__text-content .ctile__text-content-link a {
          font-size: 1.125rem; }
        .clustertile .ctile__content .ctile__text-content .ctile__text-content-morecontent {
          font-size: 1.125rem; }
    .clustertile.ctile-clustertall .ctile__text-title {
      font-size: 1.75rem; }
    .clustertile.ctile-clustertall .ctile__text-subtitle {
      font-size: 1.125rem; }
    .clustertile.ctile-clustertall .ctile__text-content {
      font-size: 1.125rem; }
      .clustertile.ctile-clustertall .ctile__text-content p {
        font-size: 1.125rem; }
    .clustertile.ctile-clustertall .ctile__text-tallcontainer {
      padding: 35px 25px; }
    .clustertile.ctile-clusterwide .ctile__content.normalrow, .clustertile.ctile-videocarousel .ctile__content.normalrow {
      flex-direction: row; }
    .clustertile.ctile-clusterwide .ctile__content.reverserow, .clustertile.ctile-videocarousel .ctile__content.reverserow {
      flex-direction: row-reverse; }
    .clustertile.ctile-videocarousel .ctile__media {
      width: 49%; }
    .clustertile.ctile-videocarousel .ctile__text {
      width: 49%; } }

@media only screen and (min-width: 960px) {
  .clustertile .ctile__content {
    padding: 20px 0; }
  .clustertile.ctile-clusterwide .ctile__media, .clustertile.ctile-videocarousel .ctile__media {
    min-height: 345px;
    width: 49%; }
  .clustertile.ctile-clusterwide .ctile__text, .clustertile.ctile-videocarousel .ctile__text {
    width: 49%; }
  .clustertile.ctile-clustertall {
    height: 624px;
    max-width: 1440px;
    padding: 0;
    position: relative;
    width: 100%; }
    .clustertile.ctile-clustertall .ctile__content {
      padding: 20px 0; }
    .clustertile.ctile-clustertall .ctile__text {
      max-width: 600px;
      width: 100%; }
      .clustertile.ctile-clustertall .ctile__text.boxpadded {
        margin: 0 40px;
        padding: 83px 43px; }
  .clustertile-tallcontainer {
    padding: 35px 25px; } }

.cq-wcm-edit #wrapperMain {
  margin: 50px auto;
  max-width: 95%; }

.videobackground__videocontainer {
  background: #131b38;
  height: auto;
  position: relative; }
  .videobackground__videocontainer video {
    display: none;
    min-height: 98%;
    min-width: 100%;
    position: absolute; }
    @media (min-width: 1200px) {
      .videobackground__videocontainer video {
        display: block; } }
  @media (min-width: 1200px) {
    .videobackground__videocontainer {
      bottom: 0;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      overflow: hidden; } }

@media (min-width: 1200px) {
  .videobackground {
    border-top: 2px solid white;
    display: flex;
    overflow: hidden;
    height: 700px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.l2 {
  font-size: 16px;
  padding: 0; }
  .l2 p, .l2 a {
    font-size: 16px; }
  .l2 a {
    color: #0052C2; }
  .l2 h2 {
    text-transform: none;
    font-size: 30px; }
    @media (min-width: 768px) {
      .l2 h2 {
        font-size: 34px; } }
  .l2 .mastheadslider__wrap {
    height: 344px; }
    @media (min-width: 768px) {
      .l2 .mastheadslider__wrap {
        height: 350px; } }
    .l2 .mastheadslider__wrap .slick-dots {
      bottom: 26px; }
    .l2 .mastheadslider__wrap .slide-picture {
      height: 344px; }
      @media (min-width: 768px) {
        .l2 .mastheadslider__wrap .slide-picture {
          height: 350px; } }
  .l2 .mastheadslider__wrap .slide-copy {
    background-color: transparent;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    bottom: auto; }
  .l2__wrapper {
    position: relative;
    max-width: 1250px;
    margin: 0 auto; }
    @media (min-width: 640px) {
      .l2__wrapper {
        display: flex; } }
  .l2__container {
    width: 100%;
    padding: 40px 16px 65px; }
    @media (min-width: 640px) {
      .l2__container {
        width: 76.25%; } }
    @media (min-width: 768px) {
      .l2__container {
        width: 75%; } }
    @media (min-width: 1024px) {
      .l2__container {
        width: 78.4%; } }
    .l2__container .platform-links {
      text-align: center;
      display: block; }
      @media (min-width: 640px) {
        .l2__container .platform-links {
          text-align: left; } }
      .l2__container .platform-links a {
        width: 40%;
        border-right-color: #0052C2;
        border-right-style: solid;
        border-right-width: 1px;
        display: inline-block;
        text-align: center; }
        @media (min-width: 640px) {
          .l2__container .platform-links a {
            width: auto;
            padding: 0 22px;
            display: inline;
            text-align: left; } }
      .l2__container .platform-links a:nth-child(2) {
        border: 0; }
        @media (min-width: 640px) {
          .l2__container .platform-links a:nth-child(2) {
            border-right-color: #0052C2;
            border-right-style: solid;
            border-right-width: 1px; } }
      .l2__container .platform-links a:last-child {
        border: 0; }
      .l2__container .platform-links a:nth-child(1), .l2__container .platform-links a:nth-child(2) {
        margin-bottom: 20px; }
        @media (min-width: 640px) {
          .l2__container .platform-links a:nth-child(1), .l2__container .platform-links a:nth-child(2) {
            margin-bottom: 0; } }
      .l2__container .platform-links b, .l2__container .platform-links p {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        text-align: center; }
        @media (min-width: 640px) {
          .l2__container .platform-links b, .l2__container .platform-links p {
            display: inline;
            margin-top: 0;
            text-align: left; } }
    .l2__container .call-out-text .platform-button {
      height: 60px;
      padding: 3.0px; }
    .l2__container .call-out-text h1, .l2__container .call-out-text h2, .l2__container .call-out-text h3, .l2__container .call-out-text h4, .l2__container .call-out-text h5, .l2__container .call-out-text h6 {
      font-size: 22px; }
    .l2__container .call-out-text p {
      font-family: 'ConnectionsRegular';
      font-size: 16px;
      margin-bottom: 22px;
      line-height: 1.4; }
      .l2__container .call-out-text p span:first-child {
        font-size: 18px; }
        @media (min-width: 768px) {
          .l2__container .call-out-text p span:first-child {
            font-size: 16px; } }
    .l2__container .audioarticle.section.is_stuck {
      border-bottom: 1px solid #D5D5D5;
      background-color: #fff;
      z-index: 10;
      left: 0;
      padding-bottom: 15px;
      padding-right: 16px; }
      @media (max-width: 640px) {
        .l2__container .audioarticle.section.is_stuck {
          width: 100% !important; } }
      .l2__container .audioarticle.section.is_stuck .audio_dtl {
        display: inline-block; }
      .l2__container .audioarticle.section.is_stuck .audio_wrapper_fullwidth {
        padding-left: 16px; }
    .l2__container .audioarticle.section {
      padding-bottom: 20px; }
      .l2__container .audioarticle.section .audio_wrapper_fullwidth {
        padding-left: 0; }
      .l2__container .audioarticle.section .audio__wrapper {
        max-width: 964px;
        margin-right: 0; }
      .l2__container .audioarticle.section .audio_dtl {
        background-image: none;
        padding: 30px 0 12px 0;
        display: none; }
        .l2__container .audioarticle.section .audio_dtl h2 {
          font-size: 22px; }
        .l2__container .audioarticle.section .audio_dtl h2, .l2__container .audioarticle.section .audio_dtl p {
          padding-left: 0 !important;
          color: #2F3F67 !important;
          font-weight: normal; }
    .l2__container .audioplayer .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
    .l2__container .audioplayer .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
    .l2__container .audioplayer .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
    .l2__container .audioplayer .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible),
    .l2__container .audioplayer .video-js.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
    .l2__container .audioplayer .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar:not(.vjs-focus-within):not(.vjs-control-bar-visible) {
      transform: none;
      -webkit-transform: none;
      -ms-transform: none; }
    .l2__container .audioplayer .video-js {
      background-color: #fff; }
    .l2__container .audioplayer .audio-transcript__view {
      margin-top: -10px; }
    .l2__container .audioplayer .vjs-control-bar {
      background-color: #fff;
      max-height: 30px; }
      .l2__container .audioplayer .vjs-control-bar .vjs-control {
        color: #0052C2; }
      .l2__container .audioplayer .vjs-control-bar .vjs-time-control {
        color: #333; }
      .l2__container .audioplayer .vjs-control-bar .vjs-progress-control {
        background-color: #D5D5D5; }
      .l2__container .audioplayer .vjs-control-bar button.vjs-play-control.vjs-control.vjs-button .vjs-icon-placeholder:before,
      .l2__container .audioplayer .vjs-control-bar button.vjs-play-control.vjs-control.vjs-button.vjs-paused .vjs-icon-placeholder:before {
        content: "";
        top: 4px;
        background: url("../../../../etc.clientlibs/bofamlhub/clientlibs/resources/images/hollow-play-icon.svg") 12px 0 no-repeat;
        background-size: 40%; }
      .l2__container .audioplayer .vjs-control-bar button.vjs-play-control.vjs-control.vjs-button.vjs-playing .vjs-icon-placeholder:before {
        content: "\f103";
        top: -4px;
        left: 1px;
        background: none; }
      .l2__container .audioplayer .vjs-control-bar button.vjs-play-control.vjs-control.vjs-button {
        top: 10%;
        width: 3.8em; }
    .l2__container .audioplayer .vjs-picture-in-picture-control,
    .l2__container .audioplayer .vjs-playback-rate,
    .l2__container .audioplayer .vjs-chapters-button,
    .l2__container .audioplayer .vjs-descriptions-button,
    .l2__container .audioplayer .vjs-subs-caps-button,
    .l2__container .audioplayer .vjs-audio-button,
    .l2__container .audioplayer .vjs-fullscreen-control {
      display: none !important; }
    @media (min-width: 768px) {
      .l2__container .parsys .text {
        font-size: 0.9em !important; } }
    .l2__container .bio-container {
      margin: 0 !important; }
      .l2__container .bio-container > div:nth-last-child(-n+2) {
        margin-bottom: 0; }
  .l2__sidebar {
    width: 100%;
    position: relative; }
    @media (min-width: 640px) {
      .l2__sidebar {
        width: 23.75%; } }
    @media (min-width: 768px) {
      .l2__sidebar {
        display: block;
        width: 25%; } }
    @media (min-width: 1024px) {
      .l2__sidebar {
        max-width: 270px;
        width: 21.6%; } }
    .l2__sidebar .related_solutions_wrapper {
      position: relative;
      display: inline-block;
      background: none;
      width: 100%; }
    .l2__sidebar .keyHightLights.new_ra.next-episodes, .l2__sidebar .keyHightLights.new_ra.return-episodes {
      color: #000;
      font-size: 22px;
      margin-bottom: 50px; }
      .l2__sidebar .keyHightLights.new_ra.next-episodes .visible_phone, .l2__sidebar .keyHightLights.new_ra.return-episodes .visible_phone {
        display: none; }
      .l2__sidebar .keyHightLights.new_ra.next-episodes p, .l2__sidebar .keyHightLights.new_ra.return-episodes p {
        color: #000;
        font-size: 22px;
        padding-bottom: 0; }
      .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper {
        padding-top: 20px; }
        @media (min-width: 640px) {
          .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper {
            margin-top: 5px; } }
        .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper ul, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper ul {
          margin: 0;
          display: inline-block; }
          @media (max-width: 640px) {
            .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper ul, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper ul {
              width: 100%; } }
        .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper li, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper li {
          display: inline-block; }
        .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper .rel_article_img, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper .rel_article_img {
          margin-left: 0; }
        .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper .rel_article .rel_article_desc a, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper .rel_article .rel_article_desc a {
          font-size: 18px;
          color: #0052C2 !important; }
        .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper .ga_related_solution, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper .ga_related_solution {
          display: block; }
          .l2__sidebar .keyHightLights.new_ra.next-episodes .KeyWrapper .ga_related_solution img, .l2__sidebar .keyHightLights.new_ra.return-episodes .KeyWrapper .ga_related_solution img {
            width: 100%;
            margin-bottom: 18px; }
    .l2__sidebar .new_ra_bg {
      background-color: transparent !important; }
    @media (max-width: 640px) {
      .l2__sidebar .multirelatedarticles.stick-right {
        position: relative !important; } }
    .l2__sidebar .multirelatedarticles {
      padding: 40px 25px 10px 25px;
      width: 100%; }
      .l2__sidebar .multirelatedarticles .scrollable_div_fix {
        height: 100% !important;
        overflow-y: auto; }
      @media (min-width: 1024px) {
        .l2__sidebar .multirelatedarticles {
          max-width: 270px; } }
      .l2__sidebar .multirelatedarticles .actions_container {
        width: 100%;
        min-height: 75px;
        padding-left: 0; }
    @media (min-width: 1024px) {
      .l2__sidebar .stick-right {
        top: 125px; } }

/*------------------------------------*\
    UTILITIES
\*------------------------------------*/
/* Primary */
/* Secondary */
/* Neutral */
/* Primary */
/* Secondary */
/* Neutral */
.l1 {
  float: none;
  padding: 0; }
  .l1 p, .l1 a {
    font-size: 16px; }
  .l1 a {
    color: #0052C2; }
  .l1 h2 {
    text-transform: none;
    font-size: 30px; }
    @media (min-width: 768px) {
      .l1 h2 {
        font-size: 34px; } }
  .l1 .mixhome_bg {
    background-color: #fff;
    top: 0; }
  .l1__wrapper .mastheadslider .arrow-down-full {
    display: none; }
  .l1__wrapper .platform-buttons {
    width: 100%; }
    .l1__wrapper .platform-buttons__column {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .l1__wrapper .platform-buttons__column {
          max-width: 80%; } }
  .l1__wrapper .container {
    position: relative;
    padding: 50px 20px 45px 20px;
    max-width: 1000px;
    min-height: 900px;
    margin: 0 auto;
    width: 100%;
    font-size: 16px; }
    .l1__wrapper .container__top {
      margin-top: 50px;
      position: relative; }
    .l1__wrapper .container__title {
      text-align: center; }
      .l1__wrapper .container__title .header {
        margin-bottom: 20px; }
        @media (min-width: 640px) {
          .l1__wrapper .container__title .header {
            margin-bottom: 30px; } }
        .l1__wrapper .container__title .header .header__heading {
          font-size: 30px;
          color: #314066; }
          @media (min-width: 640px) {
            .l1__wrapper .container__title .header .header__heading {
              font-size: 34px; } }
    .l1__wrapper .container .social-share--edit {
      min-height: 35px; }
      .l1__wrapper .container .social-share--edit .social-share__wrapper {
        margin-top: 0; }
    .l1__wrapper .container .social-share__wrapper {
      position: relative;
      display: inline-block;
      margin-top: 0;
      left: 50%;
      transform: translateX(-50%);
      margin-right: 15px;
      margin-bottom: 45px; }
      @media (min-width: 640px) {
        .l1__wrapper .container .social-share__wrapper {
          float: right;
          left: 0;
          transform: none;
          margin-top: -70px;
          margin-bottom: 0; } }

