/* ==========================================================================
   Bases
   ========================================================================== */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
@font-face {
  font-family: 'Connections';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cnx-regular';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_regular-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Connections';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_italic-web.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_italic-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_italic-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_italic-web.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Connections';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bold-web.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bold-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bold-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bold-web.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Connections';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bolditalic-web.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bolditalic-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bolditalic-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_bolditalic-web.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'ConnectionsLight';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_light-web.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_light-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_light-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_light-web.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal; }

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

@font-face {
  font-family: 'ConnectionsMedium';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_medium-web.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_medium-web.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_medium-web.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/connections_medium-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

/*! 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.
 */
button:focus, a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/* ==========================================================================
   Elements
   - Unclassed HTML elements (type selectors)
   ========================================================================== */
html, body {
  font-family: 'Connections', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #6B5E51;
  counter-reset: sgSection; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    html, body {
      -webkit-font-smoothing: subpixel-antialiased; } }

p {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #0052C2; }
  a:hover, a:focus {
    color: #012169; }

.aem-helper {
  position: relative;
  background: #30414d;
  border: 1px solid #232f38;
  display: inline-block;
  margin-top: 30px;
  color: white;
  padding: 12px;
  z-index: 2000; }
  .aem-helper:after, .aem-helper:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .aem-helper:after {
    border-color: rgba(48, 65, 77, 0);
    border-top-color: #30414d;
    border-width: 10px;
    margin-left: -10px; }
  .aem-helper:before {
    border-color: rgba(35, 47, 56, 0);
    border-top-color: #232f38;
    border-width: 11px;
    margin-left: -11px; }

button, input[type="submit"], .button {
  display: inline-block;
  background-color: #F9F7F4;
  border: none;
  outline: 0;
  padding: 12px 36px;
  font-size: 16px;
  line-height: 1; }
  button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #ECE6DD; }

.button--blue {
  background-color: #4A7B96;
  color: white; }
  .button--blue:hover, .button--blue:focus {
    background-color: #366378;
    color: white; }

img,
picture {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%; }

hr {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 12px 0; }

sup a:target {
  position: relative;
  border-top: 152px solid transparent;
  margin: -30px 0 0;
  background-clip: padding-box; }
  sup a:target:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    border-top: 2px solid #ccc; }

[type='range'] {
  -webkit-appearance: none;
  margin: 15px 0;
  width: 100%;
  padding: 0; }
  [type='range']:focus::-webkit-slider-runnable-track {
    background: #b7cfdb; }
  [type='range']:focus::-ms-fill-lower {
    background: #4A7B96; }
  [type='range']:focus::-ms-fill-upper {
    background: #b7cfdb; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 2px;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #4A7B96;
    border: 0px solid transparent;
    border-radius: 0px; }
  [type='range']::-webkit-slider-thumb {
    box-shadow: 0px 0px 40x rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #4A7B96;
    border: 0px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    margin-top: -14px; }
  [type='range']::-moz-range-track {
    cursor: pointer;
    height: 2px;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #4A7B96;
    border: 0px solid transparent;
    border-radius: 0px; }
  [type='range']::-moz-range-thumb {
    box-shadow: 0px 0px 40x rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #4A7B96;
    border: 0px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    width: 30px; }
  [type='range']::-ms-track {
    cursor: pointer;
    height: 2px;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 15px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #0f191e;
    border: 0px solid transparent;
    border-radius: 0px; }
  [type='range']::-ms-fill-upper {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #4A7B96;
    border: 0px solid transparent;
    border-radius: 0px; }
  [type='range']::-ms-thumb {
    box-shadow: 0px 0px 40x rgba(0, 0, 0, 0), 0 0 0px rgba(13, 13, 13, 0);
    background: #4A7B96;
    border: 0px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-top: 0; }
  [type='range']::-ms-tooltip {
    display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 500; }
  .overlay--hidden {
    display: none; }

/*------------------------------------*\
          HEADINGS
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: normal;
  margin: 20px 0;
  clear: both; }

h1, .heading-level-1 {
  font-size: 28px;
  margin: 22px 0;
  color: #DC1341;
  font-family: ConnectionsLight; }

h2, .heading-level-2 {
  font-size: 24px;
  font-family: ConnectionsLight; }

h3, .heading-level-3 {
  font-size: 20px;
  font-family: ConnectionsLight; }

h4, .heading-level-4 {
  font-size: 24px;
  font-family: ConnectionsLight; }

h5, .heading-level-5 {
  font-size: 20px; }

h6, .heading-level-6 {
  font-size: 16px; }

.heading--styleguide {
  border-bottom: 2px solid #ECE6DD;
  color: #6B5E51;
  font-size: 20px;
  padding: 48px 0 12px 0;
  margin-top: 0; }
  .heading--styleguide::before {
    padding-right: 12px;
    color: #333333;
    font-weight: bold;
    counter-increment: sgSection;
    /* Increment the section counter */
    content: counter(sgSection) ".";
    /* Display the counter */ }

.heading-powerto .heading__span {
  margin-bottom: 0.5em;
  font-size: 1.45rem;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  font-variant: small-caps; }
  @media (min-width: 1001px) {
    .heading-powerto .heading__span {
      font-size: 1.7rem; } }

/*------------------------------------*\
          PARAGRAPHS
\*------------------------------------*/
.copy--feature {
  color: #857363;
  font-style: italic;
  line-height: 26px; }

.copy--caption {
  font-size: 14px; }

.copy--disclaimer {
  font-size: 14px;
  color: #6B5E51;
  font-style: italic; }

.copy--pullquote {
  font-size: 36px;
  line-height: 1.1;
  font-style: italic;
  font-weight: lighter;
  color: #DC1341;
  text-align: center;
  margin: 36px 0; }

.copy--nomargin {
  margin: 0; }

.copy--subhead {
  font-size: 20px; }

.lines-sides {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  text-align: center; }
  .lines-sides:before, .lines-sides:after {
    background-color: #ECE6DD;
    content: '\a0';
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 1px;
    position: relative;
    top: 0.5em;
    display: block; }
  .lines-sides:before {
    margin-right: 12px; }
  .lines-sides:after {
    margin-left: 12px; }

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

/*------------------------------------*\
          LISTS
\*------------------------------------*/
ul,
ol {
  margin-left: 12px;
  padding-left: 12px; }
  ul li,
  ol li {
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-left: 12px; }

/*------------------------------------*\
          Hidden elements
\*------------------------------------*/
.hidden-section {
  display: none; }

.accessibility-hidden {
  -ms-flex-order: 0;
      order: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*------------------------------------*\
          Hidden components on
          Millennial report page
\*------------------------------------*/
.page--millennial-report .breadcrumb,
.page--millennial-report .disclaimer,
.page--millennial-report .up-next {
  display: none; }

/*------------------------------------*\
          Toggle elements
\*------------------------------------*/
.toggle-button,
.toggle-button:focus,
.toggle-button:hover {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 15px;
  color: #524940; }

.disclaimer .toggle-button--open:after {
  bottom: -2px; }

.toggle-button--open {
  position: relative; }
  .toggle-button--open:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ECE6DD;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px; }

.toggle-section {
  position: relative;
  display: none;
  width: 100%;
  margin-bottom: 24px;
  background-color: #ECE6DD;
  color: #6B5E51;
  line-height: 2rem;
  z-index: 500; }

.toggle-section .close-btn {
  font-size: 15px;
  color: #857363;
  position: absolute;
  top: 12px;
  right: 12px; }

.toggle-open--true {
  display: block; }

.copy--toggle {
  font-size: 16px;
  padding: 48px 48px 24px 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: auto; }
  @media (max-width: 500px) {
    .copy--toggle {
      padding-right: 28px;
      margin-right: 20px; } }
  .copy--toggle p, .copy--toggle li {
    font-size: 16px; }
  .copy--toggle table {
    min-width: 100%; }
    .copy--toggle table td {
      padding: 5px; }

/*------------------------------------*\
          Tab Nav
\*------------------------------------*/
.tab-nav__display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 12px;
  background-color: #F9F7F4;
  background-size: 20px;
  color: #6B5E51;
  font-size: 16px; }
  @media (min-width: 1000px) {
    .tab-nav__display {
      display: none; } }

.tab-nav__tabs {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1000px) {
    .tab-nav__tabs {
      display: -ms-flexbox !important;
      display: flex !important;
      position: relative;
      top: auto;
      left: auto;
      box-shadow: none; } }

.tab-nav__tab {
  display: block;
  padding: 6px 12px;
  font-size: 18px;
  font-family: 'ConnectionsMedium'; }
  @media (min-width: 1000px) {
    .tab-nav__tab {
      font-size: 20px;
      min-height: 61px;
      line-height: 1.2;
      margin: 12px 2px 0 2px;
      border-top: 4px solid; } }

.tab-nav__close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #6B5E51; }

.item-count {
  text-align: center;
  position: relative; }
  .item-count__line {
    border-top: 3px solid #D1C9C0;
    display: block;
    position: absolute; }
    .item-count__line--top {
      top: 10px;
      left: 12px;
      width: calc(100% - 24px); }
    .item-count__line--bottom {
      bottom: 7px;
      left: 24px;
      width: calc(100% - 48px); }
  .item-count__count {
    display: inline-block;
    position: relative;
    background-color: white;
    padding: 0 12px;
    z-index: 100;
    font-size: 16px; }

.show-more {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: none; }
  .show-more::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50%;
    background: #F9F7F4;
    z-index: -1;
    top: 50%;
    margin: -1px 0 0 -25%;
    left: 50%; }
  .show-more__button {
    padding: 0;
    background: white;
    display: block;
    margin: -6px auto 0;
    text-align: center;
    width: 120px;
    z-index: 20; }

.spinner {
  background: url(../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/spinner.gif) center center no-repeat;
  width: 100%;
  background-size: contain;
  height: 50px;
  margin: 48px 0; }
  .spinner--hidden {
    display: none; }

canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */ }

/*------------------------------------*\
          Spanish Language
\*------------------------------------*/
.language-image {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 40px;
  max-height: 40px; }

/*------------------------------------*\
        Slick Slider
\*------------------------------------*/
.slider__arrow:focus, .slider__arrow:hover {
  /*
       * This overwrites slick-theme styles
       * Please do not remove it
      */
  outline: thin dotted !important; }

/* ==========================================================================
   Layouts
   - Wrapping and constraining elements
   ========================================================================== */
/*
	breackpoint varibles
*/
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body.body--noscroll {
  overflow: scroll;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

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

/*
	Content area
*/
#mainContent {
  min-height: 600px; }

.main-content {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  background: white;
  /*
    Content top section
  */ }
  .main-content--content-item {
    margin: -177px auto 0;
    padding: 20px 0 0 0; }
    @media (min-width: 1000px) {
      .main-content--content-item {
        padding: 36px 0 0 0; } }
    .main-content--content-item.border--red {
      border: 1px solid #A12834;
      border-bottom: none; }
    .main-content--content-item.border--blue {
      border: 1px solid #366378;
      border-bottom: none; }
    .main-content--content-item.border--orange {
      border: 1px solid #D26E2C;
      border-bottom: none; }
    .main-content--content-item.border--yellow {
      border: 1px solid #A78800;
      border-bottom: none; }
    .main-content--content-item.border--green {
      border: 1px solid #758036;
      border-bottom: none; }
    .main-content--content-item.border--mint {
      border: 1px solid #5C7E6A;
      border-bottom: none; }
    .main-content--content-item.border--teal {
      border: 1px solid #577A7D;
      border-bottom: none; }
    .main-content--content-item.border--purple {
      border: 1px solid #516899;
      border-bottom: none; }
    .main-content--content-item.border--gray {
      border: 1px solid #857363;
      border-bottom: none; }
  .main-content--icons .column {
    float: right; }
  .main-content--masthead {
    background-color: #857363;
    min-height: 100px; }
    .main-content--masthead .page--tile {
      padding: 0 20px;
      text-align: right; }
  .main-content--extended-masthead {
    background-color: #ECE6DD;
    min-height: 100px;
    margin-bottom: 30px; }
    .main-content--extended-masthead-content {
      margin: 0 auto;
      max-width: 1183px;
      width: 100%; }
    .main-content--extended-masthead .page--tile {
      font-size: 36px;
      padding: 40px 10px;
      margin: 0; }

.bottom-content.row {
  padding: 0; }

.row {
  display: block;
  padding: 0 12px;
  margin: 0 auto; }
  @media (min-width: 620px) {
    .row {
      display: -ms-flexbox;
      display: flex;
      padding: 0 12px; } }
  .row--no-pad-mobile {
    padding: 0; }
    @media (min-width: 620px) {
      .row--no-pad-mobile {
        padding: 0 12px; } }
  @media (min-width: 620px) {
    .row--block {
      display: block; } }
  .row--text {
    max-width: 724px; }
  .row--content {
    max-width: 1004px; }
  .row--grid {
    max-width: 1183px;
    padding: 0; }
    @media (min-width: 884px) {
      .row--grid {
        padding: 0 12px; } }
  .row--col-direction {
    -ms-flex-direction: column;
        flex-direction: column; }
  .row--max {
    max-width: 1366px; }
    @media (min-width: 1200px) {
      .row--max {
        padding: 0 43px; } }
  .row--tab-nav {
    position: relative; }
    @media (min-width: 620px) {
      .row--tab-nav {
        padding: 0;
        max-width: 350px; } }
    @media (min-width: 1000px) {
      .row--tab-nav {
        max-width: 1183px;
        padding: 0 12px; } }
  .row .column {
    display: block;
    /* 1 column layout */
    /* 2 column layout */
    /* 3 column layout */
    /* 4 column layout */ }
    @media (min-width: 620px) {
      .row .column {
        display: inline-block; } }
    .row .column:last-of-type {
      margin-right: 0; }
    .row .column--span-1-1 {
      width: 100%; }
    .row .column--span-1-2 {
      width: 100%;
      margin: 0; }
      @media (min-width: 620px) {
        .row .column--span-1-2 {
          width: 50%;
          margin: 0 6% 0 0; } }
    .row .column--span-1-3 {
      width: 100%;
      margin: 0; }
      @media (min-width: 620px) {
        .row .column--span-1-3 {
          width: 29.3%;
          margin: 0 6% 0 0; } }
    .row .column--span-1-4 {
      width: 100%;
      margin: 0; }
      @media (min-width: 620px) {
        .row .column--span-1-4 {
          width: 22%;
          margin: 0 4% 0 0; } }

/*
  * For Partner pages layout
  * 2 columns layout
*/
.template--partnerpage .main-content-container .row {
  display: block; }
  @media (min-width: 950px) {
    .template--partnerpage .main-content-container .row {
      display: -ms-flexbox;
      display: flex; } }
  .template--partnerpage .main-content-container .row--header {
    display: block; }
  .template--partnerpage .main-content-container .row .page--tile {
    color: #b86127; }
  .template--partnerpage .main-content-container .row .page--subtitle {
    padding: 3px 10px 40px;
    margin: -40px 0 0; }
  .template--partnerpage .main-content-container .row .column {
    display: block; }
    .template--partnerpage .main-content-container .row .column--span-1-4-1 {
      width: 100%;
      padding: 0 2%; }
      @media (min-width: 950px) {
        .template--partnerpage .main-content-container .row .column--span-1-4-1 {
          width: 30%;
          padding: 0 0 0 2%; } }
    .template--partnerpage .main-content-container .row .column--span-3-4-1 {
      width: 100%;
      padding: 0 2%; }
      @media (min-width: 950px) {
        .template--partnerpage .main-content-container .row .column--span-3-4-1 {
          width: 70%;
          padding: 0 1% 0 0; } }
    .template--partnerpage .main-content-container .row .column--top {
      z-index: 500;
      padding: 2%;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      @media (min-width: 950px) {
        .template--partnerpage .main-content-container .row .column--top {
          padding: 0;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .template--partnerpage .main-content-container .row .column--outline-bottom {
      margin-bottom: 24px; }

.template--partnerpage .partner-episode-container .row {
  display: block; }
  @media (min-width: 620px) {
    .template--partnerpage .partner-episode-container .row {
      display: -ms-flexbox;
      display: flex; } }
  .template--partnerpage .partner-episode-container .row .column--span-1-4-1 {
    width: 100%;
    padding: 0 2%; }
    @media (min-width: 620px) {
      .template--partnerpage .partner-episode-container .row .column--span-1-4-1 {
        width: 30%; } }
    @media (min-width: 884px) {
      .template--partnerpage .partner-episode-container .row .column--span-1-4-1 {
        padding: 0 0 0 2%; } }
  .template--partnerpage .partner-episode-container .row .column--span-3-4-1 {
    width: 100%;
    padding: 0 2%; }
    @media (min-width: 620px) {
      .template--partnerpage .partner-episode-container .row .column--span-3-4-1 {
        width: 70%; } }
    @media (min-width: 884px) {
      .template--partnerpage .partner-episode-container .row .column--span-3-4-1 {
        padding: 0 1% 0 0; } }

.theme--red .text--primary-color {
  color: #BB3643; }

.theme--red .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--red .background--primary-color {
  background-color: #BB3643; }

.theme--red .border--primary-color {
  border-color: #BB3643; }

.theme--blue .text--primary-color {
  color: #366378; }

.theme--blue .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--blue .background--primary-color {
  background-color: #366378; }

.theme--blue .border--primary-color {
  border-color: #366378; }

.theme--oatmeal .text--primary-color {
  color: #857363; }

.theme--oatmeal .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--oatmeal .background--primary-color {
  background-color: #857363; }

.theme--oatmeal .border--primary-color {
  border-color: #857363; }

.theme--yellow .text--primary-color {
  color: #A78800; }

.theme--yellow .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--yellow .background--primary-color {
  background-color: #A78800; }

.theme--yellow .border--primary-color {
  border-color: #A78800; }

.theme--mint .text--primary-color {
  color: #5C7E6A; }

.theme--mint .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--mint .background--primary-color {
  background-color: #5C7E6A; }

.theme--mint .border--primary-color {
  border-color: #5C7E6A; }

.theme--orange .text--primary-color {
  color: #D26E2C; }

.theme--orange .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--orange .background--primary-color {
  background-color: #D26E2C; }

.theme--orange .border--primary-color {
  border-color: #D26E2C; }

.theme--dark-purple .text--primary-color {
  color: #516899; }

.theme--dark-purple .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--dark-purple .background--primary-color {
  background-color: #516899; }

.theme--dark-purple .border--primary-color {
  border-color: #516899; }

.theme--dark-mint .text--primary-color {
  color: #5C7E6A; }

.theme--dark-mint .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--dark-mint .background--primary-color {
  background-color: #5C7E6A; }

.theme--dark-mint .border--primary-color {
  border-color: #5C7E6A; }

.theme--dark-teal .text--primary-color {
  color: #577A7D; }

.theme--dark-teal .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--dark-teal .background--primary-color {
  background-color: #577A7D; }

.theme--dark-teal .border--primary-color {
  border-color: #577A7D; }

.theme--dark-green .text--primary-color {
  color: #758036; }

.theme--dark-green .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--dark-green .background--primary-color {
  background-color: #758036; }

.theme--dark-green .border--primary-color {
  border-color: #758036; }

.theme--dark-orange .text--primary-color {
  color: #D26E2C; }

.theme--dark-orange .generic-text {
  /*a {
        color: $themeColor;  
      }*/ }

.theme--dark-orange .background--primary-color {
  background-color: #D26E2C; }

.theme--dark-orange .border--primary-color {
  border-color: #D26E2C; }

.template-theme--red.text--template-theme-color, .template-theme--red .text--template-theme-color {
  color: #BB3643; }

.template-theme--red.text--template-theme-color-dark, .template-theme--red .text--template-theme-color-dark {
  color: #A12834; }

.template-theme--red.text--template-theme-color-x-dark, .template-theme--red .text--template-theme-color-x-dark {
  color: #A12834; }

.template-theme--red.background--template-theme-color-light, .template-theme--red .background--template-theme-color-light {
  background-color: #DB5E72; }

.template-theme--red.background--template-theme-color, .template-theme--red .background--template-theme-color {
  background-color: #BB3643; }

.template-theme--red.background--template-theme-color-dark, .template-theme--red .background--template-theme-color-dark {
  background-color: #A12834;
  border-color: #A12834;
  color: white; }

.template-theme--red.background--template-theme-color-dark-hover:hover, .template-theme--red .background--template-theme-color-dark-hover:hover {
  background-color: #A12834;
  color: white; }

.template-theme--red.border--template-theme-color, .template-theme--red .border--template-theme-color {
  border-color: #BB3643; }

.template-theme--red.border-top--template-theme-color, .template-theme--red .border-top--template-theme-color {
  border-top-color: #BB3643; }

.template-theme--red.border-top--template-theme-color-light, .template-theme--red .border-top--template-theme-color-light {
  border-top-color: #DB5E72; }

.template-theme--red.border-bottom--template-theme-color, .template-theme--red .border-bottom--template-theme-color {
  border-bottom-color: #BB3643; }

.template-theme--red.border-bottom--template-theme-color-dark, .template-theme--red .border-bottom--template-theme-color-dark {
  border-bottom-color: #A12834; }

.template-theme--red .mosaic-item__icon--merrill {
  color: #DB5E72; }

.bgcolor--red-light {
  background-color: #DB5E72; }

.bgcolor--red-medium {
  background-color: #BB3643; }

.bgcolor--red-dark {
  background-color: #A12834; }

.bgcolor--red-x-dark {
  background-color: #A12834; }

.template-theme--blue.text--template-theme-color, .template-theme--blue .text--template-theme-color {
  color: #4A7B96; }

.template-theme--blue.text--template-theme-color-dark, .template-theme--blue .text--template-theme-color-dark {
  color: #366378; }

.template-theme--blue.text--template-theme-color-x-dark, .template-theme--blue .text--template-theme-color-x-dark {
  color: #366378; }

.template-theme--blue.background--template-theme-color-light, .template-theme--blue .background--template-theme-color-light {
  background-color: #68A0C3; }

.template-theme--blue.background--template-theme-color, .template-theme--blue .background--template-theme-color {
  background-color: #4A7B96; }

.template-theme--blue.background--template-theme-color-dark, .template-theme--blue .background--template-theme-color-dark {
  background-color: #366378;
  border-color: #366378;
  color: white; }

.template-theme--blue.background--template-theme-color-dark-hover:hover, .template-theme--blue .background--template-theme-color-dark-hover:hover {
  background-color: #366378;
  color: white; }

.template-theme--blue.border--template-theme-color, .template-theme--blue .border--template-theme-color {
  border-color: #4A7B96; }

.template-theme--blue.border-top--template-theme-color, .template-theme--blue .border-top--template-theme-color {
  border-top-color: #4A7B96; }

.template-theme--blue.border-top--template-theme-color-light, .template-theme--blue .border-top--template-theme-color-light {
  border-top-color: #68A0C3; }

.template-theme--blue.border-bottom--template-theme-color, .template-theme--blue .border-bottom--template-theme-color {
  border-bottom-color: #4A7B96; }

.template-theme--blue.border-bottom--template-theme-color-dark, .template-theme--blue .border-bottom--template-theme-color-dark {
  border-bottom-color: #366378; }

.template-theme--blue .mosaic-item__icon--merrill {
  color: #68A0C3; }

.bgcolor--blue-light {
  background-color: #68A0C3; }

.bgcolor--blue-medium {
  background-color: #4A7B96; }

.bgcolor--blue-dark {
  background-color: #366378; }

.bgcolor--blue-x-dark {
  background-color: #366378; }

.template-theme--merrill.text--template-theme-color, .template-theme--merrill .text--template-theme-color {
  color: #0073CF; }

.template-theme--merrill.text--template-theme-color-dark, .template-theme--merrill .text--template-theme-color-dark {
  color: #0073CF; }

.template-theme--merrill.text--template-theme-color-x-dark, .template-theme--merrill .text--template-theme-color-x-dark {
  color: #0073CF; }

.template-theme--merrill.background--template-theme-color-light, .template-theme--merrill .background--template-theme-color-light {
  background-color: #0073CF; }

.template-theme--merrill.background--template-theme-color, .template-theme--merrill .background--template-theme-color {
  background-color: #0073CF; }

.template-theme--merrill.background--template-theme-color-dark, .template-theme--merrill .background--template-theme-color-dark {
  background-color: #0073CF;
  border-color: #0073CF;
  color: white; }

.template-theme--merrill.background--template-theme-color-dark-hover:hover, .template-theme--merrill .background--template-theme-color-dark-hover:hover {
  background-color: #0073CF;
  color: white; }

.template-theme--merrill.border--template-theme-color, .template-theme--merrill .border--template-theme-color {
  border-color: #0073CF; }

.template-theme--merrill.border-top--template-theme-color, .template-theme--merrill .border-top--template-theme-color {
  border-top-color: #0073CF; }

.template-theme--merrill.border-top--template-theme-color-light, .template-theme--merrill .border-top--template-theme-color-light {
  border-top-color: #0073CF; }

.template-theme--merrill.border-bottom--template-theme-color, .template-theme--merrill .border-bottom--template-theme-color {
  border-bottom-color: #0073CF; }

.template-theme--merrill.border-bottom--template-theme-color-dark, .template-theme--merrill .border-bottom--template-theme-color-dark {
  border-bottom-color: #0073CF; }

.template-theme--merrill .mosaic-item__icon--merrill {
  color: #0073CF; }

.bgcolor--merrill-light {
  background-color: #0073CF; }

.bgcolor--merrill-medium {
  background-color: #0073CF; }

.bgcolor--merrill-dark {
  background-color: #0073CF; }

.bgcolor--merrill-x-dark {
  background-color: #0073CF; }

.template-theme--orange.text--template-theme-color, .template-theme--orange .text--template-theme-color {
  color: #E68735; }

.template-theme--orange.text--template-theme-color-dark, .template-theme--orange .text--template-theme-color-dark {
  color: #D26E2C; }

.template-theme--orange.text--template-theme-color-x-dark, .template-theme--orange .text--template-theme-color-x-dark {
  color: #9f5422; }

.template-theme--orange.background--template-theme-color-light, .template-theme--orange .background--template-theme-color-light {
  background-color: #EDAC53; }

.template-theme--orange.background--template-theme-color, .template-theme--orange .background--template-theme-color {
  background-color: #E68735; }

.template-theme--orange.background--template-theme-color-dark, .template-theme--orange .background--template-theme-color-dark {
  background-color: #D26E2C;
  border-color: #D26E2C;
  color: white; }

.template-theme--orange.background--template-theme-color-dark-hover:hover, .template-theme--orange .background--template-theme-color-dark-hover:hover {
  background-color: #D26E2C;
  color: white; }

.template-theme--orange.border--template-theme-color, .template-theme--orange .border--template-theme-color {
  border-color: #E68735; }

.template-theme--orange.border-top--template-theme-color, .template-theme--orange .border-top--template-theme-color {
  border-top-color: #E68735; }

.template-theme--orange.border-top--template-theme-color-light, .template-theme--orange .border-top--template-theme-color-light {
  border-top-color: #EDAC53; }

.template-theme--orange.border-bottom--template-theme-color, .template-theme--orange .border-bottom--template-theme-color {
  border-bottom-color: #E68735; }

.template-theme--orange.border-bottom--template-theme-color-dark, .template-theme--orange .border-bottom--template-theme-color-dark {
  border-bottom-color: #D26E2C; }

.template-theme--orange .mosaic-item__icon--merrill {
  color: #EDAC53; }

.bgcolor--orange-light {
  background-color: #EDAC53; }

.bgcolor--orange-medium {
  background-color: #E68735; }

.bgcolor--orange-dark {
  background-color: #D26E2C; }

.bgcolor--orange-x-dark {
  background-color: #9f5422; }

.template-theme--yellow.text--template-theme-color, .template-theme--yellow .text--template-theme-color {
  color: #CCAD26; }

.template-theme--yellow.text--template-theme-color-dark, .template-theme--yellow .text--template-theme-color-dark {
  color: #A78800; }

.template-theme--yellow.text--template-theme-color-x-dark, .template-theme--yellow .text--template-theme-color-x-dark {
  color: #886f00; }

.template-theme--yellow.background--template-theme-color-light, .template-theme--yellow .background--template-theme-color-light {
  background-color: #DBCA66; }

.template-theme--yellow.background--template-theme-color, .template-theme--yellow .background--template-theme-color {
  background-color: #CCAD26; }

.template-theme--yellow.background--template-theme-color-dark, .template-theme--yellow .background--template-theme-color-dark {
  background-color: #A78800;
  border-color: #A78800;
  color: white; }

.template-theme--yellow.background--template-theme-color-dark-hover:hover, .template-theme--yellow .background--template-theme-color-dark-hover:hover {
  background-color: #A78800;
  color: white; }

.template-theme--yellow.border--template-theme-color, .template-theme--yellow .border--template-theme-color {
  border-color: #CCAD26; }

.template-theme--yellow.border-top--template-theme-color, .template-theme--yellow .border-top--template-theme-color {
  border-top-color: #CCAD26; }

.template-theme--yellow.border-top--template-theme-color-light, .template-theme--yellow .border-top--template-theme-color-light {
  border-top-color: #DBCA66; }

.template-theme--yellow.border-bottom--template-theme-color, .template-theme--yellow .border-bottom--template-theme-color {
  border-bottom-color: #CCAD26; }

.template-theme--yellow.border-bottom--template-theme-color-dark, .template-theme--yellow .border-bottom--template-theme-color-dark {
  border-bottom-color: #A78800; }

.template-theme--yellow .mosaic-item__icon--merrill {
  color: #DBCA66; }

.bgcolor--yellow-light {
  background-color: #DBCA66; }

.bgcolor--yellow-medium {
  background-color: #CCAD26; }

.bgcolor--yellow-dark {
  background-color: #A78800; }

.bgcolor--yellow-x-dark {
  background-color: #886f00; }

.template-theme--green.text--template-theme-color, .template-theme--green .text--template-theme-color {
  color: #8D9B43; }

.template-theme--green.text--template-theme-color-dark, .template-theme--green .text--template-theme-color-dark {
  color: #758036; }

.template-theme--green.text--template-theme-color-x-dark, .template-theme--green .text--template-theme-color-x-dark {
  color: #626b2d; }

.template-theme--green.background--template-theme-color-light, .template-theme--green .background--template-theme-color-light {
  background-color: #AEC176; }

.template-theme--green.background--template-theme-color, .template-theme--green .background--template-theme-color {
  background-color: #8D9B43; }

.template-theme--green.background--template-theme-color-dark, .template-theme--green .background--template-theme-color-dark {
  background-color: #758036;
  border-color: #758036;
  color: white; }

.template-theme--green.background--template-theme-color-dark-hover:hover, .template-theme--green .background--template-theme-color-dark-hover:hover {
  background-color: #758036;
  color: white; }

.template-theme--green.border--template-theme-color, .template-theme--green .border--template-theme-color {
  border-color: #8D9B43; }

.template-theme--green.border-top--template-theme-color, .template-theme--green .border-top--template-theme-color {
  border-top-color: #8D9B43; }

.template-theme--green.border-top--template-theme-color-light, .template-theme--green .border-top--template-theme-color-light {
  border-top-color: #AEC176; }

.template-theme--green.border-bottom--template-theme-color, .template-theme--green .border-bottom--template-theme-color {
  border-bottom-color: #8D9B43; }

.template-theme--green.border-bottom--template-theme-color-dark, .template-theme--green .border-bottom--template-theme-color-dark {
  border-bottom-color: #758036; }

.template-theme--green .mosaic-item__icon--merrill {
  color: #AEC176; }

.bgcolor--green-light {
  background-color: #AEC176; }

.bgcolor--green-medium {
  background-color: #8D9B43; }

.bgcolor--green-dark {
  background-color: #758036; }

.bgcolor--green-x-dark {
  background-color: #626b2d; }

.template-theme--mint.text--template-theme-color, .template-theme--mint .text--template-theme-color {
  color: #6D9F78; }

.template-theme--mint.text--template-theme-color-dark, .template-theme--mint .text--template-theme-color-dark {
  color: #5C7E6A; }

.template-theme--mint.text--template-theme-color-x-dark, .template-theme--mint .text--template-theme-color-x-dark {
  color: #5C7E6A; }

.template-theme--mint.background--template-theme-color-light, .template-theme--mint .background--template-theme-color-light {
  background-color: #85BC92; }

.template-theme--mint.background--template-theme-color, .template-theme--mint .background--template-theme-color {
  background-color: #6D9F78; }

.template-theme--mint.background--template-theme-color-dark, .template-theme--mint .background--template-theme-color-dark {
  background-color: #5C7E6A;
  border-color: #5C7E6A;
  color: white; }

.template-theme--mint.background--template-theme-color-dark-hover:hover, .template-theme--mint .background--template-theme-color-dark-hover:hover {
  background-color: #5C7E6A;
  color: white; }

.template-theme--mint.border--template-theme-color, .template-theme--mint .border--template-theme-color {
  border-color: #6D9F78; }

.template-theme--mint.border-top--template-theme-color, .template-theme--mint .border-top--template-theme-color {
  border-top-color: #6D9F78; }

.template-theme--mint.border-top--template-theme-color-light, .template-theme--mint .border-top--template-theme-color-light {
  border-top-color: #85BC92; }

.template-theme--mint.border-bottom--template-theme-color, .template-theme--mint .border-bottom--template-theme-color {
  border-bottom-color: #6D9F78; }

.template-theme--mint.border-bottom--template-theme-color-dark, .template-theme--mint .border-bottom--template-theme-color-dark {
  border-bottom-color: #5C7E6A; }

.template-theme--mint .mosaic-item__icon--merrill {
  color: #85BC92; }

.bgcolor--mint-light {
  background-color: #85BC92; }

.bgcolor--mint-medium {
  background-color: #6D9F78; }

.bgcolor--mint-dark {
  background-color: #5C7E6A; }

.bgcolor--mint-x-dark {
  background-color: #5C7E6A; }

.template-theme--teal.text--template-theme-color, .template-theme--teal .text--template-theme-color {
  color: #73A1A2; }

.template-theme--teal.text--template-theme-color-dark, .template-theme--teal .text--template-theme-color-dark {
  color: #577A7D; }

.template-theme--teal.text--template-theme-color-x-dark, .template-theme--teal .text--template-theme-color-x-dark {
  color: #577A7D; }

.template-theme--teal.background--template-theme-color-light, .template-theme--teal .background--template-theme-color-light {
  background-color: #95BEC2; }

.template-theme--teal.background--template-theme-color, .template-theme--teal .background--template-theme-color {
  background-color: #73A1A2; }

.template-theme--teal.background--template-theme-color-dark, .template-theme--teal .background--template-theme-color-dark {
  background-color: #577A7D;
  border-color: #577A7D;
  color: white; }

.template-theme--teal.background--template-theme-color-dark-hover:hover, .template-theme--teal .background--template-theme-color-dark-hover:hover {
  background-color: #577A7D;
  color: white; }

.template-theme--teal.border--template-theme-color, .template-theme--teal .border--template-theme-color {
  border-color: #73A1A2; }

.template-theme--teal.border-top--template-theme-color, .template-theme--teal .border-top--template-theme-color {
  border-top-color: #73A1A2; }

.template-theme--teal.border-top--template-theme-color-light, .template-theme--teal .border-top--template-theme-color-light {
  border-top-color: #95BEC2; }

.template-theme--teal.border-bottom--template-theme-color, .template-theme--teal .border-bottom--template-theme-color {
  border-bottom-color: #73A1A2; }

.template-theme--teal.border-bottom--template-theme-color-dark, .template-theme--teal .border-bottom--template-theme-color-dark {
  border-bottom-color: #577A7D; }

.template-theme--teal .mosaic-item__icon--merrill {
  color: #95BEC2; }

.bgcolor--teal-light {
  background-color: #95BEC2; }

.bgcolor--teal-medium {
  background-color: #73A1A2; }

.bgcolor--teal-dark {
  background-color: #577A7D; }

.bgcolor--teal-x-dark {
  background-color: #577A7D; }

.template-theme--purple.text--template-theme-color, .template-theme--purple .text--template-theme-color {
  color: #6F84B8; }

.template-theme--purple.text--template-theme-color-dark, .template-theme--purple .text--template-theme-color-dark {
  color: #516899; }

.template-theme--purple.text--template-theme-color-x-dark, .template-theme--purple .text--template-theme-color-x-dark {
  color: #516899; }

.template-theme--purple.background--template-theme-color-light, .template-theme--purple .background--template-theme-color-light {
  background-color: #99AAD1; }

.template-theme--purple.background--template-theme-color, .template-theme--purple .background--template-theme-color {
  background-color: #6F84B8; }

.template-theme--purple.background--template-theme-color-dark, .template-theme--purple .background--template-theme-color-dark {
  background-color: #516899;
  border-color: #516899;
  color: white; }

.template-theme--purple.background--template-theme-color-dark-hover:hover, .template-theme--purple .background--template-theme-color-dark-hover:hover {
  background-color: #516899;
  color: white; }

.template-theme--purple.border--template-theme-color, .template-theme--purple .border--template-theme-color {
  border-color: #6F84B8; }

.template-theme--purple.border-top--template-theme-color, .template-theme--purple .border-top--template-theme-color {
  border-top-color: #6F84B8; }

.template-theme--purple.border-top--template-theme-color-light, .template-theme--purple .border-top--template-theme-color-light {
  border-top-color: #99AAD1; }

.template-theme--purple.border-bottom--template-theme-color, .template-theme--purple .border-bottom--template-theme-color {
  border-bottom-color: #6F84B8; }

.template-theme--purple.border-bottom--template-theme-color-dark, .template-theme--purple .border-bottom--template-theme-color-dark {
  border-bottom-color: #516899; }

.template-theme--purple .mosaic-item__icon--merrill {
  color: #99AAD1; }

.bgcolor--purple-light {
  background-color: #99AAD1; }

.bgcolor--purple-medium {
  background-color: #6F84B8; }

.bgcolor--purple-dark {
  background-color: #516899; }

.bgcolor--purple-x-dark {
  background-color: #516899; }

.template-theme--gray.text--template-theme-color, .template-theme--gray .text--template-theme-color {
  color: #A39382; }

.template-theme--gray.text--template-theme-color-dark, .template-theme--gray .text--template-theme-color-dark {
  color: #857363; }

.template-theme--gray.text--template-theme-color-x-dark, .template-theme--gray .text--template-theme-color-x-dark {
  color: #857363; }

.template-theme--gray.background--template-theme-color-light, .template-theme--gray .background--template-theme-color-light {
  background-color: #ECE6DD; }

.template-theme--gray.background--template-theme-color, .template-theme--gray .background--template-theme-color {
  background-color: #A39382; }

.template-theme--gray.background--template-theme-color-dark, .template-theme--gray .background--template-theme-color-dark {
  background-color: #857363;
  border-color: #857363;
  color: white; }

.template-theme--gray.background--template-theme-color-dark-hover:hover, .template-theme--gray .background--template-theme-color-dark-hover:hover {
  background-color: #857363;
  color: white; }

.template-theme--gray.border--template-theme-color, .template-theme--gray .border--template-theme-color {
  border-color: #A39382; }

.template-theme--gray.border-top--template-theme-color, .template-theme--gray .border-top--template-theme-color {
  border-top-color: #A39382; }

.template-theme--gray.border-top--template-theme-color-light, .template-theme--gray .border-top--template-theme-color-light {
  border-top-color: #ECE6DD; }

.template-theme--gray.border-bottom--template-theme-color, .template-theme--gray .border-bottom--template-theme-color {
  border-bottom-color: #A39382; }

.template-theme--gray.border-bottom--template-theme-color-dark, .template-theme--gray .border-bottom--template-theme-color-dark {
  border-bottom-color: #857363; }

.template-theme--gray .mosaic-item__icon--merrill {
  color: #ECE6DD; }

.bgcolor--gray-light {
  background-color: #ECE6DD; }

.bgcolor--gray-medium {
  background-color: #A39382; }

.bgcolor--gray-dark {
  background-color: #857363; }

.bgcolor--gray-x-dark {
  background-color: #857363; }

/* ==========================================================================
   Print
   - Helps gather all specs needed for print pages
   ========================================================================== */
@media print {
  /*
    **** GLOBAL RESETS
    **** DO NOT REMOVE or EDIT
    */
  .header-boa__link,
  .header-bmh__link,
  .nav-topics,
  .nav-topic-icons,
  .nav-topics-icons,
  .breadcrumb,
  .item-tools,
  .feedback-bmh,
  #toogle_disclaimer_link,
  .disclaimer .close-btn,
  .up-next,
  .bottom-rail,
  .item-masthead,
  .lastpage {
    display: none !important; }
  .header-boa,
  .logo-bmh {
    display: block;
    position: relative !important; }
  .header-bmh--fixed {
    position: relative !important; }
  .disclaimer {
    margin-top: 0 !important; }
  .disclaimer .toggle-section {
    margin-top: 24px !important;
    display: block !important;
    page-break-inside: avoid; }
  .infographic .toggle-section {
    margin-top: 60px !important; }
  .dislosure-container {
    page-break-inside: avoid; }
  .row {
    display: block;
    page-break-before: avoid;
    page-break-after: avoid; }
    .row .column {
      display: block; }
  .footer {
    page-break-inside: avoid; }
  /*
    **** PAGE LEVEL RESETS
    **** ONLY USE AS LAST RESORT
    */
  .page--millennial-report .column--span-1-4,
  .page--what-is-apr .column--span-1-4 {
    width: 22%;
    margin: 0 4% 0 0;
    display: inline-block;
    vertical-align: top;
    page-break-inside: avoid; }
    .page--millennial-report .column--span-1-4:last-of-type,
    .page--what-is-apr .column--span-1-4:last-of-type {
      margin-right: 0; }
  .page--millennial-report .row {
    page-break-inside: avoid; }
  /*
    **** COMPONENT LEVEL RESETS
    */
  .arrow--next, .progress-bar {
    display: none !important; }
  .info-heading--knockout {
    color: #6B5E51;
    margin: 0;
    padding: 0; }
  .dont-print {
    display: none !important; }
  .main-content--content-item {
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .content-item--Infographic #show_text_version,
  .content-item--Article #show_text_version {
    display: none !important; }
  .content-item--Infographic .infographic__svg,
  .content-item--Article .infographic__svg {
    display: none !important; }
  .content-item--Infographic .infographic__image,
  .content-item--Article .infographic__image {
    display: block !important;
    width: 400px !important;
    margin: 0 auto;
    padding-top: 0 !important;
    position: relative !important;
    page-break-inside: avoid;
    page-break-after: always; }
    .content-item--Infographic .infographic__image:first-child,
    .content-item--Article .infographic__image:first-child {
      page-break-before: auto;
      page-break-inside: avoid; } }
  @media print and (-ms-high-contrast: none) {
    .content-item--Infographic .infographic__image,
    .content-item--Article .infographic__image {
      width: 400px !important; } }

@media print {
  .media-picture,
  .media-picture__image {
    display: block !important;
    max-width: 100% !important; }
  .media-picture-print {
    padding: 0 36px 36px 0; }
    .media-picture-print--left {
      float: left !important; }
    .media-picture-print--right {
      float: right !important; }
  .media-picture__image {
    float: none !important;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
    position: static;
    width: auto !important; }
  .listicle .listicle-item,
  .aem-wrap--listicle-item .listicle-item {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
    margin: 0 0 20px;
    border-top: none; }
  .listicle .listicle-item__title-wrapper,
  .aem-wrap--listicle-item .listicle-item__title-wrapper {
    height: auto;
    margin-bottom: 12px; }
  .listicle .listicle-item__number,
  .listicle .listicle-item__checkmark,
  .aem-wrap--listicle-item .listicle-item__number,
  .aem-wrap--listicle-item .listicle-item__checkmark {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    color: #000;
    font-size: 24px;
    line-height: 24px !important; }
  .listicle .listicle-item__title,
  .aem-wrap--listicle-item .listicle-item__title {
    margin: 0 0 0 12px;
    color: #000 !important; }
  .listicle .listicle-item__arrow,
  .aem-wrap--listicle-item .listicle-item__arrow {
    display: none; }
  .table-bmh--fixed-column {
    overflow: hidden !important; }
    .table-bmh--fixed-column tr {
      height: auto !important; }
  .table-bmh,
  .table-wrapper {
    overflow: hidden !important; }
    .table-bmh tr,
    .table-wrapper tr {
      height: 42px !important; }
  .gallery__item {
    display: block !important;
    float: none !important;
    margin-bottom: 24px;
    page-break-before: always; }
    .gallery__item:first-child {
      page-break-before: auto; }
  .slick-next,
  .slick-prev,
  .slick-dots {
    display: none !important; }
  .equation {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid; }
    .equation__items {
      display: block !important; }
      .equation__items:after {
        content: "";
        display: table;
        clear: both; }
      .equation__items .equation-item {
        float: left;
        width: 155px;
        vertical-align: middle !important;
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid; }
      .equation__items .equation__icon {
        float: left;
        width: auto !important;
        margin: 5% 20px 0; }
  svg {
    overflow: visible !important; }
  .image-full-width {
    margin-top: 0;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid; }
    .image-full-width img {
      page-break-before: auto;
      page-break-after: auto;
      page-break-inside: avoid; }
  .columnicon__image img {
    max-width: none !important;
    width: auto !important; } }

@font-face {
  font-family: 'icomoon';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/icomoon.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/icomoon.ttf") format("truetype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/icomoon.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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; }
  .icon--arrow-down:before {
    content: "\e900"; }
  .icon--arrow-left:before {
    content: "\e901"; }
  .icon--arrow-right:before {
    content: "\e902"; }
  .icon--arrow-up:before {
    content: "\e903"; }
  .icon--Article:before {
    content: "\e918"; }
  .icon--bookmark:before {
    content: "\e9d2"; }
  .icon--tool:before {
    content: "\e91c"; }
  .icon--check:before {
    content: "\e91b"; }
  .icon--chev-up:before {
    content: "\e910"; }
  .icon--chev-down:before {
    content: "\e911";
    vertical-align: middle; }
  .icon--chev-left:before {
    content: "\e916"; }
  .icon--chev-right:before {
    content: "\e917"; }
  .icon--close:before {
    content: "\e90e"; }
  .icon--contact:before {
    content: "\e909"; }
  .icon--divide:before {
    content: "\e904"; }
  .icon--ehl:before {
    content: "\e915"; }
  .icon--equals:before {
    content: "\e905"; }
  .icon--facebook:before {
    content: "\ea91"; }
  .icon--home:before {
    content: "\e90d"; }
  .icon--Infographic:before {
    content: "\e919"; }
  .icon--minus:before {
    content: "\e906"; }
  .icon--multiply:before {
    content: "\e908"; }
  .icon--plus:before {
    content: "\e907"; }
  .icon--priorities:before {
    content: "\e90b"; }
  .icon--schedule:before {
    content: "\e90a"; }
  .icon--search:before {
    content: "\e90f"; }
  .icon--star-empty:before {
    content: "\e9d7"; }
  .icon--star-full:before {
    content: "\e9d9"; }
  .icon--target:before {
    content: "\e90c"; }
  .icon--twitter:before {
    content: "\ea96"; }
  .icon--Video:before {
    content: "\e91a"; }
  .icon--vs:before {
    content: "\e928"; }
  .icon--worksheet:before {
    content: "\e924"; }
  .icon--auto:before {
    content: "\e91d"; }
  .icon--personal-banking:before {
    content: "\e91e"; }
  .icon--college:before {
    content: "\e91f"; }
  .icon--credit:before {
    content: "\e920"; }
  .icon--debt:before {
    content: "\e921"; }
  .icon--home-ownership:before {
    content: "\e922"; }
  .icon--privacy-security:before {
    content: "\e923"; }
  .icon--retirement:before {
    content: "\e925"; }
  .icon--saving-budgeting:before {
    content: "\e926"; }
  .icon--taxes-income:before {
    content: "\e927"; }
  .icon--family:before {
    content: "\e929"; }
  .icon--home2:before {
    content: "\e92a"; }
  .icon--work:before {
    content: "\e92b"; }
  .icon--finances:before {
    content: "\e92c"; }
  .icon--close-icon-tools-lp:before {
    content: "\e92d"; }
  .icon--chev-lp-left:before {
    content: "\e92e"; }
  .icon--chev-lp-right:before {
    content: "\e92f"; }
  .icon--check-alt:before {
    content: "\e930"; }
  .icon--gear:before {
    content: "\e931"; }
  .icon--link-arrow:before {
    content: "\e932"; }

.icon-link i {
  margin-right: 6px; }

@font-face {
  font-family: 'legacyicons';
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/legacyicons.eot?s1idvj");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/legacyicons.eot?s1idvj#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/legacyicons.ttf?s1idvj") format("truetype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/legacyicons.woff?s1idvj") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/legacyicons.svg?s1idvj#legacyicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.legacy-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'legacyicons' !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; }
  .legacy-icon--article:before {
    content: "\e900"; }
  .legacy-icon--calculator:before {
    content: "\e901"; }
  .legacy-icon--check .path1:before {
    content: "\e902";
    color: #a39382; }
  .legacy-icon--check .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: #f9f7f4; }
  .legacy-icon--check .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: #dc1431; }
  .legacy-icon--checklist:before {
    content: "\e905"; }
  .legacy-icon--chevron-circle-left:before {
    content: "\e906"; }
  .legacy-icon--chevron-circle-right:before {
    content: "\e907"; }
  .legacy-icon--chevron-down:before {
    content: "\e908"; }
  .legacy-icon--chevron-left:before {
    content: "\e909"; }
  .legacy-icon--chevron-right:before {
    content: "\e90a"; }
  .legacy-icon--chevron-up:before {
    content: "\e90b"; }
  .legacy-icon--close:before {
    content: "\e90c"; }
  .legacy-icon--download:before {
    content: "\e90d"; }
  .legacy-icon--email:before {
    content: "\e90e"; }
  .legacy-icon--facebook .path1:before {
    content: "\e90f";
    color: #3b5998; }
  .legacy-icon--facebook .path2:before {
    content: "\e910";
    margin-left: -1em;
    color: white; }
  .legacy-icon--feedback:before {
    content: "\e911"; }
  .legacy-icon--googleplus .path1:before {
    content: "\e912";
    color: #dd4b39; }
  .legacy-icon--googleplus .path2:before {
    content: "\e913";
    margin-left: -1em;
    color: white; }
  .legacy-icon--googleplus .path3:before {
    content: "\e914";
    margin-left: -1em;
    color: white; }
  .legacy-icon--infographic:before {
    content: "\e915"; }
  .legacy-icon--menu:before {
    content: "\e916"; }
  .legacy-icon--minus .path1:before {
    content: "\e917";
    color: #857363; }
  .legacy-icon--minus .path2:before {
    content: "\e918";
    margin-left: -1em;
    color: white; }
  .legacy-icon--pinterest .path1:before {
    content: "\e919";
    color: white; }
  .legacy-icon--pinterest .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: #bd081c; }
  .legacy-icon--plus .path1:before {
    content: "\e91b";
    color: #857363; }
  .legacy-icon--plus .path2:before {
    content: "\e91c";
    margin-left: -1em;
    color: white; }
  .legacy-icon--profile:before {
    content: "\e91d"; }
  .legacy-icon--reload:before {
    content: "\e91e"; }
  .legacy-icon--retake:before {
    content: "\e91f"; }
  .legacy-icon--search:before {
    content: "\e920"; }
  .legacy-icon--share-facebook:before {
    content: "\e921"; }
  .legacy-icon--share-pinterest:before {
    content: "\e922"; }
  .legacy-icon--share-twitter:before {
    content: "\e923"; }
  .legacy-icon--share:before {
    content: "\e924"; }
  .legacy-icon--sound:before {
    content: "\e925"; }
  .legacy-icon--star:before {
    content: "\e926"; }
  .legacy-icon--takeaways:before {
    content: "\e927"; }
  .legacy-icon--text:before {
    content: "\e928"; }
  .legacy-icon--twitter:before {
    content: "\e929"; }
  .legacy-icon--unchecked .path1:before {
    content: "\e92a";
    color: #a39382; }
  .legacy-icon--unchecked .path2:before {
    content: "\e92b";
    margin-left: -1em;
    color: #f9f7f4; }
  .legacy-icon--video:before {
    content: "\e92c"; }
  .legacy-icon--vine .path1:before {
    content: "\e92d";
    color: #00b489; }
  .legacy-icon--vine .path2:before {
    content: "\e92e";
    margin-left: -1em;
    color: white; }
  .legacy-icon--worksheet:before {
    content: "\e92f"; }
  .legacy-icon--youtube .path1:before {
    content: "\e930";
    color: #d32321; }
  .legacy-icon--youtube .path2:before {
    content: "\e931";
    margin-left: -1em;
    color: white; }
  .legacy-icon--youtube .path3:before {
    content: "\e932";
    margin-left: -1em;
    color: white; }
  .legacy-icon--youtube .path4:before {
    content: "\e933";
    margin-left: -1em;
    color: #d32321; }

/* ----- Styles for Rich Text Editor ----- */
.copy-size-xl {
  font-size: 20px; }

.copy-size-l {
  font-size: 18px; }

.copy-size-m {
  font-size: 18px; }

.copy-size-s {
  font-size: 14px; }

.copy-size-xs {
  font-size: 12px; }

.copy-size-xxs {
  font-size: 10px; }

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

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

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

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

.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.color-grey {
  color: #333333; }

.text ul li {
  list-style: none; }
  .text ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940; }
  .text ul li span.list-color--text-white::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #fff !important; }
  .text ul li span.list-color--text-black::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #000 !important; }
  .text ul li span.list-color--text-red::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #A12834 !important; }
  .text ul li span.list-color--text-orange::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #D26E2C !important; }
  .text ul li span.list-color--text-yellow::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #A78800 !important; }
  .text ul li span.list-color--text-green::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #758036 !important; }
  .text ul li span.list-color--text-mint::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #5C7E6A !important; }
  .text ul li span.list-color--text-teal::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #577A7D !important; }
  .text ul li span.list-color--text-blue::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #366378 !important; }
  .text ul li span.list-color--text-purple::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #516899 !important; }
  .text ul li span.list-color--text-gray::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #524940 !important; }
  .text ul li span.list-color--text-darkgray::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
    color: #524940;
    color: #333333 !important; }

/*------------------------------------*\
          Mosaic
\*------------------------------------*/
.gutter--sizer {
  width: 25px; }
  @media (min-width: 585px) {
    .gutter--sizer {
      width: 37px; } }

.mosaic {
  opacity: 0;
  visibility: hidden;
  margin: 18px auto;
  max-width: 375px;
  transition: opacity 2s; }
  .mosaic--show {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 585px) {
    .mosaic {
      max-width: 561px; } }
  @media (min-width: 884px) {
    .mosaic {
      max-width: 860px; } }
  @media (min-width: 1207px) {
    .mosaic {
      margin: 36px auto;
      max-width: 100%; } }

.mosaic-item {
  height: 175px;
  border-bottom: 6px solid #F9F7F4; }
  @media (min-width: 585px) {
    .mosaic-item {
      height: 262px; } }
  .mosaic-item:hover {
    -ms-transform: scale(1.03);
        transform: scale(1.03); }
  .mosaic-item--hidden {
    display: none; }
  .mosaic-item--featured-false {
    display: none; }
  .mosaic-item--showoverview-false, .mosaic-item--showoverview- {
    display: none; }
  .mosaic-item--Article, .mosaic-item--sizer, .mosaic-item--did-you-know {
    max-width: 175px;
    width: calc(50% - 12.5px); }
    @media (min-width: 585px) {
      .mosaic-item--Article, .mosaic-item--sizer, .mosaic-item--did-you-know {
        width: 262px;
        max-width: 262px; } }
  .mosaic-item--Article {
    border-top: 6px solid;
    padding: 12px; }
    .mosaic-item--Article.Infographic .mosaic-item__title, .mosaic-item--Article.worksheet .mosaic-item__title, .mosaic-item--Article.tool .mosaic-item__title {
      padding: 0; }
    .mosaic-item--Article.Video .mosaic-item__cta {
      background-color: #fff;
      border-top: none; }
  .mosaic-item--Video {
    width: 100%;
    border-bottom: none;
    background-position: center center; }
    @media (min-width: 585px) {
      .mosaic-item--Video {
        width: 561px; } }
    .mosaic-item--Video.Article .mosaic-item__image, .mosaic-item--Video.Infographic .mosaic-item__image, .mosaic-item--Video.worksheet .mosaic-item__image, .mosaic-item--Video.tool .mosaic-item__image {
      border-bottom: 0;
      height: 100%; }
    .mosaic-item--Video.Article .mosaic-item__video-text__title {
      font-size: 16px; }
      @media (min-width: 585px) {
        .mosaic-item--Video.Article .mosaic-item__video-text__title {
          font-size: 20px; } }
  .mosaic-item--Infographic, .mosaic-item--quiz, .mosaic-item--worksheet, .mosaic-item--tool {
    background-color: #F9F7F4;
    max-width: 175px;
    width: calc(50% - 12.5px);
    height: 375px; }
    @media (min-width: 585px) {
      .mosaic-item--Infographic, .mosaic-item--quiz, .mosaic-item--worksheet, .mosaic-item--tool {
        width: 262px;
        max-width: 262px;
        height: 561px; } }
  .mosaic-item--Infographic.Article .mosaic-item__image {
    border-bottom: 6px solid #6B5E51;
    height: 206px;
    background-position: center center; }
    @media (min-width: 585px) {
      .mosaic-item--Infographic.Article .mosaic-item__image {
        height: 374px; } }
  .mosaic-item--Infographic.Article .mosaic-item__title {
    padding: 12px; }
  .mosaic-item--Infographic.Video {
    background-repeat: no-repeat; }
    .mosaic-item--Infographic.Video .mosaic-item__video-text__title {
      margin-bottom: 12px; }
  .mosaic-item__image {
    background-size: cover; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .mosaic-item__image {
        background-size: 102% 102%; } }
    .mosaic-item__image--Infographic, .mosaic-item__image--worksheet, .mosaic-item__image--tool {
      border-bottom: 6px solid #6B5E51;
      height: 206px;
      background-position: center center; }
      @media (min-width: 585px) {
        .mosaic-item__image--Infographic, .mosaic-item__image--worksheet, .mosaic-item__image--tool {
          height: 374px; } }
  .mosaic-item__description {
    display: none;
    font-size: 15px;
    line-height: 1.3;
    color: #6B5E51; }
    @media (min-width: 585px) {
      .mosaic-item__description {
        display: block; } }
  .mosaic-item__title {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 6px 0;
    color: #6B5E51; }
    .mosaic-item__title--Infographic, .mosaic-item__title--worksheet, .mosaic-item__title--tool {
      padding: 12px; }
  .mosaic-item__cta {
    font-size: 15px;
    position: absolute;
    bottom: 6px;
    left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #6B5E51;
    line-height: 1.1; }
    .mosaic-item__cta--Video {
      background-color: rgba(249, 247, 244, 0.9);
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 12px;
      border-top: 6px solid; }
  .mosaic-item__icon {
    font-size: 24px;
    margin-right: 6px;
    width: 35px;
    height: auto; }
    .mosaic-item__icon--Video {
      margin-right: 12px; }
    .mosaic-item__icon--read:before {
      content: ' ';
      background: url(../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/Check-Square.svg) top left no-repeat;
      display: block;
      width: 30px;
      height: 30px;
      margin-top: -4px; }
  .mosaic-item__video-text__title {
    font-size: 20px;
    display: block; }
  .mosaic-item__video-text__cta {
    display: block; }

.ig .row--container {
  margin: 0 auto;
  padding: 10px 12px; }

.ig .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

@media print {
  .ig img {
    display: none; } }

.info-navigation {
  position: fixed;
  left: 0px;
  border: 1px solid;
  top: 58px;
  width: 200px;
  opacity: 1;
  transition: all 1s;
  display: none; }
  @media (min-width: 1200px) {
    .info-navigation {
      display: block; } }
  .info-navigation--hide {
    opacity: 0; }
  .info-navigation__item {
    font-size: 14px;
    display: block;
    background-color: white;
    border-top: 1px solid #ECE6DD;
    padding: 12px;
    color: #6B5E51;
    transition: all 0.5s; }
    .info-navigation__item:first-of-type {
      border-top: none; }
    .info-navigation__item:hover {
      color: #6B5E51;
      background-color: #D1C9C0; }
    .info-navigation__item--active, .info-navigation__item--active:hover, .info-navigation__item--active:focus {
      background-color: #A39382;
      color: white; }

.info-graphic-include {
  z-index: 100;
  position: relative;
  height: 0;
  padding-top: 31.8014285714%;
  width: 100%; }
  .info-graphic-include svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.info-split {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .info-split--half-mobile {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    display: block; }
    @media (min-width: 620px) {
      .info-split--half-mobile {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  @media (min-width: 620px) {
    .info-split--half {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; } }
  @media (min-width: 620px) {
    .info-split--third {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; } }
  @media (min-width: 620px) {
    .info-split--with-arrow {
      border-left: 1px solid #bbb;
      position: relative;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .info-split--with-arrow:before {
        content: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/infographics/pigs/right-arrow.svg");
        position: absolute;
        top: 50%;
        left: -1px;
        width: 12px;
        height: 22px;
        margin-top: -11px; }
        .info-section--shade .info-split--with-arrow:before {
          content: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/infographics/pigs/right-arrow--grey.svg"); } }

.info-section {
  padding: 12px 0; }
  .info-section--shade {
    background-color: #ECE6DD; }

.info-heading--knockout {
  color: white;
  text-align: center;
  padding: 12px;
  max-width: 724px;
  margin: 0 auto; }
  @media print {
    .info-heading--knockout {
      color: #524940;
      font-weight: bold; } }

.info-heading--conclusion {
  width: 100%;
  margin-top: 0;
  text-align: left;
  font-size: 28px; }
  @media (min-width: 620px) {
    .info-heading--conclusion {
      text-align: left; }
      .info-conclusion--image-overlap--left .info-heading--conclusion {
        margin-left: 55%; } }
  @media print {
    .info-heading--conclusion {
      color: #524940;
      font-weight: bold; } }

.info-big-number {
  font-size: 38px;
  line-height: 1.1;
  color: #BB3643;
  margin: 0;
  font-weight: bold; }

.info-bubble {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .info-bubble__bubble {
    background-color: white;
    padding: 6px 12px;
    position: relative;
    margin: 10px 24px 0 0; }
    .info-bubble__bubble:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-left-color: white;
      border-width: 10px;
      margin-top: -10px; }

.info-tip {
  padding: 12px 0;
  background-color: #BB3643;
  margin-bottom: 40px; }
  .info-tip a {
    color: white;
    text-decoration: underline; }
  .info-tip .info-heading--knockout {
    margin: 10px auto;
    font-size: 28px; }
  .info-tip .info-item {
    margin: 0; }
    .info-tip .info-item__copy {
      color: #fff;
      max-width: 550px;
      text-align: center;
      margin: 25px auto 35px;
      font-size: 18px; }
    .info-tip .info-item__image {
      margin: 0 auto; }

.info-item {
  margin: 24px 0; }
  .info-item--divide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
    .info-item--divide div {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; }
    @media (min-width: 620px) {
      .info-item--divide {
        display: block; } }
  .info-item__image {
    margin: 0 auto;
    width: 80%; }
    @media screen {
      .info-item__image {
        -ms-transform: scale(0);
            transform: scale(0);
        transition: 0.25s transform; } }
  @media screen and (min-width: 620px) {
    .info-item__image {
      margin: 24px auto; } }
    @media screen {
        .scroll-section--active .info-item__image {
          -ms-transform: scale(1);
              transform: scale(1); } }
  .info-item__copy {
    width: 100%;
    margin: 0; }
    .info-item__copy .copy--italic {
      font-style: italic; }
  .info-item__highlight {
    margin: 12px 0;
    font-size: 20px;
    text-align: center; }

.heading--circle {
  position: relative;
  padding: 0.25em 0 0 2.5em;
  font-size: 18px;
  width: 100%; }

.heading__circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 1em;
  text-align: center;
  color: white; }

.heading__big-left-aligned {
  font-size: 22px;
  text-align: left;
  margin-bottom: 0.5em; }

.heading__big-center-aligned {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5em; }

.info-conclusion {
  background-color: #ECE6DD;
  padding: 36px 0; }
  .info-conclusion__image {
    margin: 24px auto;
    width: 75%; }
    @media (min-width: 620px) {
      .info-conclusion__image {
        width: auto;
        margin: 0;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; }
        .info-conclusion--image-overlap .info-conclusion__image {
          position: absolute;
          bottom: -36px;
          right: 0;
          width: 40%; }
        .info-conclusion--image-overlap--left .info-conclusion__image {
          left: 0;
          right: auto; } }
  .info-conclusion__copy {
    text-align: left; }
    @media (min-width: 620px) {
      .info-conclusion__copy {
        width: auto;
        margin: 0;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        text-align: left; }
        .info-conclusion--image-overlap--left .info-conclusion__copy {
          margin-left: 55%; }
        .info-conclusion__copy--full {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  .info-conclusion--image-overlap .info-conclusion__image {
    margin-bottom: -36px; }
    @media (min-width: 620px) {
      .info-conclusion--image-overlap .info-conclusion__image {
        margin-bottom: 0;
        position: absolute;
        bottom: -36px;
        right: 0;
        width: 40%; } }
  @media (min-width: 620px) {
    .info-conclusion--icon .row {
      -ms-flex-align: center;
          align-items: center; } }
  .info-conclusion--icon__image {
    width: 75px;
    margin: 12px auto; }
    @media (min-width: 620px) {
      .info-conclusion--icon__image {
        -ms-flex-order: 2;
            order: 2;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%; } }
  @media (min-width: 620px) {
    .info-conclusion--icon__copy {
      -ms-flex-order: 1;
          order: 1;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; } }
  .info-conclusion .row {
    position: relative; }

.arrow--next {
  font-size: 20px;
  width: 100%;
  text-align: center;
  display: block;
  color: #6B5E51; }

.chart--horizontal {
  width: 100%;
  height: 60px;
  position: relative; }
  .chart--horizontal__background {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 40px;
    width: 100%;
    background-color: #ECE6DD; }
  .chart--horizontal__datapoint {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    opacity: 0.6;
    z-index: 100; }
    @media screen {
      .chart--horizontal--animate .chart--horizontal__datapoint {
        -ms-transform-origin: top left;
            transform-origin: top left;
        -ms-transform: scaleX(0);
            transform: scaleX(0);
        transition: 1s all; }
        .chart--horizontal--animate .chart--horizontal__datapoint:nth-child(3) {
          transition: 1s 1s all linear; }
        .chart--horizontal--animate .chart--horizontal__datapoint:nth-child(4) {
          transition: 1s 2s all linear; }
        .chart--horizontal--animate .chart--horizontal__datapoint:nth-child(5) {
          transition: 1s 3s all linear; }
      .scroll-section--active .chart--horizontal__datapoint {
        -ms-transform: scaleX(1);
            transform: scaleX(1); } }

.progress-bar {
  display: none;
  position: fixed;
  top: 46px;
  left: 0px;
  height: 2px;
  width: 0%;
  background-color: #4A7B96;
  z-index: 1750; }
  .progress-bar--fixed {
    display: block; }

.key-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px auto;
  width: 300px; }
  @media (min-width: 620px) {
    .key-items--barchart {
      -ms-flex-align: start;
          align-items: flex-start;
      width: 50%; }
      .key-items--barchart .key-item {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .key-items--barchart .key-item__bar {
          height: 24px; } }
      @media screen and (min-width: 620px) {
        .key-items--barchart .key-item__bar {
          -ms-transform: scaleX(0);
              transform: scaleX(0);
          transition: 1.5s 1s transform;
          -ms-transform-origin: left center;
              transform-origin: left center; } }
  @media (min-width: 620px) {
        .key-items--barchart .key-item__copy {
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
          margin-left: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 620px) {
    .key-items--vertical {
      width: 50%;
      padding-left: 15%; }
      .key-items--vertical .key-item {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }
  @media (min-width: 620px) {
    .key-items--horizontal {
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
      .key-items--horizontal .key-item {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.key-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  margin: 12px 0; }
  .key-item__bar {
    width: 6px; }
  .key-item__subhead {
    margin: 0;
    font-size: 24px; }
    .key-item__subhead span {
      font-size: 14px; }
      .key-item__subhead span.count-up {
        font-size: 24px; }
  .key-item__title {
    margin: 0; }
  .key-item__copy {
    margin-left: 12px; }

.info-pie-chart {
  width: 150px;
  height: 150px; }
  .info-pie-chart__piece {
    opacity: 0.5;
    stroke-miterlimit: 10;
    fill: none;
    transition: all 0.5s 1.5s linear; }
    .info-pie-chart__piece--base {
      stroke: #ccc;
      stroke-width: 42px; }
    .info-pie-chart__piece--mid {
      stroke-width: 65px;
      stroke-dasharray: 382;
      stroke-dashoffset: 382;
      stroke: #366378; }
    .info-pie-chart__piece--front {
      stroke-width: 65px;
      stroke-dasharray: 382;
      stroke-dashoffset: 382;
      stroke: #4A7B96; }

.scroll-section--active .key-item__bar {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.scroll-section--active .info-pie-chart__piece--10 {
  stroke-dashoffset: 343.8; }

.scroll-section--active .info-pie-chart__piece--25 {
  stroke-dashoffset: 286.5; }

.scroll-section--active .info-pie-chart__piece--30 {
  stroke-dashoffset: 267.4; }

.scroll-section--active .info-pie-chart__piece--50 {
  stroke-dashoffset: 191; }

.scroll-section--active .info-pie-chart__piece--80 {
  stroke-dashoffset: 76.4; }

@keyframes bmh-bounce {
  from, to {
    transform: translateY(-5px);
    animation-timing-function: ease-out; }
  50% {
    transform: translateY(0px);
    animation-timing-function: ease-in; } }

@keyframes bmh-rotate-clock {
  to {
    transform: rotate(360deg); } }

.animation--bounce {
  animation: 1s infinite bmh-bounce; }

.animation--rotate-clock {
  animation: 1s infinite bmh-rotate-clock; }

/* ----- Two Column Promo component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.two-column-promo {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 24px 50px; }
  @media (min-width: 1000px) {
    .two-column-promo {
      padding: 0 0 50px; } }
  .two-column-promo__content {
    box-shadow: 0 2px 14px 0 rgba(162, 162, 162, 0.5);
    background-color: #fff; }
    @media (min-width: 750px) {
      .two-column-promo__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  @media (min-width: 750px) {
    .two-column-promo__image-wrap {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .two-column-promo__image-wrap .image {
    margin: 0; }
    .two-column-promo__image-wrap .image__img {
      width: 100%; }
  .two-column-promo__text-wrap {
    padding: 30px 30px 0; }
    @media (min-width: 750px) {
      .two-column-promo__text-wrap {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (min-width: 1000px) {
      .two-column-promo__text-wrap {
        padding: 45px 30px 0 60px; } }
  .two-column-promo__heading {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000; }
    @media (min-width: 1000px) {
      .two-column-promo__heading {
        margin-bottom: 15px;
        font-size: 32px; } }
  @media (min-width: 750px) {
    .two-column-promo__copy {
      max-width: 90%; } }
  .two-column-promo__copy p {
    font-size: 18px;
    color: #4A4A4A; }
  .two-column-promo__copy ul li,
  .two-column-promo__copy ol li {
    font-size: 18px;
    color: #4A4A4A; }
  .two-column-promo .cta-group {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0; }
    @media (min-width: 750px) {
      .two-column-promo .cta-group {
        margin-top: 30px; } }
    .two-column-promo .cta-group__wrapper {
      display: -ms-flexbox;
      display: flex; }
    .two-column-promo .cta-group .cta {
      margin-bottom: 0;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .two-column-promo .cta-group .cta--arrow-link {
      margin-bottom: 0;
      font-size: 18px;
      color: #4A7B96; }
      .two-column-promo .cta-group .cta--arrow-link .cta__text::after {
        top: 8px;
        right: -10px;
        background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/link-arrow-blue.svg"); }
  .two-column-promo--image-left .two-column-promo__image-wrap {
    -ms-flex-order: 1;
        order: 1; }
  .two-column-promo--image-left .two-column-promo__text-wrap {
    -ms-flex-order: 2;
        order: 2; }

/* ----- Step modal component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.step-modal {
  background-color: #F7F8FC; }
  .step-modal.min-height {
    display: none;
    min-height: 790px;
    width: 100%; }

/* ----- Step container component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.step-container {
  background-color: #F7F8FC;
  padding-bottom: 50px; }
  .step-container a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer; }
  .step-container__back, .step-container__close {
    color: #4A7B96; }
    .step-container__back:hover, .step-container__close:hover {
      color: #366378; }
  .step-container__back i::before {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    top: 9px;
    font-size: 10px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .step-container__back b {
    display: none; }
    @media (min-width: 750px) {
      .step-container__back b {
        display: inline-block; } }
  .step-container__back:hover i::before {
    -ms-transform: translateX(-5px) rotate(180deg);
        transform: translateX(-5px) rotate(180deg);
    transition: all 250ms ease-in-out; }
  .step-container__progressBar {
    background-color: #BDBDBD;
    border-top: 1px solid #979797;
    height: 12px;
    width: 100%; }
    .step-container__progressBar span {
      background-color: #4A7B96;
      display: inline-block;
      height: 11px;
      width: 25%;
      vertical-align: top; }
  .step-container__topButtons {
    position: relative;
    height: 65px;
    padding: 24px 24px 12px;
    z-index: 1000; }
  .step-container__close {
    float: right; }
  .step-container__slider {
    top: -40px;
    margin-bottom: 12px !important; }
  .step-container__bottomButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin: 0 auto 24px;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 620px) {
      .step-container__bottomButtons {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: row;
            flex-direction: row; } }
  .step-container__continue, .step-container__submit {
    transition: all 250ms ease-in-out;
    background-color: #4A7B96;
    border: 1px solid #4A7B96;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 50px;
    padding: 12px 34px;
    text-align: center;
    width: 85%; }
    .step-container__continue:hover, .step-container__continue:focus, .step-container__submit:hover, .step-container__submit:focus {
      background-color: #366378;
      color: #fff; }
      .step-container__continue:hover i::before, .step-container__continue:focus i::before, .step-container__submit:hover i::before, .step-container__submit:focus i::before {
        display: inline-block;
        -ms-transform: translateX(5px);
            transform: translateX(5px);
        transition: all 250ms ease-in-out; }
    .step-container__continue i::before, .step-container__submit i::before {
      font-size: 10px;
      margin-left: 12px;
      vertical-align: text-bottom; }
    .step-container__continue.disabled, .step-container__submit.disabled {
      opacity: 0.5 !important;
      pointer-events: none; }
    @media (min-width: 620px) {
      .step-container__continue, .step-container__submit {
        max-width: 202px;
        width: auto; } }
  .step-container__continue:hover, .step-container__submit:hover {
    color: #fff; }
  .step-container__skip {
    color: #4A7B96;
    display: none;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%; }
    @media (min-width: 620px) {
      .step-container__skip {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-bottom: 0;
        margin-left: 20px;
        max-width: 210px;
        width: auto; } }
    .step-container__skip b {
      margin: 0 auto 24px auto; }
    .step-container__skip i {
      color: #4A7B96;
      font-size: 10px; }
    .step-container__skip:hover, .step-container__skip:focus {
      color: #366378; }
      .step-container__skip:hover i, .step-container__skip:focus i {
        color: #366378; }
        .step-container__skip:hover i::before, .step-container__skip:focus i::before {
          display: inline-block;
          -ms-transform: translateX(5px);
              transform: translateX(5px);
          transition: all 250ms ease-in-out; }
  .step-container__submit {
    display: none; }
    @media (min-width: 620px) {
      .step-container__submit {
        max-width: 275px; } }
  .step-container__answers-container:first-of-type .step-answer-group__answers--one-row {
    width: 100%; }

/* ----- Step answer group component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.step-answer-group {
  margin: 0 auto; }
  .step-answer-group.grid {
    text-align: center; }
  .step-answer-group__top-info {
    text-align: center;
    padding: 0 12px; }
  .step-answer-group__pagination {
    display: none;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
    .step-answer-group__pagination hr {
      border-bottom: 1px solid #000;
      margin: 30px auto 0 auto;
      width: 100px; }
      @media (max-width: 620px) {
        .step-answer-group__pagination hr {
          display: none; } }
  .step-answer-group__question {
    margin-bottom: 12px; }
    .step-answer-group__question p {
      margin-bottom: 0;
      color: #4A4A4A;
      font-size: 23px;
      font-family: "Connections", Helvetica, Arial, sans-serif; }
      @media (min-width: 800px) {
        .step-answer-group__question p {
          font-size: 32px; } }
  .step-answer-group__description {
    margin-top: 24px; }
  .step-answer-group__description p,
  .step-answer-group__directional p {
    font-size: 18px;
    color: #000; }
  .step-answer-group__directional p {
    margin-bottom: 0;
    font-style: italic; }
  .step-answer-group__answers {
    margin-top: 50px; }
    .step-answer-group__answers-list {
      list-style: none;
      text-align: center;
      margin: 0;
      padding: 0; }
    .step-answer-group__answers .step-answer-group__answer {
      display: inline-block; }
    .step-answer-group__answers .step-answer-group__answer-button {
      position: relative;
      display: inline-block;
      letter-spacing: normal;
      line-height: 1;
      background-color: #fff;
      border: 2px solid transparent;
      transition: border 0.3s ease-out, background-color 0.3s ease-out; }
      .step-answer-group__answers .step-answer-group__answer-button:hover {
        border: 2px solid #4A7B96; }
      .step-answer-group__answers .step-answer-group__answer-button.selected {
        background-color: #4A7B96; }
    .step-answer-group__answers .step-answer-group__answer-label {
      padding: 0 6px;
      font-size: 14px;
      line-height: 1.25;
      color: #000;
      text-align: center;
      text-transform: none; }
      @media (min-width: 800px) {
        .step-answer-group__answers .step-answer-group__answer-label {
          font-size: 16px; } }
    .step-answer-group__answers--one-row {
      margin: 50px auto 0; }
      @media (min-width: 620px) and (max-width: 999px) {
        .step-answer-group__answers--one-row {
          width: 80%; } }
      @media (min-width: 1000px) and (max-width: 1025px) {
        .step-answer-group__answers--one-row {
          width: 70%; } }
      .step-answer-group__answers--one-row .step-answer-group__answer {
        margin: 0 12px 20px;
        vertical-align: top; }
      .step-answer-group__answers--one-row .step-answer-group__answer-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 130px;
        width: 130px;
        border-radius: 50%;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
        @media (min-width: 800px) {
          .step-answer-group__answers--one-row .step-answer-group__answer-button {
            height: 170px;
            width: 170px; } }
      .step-answer-group__answers--one-row .step-answer-group__icon {
        width: 20px;
        height: 20px;
        margin-bottom: 12px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: left top; }
        @media (min-width: 800px) {
          .step-answer-group__answers--one-row .step-answer-group__icon {
            width: 30px;
            height: 30px;
            background-size: 30px; } }
      .step-answer-group__answers--one-row .step-answer-group__answer-label {
        width: 120px; }
        @media (min-width: 800px) {
          .step-answer-group__answers--one-row .step-answer-group__answer-label {
            width: 130px; } }
    .step-answer-group__answers--grid {
      max-width: 1000px;
      margin: 30px auto 0; }
      @media (min-width: 1201px) {
        .step-answer-group__answers--grid {
          max-width: 1020px; } }
      .step-answer-group__answers--grid .step-answer-group__answer {
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
        margin: 0 6px 12px;
        vertical-align: top; }
      .step-answer-group__answers--grid .step-answer-group__answer-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 140px;
        min-height: 75px;
        padding: 16px 12px;
        border-radius: 50px;
        border: 2px solid transparent; }
        @media (min-width: 360px) {
          .step-answer-group__answers--grid .step-answer-group__answer-button {
            width: 150px; } }
        @media (min-width: 420px) {
          .step-answer-group__answers--grid .step-answer-group__answer-button {
            width: 160px; } }
        @media (min-width: 800px) {
          .step-answer-group__answers--grid .step-answer-group__answer-button {
            width: 320px;
            min-height: 0;
            border-radius: 35px; } }
      .step-answer-group__answers--grid .step-answer-group__answer-label {
        width: 100%; }
    .step-answer-group__answers .step-answer-group__answer-button.selected .step-answer-group__icon {
      background-position: 0 -20px; }
      @media (min-width: 800px) {
        .step-answer-group__answers .step-answer-group__answer-button.selected .step-answer-group__icon {
          background-position: 0 -30px; } }
    .step-answer-group__answers .step-answer-group__answer-button.selected .step-answer-group__answer-label {
      color: #fff; }

/* ----- Wifi hero component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.secondary-promo {
  margin: 30px 0 50px; }
  @media (min-width: 768px) {
    .secondary-promo {
      margin: 50px 0 100px; } }
  @media (min-width: 750px) {
    .secondary-promo {
      text-align: right; } }
  .secondary-promo__wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    @media (min-width: 750px) {
      .secondary-promo__wrapper {
        padding-bottom: 130px; } }
  .secondary-promo__copy {
    padding: 40px;
    text-align: left;
    background-color: #fff; }
    @media (min-width: 750px) {
      .secondary-promo__copy {
        position: absolute;
        bottom: 0;
        left: -40px;
        width: 580px;
        height: auto;
        padding: 90px 60px 70px 100px; } }
    .secondary-promo__copy .heading__text {
      margin: 0 0 12px;
      font-family: 'Connections', Helvetica, Arial, sans-serif;
      font-size: 24px; }
      @media (min-width: 620px) {
        .secondary-promo__copy .heading__text {
          font-size: 28px; } }
      @media (min-width: 750px) {
        .secondary-promo__copy .heading__text {
          font-size: 32px; } }
    .secondary-promo__copy p {
      margin-bottom: 0;
      font-size: 24px;
      color: #000; }
      @media (min-width: 620px) {
        .secondary-promo__copy p {
          font-size: 28px; } }
      @media (min-width: 750px) {
        .secondary-promo__copy p {
          font-size: 32px; } }
    .secondary-promo__copy .cta-group {
      margin: 30px 0 0; }
      .secondary-promo__copy .cta-group__wrapper,
      .secondary-promo__copy .cta-group .cta {
        margin: 0; }
  @media (min-width: 750px) {
    .secondary-promo__promo-image {
      display: inline-block;
      max-width: 838px; } }
  @media (min-width: 750px) {
    .secondary-promo--image-left {
      text-align: left; } }
  .secondary-promo--image-left .secondary-promo__copy {
    left: calc(100% - 580px); }
  .secondary-promo.edit-mode .secondary-promo__copy {
    position: relative;
    left: 0;
    bottom: 0; }

/* ----- Results Header component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.results-header {
  padding: 50px 30px 30px;
  text-align: center;
  border-top: 5px solid #4A7B96; }
  .results-header__image-wrap {
    display: inline-block; }
  .results-header__content {
    display: inline-block; }
    .results-header__content .heading__text {
      margin: 6px 0 12px;
      font-family: Connections;
      font-size: 24px;
      line-height: 1.5; }
      @media (min-width: 620px) {
        .results-header__content .heading__text {
          font-size: 42px; } }
    .results-header__content .results-header__text p {
      margin: 0;
      font-size: 18px;
      color: #6B5F52; }
      @media (min-width: 620px) {
        .results-header__content .results-header__text p {
          font-size: 20px; } }
    .results-header__content .cta-group {
      margin: 18px 0 12px; }
      @media (min-width: 750px) {
        .results-header__content .cta-group {
          margin: 30px 0 0; } }
      .results-header__content .cta-group .cta {
        margin: 12px 0 0; }
      .results-header__content .cta-group .cta--gear-link {
        font-size: 18px; }
      .results-header__content .cta-group .cta__text::before {
        font-size: 33px;
        top: 10px;
        margin-right: 15px; }
  .results-header--bg-white {
    background-color: #fff; }
  .results-header--bg-gray {
    background-color: #F7F7F7; }

/* ----- Priority Tile component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priority-tile {
  max-width: 280px;
  background-color: #fff; }
  .priority-tile.tile-text {
    min-height: 320px;
    padding: 30px; }
  .priority-tile__link {
    display: block;
    min-height: 320px;
    padding: 30px; }
  .priority-tile__image-wrap {
    height: 36px; }
  .priority-tile__image {
    width: 35px;
    height: 35px; }
  .priority-tile__title {
    margin: 24px 0 12px;
    font-size: 24px;
    color: #000; }
    @media (min-width: 620px) {
      .priority-tile__title {
        font-size: 28px; } }
    @media (min-width: 750px) {
      .priority-tile__title {
        font-size: 32px; } }
  .priority-tile__copy p {
    margin: 0;
    font-size: 16px;
    color: #4A4A4A; }
    @media (min-width: 620px) {
      .priority-tile__copy p {
        font-size: 18px; } }
  .priority-tile--finances {
    border-top: 8px solid #366378; }
  .priority-tile--family {
    border-top: 8px solid #ccad26; }
  .priority-tile--health {
    border-top: 8px solid #6f84b8; }
  .priority-tile--home {
    border-top: 8px solid #a12834; }
  .priority-tile--work {
    border-top: 8px solid #e68735; }
  .priority-tile--leisure {
    border-top: 8px solid #8D9B43; }
  .priority-tile--giving {
    border-top: 8px solid #73a1a2; }

/* ----- Priority Teaser component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priority-teaser {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 45px;
  text-align: center; }
  .priority-teaser__image-wrap {
    display: inline-block; }
  .priority-teaser__content {
    display: inline-block;
    max-width: 700px; }
    .priority-teaser__content .heading__text {
      font-family: Connections;
      font-size: 22px;
      line-height: 1.5; }
      @media (min-width: 620px) {
        .priority-teaser__content .heading__text {
          font-size: 28px; } }
      @media (min-width: 768px) {
        .priority-teaser__content .heading__text {
          padding: 0 50px;
          font-size: 42px; } }
    .priority-teaser__content .priority-teaser__text p {
      margin: 0;
      font-size: 18px;
      color: #4A4A4A; }
    .priority-teaser__content .cta-group {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 0; }
      .priority-teaser__content .cta-group__wrapper {
        margin: 6px 0; }
        @media (min-width: 1000px) {
          .priority-teaser__content .cta-group__wrapper {
            display: block; } }
      .priority-teaser__content .cta-group .cta {
        transition: all 250ms ease-in-out;
        display: inline-block;
        min-width: auto;
        max-width: 400px;
        min-height: 50px;
        margin: 12px auto;
        padding: 12px 65px;
        font-size: 18px;
        border: 1px solid #4A7B96;
        background-color: #4A7B96; }
        .priority-teaser__content .cta-group .cta:hover, .priority-teaser__content .cta-group .cta:focus {
          background-color: #366378; }
        .priority-teaser__content .cta-group .cta .cta__text {
          font-family: 'Connections', Helvetica, Arial, sans-serif; }
      .priority-teaser__content .cta-group .cta--arrow-link {
        display: inline-block;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-top: 6px;
        margin-left: 12px;
        color: #333333; }
        .priority-teaser__content .cta-group .cta--arrow-link .cta__text::after {
          top: 7px;
          right: -10px; }
  .priority-teaser--bg-white {
    background-color: #fff; }
  .priority-teaser--bg-gray {
    background-color: #f7f7f7; }

/* ----- Priority results hero tile component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.aem-wrap--priority-results-hero-tile {
  max-width: 1000px;
  margin: 0 auto; }

.priority-results-hero-tile {
  margin: 0;
  box-shadow: 0 2px 14px 0 rgba(162, 162, 162, 0.5); }
  @media (min-width: 1200px) {
    .priority-results-hero-tile {
      max-width: 280px; } }
  .priority-results-hero-tile__wrap {
    background-color: #fff; }
  .priority-results-hero-tile__link {
    display: block;
    min-height: 270px;
    padding: 40px 30px 30px 30px; }
  .priority-results-hero-tile__icon {
    width: 36px;
    height: auto; }
  .priority-results-hero-tile__recommended {
    color: #4A7B96;
    font-family: ConnectionsBold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 620px) {
      .priority-results-hero-tile__recommended {
        margin: 0 0 12px; } }
  .priority-results-hero-tile__title {
    margin: 30px 0 12px;
    font-size: 18px;
    color: #333333; }
  .priority-results-hero-tile__read-link {
    color: #4A7B96;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase; }
    .priority-results-hero-tile__read-link::after {
      transition: all 250ms ease-in-out;
      display: block;
      content: '';
      background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/link-arrow-blue.svg");
      width: 12px;
      height: 10px;
      float: right;
      position: absolute;
      top: 4px;
      right: -28px; }
    .priority-results-hero-tile__read-link:hover::after, .priority-results-hero-tile__read-link:focus::after {
      -ms-transform: translateX(5px);
          transform: translateX(5px);
      transition: all 250ms ease-in-out; }
  .priority-results-hero-tile__copy {
    margin-bottom: 20px; }
    .priority-results-hero-tile__copy p {
      margin: 0;
      font-size: 16px;
      color: #4A4A4A; }
      @media (min-width: 620px) {
        .priority-results-hero-tile__copy p {
          font-size: 18px; } }
  .priority-results-hero-tile__read {
    margin-top: 24px;
    font-size: 18px;
    color: #4A4A4A; }
    .priority-results-hero-tile__read .icon {
      padding-right: 5px;
      color: #4A7B96; }
      .priority-results-hero-tile__read .icon:before {
        font-size: 14px; }
  .priority-results-hero-tile--featured {
    max-width: none;
    margin: -60px 30px 60px; }
    @media (min-width: 768px) {
      .priority-results-hero-tile--featured {
        margin: -60px 0 60px; } }
    .priority-results-hero-tile--featured .priority-results-hero-tile__title {
      margin-top: 0;
      font-size: 22px;
      line-height: 1.3;
      color: #000; }
      @media (min-width: 620px) {
        .priority-results-hero-tile--featured .priority-results-hero-tile__title {
          font-size: 28px; } }
      @media (min-width: 768px) {
        .priority-results-hero-tile--featured .priority-results-hero-tile__title {
          font-size: 32px; } }
      @media (min-width: 1000px) {
        .priority-results-hero-tile--featured .priority-results-hero-tile__title {
          margin-top: 24px; } }
    .priority-results-hero-tile--featured .priority-results-hero-tile__link {
      padding: 0; }
      .priority-results-hero-tile--featured .priority-results-hero-tile__link .priority-results-hero-tile__inner-wrap {
        padding: 30px 27px; }
      .priority-results-hero-tile--featured .priority-results-hero-tile__link .priority-results-hero-tile__img-wrap {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 250px; }
      @media (min-width: 768px) {
        .priority-results-hero-tile--featured .priority-results-hero-tile__link {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
          padding: 0; }
          .priority-results-hero-tile--featured .priority-results-hero-tile__link .priority-results-hero-tile__inner-wrap,
          .priority-results-hero-tile--featured .priority-results-hero-tile__link .priority-results-hero-tile__img-wrap {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; }
          .priority-results-hero-tile--featured .priority-results-hero-tile__link .priority-results-hero-tile__img-wrap {
            min-height: 373px; } }
      @media (min-width: 1000px) {
        .priority-results-hero-tile--featured .priority-results-hero-tile__link .priority-results-hero-tile__inner-wrap {
          padding: 50px 60px 50px; } }

/* ----- Priority filter component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priority-filter {
  background-color: #fff; }
  @media (min-width: 750px) {
    .priority-filter {
      padding-top: 30px; } }
  .priority-filter__container {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 110px; }
  .priority-filter__wrapper {
    display: none; }
    @media (min-width: 750px) {
      .priority-filter__wrapper {
        /* !important helps here to show the items if you resize the browser
               from mobile to desktop (overwrite js styles) */
        display: block !important; } }
    .priority-filter__wrapper ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 12px 12px 0;
      margin: 0;
      list-style: none; }
      @media (min-width: 750px) {
        .priority-filter__wrapper ul {
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      @media (min-width: 750px) and (max-width: 999px) {
        .priority-filter__wrapper ul {
          padding: 0 30px; } }
      @media (min-width: 1000px) {
        .priority-filter__wrapper ul {
          padding: 0 50px; } }
  .priority-filter__toggle {
    margin: 0 auto 6px;
    text-align: center; }
    @media (min-width: 750px) {
      .priority-filter__toggle {
        display: none; } }
    .priority-filter__toggle a {
      font-size: 18px;
      color: #000; }
      .priority-filter__toggle a i {
        font-size: 14px;
        display: inline-block;
        color: #4A7B96; }
      .priority-filter__toggle a img {
        display: inline-block;
        margin-right: 12px;
        vertical-align: middle;
        width: 36px; }
  .priority-filter__item {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    -ms-flex-item-align: baseline;
        align-self: baseline;
    min-height: 60px;
    margin-bottom: 6px;
    text-align: center; }
    @media (min-width: 750px) {
      .priority-filter__item {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin-top: 0; } }
    @media (min-width: 768px) {
      .priority-filter__item {
        margin-bottom: 12px; } }
    .priority-filter__item .priority-filter__image {
      display: block;
      width: 35px;
      height: 35px;
      margin: 0 auto 10px;
      padding: 0; }
    .priority-filter__item a {
      display: inline-block;
      min-width: 80px;
      padding-bottom: 6px;
      font-size: 16px;
      color: #000;
      text-align: center;
      border-bottom: solid 8px transparent; }
      @media (min-width: 750px) {
        .priority-filter__item a {
          font-size: 18px; } }
      .priority-filter__item a.active, .priority-filter__item a:hover {
        border-bottom: solid 6px #DC1341; }
      .priority-filter__item a.disabled {
        pointer-events: none;
        opacity: 0.5; }
    .priority-filter__item--finances a.active, .priority-filter__item--finances a:hover {
      border-bottom: solid 6px #366378; }
    .priority-filter__item--family a.active, .priority-filter__item--family a:hover {
      border-bottom: solid 6px #ccad26; }
    .priority-filter__item--health a.active, .priority-filter__item--health a:hover {
      border-bottom: solid 6px #6f84b8; }
    .priority-filter__item--home a.active, .priority-filter__item--home a:hover {
      border-bottom: solid 6px #a12834; }
    .priority-filter__item--work a.active, .priority-filter__item--work a:hover {
      border-bottom: solid 6px #e68735; }
    .priority-filter__item--leisure a.active, .priority-filter__item--leisure a:hover {
      border-bottom: solid 6px #8D9B43; }
    .priority-filter__item--giving a.active, .priority-filter__item--giving a:hover {
      border-bottom: solid 6px #73a1a2; }
  .priority-filter__adjust {
    text-align: center;
    padding: 12px 0 30px; }
    @media (min-width: 768px) {
      .priority-filter__adjust {
        margin: 0; } }
    .priority-filter__adjust a {
      display: inline-block;
      text-align: center;
      font-size: 18px;
      color: #4A7B96;
      line-height: 2.6; }
      @media (min-width: 750px) {
        .priority-filter__adjust a {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          font-size: 18px;
          line-height: 2.3; } }
      .priority-filter__adjust a img {
        display: inline-block;
        width: 30px;
        vertical-align: middle;
        margin: -3px 12px 0 0; }

/* ----- Priority Tile component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.aem-wrap--priority-content-tile {
  max-width: 1000px;
  margin: 0 auto; }

.priority-content-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  box-shadow: 0 2px 14px 0 rgba(162, 162, 162, 0.5);
  background-color: #fff; }
  @media (min-width: 1200px) {
    .priority-content-tile {
      max-width: 280px; } }
  .priority-content-tile__wrap {
    width: 100%;
    /*In Safari 10.1 and below, the height of (non flex) children are not recognized in percentages*/
    height: auto;
    background-color: #fff; }
  .priority-content-tile__link {
    display: block;
    min-height: 270px;
    padding: 40px 30px 30px 30px; }
  .priority-content-tile__icon {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain; }
  .priority-content-tile__recommended {
    font-family: ConnectionsBold;
    color: #4A7B96;
    font-size: 18px;
    letter-spacing: 1px; }
  .priority-content-tile__title {
    margin: 30px 0 12px;
    font-size: 18px;
    color: #333333;
    min-height: 70px; }
  .priority-content-tile__read-link {
    color: #4A7B96;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .priority-content-tile__read-link:hover i::before, .priority-content-tile__read-link:focus i::before {
      display: inline-block;
      -ms-transform: translateX(5px);
          transform: translateX(5px);
      transition: all 250ms ease-in-out; }
    .priority-content-tile__read-link i::before {
      font-size: 10px;
      margin-left: 10px;
      vertical-align: text-bottom; }
  .priority-content-tile__copy p {
    margin: 0;
    font-size: 16px;
    color: #4A4A4A; }
    @media (min-width: 620px) {
      .priority-content-tile__copy p {
        font-size: 18px; } }
  .priority-content-tile__read {
    margin-top: 24px;
    font-size: 18px;
    color: #4A4A4A; }
    .priority-content-tile__read .icon {
      padding-right: 5px;
      color: #4A7B96; }
      .priority-content-tile__read .icon:before {
        font-size: 14px; }
  .priority-content-tile__saved {
    background-color: #f8f8f8;
    z-index: 1; }
    .priority-content-tile__saved a {
      display: block;
      padding: 12px 30px;
      font-size: 16px;
      color: #4A4A4A; }
      @media (min-width: 620px) {
        .priority-content-tile__saved a {
          font-size: 18px; } }
    .priority-content-tile__saved .icon {
      padding-right: 5px;
      color: #4A7B96; }
      .priority-content-tile__saved .icon:before {
        font-size: 18px; }
  .priority-content-tile--featured {
    max-width: none;
    margin: -60px 30px 60px; }
    @media (min-width: 768px) {
      .priority-content-tile--featured {
        margin: -60px 0 60px; } }
    .priority-content-tile--featured .priority-content-tile__title {
      margin-top: 0;
      font-size: 22px;
      color: #000; }
      @media (min-width: 620px) {
        .priority-content-tile--featured .priority-content-tile__title {
          font-size: 28px; } }
      @media (min-width: 768px) {
        .priority-content-tile--featured .priority-content-tile__title {
          font-size: 32px; } }
      @media (min-width: 1000px) {
        .priority-content-tile--featured .priority-content-tile__title {
          margin-top: 24px; } }
    .priority-content-tile--featured .priority-content-tile__link {
      padding: 0; }
      .priority-content-tile--featured .priority-content-tile__link .priority-content-tile__inner-wrap {
        padding: 40px 30px 30px 30px; }
      @media (min-width: 768px) {
        .priority-content-tile--featured .priority-content-tile__link {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          padding: 0; }
          .priority-content-tile--featured .priority-content-tile__link .priority-content-tile__inner-wrap,
          .priority-content-tile--featured .priority-content-tile__link .priority-content-tile__img-wrap {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
      @media (min-width: 1000px) {
        .priority-content-tile--featured .priority-content-tile__link .priority-content-tile__inner-wrap {
          padding: 50px 100px 0 100px; } }
    .priority-content-tile--featured .priority-content-tile__img-wrap.desktop {
      display: none; }
      @media (min-width: 768px) {
        .priority-content-tile--featured .priority-content-tile__img-wrap.desktop {
          display: block; } }
    @media (min-width: 768px) {
      .priority-content-tile--featured .priority-content-tile__img-wrap.mobile {
        display: none; } }
  .priority-content-tile--static .priority-content-tile__read {
    display: none; }

/* ----- Life priorities wrapper component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.life-priorities-wrapper {
  max-width: 1452px;
  padding: 30px 0;
  margin: auto;
  position: relative; }
  @media (min-width: 800px) {
    .life-priorities-wrapper {
      padding: 60px 0; } }
  .life-priorities-wrapper.edit-mode .image {
    position: initial;
    width: auto;
    height: auto; }
    .life-priorities-wrapper.edit-mode .image__bg {
      height: auto; }
  .life-priorities-wrapper .image {
    z-index: -1;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .life-priorities-wrapper .image__bg {
      height: 100%; }
  .life-priorities-wrapper .heading__text {
    max-width: 700px;
    margin: 12px auto 30px;
    padding: 0 24px;
    font-family: Connections;
    font-size: 30px;
    color: #4A4A4A; }
    @media (min-width: 800px) {
      .life-priorities-wrapper .heading__text {
        padding: 0;
        font-size: 42px; } }
  .life-priorities-wrapper__description {
    max-width: 500px;
    margin: auto;
    text-align: center; }
    .life-priorities-wrapper__description p {
      font-family: Connections;
      color: #4A4A4A;
      font-size: 16px; }
      @media (min-width: 800px) {
        .life-priorities-wrapper__description p {
          font-size: 23px; } }
  @media (min-width: 1200px) {
    .life-priorities-wrapper .cta-group--center {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  .life-priorities-wrapper .cta-group--center .cta-group__wrapper {
    margin: 12px 0; }
    @media (min-width: 800px) {
      .life-priorities-wrapper .cta-group--center .cta-group__wrapper {
        margin: 6px 0; } }
  .life-priorities-wrapper .cta-group--center .cta {
    min-width: 160px;
    height: 42px;
    min-height: 42px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border: 1px solid #4A7B96;
    background-color: #4A7B96; }
    .life-priorities-wrapper .cta-group--center .cta:hover {
      background-color: #3E6880; }
  .life-priorities-wrapper .cta-group--center .cta--arrow-link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0;
    padding: 0; }
    .life-priorities-wrapper .cta-group--center .cta--arrow-link .cta__text {
      color: #3E6880; }
      .life-priorities-wrapper .cta-group--center .cta--arrow-link .cta__text::after {
        content: "\e932";
        font-family: "icomoon";
        font-size: 10px;
        background-image: none; }
  .life-priorities-wrapper .step-answer-group__answers--one-row {
    width: 100%; }
    @media (min-width: 450px) and (max-width: 670px) {
      .life-priorities-wrapper .step-answer-group__answers--one-row {
        width: 70%; } }

/* ----- Life priorities masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.life-priorities-masthead, .life-priorities-masthead .image__bg {
  min-height: 810px; }
  @media (min-width: 1200px) {
    .life-priorities-masthead, .life-priorities-masthead .image__bg {
      height: 750px; } }

.life-priorities-masthead .image {
  z-index: -1;
  margin: 0;
  width: 100%;
  position: absolute; }

.life-priorities-masthead__content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 50px 12px 0 12px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 90%; }
  @media (min-width: 768px) {
    .life-priorities-masthead__content {
      -ms-flex-flow: row;
          flex-flow: row;
      padding-top: 100px;
      padding-left: 30px; } }
  @media (min-width: 1000px) {
    .life-priorities-masthead__content {
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%;
      max-width: 1100px; } }
  @media (min-width: 1200px) {
    .life-priorities-masthead__content {
      padding-left: 12px; } }

.life-priorities-masthead__left-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 480px; }
  @media (min-width: 768px) and (max-width: 1000px) {
    .life-priorities-masthead__left-content {
      padding-right: 24px;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 750px) {
    .life-priorities-masthead__left-content {
      margin-top: 50px; } }
  .life-priorities-masthead__left-content .heading__text {
    margin: 0 0 30px;
    font-family: Connections;
    font-size: 36px;
    line-height: 1.1; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .life-priorities-masthead__left-content .heading__text {
        font-size: 42px; } }
    @media (min-width: 1001px) {
      .life-priorities-masthead__left-content .heading__text {
        font-size: 48px; } }

.life-priorities-masthead__7lp-logo {
  height: 72px;
  width: 75px; }

.life-priorities-masthead__description > p {
  margin: 0;
  color: #000;
  font-size: 18px; }
  @media (min-width: 620px) {
    .life-priorities-masthead__description > p {
      font-size: 23px; } }

.life-priorities-masthead__img:focus {
  outline: 1px dotted #ccc; }

.life-priorities-masthead__overlay-img {
  margin: 0 auto;
  position: relative;
  top: 0;
  right: 0;
  width: 440px; }
  @media (min-width: 620px) and (max-width: 999px) {
    .life-priorities-masthead__overlay-img {
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 1000px) {
    .life-priorities-masthead__overlay-img {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 1000px) {
    .life-priorities-masthead__overlay-img {
      margin: 0;
      right: 80px; } }

.life-priorities-masthead.edit-mode {
  /*
         * Removing all height, position: absolute and
         * display: flex from masthead to avoid editing issues in edit mode
        */
  height: auto; }
  .life-priorities-masthead.edit-mode .image {
    position: static;
    height: auto;
    min-height: auto; }
    .life-priorities-masthead.edit-mode .image__bg {
      height: auto;
      min-height: auto; }
  .life-priorities-masthead.edit-mode .life-priorities-masthead__content,
  .life-priorities-masthead.edit-mode .life-priorities-masthead__content--left,
  .life-priorities-masthead.edit-mode .life-priorities-masthead__overlay-img {
    display: block; }

/* ----- Demo card component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.demo-card {
  max-width: 1100px;
  margin: 12px auto; }
  @media (min-width: 1000px) {
    .demo-card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 30px auto;
      padding: 0 12px; }
      .demo-card--right {
        -ms-flex-direction: row;
            flex-direction: row; }
        .demo-card--right .demo-card__content {
          margin-right: -22px; } }
  .demo-card__content {
    padding: 30px 10% 100px;
    background-color: #fff; }
    @media (min-width: 1000px) {
      .demo-card__content {
        max-width: 58%;
        margin-left: -22px;
        padding: 8% 12%; } }
  .demo-card .heading__text {
    padding: 0 12px;
    font-family: Connections;
    color: #4A7B96;
    font-size: 22px; }
    @media (min-width: 620px) {
      .demo-card .heading__text {
        padding: 0;
        font-size: 32px; } }
  .demo-card__text p {
    padding: 0 12px;
    font-size: 16px; }
    @media (min-width: 620px) {
      .demo-card__text p {
        padding: 0;
        font-size: 18px; } }
  .demo-card__image {
    width: 80%;
    max-width: 440px;
    margin: -65px auto 0; }
    @media (min-width: 1000px) {
      .demo-card__image {
        width: auto;
        margin: 0; } }
  .demo-card__img:focus {
    outline: 1px dotted #ccc; }

/* -----Photo frame component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.photo-frame, .photo-frame__background .image__bg {
  min-height: 600px; }
  @media (min-width: 1200px) {
    .photo-frame, .photo-frame__background .image__bg {
      min-height: 750px; } }

.photo-frame {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 50px;
  padding-top: 250px; }
  @media (min-width: 1200px) {
    .photo-frame {
      padding-top: 400px; } }
  .photo-frame__background .image {
    top: 0;
    z-index: -1;
    margin: 0;
    width: 100%;
    position: absolute; }
    .photo-frame__background .image__bg {
      padding: 0; }
  .photo-frame__wrapper {
    max-width: 1200px;
    min-height: 300px;
    margin: 0 18px;
    background: linear-gradient(180deg, white 0%, #f7f7f7 50%); }
    @media (min-width: 1200px) {
      .photo-frame__wrapper {
        min-height: 800px;
        margin: 0 auto; } }
  .photo-frame__inner {
    margin: 0 12px; }
    @media (min-width: 1200px) {
      .photo-frame__inner {
        margin: 0 auto; } }
  .photo-frame__heading {
    margin: 0 auto;
    padding: 30px 24px 0;
    text-align: center; }
    @media (min-width: 1200px) {
      .photo-frame__heading {
        padding: 50px 30px 0; } }
    .photo-frame__heading .heading__text {
      max-width: 850px;
      margin: 0 auto 30px;
      font-family: Connections;
      font-size: 28px;
      line-height: 1.4; }
      @media (min-width: 768px) and (max-width: 1000px) {
        .photo-frame__heading .heading__text {
          font-size: 42px; } }
      @media (min-width: 1001px) {
        .photo-frame__heading .heading__text {
          margin-top: 12px;
          font-size: 52px; } }
    .photo-frame__heading .subheading__text {
      max-width: 775px;
      margin: 0 auto 30px;
      font-family: Connections;
      font-size: 16px;
      line-height: 1.45;
      color: #000; }
      @media (min-width: 768px) and (max-width: 1000px) {
        .photo-frame__heading .subheading__text {
          font-size: 18px; } }
      @media (min-width: 1001px) {
        .photo-frame__heading .subheading__text {
          font-size: 24px; } }
  .photo-frame .list-icon {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 30px 0; }
    @media (min-width: 1001px) {
      .photo-frame .list-icon {
        margin: 50px 0; } }
    .photo-frame .list-icon .link__image {
      width: 50px;
      height: 50px; }
      @media (min-width: 1001px) {
        .photo-frame .list-icon .link__image {
          width: 60px;
          height: 60px; } }
    .photo-frame .list-icon__label {
      color: #000; }
  .photo-frame .priority-results-hero-tile {
    margin: 0 0 60px; }
  .photo-frame .two-column-promo {
    margin-top: 30px;
    padding: 0; }
    .photo-frame .two-column-promo .image--bg {
      height: 100%; }
    .photo-frame .two-column-promo .image__bg {
      height: 100%;
      min-height: 373px;
      background-size: cover !important; }
  .photo-frame.edit-mode {
    /*
         * Removing all height, position: absolute and
         * display: flex from frame to avoid editing issues in edit mode
        */
    height: auto; }
    .photo-frame.edit-mode .image {
      position: static;
      height: auto;
      min-height: auto; }
      .photo-frame.edit-mode .image__bg {
        height: auto;
        min-height: auto; }

@media screen and (max-height: 700px) {
  .photo-frame {
    padding-top: 300px; } }

/* ----- Columncontrol component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */

/* ----- Ups downs homebuying component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.ups-downs-homebuying {
  /* ----- IE SVG Resize Hack ----- */ }
  .ups-downs-homebuying__graphic--include {
    display: block; }
    @media (min-width: 750px) {
      .ups-downs-homebuying__graphic--include {
        position: absolute;
        top: 85px;
        width: 100%;
        height: 0;
        padding-top: 42.7083333333%; }
        .ups-downs-homebuying__graphic--include svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; } }
  .ups-downs-homebuying__graphic--rollercoaster1, .ups-downs-homebuying__graphic--rollercoaster7 {
    display: block; }
    @media (min-width: 750px) {
      .ups-downs-homebuying__graphic--rollercoaster1, .ups-downs-homebuying__graphic--rollercoaster7 {
        position: relative;
        top: auto;
        padding-top: 49.7398543184%;
        margin-bottom: 24px; } }
  .ups-downs-homebuying svg {
    width: 100%;
    height: 100%;
    padding-bottom: 0%; }
  .ups-downs-homebuying .row {
    z-index: 99;
    position: relative; }
  .ups-downs-homebuying .info-section {
    position: relative;
    margin: auto;
    overflow: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ups-downs-homebuying .info-section svg {
      padding-bottom: 18%; }
    .ups-downs-homebuying .info-section:nth-child(4) svg {
      padding-bottom: 15%; }
    .ups-downs-homebuying .info-section:nth-child(1) svg,
    .ups-downs-homebuying .info-section:nth-child(7) svg {
      padding-bottom: 24%; } }
  .ups-downs-homebuying .background--template-theme-color {
    background-color: transparent; }
    @media (min-width: 750px) {
      .ups-downs-homebuying .background--template-theme-color {
        background-color: #516899; } }
  .ups-downs-homebuying .info-heading--knockout {
    z-index: 100;
    position: relative;
    color: #BB3643;
    text-align: left;
    font-size: 22px; }
    @media (min-width: 750px) {
      .ups-downs-homebuying .info-heading--knockout {
        color: white;
        text-align: center;
        font-size: 24px; } }
  .ups-downs-homebuying .udh-content {
    padding: 12px;
    max-width: 724px;
    margin: 0 auto;
    background-color: white;
    z-index: 100;
    position: relative; }
    @media (min-width: 750px) {
      .ups-downs-homebuying .udh-content {
        display: -ms-flexbox;
        display: flex;
        padding: 24px 24px 24px 0;
        border: 1px solid #ECE6DD;
        margin-bottom: 40px;
        -ms-transform: scaleY(0);
            transform: scaleY(0);
        -ms-transform-origin: top;
            transform-origin: top;
        transition: transform 0.5s; }
        .ups-downs-homebuying .udh-content--stage1 {
          margin-bottom: 24px; }
        .ups-downs-homebuying .udh-content--stage2 {
          margin-bottom: 24px; }
        .ups-downs-homebuying .udh-content--stage3 {
          margin-bottom: 24px; }
        .ups-downs-homebuying .udh-content--stage4 {
          margin-bottom: 24px; }
        .ups-downs-homebuying .udh-content--stage5 {
          margin-bottom: 30px; } }
    @media (min-width: 800px) {
      .ups-downs-homebuying .udh-content--stage5 {
        margin-bottom: 65px; } }
    @media (min-width: 950px) {
      .ups-downs-homebuying .udh-content--stage5 {
        margin-bottom: 110px; } }
    @media (min-width: 750px) {
      .ups-downs-homebuying .udh-content--show {
        -ms-transform: scaleY(1);
            transform: scaleY(1); } }
    .ups-downs-homebuying .udh-content__main-callout {
      background-color: #F9F7F4;
      padding: 12px; }
    @media (min-width: 750px) {
      .ups-downs-homebuying .udh-content__main {
        width: 66%;
        border-right: 1px solid #ECE6DD;
        padding-right: 2.5%;
        margin-right: 2.5%; }
        .ups-downs-homebuying .udh-content__main-text {
          padding-left: 24px; }
        .ups-downs-homebuying .udh-content__main-callout {
          padding: 12px 12px 12px 24px; } }
    .ups-downs-homebuying .udh-content__thumb {
      width: 75px;
      float: left;
      margin: 0 24px 12px 0; }
      @media (min-width: 750px) {
        .ups-downs-homebuying .udh-content__thumb {
          margin: 0 24px 12px 24px; } }
    .ups-downs-homebuying .udh-content__highlight {
      font-size: 16px;
      color: #BB3643; }
      @media (min-width: 750px) {
        .ups-downs-homebuying .udh-content__highlight {
          font-size: 18px; } }
      .ups-downs-homebuying .udh-content__highlight a {
        text-decoration: underline;
        color: #BB3643; }
      .ups-downs-homebuying .udh-content__highlight--centered {
        text-align: center;
        line-height: 1; }
      .ups-downs-homebuying .udh-content__highlight--more-info {
        text-align: center;
        line-height: 3;
        position: absolute;
        bottom: 0;
        background: white;
        width: 100%;
        margin: 0;
        padding: 0 0 10px;
        display: none; }
        .ups-downs-homebuying .udh-content__highlight--more-info a, .ups-downs-homebuying .udh-content__highlight--more-info span {
          color: #0052C2; }
    .ups-downs-homebuying .udh-content__highlight-img {
      float: left;
      margin-right: 12px;
      width: 40px;
      margin-bottom: 50px;
      margin-top: 5px; }
    .ups-downs-homebuying .udh-content__disclaimer {
      text-align: center;
      margin-top: 0; }
    @media (min-width: 750px) {
      .ups-downs-homebuying .udh-content__kg {
        width: 33.5%; } }
    .ups-downs-homebuying .udh-content__kg-heading {
      color: #BB3643;
      font-weight: bold;
      margin-top: 40px; }
      @media (min-width: 750px) {
        .ups-downs-homebuying .udh-content__kg-heading {
          margin-top: 0; } }
    .ups-downs-homebuying .udh-content__dictionary {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: start; }
    .ups-downs-homebuying .udh-content__dictionary-img {
      float: left;
      margin: 6px 7px 12px 0;
      width: 17px; }
  .ups-downs-homebuying__before-ride, .ups-downs-homebuying__get-started {
    position: absolute;
    left: -9999px;
    padding: 12px 0 0 12px; }
  @media (min-width: 750px) {
    .ups-downs-homebuying__before-ride:hover, .ups-downs-homebuying__before-ride:focus, .ups-downs-homebuying__get-started:hover, .ups-downs-homebuying__get-started:focus {
      position: relative;
      left: 0; } }

html[parentLang="es"] .ups-downs-homebuying .udh-content__main-callout .info-big-number {
  font-size: 32px; }

html[parentLang="es"] .ups-downs-homebuying .udh-content__dictionary {
  display: block; }

html[parentLang="es"] .ups-downs-homebuying .udh-content__dictionary * {
  display: inline; }

html[parentLang="es"] .ups-downs-homebuying .udh-content__highlight--more-info {
  line-height: 1;
  padding-top: 10px; }
  @media (min-width: 360px) {
    html[parentLang="es"] .ups-downs-homebuying .udh-content__highlight--more-info {
      line-height: 3;
      padding: 0 0 10px; } }

/* ----- Travel budget component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.travel-budget svg {
  width: 100%; }

.travel-budget h3 {
  margin: 10px 0 0 0; }

.travel-budget #tb-pin-1, .travel-budget #tb-pin-2, .travel-budget #tb-plane-1, .travel-budget #tb-plane-2, .travel-budget #tb-calendar-1, .travel-budget #tb-calendar-2, .travel-budget #tb-umbrella-1, .travel-budget #tb-umbrella-2 {
  visibility: hidden; }

.travel-budget .info-conclusion {
  background-color: transparent; }

.travel-budget .info-section {
  position: relative;
  max-width: 724px;
  margin: auto;
  overflow: hidden; }

.travel-budget .beach-content {
  height: 0;
  padding-top: 170%; }
  @media print {
    .travel-budget .beach-content {
      padding-top: 280px; } }
  @media (min-width: 620px) {
    .travel-budget .beach-content {
      padding-top: 70%; } }

.travel-budget .how-to-book-content {
  padding-top: 99%;
  background-color: #A4C6DB; }
  @media print {
    .travel-budget .how-to-book-content {
      padding-top: 42%; } }
  @media (min-width: 620px) {
    .travel-budget .how-to-book-content {
      padding-top: 42%; } }

.travel-budget .row {
  z-index: 99;
  position: relative; }
  .travel-budget .row--when-to-fly {
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 620px) {
      .travel-budget .row--when-to-fly {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-left: 62%;
        margin-top: 5%; } }
  .travel-budget .row--when-to-book {
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 620px) {
      .travel-budget .row--when-to-book {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-left: 5%;
        margin-right: 50%;
        margin-top: 10%; } }
  .travel-budget .row--meal-rules {
    position: absolute;
    top: 93vw;
    left: 0;
    width: 65%; }
    @media print {
      .travel-budget .row--meal-rules {
        top: 240px; } }
    @media (min-width: 620px) {
      .travel-budget .row--meal-rules {
        top: 339px;
        left: 90px;
        width: 40%; } }
  .travel-budget .row--free-attractions {
    position: absolute;
    top: 20vw;
    left: 0;
    width: 100%; }
    @media (min-width: 620px) {
      .travel-budget .row--free-attractions {
        top: 80px;
        width: 70%; } }
  .travel-budget .row--how-to-book {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 21vw;
    left: 3%;
    width: 97%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .travel-budget .row--how-to-book__first {
      -ms-flex: 0 1 40%;
          flex: 0 1 40%; }
    .travel-budget .row--how-to-book__second {
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
      margin-top: 9px; }
    @media (min-width: 620px) {
      .travel-budget .row--how-to-book {
        top: 120px;
        width: 57%; } }

.travel-budget .arrow--next {
  z-index: 100;
  position: relative; }

.travel-budget .info-heading--knockout {
  z-index: 100;
  position: relative; }

.travel-budget__graphic--include {
  max-width: 724px;
  margin: auto;
  position: relative;
  height: 0%; }
  .travel-budget__graphic--include svg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

.travel-budget__graphic--small--when-to-fly {
  padding-top: 61.9%; }

.travel-budget__graphic--small--when-to-book {
  padding-top: 40.7%; }

.travel-budget__graphic--small--how-to-book {
  padding-top: 110%; }

.travel-budget__graphic--small--beach {
  padding-top: 167.6%; }

@media (min-width: 620px) {
  .travel-budget__graphic--small {
    display: none; } }

.travel-budget__graphic--large, .travel-budget__graphic--both {
  display: none;
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  margin: auto; }
  .travel-budget__graphic--large--when-to-fly, .travel-budget__graphic--both--when-to-fly {
    padding-top: 61.9%; }
  .travel-budget__graphic--large--when-to-book, .travel-budget__graphic--both--when-to-book {
    padding-top: 61.8%; }
  .travel-budget__graphic--large--how-to-book, .travel-budget__graphic--both--how-to-book {
    padding-top: 47.8%; }
  .travel-budget__graphic--large--beach, .travel-budget__graphic--both--beach {
    padding-top: 64.4%; }
  @media (min-width: 620px) {
    .travel-budget__graphic--large, .travel-budget__graphic--both {
      display: block; } }

.travel-budget__graphic--absolute {
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  margin: auto; }

.travel-budget__graphic--both {
  display: block; }

@media (min-width: 620px) {
  html[parentLang="es"] .travel-budget .row--when-to-fly {
    margin-top: 7%; } }

/* ----- Tips save money component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tips-save-money p {
  font-size: 20px; }

.tips-save-money .info-big-number {
  color: #6B5E51; }

.tips-save-money .info-graphic-include--tsm-scale {
  padding-top: 67.7650519149%; }
  @media (min-width: 620px) {
    .tips-save-money .info-graphic-include--tsm-scale {
      padding-top: 42%;
      min-height: 311px; } }

.tips-save-money .row--tan {
  padding: 12px;
  background-color: #ECE6DD;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.tsm-h3 {
  font-weight: bold;
  font-family: Connections;
  margin: 12px 0; }

.tsm-scale {
  text-align: center;
  width: 100%; }
  @media (min-width: 620px) {
    .tsm-scale {
      text-align: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (min-width: 620px) {
    .tsm-scale__image {
      -ms-flex-preferred-size: 62%;
          flex-basis: 62%; } }
  .tsm-scale__copy {
    width: 250px;
    margin: 12px auto; }
    @media (min-width: 620px) {
      .tsm-scale__copy {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        margin: 0; } }

.tsm-daily-choice {
  width: 100%;
  margin-bottom: 12px; }
  @media screen {
    .tsm-daily-choice__content {
      -ms-transform: scaleY(0);
          transform: scaleY(0);
      transition: 0.25s transform;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%; } }
  .tsm-daily-choice__compare {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 12px;
    background-color: white; }
    @media (min-width: 620px) {
      .tsm-daily-choice__compare {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  .tsm-daily-choice__vs {
    width: 55px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .tsm-daily-choice__results {
    padding: 12px;
    background-color: #F9F7F4; }
    @media (min-width: 620px) {
      .tsm-daily-choice__results {
        display: -ms-flexbox;
        display: flex; } }
  .tsm-daily-choice__dyk {
    text-align: center;
    border-bottom: 1px solid #D1C9C0;
    width: 260px;
    margin: 0 auto; }
    @media (min-width: 620px) {
      .tsm-daily-choice__dyk {
        text-align: left;
        border-bottom: none;
        border-right: 1px solid #D1C9C0;
        -ms-flex: 1;
            flex: 1;
        margin-left: 12px;
        padding-right: 12px; } }
  .tsm-daily-choice__savings {
    text-align: center; }
    @media (min-width: 620px) {
      .tsm-daily-choice__savings {
        -ms-flex: 1;
            flex: 1;
        text-align: left;
        margin-left: 24px; } }

.tsm-daily-choice-item {
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center; }
  @media (min-width: 620px) {
    .tsm-daily-choice-item__copy {
      width: 144px;
      margin-left: 6px; } }
  .tsm-daily-choice-item__copy p {
    margin: 0;
    line-height: 1.2; }
  @media (min-width: 620px) {
    .tsm-daily-choice-item__img {
      width: 94px;
      margin-right: 6px; } }
  @media (min-width: 620px) {
    .tsm-daily-choice-item {
      -ms-flex-direction: row;
          flex-direction: row;
      width: auto;
      -ms-flex-align: center;
          align-items: center; } }

.tsm-daily-choice-breakdown {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .tsm-daily-choice-breakdown__img {
    width: 100%;
    margin-bottom: 12px; }
    @media (min-width: 620px) {
      .tsm-daily-choice-breakdown__img {
        width: auto; } }
    .tsm-daily-choice-breakdown__img img {
      width: 100px;
      margin: 0 auto; }
      @media (min-width: 620px) {
        .tsm-daily-choice-breakdown__img img {
          margin: 0; } }
  .tsm-daily-choice-breakdown__value {
    width: 50%; }
    @media (min-width: 620px) {
      .tsm-daily-choice-breakdown__value {
        width: auto; } }
    .tsm-daily-choice-breakdown__value p {
      margin: 0; }
    .tsm-daily-choice-breakdown__value .info-big-number {
      font-size: 24px; }

.tsm-saving-options {
  width: 100%;
  background-color: white;
  padding: 24px;
  text-align: center; }
  @media (min-width: 620px) {
    .tsm-saving-options {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 24px 0; } }
  .tsm-saving-options h2 {
    margin-top: 0; }
    @media (min-width: 620px) {
      .tsm-saving-options h2 {
        width: 100%; } }

.tsm-saving-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px;
  border-bottom: 1px solid #D1C9C0; }
  @media (min-width: 620px) {
    .tsm-saving-option {
      -ms-flex: 1;
          flex: 1;
      border-bottom: none;
      border-right: 1px solid #D1C9C0;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 12px; } }
  .tsm-saving-option:last-of-type {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0; }
  .tsm-saving-option__title {
    width: 100%; }
    @media (min-width: 620px) {
      .tsm-saving-option__title {
        margin-top: 0; } }
  .tsm-saving-option__img {
    width: 75px; }
    @media (min-width: 620px) {
      .tsm-saving-option__img {
        width: 30%; } }
  .tsm-saving-option__copy {
    width: 125px;
    margin-left: 12px;
    text-align: left; }
    @media (min-width: 620px) {
      .tsm-saving-option__copy {
        width: 65%;
        margin: 0; } }

.tsm-source {
  color: #6B5E51; }
  @media screen {
    .tsm-source {
      -ms-transform: scale(0);
          transform: scale(0);
      transition: 0.25s 0.25s transform; } }

@media screen {
  .scroll-section--active .tsm-daily-choice__content {
    -ms-transform: scaleY(1);
        transform: scaleY(1); } }

.scroll-section--active + .tsm-source {
  -ms-transform: scale(1);
      transform: scale(1); }

/* ----- Stack up component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.stack-up h3 {
  width: 100%;
  font-family: Connections;
  font-weight: bold;
  color: #366378;
  text-align: center; }
  .stack-up h3 span {
    display: block; }

.stack-up .info-graphic-include--su-house {
  padding-top: 30%; }

.stack-up .info-graphic-include--su-cars {
  padding-top: 46%; }

.stack-up .info-graphic-include--su-baby-scale {
  padding-top: 83%;
  margin: 12px 0; }
  @media (min-width: 620px) {
    .stack-up .info-graphic-include--su-baby-scale {
      padding-top: 41%;
      min-height: 300px; } }

.stack-up .info-graphic-include--su-map {
  padding-top: 63%;
  min-height: 200px; }

.stack-up .info-big-number {
  color: #366378;
  font-size: 28px; }
  @media (min-width: 620px) {
    .stack-up .info-big-number {
      font-size: 34px; } }

.stack-up .su-housing__info-big-number {
  text-align: center; }
  @media (min-width: 620px) {
    .stack-up .su-housing__info-big-number {
      text-align: left;
      margin: 12px 0; } }

.stack-up .su-housing__info-pie-chart {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block; }
  @media (min-width: 620px) {
    .stack-up .su-housing__info-pie-chart {
      margin: 0 12px 0 0; } }

@media (min-width: 620px) {
  .stack-up .su-pie-combo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; } }

.stack-up .city--sanfrancisco .key-item__bar {
  background-color: #BB3643; }
  @media (min-width: 620px) {
    .stack-up .city--sanfrancisco .key-item__bar {
      width: 100%; } }

.stack-up .city--boston .key-item__bar {
  background-color: #6F84B8; }
  @media (min-width: 620px) {
    .stack-up .city--boston .key-item__bar {
      width: 67.1548117155%; } }

.stack-up .city--denver .key-item__bar {
  background-color: #D26E2C; }
  @media (min-width: 620px) {
    .stack-up .city--denver .key-item__bar {
      width: 58.4279736999%; } }

.stack-up .city--houston .key-item__bar {
  background-color: #6D9F78; }
  @media (min-width: 620px) {
    .stack-up .city--houston .key-item__bar {
      width: 47.1309025702%; } }

.stack-up .city--tampa .key-item__bar {
  background-color: #EDAC53; }
  @media (min-width: 620px) {
    .stack-up .city--tampa .key-item__bar {
      width: 38.8224745965%; } }

.stack-up .city--akron .key-item__bar {
  background-color: #366378; }
  @media (min-width: 620px) {
    .stack-up .city--akron .key-item__bar {
      width: 32.6658696952%; } }

@media (min-width: 620px) {
  .stack-up .info-section__median-rent h3 span {
    display: inline-block; } }

.stack-up .su-trans-items {
  margin: 24px 0;
  width: 100%; }

.stack-up .su-transportation__info-big-number {
  text-align: center; }
  @media (min-width: 620px) {
    .stack-up .su-transportation__info-big-number {
      margin-right: 12px; } }

@media (min-width: 620px) {
  .stack-up .su-trans-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 12px 0; } }

.stack-up .su-trans-item__img {
  width: 75px;
  margin: 12px auto; }
  @media (min-width: 620px) {
    .stack-up .su-trans-item__img {
      margin: 0 12px 0 0; } }

.stack-up .su-trans-item__copy {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #366378; }
  @media (min-width: 620px) {
    .stack-up .su-trans-item__copy {
      text-align: left;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; } }

.stack-up .su-trans-item__subcopy {
  font-weight: normal;
  display: block;
  font-size: 14px; }

.stack-up .row--su-cars-gas {
  -ms-flex-direction: column;
      flex-direction: column; }

.stack-up .su-gas-prices {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center; }
  .stack-up .su-gas-prices__item {
    -ms-flex: 1;
        flex: 1;
    width: 100px; }
  .stack-up .su-gas-prices__arrow {
    height: 25px; }
  .stack-up .su-gas-prices__state-map {
    width: 100px;
    height: 100px;
    margin: 0 auto; }
  .stack-up .su-gas-prices__title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }
    .stack-up .su-gas-prices__title--lowest {
      color: #5C7E6A; }
    .stack-up .su-gas-prices__title--highest {
      color: #A12834; }

.stack-up .su-health-chart {
  padding: 12px 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  .stack-up .su-health-chart__dates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 34px; }
  .stack-up .su-health-chart__bar {
    border-left: 50px solid #366378;
    border-right: 50px solid #366378;
    background-color: #4A7B96;
    color: white;
    text-align: center;
    font-size: 24px;
    position: relative; }
    @media print {
      .stack-up .su-health-chart__bar {
        color: black;
        border: none;
        background-color: transparent; } }
    .stack-up .su-health-chart__bar span {
      font-size: 14px;
      vertical-align: middle; }
    .stack-up .su-health-chart__bar:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: -18px;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      border-left: 18px solid white; }
  .stack-up .su-health-chart__values {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    color: #366378;
    font-size: 24px;
    padding: 0 20px; }
  .stack-up .su-health-chart__copy--disclaimer {
    max-width: 500px;
    margin: 12px auto; }

.stack-up .su-statement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 0;
  max-width: 500px;
  margin: 0 auto; }
  .stack-up .su-statement__img {
    width: 75px;
    margin-right: 12px; }

@media (min-width: 620px) {
  .stack-up .su-child-care {
    -ms-flex-align: center;
        align-items: center; } }

.stack-up .info-graphic-include--su-baby-scale {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-order: 2;
      order: 2; }

.stack-up .su-stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (min-width: 620px) {
    .stack-up .su-stat {
      display: block; } }
  .stack-up .su-stat--lowest {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -ms-flex-order: 1;
        order: 1; }
  .stack-up .su-stat--highest {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -ms-flex-order: 3;
        order: 3; }
  .stack-up .su-stat__number {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    text-align: right; }
    @media (min-width: 620px) {
      .stack-up .su-stat__number {
        text-align: left; } }
  .stack-up .su-stat__text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }

.stack-up .su-other-things {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.stack-up .su-other-thing {
  max-width: 140px;
  margin: 12px 0; }
  .stack-up .su-other-thing__price {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0; }
  .stack-up .su-other-thing__img {
    max-width: 140px; }

.stack-up .info-conclusion--icon__image {
  height: 150px; }

/* ----- Spending tool component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.repay-student-loans .rsl-footnote {
  padding-top: 50px; }

.repay-student-loans .info-divide {
  width: 100%; }
  @media (min-width: 620px) {
    .repay-student-loans .info-divide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      .repay-student-loans .info-divide > * {
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%; } }

@media screen {
  .repay-student-loans .info-item {
    -ms-transform: scale(0);
        transform: scale(0);
    transition: 0.5s transform;
    -ms-transform-origin: center center;
        transform-origin: center center; } }

@media (min-width: 620px) {
  .repay-student-loans .info-item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; } }

.repay-student-loans .info-item--first {
  transition: 0.5s 0.25s transform; }

.repay-student-loans .info-item--second {
  transition: 0.5s 0.5s transform; }

.repay-student-loans .info-item--third {
  transition: 0.5s 0.75s transform; }

@media print {
  .repay-student-loans .info-item--divide {
    display: block !important; } }

.repay-student-loans .info-divide--rsl-intro {
  -ms-flex-align: center;
      align-items: center; }
  .repay-student-loans .info-divide--rsl-intro img {
    max-width: 300px;
    margin: 0 auto; }

@media (min-width: 620px) {
  .repay-student-loans .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; } }

.repay-student-loans .arrow--next {
  margin-top: 48px;
  animation: none; }

.repay-student-loans .chart--horizontal--standard .chart--horizontal__datapoint {
  transition: 0.65s 1.5s all linear; }

.repay-student-loans .chart--horizontal--income .chart--horizontal__datapoint {
  transition: 1.25s 1.5s all linear; }
  .repay-student-loans .chart--horizontal--income .chart--horizontal__datapoint:nth-child(3) {
    transition: 0.25s 2.75s all linear; }

.repay-student-loans .chart--horizontal--extended .chart--horizontal__datapoint {
  transition: 1.5s 1.5s all linear; }

@media screen {
  .repay-student-loans .info-heading--knockout {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: center center;
        transform-origin: center center;
    transition: 0.25s transform; } }

.repay-student-loans .info-section--disadvantages {
  margin-bottom: 48px; }

.repay-student-loans .scroll-section--active .info-item {
  -ms-transform: scale(1);
      transform: scale(1); }

.repay-student-loans .scroll-section--active .chart--horizontal__datapoint {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.repay-student-loans .scroll-section--active .info-heading--knockout {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.repay-student-loans .scroll-section--active .arrow--next {
  animation: 1s 6 bmh-bounce; }

.repay-student-loans .bgcolor--green-contrast {
  background-color: #626b2d; }

.repay-student-loans .bgcolor--orange-contrast {
  background-color: #9f5422; }

/* ----- Prioritize savings goals component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.prioritize-savings-goals p {
  margin: 0; }
  .prioritize-savings-goals p .bold {
    font-weight: bold; }

.prioritize-savings-goals .row {
  padding: 0; }
  .prioritize-savings-goals .row--credit-card {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .prioritize-savings-goals .row--intro {
    margin: 10px auto; }

@media (min-width: 620px) {
  .prioritize-savings-goals .info-split--half {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; } }

.prioritize-savings-goals .info-split--half- .heading__text {
  margin-top: 15px; }
  @media (min-width: 620px) {
    .prioritize-savings-goals .info-split--half- .heading__text {
      margin-top: 0; } }

@media (min-width: 620px) {
  .prioritize-savings-goals .info-split--thirdish {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%; } }

@media (min-width: 620px) {
  .prioritize-savings-goals .info-split--two-thirdishs {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%; } }

.prioritize-savings-goals .info-heading--knockout {
  background-color: #BB3643;
  margin-bottom: 20px; }
  @media screen {
    .prioritize-savings-goals .info-heading--knockout {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -ms-transform-origin: center center;
          transform-origin: center center;
      transition: 0.35s transform; } }

.prioritize-savings-goals .info-text--strong {
  font-weight: bold; }

.prioritize-savings-goals .info-text--source {
  color: #857363;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0; }

.prioritize-savings-goals .info-text--credit-card-source {
  color: #6B5E51; }

.prioritize-savings-goals .info-subheading {
  font-size: 19px;
  font-weight: bold;
  color: #4A7B96; }
  @media (min-width: 620px) {
    .prioritize-savings-goals .info-subheading {
      font-size: 22px; } }

.prioritize-savings-goals .info-section:nth-child(odd) {
  background-color: #ECE6DD; }

.prioritize-savings-goals .info-item {
  margin: 12px 0; }
  .prioritize-savings-goals .info-item__image {
    margin: 0 auto 20px; }
  .prioritize-savings-goals .info-item__small-tip {
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .prioritize-savings-goals .info-item__small-tip p {
      width: 88.5%; }
  .prioritize-savings-goals .info-item__small-tip-logo {
    display: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #A12834;
    padding: 0 16px;
    margin: 5px 15px 15px 0; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__small-tip-logo {
        display: block; } }
    @media screen {
      .prioritize-savings-goals .info-item__small-tip-logo {
        -ms-transform: scale(0);
            transform: scale(0);
        transition: 0.1s transform 1.5s;
        -ms-transform-origin: center center;
            transform-origin: center center; } }
  .prioritize-savings-goals .info-item__small-tip-logo-mobile {
    color: #A12834;
    font-size: 20px;
    display: inline; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__small-tip-logo-mobile {
        display: none; } }
  .prioritize-savings-goals .info-item__credit-card {
    display: -ms-flexbox;
    display: flex; }
    .prioritize-savings-goals .info-item__credit-card img {
      width: 60%; }
    .prioritize-savings-goals .info-item__credit-card h4 {
      font-size: 38px;
      font-weight: bold;
      margin: 0;
      color: #BB3643; }
      @media (min-width: 620px) {
        .prioritize-savings-goals .info-item__credit-card h4 {
          font-size: 48px; } }
    .prioritize-savings-goals .info-item__credit-card h5 {
      font-size: 14px;
      font-weight: bold;
      margin: 0; }
      @media (min-width: 620px) {
        .prioritize-savings-goals .info-item__credit-card h5 {
          font-size: 18px; } }
  .prioritize-savings-goals .info-item__retirement-saving .info-heading--savings {
    display: none;
    font-size: 32px;
    font-weight: bold;
    margin: 5px auto 10px;
    color: #BB3643; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__retirement-saving .info-heading--savings {
        display: block; } }
  .prioritize-savings-goals .info-item__retirement-saving .info-heading--savings-mobile {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #BB3643; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__retirement-saving .info-heading--savings-mobile {
        display: none; } }
  .prioritize-savings-goals .info-item__retirement-saving img {
    width: 75%;
    height: auto; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__retirement-saving img {
        width: 55%; } }
  .prioritize-savings-goals .info-item__retirement-saving p {
    font-size: 16px; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__retirement-saving p {
        font-size: 22px; } }
  .prioritize-savings-goals .info-item__goals .info-split--goal-text {
    margin-top: 55px; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__goals .info-split--goal-text {
        margin-top: 0; } }
  .prioritize-savings-goals .info-item__retirement-saving .info-split--goal-text {
    margin-top: 40px; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__retirement-saving .info-split--goal-text {
        margin-top: 0; } }
  .prioritize-savings-goals .info-item__right-aligned {
    width: 100%;
    text-align: left;
    margin: 0; }
    @media (min-width: 620px) {
      .prioritize-savings-goals .info-item__right-aligned {
        text-align: right; } }
  .prioritize-savings-goals .info-item__italicize {
    font-style: italic; }
  @media screen {
    .prioritize-savings-goals .info-item--animate {
      -ms-transform: scale(0);
          transform: scale(0);
      transition: 0.7s transform;
      -ms-transform-origin: center center;
          transform-origin: center center; } }
  .prioritize-savings-goals .info-item--first {
    transition: 0.6s 0.5s transform; }
  .prioritize-savings-goals .info-item--second {
    transition: 0.6s 0.75s transform; }
  .prioritize-savings-goals .info-item--third {
    transition: 0.6s 1s transform; }

.prioritize-savings-goals .scroll-section--active .info-heading--knockout, .prioritize-savings-goals .scroll-section--active .info-item, .prioritize-savings-goals .scroll-section--active .info-item__small-tip-logo {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

html[parentLang="es"] .prioritize-savings-goals .scroll-section--active .info-item h5 {
  max-width: 140px; }

/* ----- Piggy banks component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.piggy-banks #pigs__spending-glasses, .piggy-banks #pigs__spending-phone, .piggy-banks #pigs__spending-candy, .piggy-banks #pigs__spending-dollar, .piggy-banks #pigs__saving-headphones {
  visibility: hidden; }

@media screen {
  .piggy-banks .pb-scale {
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; } }

@media screen and (min-width: 620px) {
  .piggy-banks .info-split--with-arrow {
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    transition: 0.5s 2.5s transform; } }

.piggy-banks .info-split--tips {
  transition: 0.5s 3s transform; }

.piggy-banks .pb-intro__heading {
  display: none; }
  @media screen {
    .piggy-banks .pb-intro__heading {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
      transition: all 0.5s; } }
  @media (min-width: 620px) {
    .piggy-banks .pb-intro__heading {
      display: block;
      color: #BB3643;
      width: 100%; } }

.piggy-banks .pb-intro__graphic {
  max-width: 150px;
  margin: 12px auto; }
  @media screen {
    .piggy-banks .pb-intro__graphic {
      -ms-transform: scale(0);
          transform: scale(0);
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
      transition: all 0.5s 0.5s; } }
  @media (min-width: 620px) {
    .piggy-banks .pb-intro__graphic {
      -ms-flex: 1;
          flex: 1;
      margin: 12px 12px 12px 0; } }

@media screen {
  .piggy-banks .pb-intro__copy {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    transition: all 0.5s 1s; } }

@media (min-width: 620px) {
  .piggy-banks .pb-intro__copy {
    -ms-flex: 1;
        flex: 1;
    margin-right: 12px; } }

.piggy-banks .pb-intro__left {
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 620px) {
    .piggy-banks .pb-intro__left {
      -ms-flex-direction: row;
          flex-direction: row; } }

.piggy-banks .pb-intro__right {
  max-width: 325px;
  margin: 0 auto;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media screen {
    .piggy-banks .pb-intro__right {
      -ms-transform: scaleY(0);
          transform: scaleY(0);
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
      transition: all 0.5s 1.5s; } }
  @media (min-width: 620px) {
    .piggy-banks .pb-intro__right {
      max-width: none;
      margin: 0; } }

.piggy-banks .pb-intro__bank-type {
  display: block;
  padding: 12px 12px 0 120px;
  margin: 12px 0;
  background: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/infographics/pigs/pig.svg") 40px center no-repeat;
  background-size: contain;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: left; }
  @media screen {
    .piggy-banks .pb-intro__bank-type {
      -ms-transform: scale(0);
          transform: scale(0);
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
      transition: transform 0.5s 2s; }
      .piggy-banks .pb-intro__bank-type:nth-of-type(2) {
        transition: transform 0.5s 2.5s; }
      .piggy-banks .pb-intro__bank-type:nth-of-type(3) {
        transition: transform 0.5s 3s; } }
  .piggy-banks .pb-intro__bank-type span {
    display: block;
    font-weight: normal;
    font-size: 14px; }

.piggy-banks .theme--spending {
  color: #366378; }

.piggy-banks .theme--saving {
  color: #BB3643; }

.piggy-banks .theme--giving {
  color: #758036; }

.piggy-banks .theme--contrast {
  color: #3b3f1b; }

.piggy-banks .row--pig-type {
  padding: 24px 12px; }
  @media (min-width: 620px) {
    .piggy-banks .row--pig-type {
      -ms-flex-align: center;
          align-items: center; } }

@media screen {
  .piggy-banks .info-heading--knockout {
    transition: 0.5s transform;
    -ms-transform: scaleX(0);
        transform: scaleX(0); } }

.piggy-banks .info-heading--spending {
  background-color: #366378; }

.piggy-banks .info-heading--saving {
  background-color: #BB3643; }

.piggy-banks .info-heading--giving {
  background-color: #758036; }

.piggy-banks h3 {
  font-size: 24px;
  margin-top: 0;
  width: 100%; }
  @media screen {
    .piggy-banks h3 {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      transition: 0.5s 0.5s transform;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%; } }

.piggy-banks .info-graphic-include--pb-pig {
  width: 100.3px;
  height: 88.216px;
  margin: 0 auto;
  transition: transform 0.5s 0.5s; }

.piggy-banks .info-graphic-include--pb-spending {
  padding-top: 90%;
  max-width: 300px;
  margin: 0 auto;
  transition: 0.5s 3s transform;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  min-height: 290px; }

.piggy-banks .info-graphic-include--pb-saving {
  padding-top: 74%;
  transition: 0.5s 3s transform;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  min-height: 256px; }

.piggy-banks .info-graphic-include--pb-giving {
  padding-top: 73%;
  transition: 0.5s 3s transform;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  min-height: 290px; }
  @media (min-width: 620px) {
    .piggy-banks .info-graphic-include--pb-giving {
      margin-left: 40px; } }

.piggy-banks .pb-pig-type__opening {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 14px;
  transition: 0.5s 1s transform; }

.piggy-banks .pb-pig-type__type {
  width: 100%;
  text-align: center;
  margin: 0 0 24px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  transition: 0.5s 1.5s transform; }

.piggy-banks .pb-pig-type__copy {
  transition: 0.5s 2s transform; }
  @media (min-width: 620px) {
    .piggy-banks .pb-pig-type__copy {
      padding-right: 12px; } }

.piggy-banks .chart--horizontal__background {
  background-color: #F9F7F4; }

.piggy-banks .chart--horizontal__datapoint {
  transition: 1s 1s transform; }
  .piggy-banks .chart--horizontal__datapoint:nth-child(3) {
    transition: 1s 2s transform; }

@media (min-width: 620px) {
  .piggy-banks .chart--horizontal {
    display: none; } }

.piggy-banks .pb-recommend {
  -ms-flex-align: center;
      align-items: center; }
  .piggy-banks .pb-recommend__percent {
    width: 100%;
    font-size: 24px;
    font-family: ConnectionsLight;
    text-align: center;
    margin: 12px 0 0 0; }
    @media (min-width: 620px) {
      .piggy-banks .pb-recommend__percent {
        text-align: left; } }
  .piggy-banks .pb-recommend__percent-description {
    width: 100%;
    text-align: center;
    margin: 0 0 1em 0; }
    @media (min-width: 620px) {
      .piggy-banks .pb-recommend__percent-description {
        text-align: left; } }

.piggy-banks .pb-tip {
  position: relative;
  border-top: 1px solid #bbb;
  overflow: visible;
  padding: 36px 0 12px 0;
  font-size: 14px;
  margin: 12px 0; }
  @media screen {
    .piggy-banks .pb-tip {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
      transition: 0.5s 3.5s transform; } }
  @media screen and (min-width: 620px) {
    .piggy-banks .pb-tip {
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
      -ms-transform: scale(0);
          transform: scale(0); } }
  @media (min-width: 620px) {
    .piggy-banks .pb-tip {
      border: none;
      padding: 36px 0 12px 40px; } }
  .piggy-banks .pb-tip span {
    color: #BB3643;
    font-weight: bold; }
  .piggy-banks .pb-tip__arrow {
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -18px;
    background: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/infographics/pigs/tip-arrow.svg") top center no-repeat;
    background-size: contain;
    width: 36px;
    height: 16px; }
    .piggy-banks .pb-tip__arrow--grey {
      background: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/infographics/pigs/tip-arrow--grey.svg") top center no-repeat; }
    @media (min-width: 620px) {
      .piggy-banks .pb-tip__arrow {
        display: none; } }

.piggy-banks .pb-highlight {
  width: 100%; }
  @media screen {
    .piggy-banks .pb-highlight {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
      transition: 0.5s 2.5s transform; } }
  @media (min-width: 620px) {
    .piggy-banks .pb-highlight {
      margin-top: 12px; } }

.piggy-banks .pb-chart-stats {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media screen {
    .piggy-banks .pb-chart-stats {
      -ms-transform: scale(0) translateX(-300px);
          transform: scale(0) translateX(-300px);
      -ms-transform-origin: -100px 50%;
          transform-origin: -100px 50%;
      transition: 0.5s 2s transform; } }
  @media (min-width: 620px) {
    .piggy-banks .pb-chart-stats {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%; } }

.piggy-banks .pb-piechart {
  display: none;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  width: 150px;
  height: 150px; }
  @media (min-width: 620px) {
    .piggy-banks .pb-piechart {
      display: block;
      transition: 0.5s 1s transform; } }
  .piggy-banks .pb-piechart__piece {
    opacity: 0.5;
    stroke-miterlimit: 10;
    fill: none;
    transition: all 0.5s 1.5s linear; }
    .piggy-banks .pb-piechart__piece--base {
      stroke: #ccc;
      stroke-width: 42px; }
    .piggy-banks .pb-piechart__piece--mid {
      stroke-width: 65px;
      stroke-dasharray: 382;
      stroke-dashoffset: 382; }
      .piggy-banks .pb-piechart__piece--mid--spending {
        stroke: #366378; }
      .piggy-banks .pb-piechart__piece--mid--saving {
        stroke: #BB3643; }
      .piggy-banks .pb-piechart__piece--mid--giving {
        stroke: #758036; }
    .piggy-banks .pb-piechart__piece--front {
      stroke-width: 65px;
      stroke-dasharray: 382;
      stroke-dashoffset: 382; }
      .piggy-banks .pb-piechart__piece--front--spending {
        stroke: #366378; }
      .piggy-banks .pb-piechart__piece--front--saving {
        stroke: #BB3643; }
      .piggy-banks .pb-piechart__piece--front--giving {
        stroke: #758036; }

.piggy-banks .scroll-section--active h3 {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.piggy-banks .scroll-section--active .pb-scale {
  -ms-transform: scale(1);
      transform: scale(1); }

.piggy-banks .scroll-section--active .pb-intro__heading {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.piggy-banks .scroll-section--active .pb-intro__graphic {
  -ms-transform: scale(1);
      transform: scale(1); }

.piggy-banks .scroll-section--active .pb-intro__copy {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.piggy-banks .scroll-section--active .pb-intro__right {
  -ms-transform: scaleY(1);
      transform: scaleY(1); }

.piggy-banks .scroll-section--active .pb-intro__bank-type {
  -ms-transform: scale(1);
      transform: scale(1);
  min-height: 64px; }

.piggy-banks .scroll-section--active .info-heading--knockout {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.piggy-banks .scroll-section--active .info-split--with-arrow {
  -ms-transform: scaleY(1);
      transform: scaleY(1); }

.piggy-banks .scroll-section--active .pb-tip {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }
  @media (min-width: 620px) {
    .piggy-banks .scroll-section--active .pb-tip {
      -ms-transform: scale(1);
          transform: scale(1); } }

.piggy-banks .scroll-section--active .pb-chart-stats {
  -ms-transform: scale(1) translateX(0px);
      transform: scale(1) translateX(0px); }

.piggy-banks .scroll-section--active .pb-highlight {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.piggy-banks .scroll-section--active .pb-piechart__piece--10 {
  stroke-dashoffset: 343.8; }

.piggy-banks .scroll-section--active .pb-piechart__piece--25 {
  stroke-dashoffset: 286.5; }

.piggy-banks .scroll-section--active .pb-piechart__piece--50 {
  stroke-dashoffset: 191; }

.piggy-banks .scroll-section--active .pb-piechart__piece--80 {
  stroke-dashoffset: 76.4; }

/* ----- Infographic styleguide component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */

/* ----- Debt or save component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.debt-or-save .row--dos-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.debt-or-save .heading--circle {
  font-weight: bold;
  font-family: Connections;
  color: #DC1341;
  padding-top: 0.45em; }
  @media (min-width: 620px) {
    .debt-or-save .heading--circle {
      font-size: 20px; } }

.debt-or-save .heading__circle {
  background-color: #DC1341; }
  @media screen {
    .debt-or-save .heading__circle {
      -ms-transform: scale(0);
          transform: scale(0);
      transition: 0.25s 1s transform ease-in; } }

.debt-or-save .heading__text {
  display: block; }
  @media screen {
    .debt-or-save .heading__text {
      -ms-transform: scaleX(0) translateX(-20px);
          transform: scaleX(0) translateX(-20px);
      -ms-transform-origin: -5% 50%;
          transform-origin: -5% 50%;
      transition: 0.25s 1.25s transform ease-in; } }

.debt-or-save .dos-interest-debt__body {
  transition: 0.25s 2s transform ease-in; }

.debt-or-save .dos-interest-debt__dos-advice {
  transition: 0.25s 7s transform ease-in; }

.debt-or-save .dos-interest-debt__dos-footnote {
  transition: 0.25s 5s transform ease-in;
  -ms-transform-origin: 95% 50% !important;
      transform-origin: 95% 50% !important; }

.debt-or-save .dos-orange-guy {
  position: relative;
  overflow: hidden;
  z-index: 100; }
  @media (min-width: 620px) {
    .debt-or-save .dos-orange-guy {
      max-width: 724px;
      margin: 0 auto; } }
  .debt-or-save .dos-orange-guy__img {
    z-index: 100;
    max-width: 220px;
    margin: 0 auto; }
    @media screen {
      .debt-or-save .dos-orange-guy__img {
        -ms-transform: translateY(220px);
            transform: translateY(220px);
        transition: 0.5s 4s transform ease-in; } }
    @media (min-width: 620px) {
      .debt-or-save .dos-orange-guy__img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 240px; } }
  .debt-or-save .dos-orange-guy__bar {
    background-color: #4A7B96;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 18px 12px; }
    @media screen {
      .debt-or-save .dos-orange-guy__bar {
        -ms-transform: scaleX(0);
            transform: scaleX(0);
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        transition: 0.5s 3s transform ease-in; } }
    @media (min-width: 620px) {
      .debt-or-save .dos-orange-guy__bar {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 20px; } }
  .debt-or-save .dos-orange-guy__large-num {
    text-align: right;
    width: 125px;
    margin: 0;
    margin-right: 12px;
    color: white; }
    .debt-or-save .dos-orange-guy__large-num sup {
      top: auto;
      font-size: 60%; }
      .debt-or-save .dos-orange-guy__large-num sup a {
        color: white; }
  .debt-or-save .dos-orange-guy__text {
    text-align: left;
    width: 175px;
    margin: 0;
    margin-left: 12px;
    color: white; }
    @media (min-width: 620px) {
      .debt-or-save .dos-orange-guy__text {
        width: 330px; } }

.debt-or-save .dos-advice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 24px 0; }
  .debt-or-save .dos-advice__img {
    width: auto;
    height: 56px;
    padding-top: 6px;
    margin-right: 24px; }
  .debt-or-save .dos-advice__title {
    font-weight: bold;
    font-size: 18px;
    color: #DC1341;
    margin: 0; }

@media screen {
  .debt-or-save .dos-emergency-fund {
    -ms-transform: translateX(800px);
        transform: translateX(800px);
    transition: 1s 1.5s transform ease-in; } }
  @media screen and (min-width: 620px) {
    .debt-or-save .dos-emergency-fund {
      transition: 1s 2.5s transform ease-in; } }

@media (min-width: 620px) {
  .debt-or-save .dos-emergency-fund {
    margin-left: 300px;
    margin-bottom: 75px; } }

@media (min-width: 1000px) {
  .debt-or-save .dos-emergency-fund {
    margin-left: 200px; } }

@media screen {
  .debt-or-save .dos-emergency-fund__dos-advice {
    transition: 0.25s 4s transform ease-in; } }
  @media screen and (min-width: 620px) {
    .debt-or-save .dos-emergency-fund__dos-advice {
      transition: 0.25s 7s transform ease-in; } }

.debt-or-save #dos-car {
  visibility: hidden; }

.debt-or-save .dos-emergency {
  font-size: 20px;
  font-weight: bold;
  margin: 0; }
  .debt-or-save .dos-emergency__num {
    vertical-align: middle; }

.debt-or-save .dos-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 620px) {
    .debt-or-save .dos-section {
      position: relative; } }
  .debt-or-save .dos-section__text {
    transition: 0.25s 2s transform ease-in; }
    @media (min-width: 620px) {
      .debt-or-save .dos-section__text {
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        margin-right: 30%; } }
  @media screen {
    .debt-or-save .dos-section__img {
      -ms-transform: translateX(400px);
          transform: translateX(400px);
      transition: 1s 3s transform ease-in; } }
  @media (min-width: 620px) {
    .debt-or-save .dos-section__img {
      position: absolute;
      width: 30%;
      top: 0;
      right: 0; } }
  @media (max-width: 619px) {
    .debt-or-save .dos-section__img--sm {
      max-width: 50%; } }
  .debt-or-save .dos-section__advice {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    transition: 0.5s 5s transform ease-in; }
    @media (min-width: 620px) {
      .debt-or-save .dos-section__advice {
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        margin-right: 30%; } }

.debt-or-save #dos-poor-girl {
  visibility: hidden; }

.debt-or-save .info-graphic-include--dos-poor-girl {
  padding-top: 84%;
  max-width: 200px;
  margin: 0 auto; }
  @media (min-width: 620px) {
    .debt-or-save .info-graphic-include--dos-poor-girl {
      max-width: 218px;
      height: 430px;
      padding-top: 0%;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -310px; }
      .debt-or-save .info-graphic-include--dos-poor-girl svg {
        top: auto;
        bottom: 0; } }

.debt-or-save .info-graphic-include--dos-car {
  display: none; }
  @media (min-width: 620px) {
    .debt-or-save .info-graphic-include--dos-car {
      position: absolute;
      display: block;
      width: 325px;
      height: 340px;
      top: 84px;
      padding-top: 28%; } }

.debt-or-save .dos-other-debts__body {
  transition: 0.5s 2s transform ease-in; }
  @media (min-width: 620px) {
    .debt-or-save .dos-other-debts__body {
      width: 384px;
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.debt-or-save .dos-other-debts__dos-advice {
  position: relative;
  z-index: 80; }
  @media screen {
    .debt-or-save .dos-other-debts__dos-advice {
      -ms-transform: scaleY(0) translateY(-100px);
          transform: scaleY(0) translateY(-100px);
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
      transition: 0.5s 8s transform ease-in; } }
  @media (min-width: 620px) {
    .debt-or-save .dos-other-debts__dos-advice {
      width: 384px;
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.debt-or-save .dos-other-debts__dos-footnote {
  transition: 0.25s 5s transform ease-in;
  -ms-transform-origin: 95% 50% !important;
      transform-origin: 95% 50% !important; }

@media (min-width: 620px) {
  .debt-or-save .dos-poor-girl {
    max-width: 724px;
    margin: 0 auto; } }

.debt-or-save .dos-poor-girl__bar {
  background-color: #4A7B96;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 12px;
  position: relative;
  z-index: 120; }
  @media screen {
    .debt-or-save .dos-poor-girl__bar {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
      transition: 0.5s 3s transform ease-in; } }
  @media (min-width: 620px) {
    .debt-or-save .dos-poor-girl__bar {
      z-index: 90;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; } }

.debt-or-save .dos-poor-girl__large-num {
  text-align: center;
  margin: 0;
  color: white; }
  @media (min-width: 620px) {
    .debt-or-save .dos-poor-girl__large-num {
      -ms-flex-order: 2;
          order: 2; } }
  .debt-or-save .dos-poor-girl__large-num sup {
    font-size: 60%;
    font-weight: normal; }
    .debt-or-save .dos-poor-girl__large-num sup a {
      color: white; }

.debt-or-save .dos-poor-girl__text {
  text-align: center;
  margin: 0 auto;
  color: white;
  max-width: 230px; }
  @media (min-width: 620px) {
    .debt-or-save .dos-poor-girl__text {
      text-align: left;
      margin: 0;
      -ms-flex-order: 1;
          order: 1; } }

.debt-or-save .info-section {
  overflow: hidden; }
  .debt-or-save .info-section--dos-other-debts {
    position: relative; }
  .debt-or-save .info-section--dos-emergency-fund {
    position: relative; }

.debt-or-save .dos-footnote {
  display: block;
  text-align: right;
  padding-top: 75px;
  margin-top: -60px;
  width: 100%;
  z-index: 50; }
  @media screen {
    .debt-or-save .dos-footnote {
      -ms-transform: scale(0);
          transform: scale(0); } }
  .debt-or-save .dos-footnote p {
    font-size: 14px; }
  .debt-or-save .dos-footnote #dos-footnote-1 {
    margin: 0; }
  .debt-or-save .dos-footnote #dos-footnote-2 {
    margin-top: 0; }

@media screen {
  .debt-or-save .dos-scale {
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%; } }

.debt-or-save .scroll-section--active .heading__circle {
  -ms-transform: scale(1);
      transform: scale(1); }

.debt-or-save .scroll-section--active .heading__text {
  -ms-transform: scaleX(1) translateX(0);
      transform: scaleX(1) translateX(0); }

.debt-or-save .scroll-section--active .dos-scale {
  -ms-transform: scale(1);
      transform: scale(1); }

.debt-or-save .scroll-section--active .dos-orange-guy__bar {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.debt-or-save .scroll-section--active .dos-orange-guy__img {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.debt-or-save .scroll-section--active .dos-emergency-fund {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.debt-or-save .scroll-section--active .dos-section__img {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.debt-or-save .scroll-section--active .dos-poor-girl__bar {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.debt-or-save .scroll-section--active .dos-other-debts__dos-advice {
  -ms-transform: scaleY(1) translateY(0);
      transform: scaleY(1) translateY(0); }

/* ----- Spending tool component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.col-footnote {
  padding-top: 50px; }

.cost-of-living #col-pin {
  display: none; }

.cost-of-living .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

.cost-of-living .arrow--next {
  margin-top: 24px; }
  .cost-of-living .arrow--next--first {
    animation: 1s 3 bmh-bounce; }

.cost-of-living .info-heading--knockout {
  margin-bottom: 24px; }
  @media screen {
    .cost-of-living .info-heading--knockout {
      -ms-transform: scaleX(0);
          transform: scaleX(0);
      transition: 0.25s transform; } }

.cost-of-living .key-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px auto;
  width: 300px; }
  @media (min-width: 620px) {
    .cost-of-living .key-items--barchart {
      -ms-flex-align: start;
          align-items: flex-start;
      width: 50%; }
      .cost-of-living .key-items--barchart .key-item {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .cost-of-living .key-items--barchart .key-item__bar {
          height: 24px; } }
      @media screen and (min-width: 620px) {
        .cost-of-living .key-items--barchart .key-item__bar {
          -ms-transform: scaleX(0);
              transform: scaleX(0);
          transition: 1.5s 1s transform;
          -ms-transform-origin: left center;
              transform-origin: left center; } }
  @media (min-width: 620px) {
        .cost-of-living .key-items--barchart .key-item__copy {
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
          margin-left: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 620px) {
    .cost-of-living .key-items--vertical {
      width: 50%;
      padding-left: 15%; }
      .cost-of-living .key-items--vertical .key-item {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }
  @media (min-width: 620px) {
    .cost-of-living .key-items--horizontal {
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
      .cost-of-living .key-items--horizontal .key-item {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.cost-of-living .key-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  margin: 12px 0; }
  .cost-of-living .key-item__bar {
    width: 6px; }
  .cost-of-living .key-item__subhead {
    margin: 0;
    font-size: 24px; }
    .cost-of-living .key-item__subhead span {
      font-size: 14px; }
      .cost-of-living .key-item__subhead span.count-up {
        font-size: 24px; }
  .cost-of-living .key-item__title {
    margin: 0; }
  .cost-of-living .key-item__copy {
    margin-left: 12px; }

.cost-of-living .scroll-section--active .key-item__bar {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.cost-of-living .scroll-section--active .info-heading--knockout {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.cost-of-living .scroll-section--active .arrow--next {
  animation: 1s 4 bmh-bounce; }

.city--portland .key-item__bar {
  background-color: #BB3643; }
  @media (min-width: 620px) {
    .col-rent .city--portland .key-item__bar {
      width: 100%; } }

.city--saltlake .key-item__bar {
  background-color: #E68735; }
  @media (min-width: 620px) {
    .col-rent .city--saltlake .key-item__bar {
      width: 42.7029563585%; } }

.city--raleigh .key-item__bar {
  background-color: #8D9B43; }
  @media (min-width: 620px) {
    .col-rent .city--raleigh .key-item__bar {
      width: 32.8953542938%; } }

.city--desmoines .key-item__bar {
  background-color: #6F84B8; }
  @media (min-width: 620px) {
    .col-rent .city--desmoines .key-item__bar {
      width: 30.4082590333%; } }

@media screen {
  .col-animation--scale {
    transition: transform 0.5s 0.5s;
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: center center;
        transform-origin: center center; }
    .scroll-section--active .col-animation--scale {
      -ms-transform: scale(1);
          transform: scale(1); }
  .col-animation--slideDown {
    transition: transform 0.5s 1s;
    -ms-transform: translateY(-160px);
        transform: translateY(-160px);
    -ms-transform-origin: center center;
        transform-origin: center center; }
    .scroll-section--active .col-animation--slideDown {
      -ms-transform: translateY(0px);
          transform: translateY(0px); } }

.col-graphic {
  z-index: 100;
  position: relative; }

.col-graphic-include {
  z-index: 100;
  position: relative;
  height: 0; }
  .col-graphic-include--city-pin {
    padding-top: 31.8014285714%; }
  .col-graphic-include--cars {
    padding-top: 44.6772857143%; }
  .col-graphic-include svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

/* ----- Buy a house component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
@media screen {
  .buy-a-house .info-heading--knockout {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: center center;
        transform-origin: center center;
    transition: 0.25s transform; } }

.buy-a-house .info-item {
  width: 100%; }
  @media screen {
    .buy-a-house .info-item {
      -ms-transform: scale(0);
          transform: scale(0);
      transition: 0.5s transform;
      -ms-transform-origin: center center;
          transform-origin: center center; } }
  .buy-a-house .info-item--first {
    transition: 0.5s 0.25s transform; }
  .buy-a-house .info-item--second {
    transition: 0.5s 0.5s transform; }
  .buy-a-house .info-item--third {
    transition: 0.5s 0.75s transform; }
  .buy-a-house .info-item__image {
    width: 150px;
    height: auto; }

@media print {
  .buy-a-house .info-split {
    display: block; } }

.buy-a-house .scroll-section--active .info-heading--knockout, .buy-a-house .scroll-section--active .info-item {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

/* ----- Search component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.search .nav-search-toggle {
  display: none !important; }

.search .nav-search {
  top: 0; }
  .search .nav-search .results-container {
    position: relative;
    height: calc(100vh - 200px);
    overflow: auto; }
    .search .nav-search .results-container .see-full-search {
      width: 75%; }
    .search .nav-search .results-container .feedback {
      position: relative;
      display: none; }
      .search .nav-search .results-container .feedback .icon-feedback {
        top: -2px; }
    .search .nav-search .results-container .pagination .infinite-more {
      position: relative; }

.header-bmh .search-bar {
  margin-right: -100000px; }

@media (min-width: 570px) {
  .nav-all .search-form {
    display: none; }
  .header-bmh .search-bar {
    margin-right: 0; } }

/* ----- Nav topics component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
    top: 48px; }
  to {
    top: 0;
    opacity: 0;
    visibility: hidden; } }

.nav-topics-rollover {
  max-height: 0px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-width: 600px;
  position: absolute;
  top: 45px;
  left: 0px;
  padding: 0;
  background-color: #ECE6DD;
  transition: max-height 0.25s,padding 0.25s;
  z-index: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-topics-rollover {
      min-width: 700px; } }
  @media (min-width: 1100px) {
    .nav-topics-rollover {
      top: 48px; } }
  .nav-topics-rollover--open {
    max-height: 900px;
    padding: 24px 0;
    border-bottom: 3px solid #857363;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 1500;
    background-color: white;
    transition: max-height 0.6s,padding 0.6s; }
  .nav-topics-rollover__section {
    padding: 0 36px 12px 36px; }
    .nav-topics-rollover__section--filters {
      border-right: 3px solid #ECE6DD; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .nav-topics-rollover__section--filters {
          width: 50%; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .nav-topics-rollover__section--trending {
        width: 50%; } }

.nav-topics {
  z-index: 1000;
  position: relative;
  background-color: #F9F7F4;
  display: none; }
  @media (min-width: 990px) {
    .nav-topics {
      display: block; } }
  .nav-topics--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    animation-name: fadeOut;
    animation-duration: 0.65s; }
  .page--en .nav-topics,
  .page--es .nav-topics {
    display: none; }
  .nav-topics__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0; }

.nav-topic {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .nav-topic:hover .nav-topics-rollover {
    max-height: 900px;
    padding: 24px 0;
    border-bottom: 3px solid #857363;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 1500;
    background-color: white;
    transition: max-height 0.6s,padding 0.6s; }
  .nav-topic:hover .nav-topic__link {
    border-bottom: 3px solid #BB3643; }
  .nav-topic__link {
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    color: #6B5E51;
    padding: 12px 0 9px 0;
    display: block;
    border-bottom: 3px solid transparent; }
    @media (min-width: 1100px) {
      .nav-topic__link {
        font-size: 16px; } }
    .nav-topic__link:focus {
      border-bottom: 3px solid #BB3643; }
      .nav-topic__link:focus + .nav-topics-rollover {
        max-height: 900px;
        padding: 24px 0;
        border-bottom: 3px solid #857363;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
        z-index: 1500;
        background-color: white;
        transition: max-height 0.6s,padding 0.6s; }
    .nav-topic__link--selected {
      border-bottom: 3px solid #BB3643; }

.nav-heading {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  color: #6B5E51; }

.nav-filters {
  margin: 12px 0; }
  .nav-filters__link {
    display: block;
    padding: 4px 4px 4px 0;
    white-space: nowrap; }

.nav-trending-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 12px 0; }
  .nav-trending-item__image {
    margin-right: 12px;
    max-width: 75px;
    min-width: 75px;
    object-fit: cover;
    display: none; }
    @media (min-width: 990px) {
      .nav-trending-item__image {
        display: block; } }
  .nav-trending-item__title {
    display: block;
    width: 220px;
    padding-right: 12px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .nav-trending-item__title {
        width: 235px; } }

/* ----- Nav all component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.nav-all {
  background-color: white;
  position: absolute;
  width: 100%;
  z-index: 2000;
  border-bottom: 2px solid #857363; }
  .nav-all--fixed {
    position: fixed;
    width: 100%;
    top: 45px;
    left: 0px; }
  @media (min-width: 620px) {
    .nav-all--fixed {
      top: 45px; } }
  @media (min-width: 600px) {
    .nav-all {
      padding: 12px 0; } }
  .nav-all--closed {
    display: none; }
  @media (min-width: 600px) {
    .nav-all__row {
      display: -ms-flexbox;
      display: flex; } }
  .nav-all__section {
    padding: 12px 0; }
    .nav-all__section--topics {
      border-bottom: 2px solid #ECE6DD; }
      @media (min-width: 600px) {
        .nav-all__section--topics {
          -ms-flex: 1;
              flex: 1;
          border-bottom: none;
          border-right: 2px solid #ECE6DD; } }
      @media (min-width: 900px) {
        .nav-all__section--topics {
          -ms-flex: 3;
              flex: 3; } }
    @media (min-width: 600px) {
      .nav-all__section--others {
        -ms-flex: 1;
            flex: 1;
        padding-left: 36px; } }
    @media (min-width: 900px) {
      .nav-all__section--others {
        -ms-flex: 2;
            flex: 2; } }
  .nav-all__link {
    font-size: 14px;
    position: relative; }
    @media (min-width: 750px) {
      .nav-all__link .saved-count {
        display: none; } }
    .nav-all__link--more {
      margin-left: auto; }
  .nav-all__link--wrapper {
    padding: 6px 0;
    break-inside: avoid; }
  .nav-all__linkswrap {
    column-count: 2; }
    @media (min-width: 900px) {
      .nav-all__linkswrap--topics {
        column-count: 3;
        column-fill: auto;
        height: 150px; } }
  .nav-all__boa-links {
    background-color: #F9F7F4;
    padding: 12px 0; }
    @media (min-width: 500px) {
      .nav-all__boa-links {
        display: none; } }
    .nav-all__boa-links > .row {
      display: -ms-flexbox;
      display: flex; }
  .nav-all__boa-link {
    color: #857363;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }
  .nav-all .nav-heading {
    display: none; }
    @media (min-width: 600px) {
      .nav-all .nav-heading {
        display: block; } }

/* ----- nav-topic-icons component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
@keyframes iconAnimation {
  from {
    opacity: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 48px;
    max-width: 100%; }
  25% {
    opacity: 1; }
  100% {
    width: 34%;
    left: 55%;
    margin-left: -18.3%;
    top: 0;
    max-width: 480px; } }

@keyframes iconAnimationWide {
  from {
    opacity: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 48px;
    max-width: 100%; }
  25% {
    opacity: 1; }
  100% {
    width: 34%;
    left: 58%;
    margin-left: -18.3%;
    top: 0;
    max-width: 480px; } }

.nav-topic-icons {
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 1999;
  opacity: 0;
  max-width: 480px;
  /*
	*** Flyout uses visibility inside of display to fix
	*** jQuery width calculation bug, DO NOT ADJUST
	*/ }
  @media (max-width: 1150px) {
    .nav-topic-icons {
      display: none; } }
  .nav-topic-icons--fixed {
    z-index: 2000;
    opacity: 1;
    width: 34%;
    left: 55%;
    margin-left: -18.3%;
    top: 0;
    animation-name: iconAnimation;
    animation-duration: 0.75s; }
    @media (min-width: 1900px) {
      .nav-topic-icons--fixed {
        left: 58%;
        animation-name: iconAnimationWide; } }
  .page--en .nav-topic-icons,
  .page--es .nav-topic-icons,
  .page-lifepriorities .nav-topic-icons,
  .page-static-report .nav-topic-icons {
    display: none; }
  .nav-topic-icons__flyout {
    position: fixed;
    top: 48px;
    color: white;
    font-size: 14px;
    padding: 3px 6px;
    text-align: center;
    background: #857363;
    visibility: visible;
    width: auto; }
    .nav-topic-icons__flyout--hidden {
      visibility: hidden; }
  .nav-topic-icons .nav-topic__link {
    font-size: 22px;
    padding: 9px 0 6px;
    color: #6B5E51;
    position: relative; }
    .nav-topic-icons .nav-topic__link--credit .link__icon {
      font-size: 18px; }
    .nav-topic-icons .nav-topic__link:focus {
      border: 1px dotted black; }
    .nav-topic-icons .nav-topic__link--credit:hover {
      color: #BB3643;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--credit:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--debt:hover {
      color: #4A7B96;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--debt:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--saving-budgeting:hover {
      color: #8D9B43;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--saving-budgeting:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--home-ownership:hover {
      color: #6D9F78;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--home-ownership:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--auto:hover {
      color: #73A1A2;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--auto:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--retirement:hover {
      color: #CCAD26;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--retirement:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--college:hover {
      color: #E68735;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--college:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--privacy-security:hover {
      color: #6F84B8;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--privacy-security:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--personal-banking:hover {
      color: #BB3643;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--personal-banking:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link--taxes-income:hover {
      color: #577A7D;
      border-bottom: none; }
      .nav-topic-icons .nav-topic__link--taxes-income:hover::after {
        visibility: visible; }
    .nav-topic-icons .nav-topic__link::after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #DC1341;
      visibility: hidden; }

/* ----- Lastpage component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.lastpage {
  position: fixed;
  display: none;
  bottom: 0px;
  width: 100%;
  padding: 12px;
  background-color: #F9F7F4;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1750;
  transition: bottom 1s; }
  .lastpage:not(.lastpage--hidden) {
    animation-name: slideUpLastPage;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1.5s; }
  @media (min-width: 700px) {
    .lastpage {
      text-align: left;
      padding: 24px 24px 6px 24px;
      max-width: 700px;
      left: 50%;
      margin-left: -350px;
      box-shadow: 0px 17px 17px 0px rgba(0, 0, 0, 0.3); } }
  .lastpage--hidden {
    bottom: -500px; }
  .lastpage h2 {
    margin: 0; }
  .lastpage__heading {
    font-family: Connections;
    text-align: center;
    margin: 0;
    display: inline-block;
    margin-right: 6px;
    font-size: 24px; }
  .lastpage__subheading {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 12px 0 0 0; }
  .lastpage__noshow-btn {
    margin: 0;
    text-align: right;
    display: block;
    width: 183px;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: underline;
    color: #6B5E51; }
  .lastpage__lines-sides {
    color: #DC1341;
    -ms-flex: 1;
        flex: 1; }
  .lastpage__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .lastpage__upnext-wrapper {
    display: none;
    font-size: 50; }
  @media (min-width: 700px) {
    .lastpage__last-visited-page {
      width: 50%; } }
  @media (min-width: 700px) {
    .lastpage__upnext {
      display: -ms-flexbox;
      display: flex; }
      .lastpage__upnext > * {
        -ms-flex: 1;
            flex: 1; } }

@keyframes slideUpLastPage {
  0% {
    bottom: -500px; }
  100% {
    bottom: 0px; } }

.lastpage-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 12px 0;
  text-align: left;
  color: #6B5E51;
  -ms-flex-direction: row;
      flex-direction: row; }
  .lastpage-item__image {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 12px;
    background-color: #ECE6DD; }
  .lastpage-item__text {
    line-height: 1.1;
    margin-right: 12px; }

.close-btn--lastpage {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #857363; }
  .close-btn--lastpage:hover, .close-btn--lastpage:focus {
    color: #333333; }

/* ----- Item tools component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.item-tools {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% + 8px);
  margin: 0 0 22px 0;
  /*  margin-left: -8px;
  @include respond-to($bp-s){
    margin-left: -16px;
  }*/ }

.item-tool {
  position: relative; }
  .item-tool--links {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .item-tool__link {
    border-right: 1px solid #857363;
    display: block;
    padding: 0 8px;
    color: #857363; }
    @media (min-width: 620px) {
      .item-tool__link {
        padding: 0 16px; } }
    .item-tool__link--selected, .item-tool__link:hover {
      background-color: #ECE6DD; }
  .item-tool:last-child .item-tool__link {
    border-right: none; }

.item-tool-dropdown {
  position: absolute;
  right: 0px;
  top: 21px;
  background-color: #F9F7F4;
  width: 270px;
  padding: 12px 24px 12px 12px;
  border-bottom: 2px solid #857363;
  display: none;
  z-index: 100; }
  .item-tool-dropdown--save {
    width: 205px; }
  .item-tool-dropdown__close {
    color: #DC1341;
    position: absolute;
    top: 5px;
    right: 5px; }

.flag-share__share-bar {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flag-share__item {
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  margin: 0; }

.flag-share__link {
  display: block; }

.flag-share__display img {
  height: 100%; }

.save-icon {
  position: absolute;
  z-index: 2000;
  display: none; }
  .save-icon--show {
    display: block; }

@media (min-width: 300px) and (max-width: 325px) {
  html[parentLang="es"] .item-tool-dropdown--share {
    width: 184px; } }

@media (min-width: 325px) and (max-width: 620px) {
  html[parentLang="es"] .item-tool-dropdown--share {
    width: 220px; } }

@media (min-width: 620px) and (max-width: 1440px) {
  html[parentLang="es"] .item-tool-dropdown--share {
    width: 270px; } }

html[parentLang="es"] .flag-share__share-bar {
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 300px) and (max-width: 620px) {
    html[parentLang="es"] .flag-share__share-bar {
      -ms-flex-pack: baseline;
          justify-content: baseline; } }

html[parentLang="es"] .flag-share__item:first-child {
  margin-left: 0; }

@media (min-width: 300px) and (max-width: 325px) {
  html[parentLang="es"] .flag-share__item {
    margin-left: 10px; } }

@media (min-width: 325px) and (max-width: 620px) {
  html[parentLang="es"] .flag-share__item {
    margin-left: 14px; } }

@media (min-width: 620px) and (max-width: 1440px) {
  html[parentLang="es"] .flag-share__item {
    margin-left: 0; } }

@media (min-width: 300px) {
  html[lang="en-US"] .item-tool-dropdown--save {
    width: 185px; } }

/* ----- Interstitial component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.interstitial {
  display: none;
  width: 100%;
  z-index: 2000; }
  .interstitial__container {
    background-color: #ECE6DD;
    margin: 0 auto;
    max-width: 500px;
    text-align: left;
    z-index: 2000;
    padding: 40px 29px 30px 16px;
    box-shadow: 4px 4px 3px #ccc;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%; }
    @media (min-width: 620px) {
      .interstitial__container {
        padding: 40px 50px 30px 40px; } }
  .interstitial .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border: none; }
    .interstitial .close-btn .icon {
      display: inline-block; }
  .interstitial .close-btn,
  .interstitial .close-btn:focus,
  .interstitial .close-btn:hover {
    color: #DB5E72; }
  .interstitial__body {
    padding-bottom: 30px;
    font-size: 14px; }
    .interstitial__body p {
      font-size: 14px; }
  .interstitial__buttons {
    margin: 0;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 620px) {
      .interstitial__buttons {
        margin: 0 30px;
        font-size: 16px; } }
    .interstitial__buttons-continue {
      background: #366378;
      padding: 8px 12px; }
      @media (min-width: 620px) {
        .interstitial__buttons-continue {
          padding: 8px 15px; } }
    .interstitial__buttons-continue, .interstitial__buttons-continue:focus, .interstitial__buttons-continue:hover {
      color: #fff; }
    .interstitial__buttons-continue:focus {
      outline: thin dashed #D1C9C0; }
    .interstitial__buttons-cancel {
      margin-top: 15px;
      padding: 8px 12px;
      width: 265px;
      font-size: 12px;
      background-color: #fff; }
      @media (min-width: 620px) {
        .interstitial__buttons-cancel {
          font-size: 16px; } }
    .interstitial__buttons-cancel, .interstitial__buttons-cancel:focus, .interstitial__buttons-cancel:hover {
      color: #366378; }

/* ----- Header boa component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.header-boa {
  z-index: 1000;
  position: relative;
  background-color: white;
  padding: 12px 0; }
  @media (min-width: 500px) {
    .header-boa {
      padding: 6px 0; } }
  .header-boa--fixed {
    padding-bottom: 96px; }
    .page--en .header-boa--fixed, .page--es .header-boa--fixed {
      padding-bottom: 48px; }
  .header-boa > .row {
    display: -ms-flexbox;
    display: flex; }
  .header-boa__link {
    display: none;
    margin-left: 36px;
    font-size: 14px;
    color: #6B5E51; }
    @media (min-width: 500px) {
      .header-boa__link {
        display: block; } }
    .header-boa__link--signin {
      display: block; }

.logo-boa {
  display: block;
  margin-right: auto; }
  .logo-boa img {
    width: 150px; }
    @media (min-width: 500px) {
      .logo-boa img {
        width: 130px; } }

.skip-to-content {
  position: absolute;
  left: -9999px;
  padding: 12px 0 0 12px; }
  .skip-to-content:hover, .skip-to-content:focus {
    position: relative;
    left: 0; }

/* ----- Header bmh component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.header-bmh {
  z-index: 2000;
  position: relative;
  background-color: #F9F7F4;
  padding: 12px 0; }
  .header-bmh--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header-bmh__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
  .header-bmh__link {
    display: none;
    color: #6B5E51;
    margin-left: 36px;
    font-size: 16px; }
    @media (min-width: 750px) {
      .header-bmh__link {
        display: block; } }
    .header-bmh__link--menu {
      display: block;
      -ms-flex-order: 5;
          order: 5; }
      @media (min-width: 750px) {
        .header-bmh__link--menu {
          -ms-flex-order: 0;
              order: 0; } }
    .header-bmh__link--highlight {
      background-color: #ECE6DD;
      outline: 5px solid #ECE6DD; }
    .header-bmh__link--mypriorities {
      position: relative; }
    .header-bmh__link i {
      margin-left: 6px; }
    .header-bmh__link i.icon--chev-down:before {
      vertical-align: sub; }

.header-bmh__overlay {
  margin-top: 93px; }
  @media (min-width: 620px) {
    .header-bmh__overlay {
      margin-top: 80px; } }

.header-bmh__overlay-fixed {
  margin-top: 48px; }

.logo-bmh {
  -ms-flex-order: 1;
      order: 1;
  display: block;
  margin-right: auto; }
  @media (min-width: 750px) {
    .logo-bmh {
      -ms-flex-order: 0;
          order: 0; } }
  .logo-bmh img {
    width: 185px; }
  .logo-bmh--kahn {
    display: none; }
    @media (min-width: 775px) {
      .logo-bmh--kahn {
        display: block; }
        .logo-bmh--kahn img {
          width: 402px;
          height: 20px; } }
  @media (min-width: 775px) {
    .logo-bmh--nokahn {
      display: none; } }

.search-container {
  position: relative; }

.search-bar {
  position: absolute;
  background-color: #D1C9C0;
  margin: 0;
  right: 0;
  top: 23px;
  height: 54px;
  width: 230px;
  z-index: 10000; }
  @media (min-width: 1025px) {
    .search-bar {
      width: 252px; } }

.saved-count {
  display: none;
  position: absolute;
  left: 75px;
  top: -5px;
  background-color: #DC1341;
  color: white;
  font-size: 9px;
  border-radius: 1em;
  font-weight: bold;
  font-family: Arial,sans-serif;
  padding: 3px 5px;
  line-height: 0.9; }
  .saved-count--show {
    display: block; }
  @media (min-width: 750px) {
    .saved-count {
      left: 84px; } }

html[parentLang="es"] .header-bmh__link {
  margin-left: 24px; }

html[parentLang="es"] .saved-count {
  left: 91px; }
  @media (min-width: 750px) {
    html[parentLang="es"] .saved-count {
      left: 100px; } }

/* ----- Footer component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.footer {
  background-color: #ECE6DD;
  padding: 24px 0 48px 0;
  text-align: center; }
  @media (min-width: 980px) {
    .footer {
      text-align: left; } }
  .footer__row {
    display: block;
    max-width: 1080px; }
  .footer__logo-bmh {
    display: block;
    float: left; }
    .footer__logo-bmh img {
      width: 185px; }
    .footer__logo-bmh--kahn {
      display: none; }
      .footer__logo-bmh--kahn img {
        width: 402px;
        height: 20px; }
      @media (min-width: 980px) {
        .footer__logo-bmh--kahn {
          display: block;
          margin: 25px 0 24px 0;
          float: left; } }
    .footer__logo-bmh--nokahn {
      display: inline-block;
      float: none; }
      @media (min-width: 980px) {
        .footer__logo-bmh--nokahn {
          display: none; } }
  @media (min-width: 980px) {
    .footer__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .footer__links {
    text-align: left;
    column-count: 2;
    margin: 24px auto 40px auto;
    max-width: 320px; }
    @media (min-width: 980px) {
      .footer__links {
        column-count: 1;
        max-width: 100%;
        margin: 0 0 12px 0; } }
  .footer__link {
    display: block;
    color: #6B5E51;
    font-size: 16px;
    padding: 3px 0; }
    @media (min-width: 980px) {
      .footer__link {
        display: inline-block;
        line-height: 1;
        border-left: 1px solid #6B5E51;
        margin: 12px 0;
        padding: 0 4px 0 6px; }
        .footer__link:first-of-type {
          padding-left: 0;
          border-left: none; } }
  .footer__social {
    padding: 0 0 36px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .footer__social.desktop {
      display: none; }
      @media (min-width: 980px) {
        .footer__social.desktop {
          display: -ms-flexbox;
          display: flex; } }
    .footer__social.mobile {
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 980px) {
        .footer__social.mobile {
          display: none; } }
    .footer__social.small-device {
      display: -webkit-inline-box; }
  .footer__socialheader {
    display: block;
    margin: 0;
    padding-bottom: 10px; }
    @media (min-width: 980px) {
      .footer__socialheader {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        text-align: left;
        font-size: 15px;
        margin: 27px 0 22px;
        line-height: 1;
        padding-bottom: 0; } }
    @media (min-width: 980px) {
      .footer__socialheader.mobile {
        display: none; } }
  .footer__legal {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .footer__legal--item {
      display: inline-block;
      margin: 0;
      width: 100%; }
    .footer__legal--top {
      font-size: 11px;
      line-height: 1.5em; }
      @media (min-width: 375px) {
        .footer__legal--top {
          font-size: 0.75em; } }
      .footer__legal--top-link {
        color: #6B5E51;
        display: inline-block; }
      .footer__legal--top-break {
        display: none; }
      .footer__legal--top .icon {
        font-size: 1em; }
        .footer__legal--top .icon:before {
          position: relative;
          top: 1px; }
    .footer__legal--id {
      font-size: 12px; }
    .footer__legal p {
      font-size: 11px;
      line-height: 1.4; }

.icon-social {
  display: block;
  -ms-flex-preferred-size: 42px;
      flex-basis: 42px;
  margin: 0 5px; }
  .icon-social img {
    width: 100%; }

/* ----- Disclaimer component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.disclaimer {
  margin-left: auto; }
  .template--videopage .disclaimer,
  .template--partnerpage .disclaimer,
  .template--partneritempage .disclaimer, .disclaimer--side-by-side {
    margin-top: -50px;
    z-index: 100; }
  .disclaimer__button {
    text-align: right; }
  .disclaimer .toggle-button {
    padding-top: 4px; }
  @media print {
    .disclaimer--side-by-side {
      margin-top: 0px; } }

/* ----- Advertising component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.advertising {
  position: fixed;
  margin: 15vh 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1750; }
  .advertising .overlay {
    display: none; }
  .advertising__container {
    display: none;
    position: relative;
    margin: 0 auto;
    padding: 25px 10px 0 20px;
    max-width: 95%;
    background-color: #ECE6DD;
    text-align: left;
    z-index: 2000; }
    @media (min-width: 620px) {
      .advertising__container {
        max-width: 70%;
        padding: 20px; } }
  .advertising__scroll-text {
    max-height: 500px;
    margin-top: 0;
    padding-right: 10px; }
    .advertising__scroll-text h2 {
      margin-top: 0; }
    @media (min-width: 620px) {
      .advertising__scroll-text {
        margin-top: 10px; } }
    @media (max-width: 620px) {
      .advertising__scroll-text {
        height: 70vh; } }

@media screen and (orientation: landscape) and (max-height: 620px) {
  .advertising__scroll-text {
    height: 50vh; } }
  .advertising .close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    border: none;
    color: #524940; }
    .advertising .close-btn .icon {
      display: inline-block; }
  .advertising .close-btn,
  .advertising .close-btn:focus,
  .advertising .close-btn:hover {
    color: #524940; }

.advertising.editable {
  position: initial;
  margin: 0; }

.advertising.editable .advertising__container {
  display: block; }

.advertising.editable .advertising__scroll-text {
  height: initial; }

/* ----- Viewallseries component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.all-series__row {
  padding: 24px; }
  @media (min-width: 620px) {
    .all-series__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .all-series__row--items {
        padding: 24px 0; } }

.collection-teaser {
  display: block;
  position: relative;
  margin-bottom: 24px; }
  .collection-teaser:hover {
    -ms-transform: scale(1.03);
        transform: scale(1.03); }
  @media (min-width: 620px) {
    .collection-teaser {
      -ms-flex-preferred-size: calc(50% - 48px);
          flex-basis: calc(50% - 48px);
      margin: 24px; } }
  @media (min-width: 1000px) {
    .collection-teaser {
      -ms-flex-preferred-size: calc(33.33333333332% - 48px);
          flex-basis: calc(33.33333333332% - 48px);
      margin: 24px; } }
  .collection-teaser__content {
    background-color: #F9F7F4;
    padding: 12px 12px 120px 12px;
    position: relative; }
    @media (min-width: 620px) {
      .collection-teaser__content {
        height: 212px; } }
  .collection-teaser__title {
    padding: 12px;
    font-size: 24px;
    font-family: ConnectionsLight;
    margin: 0;
    line-height: 1.2; }
    @media (min-width: 620px) {
      .collection-teaser__title {
        min-height: 110px; } }
  .collection-teaser__description {
    font-size: 17px;
    line-height: 1.2;
    z-index: 100;
    position: relative;
    color: #6B5E51; }
  .collection-teaser__image {
    position: absolute;
    padding-top: 24px;
    bottom: 0px;
    right: 0px;
    width: 125px; }
  .collection-teaser__item-count {
    margin: 0;
    color: #6B5E51;
    font-size: 20px; }

.collection-teaser-cta {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  bottom: 48px;
  left: 12px;
  font-size: 19px;
  z-index: 100;
  color: #6B5E51; }
  .collection-teaser-cta__image {
    width: 24px;
    margin-left: 3px; }

/* ----- Video component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.aem-wrap--video .video__wrapper {
  position: relative;
  border: 1px solid #ECE6DD; }
  .aem-wrap--video .video__wrapper:after {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .aem-wrap--video .video__wrapper .video-js .vjs-big-play-button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -56px;
    text-align: center;
    vertical-align: center;
    cursor: pointer !important;
    background: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/play-btn.svg") no-repeat center center;
    height: 72px;
    width: 112px;
    border-radius: 0;
    border: none;
    opacity: 0.8; }
    .aem-wrap--video .video__wrapper .video-js .vjs-big-play-button:before {
      content: ''; }
    .aem-wrap--video .video__wrapper .video-js .vjs-big-play-button:hover, .aem-wrap--video .video__wrapper .video-js .vjs-big-play-button:focus {
      box-shadow: none;
      opacity: 0.9; }

.aem-wrap--video .video-js {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
  .aem-wrap--video .video-js .vjs-poster {
    background-size: cover; }

.vjs-captions-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button .vjs-menu .vjs-menu-content {
  left: -55px;
  width: 15em; }

.vjs-captions-button.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button .vjs-menu .vjs-menu-item {
  font-size: 14px;
  padding: 2px; }

.vjs-texttrack-settings,
.vjs-caption-settings {
  display: none; }
  @media (min-width: 620px) {
    .vjs-texttrack-settings,
    .vjs-caption-settings {
      display: block; } }

.vjs-duration, .vjs-current-time {
  padding: 0 !important; }

@media (max-width: 750px) {
  .video-js .vjs-menu-button-inline {
    overflow: inherit; }
    .video-js .vjs-menu-button-inline .vjs-menu {
      display: none; }
  .video-js .vjs-menu-button-inline:hover .vjs-menu {
    display: block; }
    .video-js .vjs-menu-button-inline:hover .vjs-menu .vjs-volume-level {
      max-width: 4em; } }

.video {
  margin-bottom: 36px; }
  .video button:hover, .video button:focus {
    background-color: transparent; }
  .video--information-bottom {
    padding: 6px 18px;
    background-color: #ECE6DD; }
    .video--information-bottom .video__title {
      margin: 0;
      color: #524940; }
  @media (min-width: 620px) {
    .video__teaser {
      line-height: 1.2; } }
  .video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 3em;
    left: 1em;
    right: 1em; }
    .video-js .vjs-text-track-display div {
      color: #fff;
      width: 80%;
      margin: 0 auto !important; }
      .video-js .vjs-text-track-display div div {
        background-color: rgba(7, 20, 30, 0.7) !important;
        color: #fff;
        line-height: 1.2em;
        font-size: 1.2em; }
        .video-js .vjs-text-track-display div div div {
          background-color: transparent !important; }
  .video-js .vjs-text-track-display.fullscreen div div {
    font-size: 15px !important;
    height: initial !important;
    top: initial !important;
    bottom: 50px !important; }
    .video-js .vjs-text-track-display.fullscreen div div div {
      bottom: 0 !important; }
  .video__transcript-wrapper {
    display: none; }
  .video .toggle-transcript:after {
    bottom: 0px; }

.additional-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .additional-videos__transcript {
    display: none; }

.additional-video {
  margin-left: 12px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #F9F7F4;
  border: 1px solid #ECE6DD;
  background-size: cover;
  opacity: 0.4;
  transition: opacity 0.5s; }
  .additional-video:first-of-type {
    margin-left: 0; }
  .additional-video:hover {
    opacity: 1; }
  .additional-video:after {
    padding-top: 56.6063978%;
    display: block;
    content: ''; }
  .additional-video--selected {
    opacity: 1;
    border: 1px solid #BB3643; }

.template--partnerpage .column--top .aem-wrap--video {
  width: 100%; }
  @media (min-width: 950px) {
    .template--partnerpage .column--top .aem-wrap--video {
      width: 28%;
      -ms-flex-order: 2;
          order: 2; } }

.template--partnerpage .column--top .js-transcript-section, .template--partnerpage .column--top .js-disclaimer-section {
  width: 100%;
  position: relative;
  left: 0; }
  @media (min-width: 950px) {
    .template--partnerpage .column--top .js-transcript-section, .template--partnerpage .column--top .js-disclaimer-section {
      width: 70%;
      position: absolute;
      left: 30%; } }

.template--partnerpage .fblive .js-transcript-section, .template--partnerpage .fblive .js-disclaimer-section {
  width: 100%;
  position: relative;
  left: 0; }
  @media (min-width: 950px) {
    .template--partnerpage .fblive .js-transcript-section, .template--partnerpage .fblive .js-disclaimer-section {
      position: absolute; } }

/* ----- Resource Download component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.up-next {
  padding-bottom: 60px;
  width: 100%; }
  .up-next__header {
    font-size: 16px;
    margin-bottom: 12px;
    font-family: 'Connections';
    font-weight: bold; }
  .up-next__results {
    display: block; }
    @media (min-width: 620px) {
      .up-next__results {
        display: -ms-flexbox;
        display: flex; } }
    .up-next__results .heading-level-6 {
      font-size: 14px;
      line-height: 1.25; }

/* ----- Toppicks component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.toppicks__row {
  padding: 18px; }
  @media (min-width: 620px) {
    .toppicks__row {
      padding: 18px 12px 0;
      max-width: 1080px;
      margin: 0 auto; } }
  .toppicks__row--top {
    padding: 36px 18px 18px; }

.toppicks__title {
  border-bottom: 2px solid #DC1341;
  text-align: center;
  display: table;
  padding: 3px;
  margin: 0 auto; }

.toppicks__display {
  font-size: 14px;
  font-style: italic;
  color: #6B5E51; }

.toppicks__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .toppicks__container .spotlight {
    -ms-flex: 0 100%;
        flex: 0 100%;
    max-height: 150px;
    margin-bottom: 30px; }
    @media (min-width: 620px) {
      .toppicks__container .spotlight {
        -ms-flex: 0 50%;
            flex: 0 50%; } }
    .toppicks__container .spotlight__image {
      width: 150px;
      height: 150px; }
    .toppicks__container .spotlight__description {
      overflow: hidden; }

.toppicks__show-more {
  width: 50%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: none; }
  .toppicks__show-more::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #F9F7F4;
    z-index: -1;
    top: 50%;
    margin-top: -1px;
    left: 0; }

.toppicks .show-more__button {
  padding: 6px;
  background: white;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  z-index: 20; }

/* ----- Topicfilter component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.topicfilter__heading {
  color: #BB3643;
  text-align: center;
  font-size: 28px; }
  @media (min-width: 1000px) {
    .topicfilter__heading {
      text-align: left;
      border-bottom: 2px solid #ECE6DD;
      padding: 12px;
      margin-left: -12px;
      width: calc(100% + 24px); } }
  .topicfilter__heading--hidden {
    display: none; }

.topicfilter__show-more {
  margin-bottom: 100px; }
  .topicfilter__show-more--show {
    display: block; }

.topicfilter .mosaic-item--featured-false {
  display: none; }

.topicfilter .mosaic-item--showoverview-false, .topicfilter .mosaic-item--showoverview- {
  display: none; }

.tab-nav--topics {
  padding: 0 36px 24px 36px; }
  @media (min-width: 1000px) {
    .tab-nav--topics {
      background-color: #ECE6DD !important;
      padding: 0;
      border-bottom: 2px solid; } }
  .tab-nav--topics__tab {
    border-color: #ECE6DD;
    color: #6B5E51;
    background-color: #F9F7F4; }
    .tab-nav--topics__tab:not(.background--template-theme-color-dark):hover, .tab-nav--topics__tab:not(.background--template-theme-color-dark):focus {
      border-color: white;
      background-color: white; }
  .tab-nav--topics__tabs {
    background-color: #F9F7F4; }
    @media (min-width: 1000px) {
      .tab-nav--topics__tabs {
        background-color: transparent; } }

/* ----- Tip tile component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tip-tile {
  position: relative;
  max-width: 1159px;
  margin: 18px auto 0;
  color: #333333; }
  @media (min-width: 1207px) {
    .tip-tile {
      margin-top: 36px; } }
  .tip-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%; }
  .tip-tile--color-teal::before {
    background-color: #47BFAC; }
  .tip-tile__anchor-wrapper {
    transition: all 250ms ease-in-out; }
    .tip-tile__anchor-wrapper:hover, .tip-tile__anchor-wrapper:focus {
      box-shadow: 0 2px 6px 0 rgba(172, 172, 172, 0.8); }
      .tip-tile__anchor-wrapper:hover .tip-tile__link-text:after, .tip-tile__anchor-wrapper:focus .tip-tile__link-text:after {
        -ms-transform: translateX(5px);
            transform: translateX(5px); }
  .tip-tile__anchor-wrapper, .tip-tile__div-wrapper {
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    box-shadow: 0 2px 6px 0 rgba(172, 172, 172, 0.5); }
    .tip-tile__anchor-wrapper:hover, .tip-tile__anchor-wrapper:focus, .tip-tile__div-wrapper:hover, .tip-tile__div-wrapper:focus {
      color: inherit; }
  .tip-tile__text-wrapper {
    width: 100%; }
    @media (min-width: 800px) {
      .tip-tile__text-wrapper {
        width: 80%; } }
  .tip-tile__image {
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 16px;
    margin-left: 24px; }
    @media (min-width: 800px) {
      .tip-tile__image {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        width: 77px;
        height: 77px;
        margin: 0 50px 0; } }
  .tip-tile__header {
    margin: 12px 0 24px 16px;
    font-family: Connections;
    font-size: 24px; }
    @media (min-width: 800px) {
      .tip-tile__header {
        margin: 20px 0 30px;
        font-size: 32px; } }
  .tip-tile__author {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5; }
  .tip-tile__overview p {
    font-size: 14px; }
    @media (min-width: 800px) {
      .tip-tile__overview p {
        font-size: 18px; } }
  .tip-tile__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 27px;
    height: 27px;
    padding: 0;
    background-color: transparent; }
    .tip-tile__close:hover {
      background-color: transparent; }
    @media (min-width: 800px) {
      .tip-tile__close {
        width: 32px;
        height: 32px; } }
    .tip-tile__close::before, .tip-tile__close::after {
      position: absolute;
      top: 0;
      left: 13px;
      content: '';
      height: 27px;
      width: 2px;
      background-color: #000; }
      @media (min-width: 800px) {
        .tip-tile__close::before, .tip-tile__close::after {
          height: 32px; } }
    .tip-tile__close::before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .tip-tile__close::after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .tip-tile__link-text {
    color: #414141;
    font-size: 14px; }
    @media (min-width: 800px) {
      .tip-tile__link-text {
        font-size: 18px; } }
    .tip-tile__link-text::after {
      transition: all 250ms ease-in-out;
      display: inline-block;
      content: '';
      background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/link-arrow.svg");
      width: 12px;
      height: 10px;
      position: relative;
      top: 0;
      right: -10px; }
  .tip-tile__overview, .tip-tile__link-text {
    margin-left: -37px;
    padding-right: 24px; }
    @media (min-width: 800px) {
      .tip-tile__overview, .tip-tile__link-text {
        margin-left: 0;
        padding-right: 0; } }

/* ----- Teaser component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.teaser {
  background: #F9F7F4;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  @media (min-width: 620px) {
    .teaser {
      margin-bottom: 0; } }
  .teaser__image {
    width: 75px;
    height: 75px; }
  .teaser__title {
    padding: 12px 12px;
    color: #6B5E51;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-align: center;
        align-items: center; }
    .teaser__title * {
      margin: 0; }
  .teaser__title:hover {
    color: #012169; }

/* ----- Teaser component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.teaser--knockout .teaser__title {
  background: white; }

/* ----- Table component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.table-wrapper {
  margin: 50px 0;
  position: relative; }
  @media (min-width: 620px) {
    .table-wrapper {
      padding-left: 0px !important; } }
  .table-wrapper--heading {
    padding: 12px 0;
    background-color: #F9F7F4;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    border-bottom: 1px solid #5C7D69; }
    @media (min-width: 620px) {
      .table-wrapper--heading {
        padding: 5px 0;
        font-size: 26px; } }
  .table-wrapper--footnote {
    padding: 12px 6px 0;
    font-size: 14px; }
  .table-wrapper--content {
    overflow-x: auto;
    width: 100%; }
    .table-wrapper--content .table-bmh {
      width: 100%;
      max-width: 100%;
      border: none; }
      @media (min-width: 620px) {
        .table-wrapper--content .table-bmh {
          table-layout: fixed; } }
      .table-wrapper--content .table-bmh--vertical {
        border-right: 1px solid #ECE6DD;
        border-left: 1px solid #ECE6DD; }
        .table-wrapper--content .table-bmh--vertical .table-bmh__cell:not(:last-child) {
          border-right: 1px solid #ECE6DD; }
      .table-wrapper--content .table-bmh__row:not(:last-child) {
        border-bottom: 1px solid #ECE6DD; }
      .table-wrapper--content .table-bmh__cell {
        min-width: 148px;
        padding: 12px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle; }
        @media (min-width: 620px) {
          .table-wrapper--content .table-bmh__cell {
            padding: 9px 20px 10px;
            font-size: 16px; } }
        .table-wrapper--content .table-bmh__cell--label {
          font-size: 14px; }
          @media (min-width: 620px) {
            .table-wrapper--content .table-bmh__cell--label {
              font-size: 20px; } }
        .table-wrapper--content .table-bmh__cell--total {
          color: #fff; }
        .table-wrapper--content .table-bmh__cell--dark {
          color: #000; }
        .table-wrapper--content .table-bmh__cell--light {
          color: #fff; }
        .table-wrapper--content .table-bmh__cell--title {
          font-weight: 900; }
        .table-wrapper--content .table-bmh__cell--bold {
          font-weight: 600; }
        .table-wrapper--content .table-bmh__cell--regular {
          font-weight: 400; }
        .table-wrapper--content .table-bmh__cell--defaultGrey {
          background-color: #fff; }
      .table-wrapper--content .table-bmh tfoot .table-bmh__row:first-child {
        border-top: 1px solid #ECE6DD; }
      .table-wrapper--content .table-bmh tfoot .table-bmh__row:last-child {
        border-bottom: 1px solid #ECE6DD; }
    .table-wrapper--content .table-bmh--fixed {
      background-color: #fff;
      display: inline-block;
      left: 0;
      position: absolute;
      width: 50% !important;
      z-index: 100; }
      @media (min-width: 620px) {
        .table-wrapper--content .table-bmh--fixed {
          display: none; } }
      .table-wrapper--content .table-bmh--fixed thead {
        background-color: #fff; }
      .table-wrapper--content .table-bmh--fixed.table-bmh--vertical {
        border: none;
        border-left: 1px solid #ECE6DD; }
  .table-wrapper--navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto; }
    @media (min-width: 620px) {
      .table-wrapper--navigation {
        display: none; } }
    .table-wrapper--navigation__back, .table-wrapper--navigation__next {
      font-size: 22px;
      margin: 12px;
      color: #D1C9C0; }
    .table-wrapper--navigation__back:hover, .table-wrapper--navigation__back:focus, .table-wrapper--navigation__next:hover, .table-wrapper--navigation__next:focus {
      color: #D1C9C0; }
    .table-wrapper--navigation__back.active, .table-wrapper--navigation__next.active {
      color: #DC1341; }
    .table-wrapper--navigation__back.active:hover, .table-wrapper--navigation__back.active:focus, .table-wrapper--navigation__next.active:hover, .table-wrapper--navigation__next.active:focus {
      color: #DB5E72; }
    .table-wrapper--navigation__dots {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      padding: 0;
      margin: 0; }
      .table-wrapper--navigation__dots li {
        padding: 0 5px 6px;
        color: #D1C9C0; }

/* ----- Spotlight component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.spotlight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 620px) {
    .spotlight {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .spotlight__image {
    display: none;
    width: 100%; }
    .spotlight__image--mobile {
      display: block; }
      @media (min-width: 620px) {
        .spotlight__image--mobile {
          display: none; } }
    .spotlight__image--desktop {
      display: none; }
      @media (min-width: 620px) {
        .spotlight__image--desktop {
          display: block;
          width: 150px; } }
      @media (min-width: 950px) {
        .spotlight__image--desktop {
          width: 260px;
          min-height: 100px; } }
    .spotlight__image-wrapper {
      display: none;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 12px 0 0; }
      .spotlight__image-wrapper--mobile {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0; }
      @media (min-width: 620px) {
        .spotlight__image-wrapper {
          width: auto;
          display: block;
          margin: 0; } }
  .spotlight__teaser {
    padding: 0;
    -ms-flex-positive: 2;
        flex-grow: 2;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 620px) {
      .spotlight__teaser {
        padding: 0 18px; } }
    .spotlight__teaser-wrapper {
      position: relative;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
  .spotlight__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #D1C9C0;
    z-index: 100; }
    @media (min-width: 620px) and (max-width: 1000px) {
      .spotlight__close {
        right: 12px; } }
    @media (min-width: 1000px) {
      .spotlight__close {
        right: 24px; } }
  .spotlight__title {
    color: #366378;
    margin: 0 12px auto 0;
    font-size: 16px; }
    @media (min-width: 620px) {
      .spotlight__title {
        margin-right: 30px; } }
    @media (min-width: 950px) {
      .spotlight__title {
        margin: 3px 30px 3px 0; } }
  .spotlight__description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px 0;
    margin-bottom: auto;
    color: #6B5E51; }
  .spotlight__link {
    display: -ms-flexbox;
    display: flex;
    margin: 36px 0;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
    color: #6B5E51; }
    @media (min-width: 620px) {
      .spotlight__link {
        margin-top: 12px;
        margin-bottom: 0; } }
    .spotlight__link .link__icon {
      min-width: 24px;
      margin-right: 6px;
      font-size: 24px; }
  .spotlight:hover .spotlight__link {
    color: #366378; }
  .spotlight--border .spotlight__image-wrapper {
    -ms-flex-item-align: start;
        align-self: flex-start;
    border: 1px solid #D1C9C0; }

.template--partnerpage .spotlight__title {
  font-size: 20px;
  margin: 0 18px 8px 0; }

/* ----- Series component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.all-series-cta {
  text-align: center;
  padding-bottom: 24px; }
  .all-series-cta__heading {
    font-size: 26px;
    color: #4A7B96;
    margin: 12px 0; }
  .all-series-cta__button {
    background-color: #366378;
    color: white;
    font-size: 16px; }
    .all-series-cta__button:hover, .all-series-cta__button:focus {
      background-color: #4A7B96;
      color: white; }

/* ----- Saving budgeting callout component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.saving-budgeting-callout {
  background-color: #6D9F78;
  padding: 24px 24px 0;
  margin-top: 24px;
  position: relative; }
  @media (min-width: 680px) {
    .saving-budgeting-callout {
      border-bottom: 38px solid #5C7E6A;
      padding: 72px 48px 48px 48px; } }
  .saving-budgeting-callout--show {
    display: block; }
  .saving-budgeting-callout__heading {
    color: white;
    margin-top: 0; }
    @media (min-width: 620px) {
      .saving-budgeting-callout__heading {
        font-size: 28px; } }
  .saving-budgeting-callout__bodytext {
    color: white; }
    @media (min-width: 680px) {
      .saving-budgeting-callout__bodytext {
        margin: 0 225px 22px 0;
        font-size: 19px;
        font-weight: 400; } }
  .saving-budgeting-callout__image {
    width: 200px;
    margin: 15px auto 0; }
    @media (min-width: 680px) {
      .saving-budgeting-callout__image {
        position: absolute;
        width: 230px;
        right: 45px;
        bottom: -38px; } }

/* ----- Testing component component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.quiz {
  background-color: #ECE6DD;
  border-bottom: none;
  overflow: hidden; }

.quiz-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #524940;
  color: white;
  margin: 0;
  padding: 12px 0; }
  @media (min-width: 585px) {
    .quiz-title {
      font-size: 26px;
      padding: 12px 0; } }

.quiz-question {
  position: absolute;
  transition: 0.25s all;
  -ms-transform: scale(1);
      transform: scale(1);
  width: 100%; }
  .quiz-question--hide {
    -ms-transform: scale(0);
        transform: scale(0); }
  .quiz-question__content {
    text-align: left;
    margin: 14px;
    font-size: 15px;
    line-height: 1.2; }
    .quiz--type1 .quiz-question__content {
      font-size: 14px; }
      @media (min-width: 585px) {
        .quiz--type1 .quiz-question__content {
          font-size: 24px; } }
    @media (min-width: 585px) {
      .quiz-question__content {
        font-size: 24px;
        font-family: ConnectionsLight;
        margin: 48px 24px; }
        .quiz--type1 .quiz-question__content {
          margin: 24px 24px 12px 24px; } }
  .quiz-question__responses {
    margin: 14px; }
  .quiz-question__response {
    display: block;
    color: #6B5E51;
    background-color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 6px;
    line-height: 1;
    padding: 6px 0; }
    .quiz--type1 .quiz-question__response {
      font-size: 15px; }
    @media (min-width: 585px) {
      .quiz-question__response {
        font-size: 20px;
        padding: 7px 0; } }

.quiz-answer__resolve-screen {
  padding: 6px;
  position: absolute;
  transition: 0.25s 0.25s all;
  -ms-transform: scale(0);
      transform: scale(0);
  width: 100%; }
  @media (min-width: 585px) {
    .quiz-answer__resolve-screen {
      margin: 20px;
      width: calc(100% - 40px); } }
  .quiz-answer__resolve-screen--show {
    -ms-transform: scale(1);
        transform: scale(1); }

.quiz-answer__content-helper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 130px; }
  @media (min-width: 585px) {
    .quiz-answer__content-helper {
      min-height: 200px; } }
  .quiz--type1 .quiz-answer__content-helper {
    min-height: 0; }

.quiz-answer__content {
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 8px 0; }
  @media (min-width: 585px) {
    .quiz-answer__content {
      font-size: 20px;
      margin-bottom: 12px;
      font-family: ConnectionsLight; } }

.quiz-answer__related-link {
  display: block;
  color: white;
  font-size: 13px;
  text-align: center;
  margin-top: 2px;
  line-height: 1;
  padding: 4px 0; }
  @media (min-width: 585px) {
    .quiz-answer__related-link {
      font-size: 18px;
      padding: 5px 0; } }

.quiz-answer__resolve-screen.correct .correct {
  display: block; }

.quiz-answer__resolve-screen.correct .incorrect {
  display: none; }

.quiz-answer__resolve-screen.incorrect .correct {
  display: none; }

.quiz-answer__resolve-screen.incorrect .incorrect {
  display: block; }

.quiz-answer__resolve-screen.type1 .quiz-answer-status__percentage {
  display: block; }

.quiz-response-percent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: bold;
  font-size: 12px; }
  @media (min-width: 585px) {
    .quiz-response-percent {
      font-size: 14px; } }
  .quiz-response-percent__text {
    margin-bottom: 3px;
    font-weight: normal; }
    .quiz--type1 .quiz-response-percent__text {
      line-height: 1; }
      @media (min-width: 585px) {
        .quiz--type1 .quiz-response-percent__text {
          font-size: 14px;
          line-height: 1.5; } }
  .quiz-response-percent__percentage {
    text-align: right; }

.quiz-bar-chart {
  width: 100%;
  height: 12px;
  position: relative;
  background-color: #F9F7F4;
  overflow: hidden; }
  @media (min-width: 585px) {
    .quiz-bar-chart {
      height: 18px; } }
  .quiz-bar-chart__amount {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

.quiz-answer-status__option {
  display: none;
  text-align: center;
  font-weight: bold; }
  .quiz-answer-status__option figure {
    width: 24px;
    height: 24px;
    margin: 0 auto; }
    @media (min-width: 585px) {
      .quiz-answer-status__option figure {
        width: 34px;
        height: 34px; } }

.quiz-answer-status__status {
  font-family: ConnectionsLight;
  font-size: 24px;
  margin: 12px 0;
  line-height: 1.2; }
  @media (min-width: 585px) {
    .quiz-answer-status__status {
      font-size: 34px; } }

.quiz-answer-status__percentage {
  display: none;
  margin-bottom: 8px; }
  .quiz-answer-status__percentage ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    .quiz-answer-status__percentage ul li {
      list-style: none;
      margin: 0 0 4px 0; }
      @media (min-width: 585px) {
        .quiz-answer-status__percentage ul li {
          margin: 0 0 12px 0; } }

/* ----- Pullquote component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */

/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
/***************************************************************
** Base teaser class located @ /generic/teaser
***************************************************************/
.teaser--promo .teaser__image {
  max-width: 119px; }

.teaser--promo .teaser__title {
  font-style: italic; }

/* ----- Medium teaser component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.medium-teaser {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 620px) {
    .medium-teaser {
      display: block; } }
  @media (min-width: 300px) and (max-width: 620px) {
    .medium-teaser {
      display: block; } }
  .medium-teaser__image {
    margin-bottom: 2px;
    max-width: 298px;
    -ms-flex-order: 1;
        order: 1; }
    @media (min-width: 300px) and (max-width: 620px) {
      .medium-teaser__image {
        margin: 0 auto 20px auto; } }
  .medium-teaser__bottom-info {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 12px; }
    @media (min-width: 620px) {
      .medium-teaser__bottom-info {
        padding-left: 0; } }
    @media (min-width: 300px) and (max-width: 620px) {
      .medium-teaser__bottom-info {
        padding-left: 0; } }
  .medium-teaser__description {
    color: #6B5E51;
    margin: 0 0 2px 0;
    min-height: 160px;
    font-size: 14px; }
    @media (min-width: 620px) {
      .medium-teaser__description {
        min-height: inherit; } }
    @media (min-width: 300px) and (max-width: 620px) {
      .medium-teaser__description {
        min-height: inherit; } }
    .medium-teaser__description p {
      margin: 0;
      padding-top: 24px;
      font-size: 14px; }
      @media (min-width: 620px) {
        .medium-teaser__description p {
          padding-top: 0; } }
      @media (min-width: 300px) and (max-width: 620px) {
        .medium-teaser__description p {
          padding-top: 0; } }
  .medium-teaser__link {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    display: block; }
    .medium-teaser__link .icon {
      color: #6B5E51;
      font-size: 10px; }

/* ----- Mediapicture component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.media-picture {
  display: block;
  margin: 0 auto 20px; }
  @media (min-width: 620px) {
    .media-picture {
      margin-bottom: 0;
      width: auto; } }
  .media-picture--left {
    float: none; }
    @media (min-width: 620px) {
      .media-picture--left {
        float: left;
        padding: 0 36px 36px 0; } }
  .media-picture--right {
    float: none; }
    @media (min-width: 620px) {
      .media-picture--right {
        float: right;
        padding: 0 0 36px 36px; } }
  .media-picture__image {
    display: block; }
    @media (min-width: 620px) {
      .media-picture__image {
        max-width: 250px; } }
  .media-picture__caption {
    width: 100%;
    display: block;
    margin-top: 6px;
    padding: 10px;
    color: white; }
    .media-picture__caption.indented {
      width: 100%;
      padding: 12px 24px;
      display: block;
      font-size: 16px;
      color: white;
      margin-top: 0;
      position: relative; }
      @media (min-width: 620px) {
        .media-picture__caption.indented {
          width: 95%;
          margin-top: -24px; } }

/* ----- Masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.masthead, .masthead .image, .masthead .image__bg {
  min-height: 380px; }
  @media (min-width: 750px) {
    .masthead, .masthead .image, .masthead .image__bg {
      min-height: 480px; } }
  @media (min-width: 1000px) {
    .masthead, .masthead .image, .masthead .image__bg {
      min-height: 650px; } }

.masthead--tall, .masthead--tall .image, .masthead--tall .image__bg {
  min-height: 480px; }
  @media (min-width: 1000px) {
    .masthead--tall, .masthead--tall .image, .masthead--tall .image__bg {
      min-height: 650px; } }

.masthead {
  max-width: 1600px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .masthead .image {
    z-index: -1;
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .masthead__preheading-image {
    margin-bottom: 12px; }
    @media (min-width: 750px) {
      .masthead__preheading-image {
        margin-bottom: 30px; } }
  .masthead__content {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
    height: 380px;
    padding: 0 24px;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1320px; }
    @media (min-width: 750px) {
      .masthead__content {
        height: 480px;
        padding-left: 3vw;
        margin: 0; } }
    @media (min-width: 1000px) {
      .masthead__content {
        height: 650px;
        padding-right: 96px; } }
    @media (min-width: 1200px) {
      .masthead__content {
        margin-left: auto;
        margin-right: auto; } }
  .masthead__preheading {
    margin: 0 0 0.85em;
    font-size: 16px; }
    @media (min-width: 750px) {
      .masthead__preheading {
        font-size: 18px; } }
  .masthead__heading {
    font-family: Connections;
    font-size: 28px;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 10px;
    max-width: 600px; }
    @media (min-width: 750px) {
      .masthead__heading {
        font-size: 36px; } }
    @media (min-width: 1000px) {
      .masthead__heading {
        font-size: 48px; } }
    @media (min-width: 1200px) {
      .masthead__heading {
        font-size: 52px; } }
  .masthead__description,
  .masthead__description p {
    font-size: 18px;
    margin: 0;
    max-width: 600px; }
    @media (min-width: 750px) {
      .masthead__description,
      .masthead__description p {
        font-size: 24px; } }
  .masthead__description p {
    line-height: 1.333; }
    @media (min-width: 750px) {
      .masthead__description p {
        line-height: 1.4; } }
  .masthead .cta-group {
    margin: 30px 0 0 0; }
    @media (min-width: 620px) {
      .masthead .cta-group__wrapper {
        margin: 5px 12px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto; }
        .masthead .cta-group__wrapper:first-child {
          margin-left: 0; }
        .masthead .cta-group__wrapper:last-child {
          margin-right: 0; } }
    .masthead .cta-group .cta {
      transition: all 250ms ease-in-out;
      width: auto;
      min-width: auto;
      max-width: none;
      min-height: 50px;
      display: inline-block;
      padding: 12px 65px;
      font-size: 18px;
      border: 1px solid #4A7B96;
      background-color: #4A7B96; }
      .masthead .cta-group .cta:hover, .masthead .cta-group .cta:focus {
        background-color: #366378; }
      .masthead .cta-group .cta .cta__text {
        font-family: 'Connections', Helvetica, Arial, sans-serif; }
      .masthead .cta-group .cta--link, .masthead .cta-group .cta--arrow-link {
        color: #fff; }
        @media (min-width: 620px) {
          .masthead .cta-group .cta--link, .masthead .cta-group .cta--arrow-link {
            margin: 0; } }
        .masthead .cta-group .cta--link:hover, .masthead .cta-group .cta--arrow-link:hover {
          color: #fff; }
      .masthead .cta-group .cta--arrow-link .cta__text::after {
        top: 8px;
        right: -10px;
        background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/link-arrow-white.svg"); }
      @media (min-width: 620px) {
        .masthead .cta-group .cta {
          -ms-flex: auto;
              flex: auto;
          margin: 0; } }
  .masthead__ctas {
    display: block; }
    @media (min-width: 620px) {
      .masthead__ctas {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media (min-width: 620px) {
      .masthead__ctas > * {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
  .masthead--tall .masthead__content {
    height: 480px; }
    @media (min-width: 1000px) {
      .masthead--tall .masthead__content {
        height: 650px; } }
  .masthead--content-top .masthead__content {
    -ms-flex-pack: start;
        justify-content: flex-start;
    top: 50px; }
  .masthead--black .masthead__content {
    text-shadow: none;
    color: #000; }
  .masthead--black .masthead__heading {
    color: #000; }
  .masthead.edit-mode {
    /*
         * Removing all height, position: absolute and
         * display: flex from masthead to avoid editing issues in edit mode
        */
    display: block;
    height: auto;
    min-height: auto; }
    .masthead.edit-mode .image {
      display: block;
      position: static;
      height: auto;
      min-height: auto; }
      .masthead.edit-mode .image__bg {
        height: auto;
        min-height: auto; }
    .masthead.edit-mode .masthead__content {
      display: block;
      position: relative; }

/* ----- Managebookmarks component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
/* 
    All CSS is controlled by priorityresults component 
    Part of 1.8 SNAPSHOT/Trillium update 
*/

/* ----- Listicle item component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.listicle-item {
  list-style: none;
  border-top: 1px solid transparent;
  margin-bottom: 48px;
  clear: both; }
  .listicle-item.last {
    margin-bottom: 24px; }
  .listicle-item__title-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 620px) {
      .listicle-item__title-wrapper {
        margin-bottom: 24px;
        height: 80px; } }
  .listicle-item__number, .listicle-item__checkmark {
    position: absolute;
    width: 70px;
    height: 70px;
    color: white;
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    top: 0;
    left: 0; }
    @media (min-width: 620px) {
      .listicle-item__number, .listicle-item__checkmark {
        font-size: 38px;
        width: 80px;
        height: 80px;
        line-height: 80px; } }
  .listicle-item__checkmark {
    font-size: 46px;
    line-height: 85px; }
    @media (min-width: 620px) {
      .listicle-item__checkmark {
        font-size: 60px;
        line-height: 105px; } }
  .listicle-item__arrow {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 70px;
    line-height: 70px; }
  .listicle-item__title {
    color: #366378;
    cursor: pointer;
    margin: 0 27px 0 86px;
    font-size: 16px; }
    @media (min-width: 620px) {
      .listicle-item__title {
        font-size: 24px;
        margin: 0 42px 0 108px; } }
  @media screen and (min-width: 0\0) {
    .listicle-item ul {
      /* Hack for IE 10+ */
      clear: both; } }
  .listicle-item _:-ms-lang(x), .listicle-item _::-webkit-meter-bar, .listicle-item ul {
    /* Hack for IE Edge 13+ */
    clear: both; }

/* ----- Listicle component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.listicle {
  clear: both; }

/* ----- List icon component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.list-icon {
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .list-icon__link--image {
    margin: 0 12px 0 0; }
  .list-icon__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    margin-right: 12px; }
    .list-icon__logos:last-child {
      margin-right: 0; }
    .list-icon__logos--image {
      height: 20px;
      width: 20px; }
  .list-icon--logo-text .list-icon__item {
    text-align: center; }
    .list-icon--logo-text .list-icon__item + .list-icon__item {
      margin-left: 24px; }
    .list-icon--logo-text .list-icon__item .link__image {
      display: inline-block; }
  .list-icon--logo-text .list-icon__label {
    display: block;
    margin-top: 6px;
    font-size: 18px; }

/* ----- Infographic component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.infographic {
  margin-bottom: 36px; }
  .infographic__container {
    position: relative; }
  .infographic__image {
    width: 100%;
    display: none; }
  .infographic__svg {
    position: relative;
    display: none; }
    .infographic__svg svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
      @media (min-width: 300px) and (max-width: 620px) {
        .infographic__svg svg {
          height: 100%; } }
    .infographic__svg--footnote rect {
      width: 20px !important;
      height: 20px !important; }
  .infographic .toggle-button {
    display: block;
    padding: 0; }
    .infographic .toggle-button:after {
      border-bottom: 0; }
      @media (min-width: 400px) {
        .infographic .toggle-button:after {
          border-bottom: 15px solid #ECE6DD; } }
    @media (min-width: 400px) {
      .infographic .toggle-button {
        display: inline-block;
        padding: 4px 0 15px 0; } }
  .infographic .disclaimer {
    margin-top: 0; }
    @media (min-width: 400px) {
      .infographic .disclaimer {
        margin-top: -50px; } }
    .infographic .disclaimer__button {
      text-align: left; }
      @media (min-width: 400px) {
        .infographic .disclaimer__button {
          text-align: right; } }
  .infographic .toggle-section {
    margin-top: 10px; }
    @media (min-width: 400px) {
      .infographic .toggle-section {
        margin-top: 0; } }

/* ----- Image full width component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.image-full-width {
  width: 100%;
  display: block;
  margin: 24px 0; }

/* ----- Image component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.image {
  margin: 12px 0;
  display: block;
  max-width: 100%; }
  .image--bg {
    position: relative; }
  .image__img {
    display: block;
    width: auto;
    max-width: 100%; }
    .image__img--border-red {
      border: solid 2px #A12834 !important; }
    .image__img--border-orange {
      border: solid 2px #D26E2C !important; }
    .image__img--border-yellow {
      border: solid 2px #A78800 !important; }
    .image__img--border-green {
      border: solid 2px #758036 !important; }
    .image__img--border-mint {
      border: solid 2px #5C7E6A !important; }
    .image__img--border-teal {
      border: solid 2px #577A7D !important; }
    .image__img--border-blue {
      border: solid 2px #366378 !important; }
    .image__img--border-purple {
      border: solid 2px #516899 !important; }
    .image__img--border-gray {
      border: solid 2px #857363 !important; }
    .image__img--border-light-red {
      border: solid 2px #DB5E72 !important; }
    .image__img--border-light-orange {
      border: solid 2px #EDAC53 !important; }
    .image__img--border-light-yellow {
      border: solid 2px #DBCA66 !important; }
    .image__img--border-light-green {
      border: solid 2px #AEC176 !important; }
    .image__img--border-light-mint {
      border: solid 2px #85BC92 !important; }
    .image__img--border-light-teal {
      border: solid 2px #95BEC2 !important; }
    .image__img--border-light-blue {
      border: solid 2px #68A0C3 !important; }
    .image__img--border-light-purple {
      border: solid 2px #99AAD1 !important; }
    .image__img--border-pale-gray {
      border: solid 2px #ECE6DD !important; }
  .image.image--centered {
    margin-left: auto;
    margin-right: auto; }
    .image.image--centered .image__img {
      margin-left: auto;
      margin-right: auto; }
    .image.image--centered .image__caption {
      text-align: center; }
  @media (min-width: 750px) {
    .image.image--float-left {
      float: left;
      margin-right: 18px; }
      .image.image--float-left .image__picture {
        float: left; }
    .image.image--float-right {
      float: right;
      margin-left: 18px; }
      .image.image--float-right .image__picture {
        float: right; } }
  .image__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px;
    width: 100%; }
    @media (min-width: 1200px) {
      .image__bg {
        padding: 24px; } }
  .image.image--bg-pos-mobile-top-left .image__bg {
    background-position: top left; }
  .image.image--bg-pos-mobile-top-center .image__bg {
    background-position: top center; }
  .image.image--bg-pos-mobile-top-right .image__bg {
    background-position: top right; }
  .image.image--bg-pos-mobile-bottom-left .image__bg {
    background-position: bottom left; }
  .image.image--bg-pos-mobile-bottom-center .image__bg {
    background-position: bottom center; }
  .image.image--bg-pos-mobile-bottom-right .image__bg {
    background-position: bottom right; }
  @media (min-width: 1000px) {
    .image.image--bg-pos-center .image__bg {
      background-position: center; }
    .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 {
    position: relative; }
  .image.image--absolute {
    position: absolute; }
  .image.image--fixed {
    position: fixed; }
  .image__caption {
    clear: both;
    padding-top: 6px; }
    .image__caption p {
      margin: 0;
      font-size: 12px;
      line-height: 1.1; }
  .image.image--bg-repeat {
    width: 100%;
    height: 100%; }
  .image.image--bg-repeat .image__bg {
    background-size: initial;
    height: 100%; }
  .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-repeat-both .image__bg {
    background-repeat: repeat; }
  .image--edit,
  .image--edit .image__picture {
    float: none !important; }

/* ----- Horizontal rule component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.horizontal-rule__hr {
  border: 0;
  border-top: 1px solid transparent;
  background-color: #524940;
  margin: 24px 0; }

.horizontal-rule--bg-red {
  background-color: #A12834 !important; }

.horizontal-rule--bg-orange {
  background-color: #D26E2C !important; }

.horizontal-rule--bg-yellow {
  background-color: #A78800 !important; }

.horizontal-rule--bg-green {
  background-color: #758036 !important; }

.horizontal-rule--bg-mint {
  background-color: #5C7E6A !important; }

.horizontal-rule--bg-teal {
  background-color: #577A7D !important; }

.horizontal-rule--bg-blue {
  background-color: #366378 !important; }

.horizontal-rule--bg-purple {
  background-color: #516899 !important; }

.horizontal-rule--bg-gray {
  background-color: #857363 !important; }

.horizontal-rule--bg-light-red {
  background-color: #DB5E72 !important; }

.horizontal-rule--bg-light-orange {
  background-color: #EDAC53 !important; }

.horizontal-rule--bg-light-yellow {
  background-color: #DBCA66 !important; }

.horizontal-rule--bg-light-green {
  background-color: #AEC176 !important; }

.horizontal-rule--bg-light-mint {
  background-color: #85BC92 !important; }

.horizontal-rule--bg-light-teal {
  background-color: #95BEC2 !important; }

.horizontal-rule--bg-light-blue {
  background-color: #68A0C3 !important; }

.horizontal-rule--bg-light-purple {
  background-color: #99AAD1 !important; }

.horizontal-rule--bg-pale-gray {
  background-color: #ECE6DD !important; }

/* ----- Heading component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.heading {
  overflow: visible;
  clear: both; }
  .heading:after {
    content: '';
    overflow: hidden; }
  .heading > * {
    transition: all 500ms ease-in-out;
    margin: 0; }
  .heading--knockout, .heading--knockout-crown, .heading--block {
    padding: 10px 0 40px; }
    .heading--knockout .heading__text, .heading--knockout-crown .heading__text, .heading--block .heading__text {
      color: #fff !important; }
  .heading--knockout .heading__text, .heading--knockout-crown .heading__text {
    padding: 10px 15px;
    background-color: #73A1A2;
    color: #fff; }
    @media (min-width: 1000px) {
      .heading--knockout .heading__text, .heading--knockout-crown .heading__text {
        padding: 10px 30px; } }
  .heading--knockout-crown .heading__text {
    padding: 50px 15px 10px;
    background-color: #73A1A2;
    color: #fff;
    text-align: center; }
  .heading--block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .heading--block > * {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .heading--block .heading__image {
      margin-bottom: 10px;
      max-width: 100px;
      max-height: auto; }
    .heading--block .heading__text {
      padding: 5px 10px;
      background-color: #73A1A2;
      color: #fff;
      width: auto; }
    .heading--block .heading--align-center {
      margin-left: auto;
      margin-right: auto; }
    .heading--block .heading--align-right {
      margin-left: auto;
      margin-right: 0; }
    @media (min-width: 620px) {
      .heading--block {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: end;
            align-items: flex-end; }
        .heading--block .heading__image {
          margin-right: 10px;
          margin-bottom: 0; } }
  .heading--knockout .heading__image {
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 150px; }
    @media (min-width: 620px) {
      .heading--knockout .heading__image {
        margin: 0 15px 10px; } }
    @media (min-width: 1000px) {
      .heading--knockout .heading__image {
        margin: 0 30px 15px; } }
  .heading--knockout-crown .heading__image {
    margin: 0 auto -40px;
    max-width: 150px;
    border: 6px solid transparent;
    display: block;
    position: relative;
    padding: 0;
    top: 50%; }
  .heading__text .heading__span {
    display: block; }
  .heading--all-caps {
    text-transform: uppercase; }
  .heading--image-round {
    border-radius: 100%; }
  .heading--align-left {
    text-align: left !important; }
  .heading--align-center {
    text-align: center !important; }
  .heading--align-right {
    text-align: right !important; }
  .heading--bg-red {
    background-color: #A12834 !important; }
  .heading--bg-orange {
    background-color: #D26E2C !important; }
  .heading--bg-yellow {
    background-color: #A78800 !important; }
  .heading--bg-green {
    background-color: #758036 !important; }
  .heading--bg-mint {
    background-color: #5C7E6A !important; }
  .heading--bg-teal {
    background-color: #577A7D !important; }
  .heading--bg-blue {
    background-color: #366378 !important; }
  .heading--bg-purple {
    background-color: #516899 !important; }
  .heading--bg-gray {
    background-color: #857363 !important; }
  .heading--bg-light-red {
    background-color: #DB5E72 !important; }
  .heading--bg-light-orange {
    background-color: #EDAC53 !important; }
  .heading--bg-light-yellow {
    background-color: #DBCA66 !important; }
  .heading--bg-light-green {
    background-color: #AEC176 !important; }
  .heading--bg-light-mint {
    background-color: #85BC92 !important; }
  .heading--bg-light-teal {
    background-color: #95BEC2 !important; }
  .heading--bg-light-blue {
    background-color: #68A0C3 !important; }
  .heading--bg-light-purple {
    background-color: #99AAD1 !important; }
  .heading--bg-pale-gray {
    background-color: #ECE6DD !important; }
  .heading--text-white {
    color: #fff !important; }
  .heading--text-black {
    color: #000 !important; }
  .heading--text-red {
    color: #A12834 !important; }
  .heading--text-orange {
    color: #D26E2C !important; }
  .heading--text-yellow {
    color: #A78800 !important; }
  .heading--text-green {
    color: #758036 !important; }
  .heading--text-mint {
    color: #5C7E6A !important; }
  .heading--text-teal {
    color: #577A7D !important; }
  .heading--text-blue {
    color: #366378 !important; }
  .heading--text-purple {
    color: #516899 !important; }
  .heading--text-gray {
    color: #524940 !important; }
  .heading--text-darkgray {
    color: #333333 !important; }

/* ----- Gallery component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.gallery {
  margin: 0 auto;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 800px) {
    .gallery {
      max-width: 700px; } }
  .gallery__carousel {
    padding: 0;
    /*
		* Carousel Styles
		*/ }
    .gallery__carousel:focus {
      outline: thin dotted; }
    .gallery__carousel .slick-arrow {
      top: 50%;
      margin-top: -12px; }
      .gallery__carousel .slick-arrow:before {
        color: #DC1341; }
      .gallery__carousel .slick-arrow:focus:before {
        outline: thin dotted; }
      .gallery__carousel .slick-arrow.slick-disabled:before {
        cursor: default;
        color: #D1C9C0;
        opacity: 0.8; }
    .gallery__carousel .slick-prev,
    .gallery__carousel .slick-next {
      height: 24px;
      z-index: 10; }
      .gallery__carousel .slick-prev::before,
      .gallery__carousel .slick-next::before {
        font-size: 24px; }
    .gallery__carousel .slick-prev:before,
    .gallery__carousel .slick-next:before {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
    .gallery__carousel .slick-prev {
      left: 15px; }
      @media (min-width: 800px) {
        .gallery__carousel .slick-prev {
          left: -30px; } }
      .gallery__carousel .slick-prev:before {
        content: "\e916"; }
    .gallery__carousel .slick-next {
      right: 18px; }
      @media (min-width: 800px) {
        .gallery__carousel .slick-next {
          right: -30px; } }
      .gallery__carousel .slick-next:before {
        content: "\e917"; }
    .gallery__carousel .slick-dots {
      bottom: -35px;
      width: 100%;
      margin: 0; }
      .gallery__carousel .slick-dots li {
        margin: 0 7px 0 0;
        height: 14px;
        width: 14px; }
      .gallery__carousel .slick-dots .slick-dot {
        height: 14px;
        width: 14px;
        color: #857363;
        border-radius: 50%;
        border: 1px solid #857363;
        opacity: 1;
        display: inline-block; }
        .gallery__carousel .slick-dots .slick-dot:focus {
          outline: thin dotted; }
        .gallery__carousel .slick-dots .slick-dot:hover {
          background: #857363; }
      .gallery__carousel .slick-dots .slick-active a {
        color: #857363;
        background: #857363; }
  .gallery__item {
    width: 90%;
    padding: 0 40px; }
    @media (min-width: 800px) {
      .gallery__item {
        max-width: 700px;
        padding: 0; } }
    .gallery__item--wrap {
      background-color: #F9F7F4;
      padding: 40px 20px;
      text-align: center; }
    .gallery__item--title, .gallery__item--description {
      margin-bottom: 20px; }
    .gallery__item p {
      font-size: 16px;
      margin: 20px 0;
      text-align: left; }
    .gallery__item--title {
      color: #DC1341;
      margin-top: 0; }
    .gallery__item--description {
      text-align: left; }
    .gallery__item img {
      margin: 0 auto; }

.ext-webkit .gallery__carousel .slick-dots button:before {
  line-height: 30px; }

.ext-webkit.ext-mac .gallery__carousel .slick-dots button:before {
  font-size: 32px;
  line-height: 29px; }

.ext-webkit.ext-mac .gallery__carousel .slick-dots button:hover:before {
  font-size: 30px; }

.ext-webkit.ext-mac .gallery__carousel .slick-active button:before {
  font-size: 30px; }

/* ----- Footnote component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.footnote {
  clear: both;
  margin: 30px 0 12px; }
  .footnote ol {
    margin: 0;
    padding-left: 17px; }
    .footnote ol li {
      font-size: 16px;
      color: #857363;
      margin: 3px 0; }
      .footnote ol li:target {
        padding: 55px 0 0 0;
        margin: -55px 0 0 0; }

/* ----- Featured content component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.featured-content {
  position: relative; }
  .featured-content .image {
    z-index: 1;
    width: 100%; }
    @media (max-width: 749px) {
      .featured-content .image {
        max-width: none !important; } }
    .featured-content .image.image--bg {
      margin: 0; }
    .featured-content .image.image--absolute {
      height: 100%; }
      .featured-content .image.image--absolute .image__bg {
        height: 100%; }
  .featured-content__inner-wrap {
    position: relative;
    padding: 24px;
    z-index: 10; }
  .featured-content__heading {
    margin: 0 0 6px;
    font-size: 28px; }
  .featured-content__subheading {
    margin: 0 0 18px; }
  @media (max-width: 749px) {
    .featured-content__body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; }
      .featured-content__body .image {
        margin-bottom: 24px; }
      .featured-content__body--text-top .featured-content__copy {
        -ms-flex-order: 1;
            order: 1; }
      .featured-content__body--text-top .image {
        -ms-flex-order: 2;
            order: 2; }
      .featured-content__body--image-top .featured-content__copy {
        -ms-flex-order: 2;
            order: 2; }
      .featured-content__body--image-top .image {
        -ms-flex-order: 1;
            order: 1; } }
  @media (min-width: 750px) {
    .featured-content__body .image {
      margin-top: 6px; } }
  @media (max-width: 749px) {
    .featured-content__copy {
      max-width: 100% !important; } }
  .featured-content__copy .featured-content__heading,
  .featured-content__copy .featured-content__subheading {
    clear: none; }
  .featured-content__copy p {
    font-size: 16px; }
    .featured-content__copy p:last-of-type {
      margin-bottom: 0; }
  .featured-content__copy ul li,
  .featured-content__copy ol li {
    font-size: 16px; }
    .featured-content__copy ul li:first-of-type,
    .featured-content__copy ol li:first-of-type {
      margin-top: 0; }
  .featured-content__copy a {
    text-decoration: underline; }
  .featured-content__disclaimer {
    margin: 24px 0 0;
    padding: 12px 0 0;
    font-size: 14px;
    font-style: italic; }
  @media (max-width: 619px) {
    .column .featured-content {
      margin-bottom: 18px; } }
  @media (min-width: 750px) {
    .featured-content.image--float-left .featured-content__copy ol,
    .featured-content.image--float-left .featured-content__copy ul {
      overflow: hidden;
      padding-left: 24px; } }
  .featured-content--bg-red {
    background-color: #A12834 !important; }
  .featured-content--bg-orange {
    background-color: #D26E2C !important; }
  .featured-content--bg-yellow {
    background-color: #A78800 !important; }
  .featured-content--bg-green {
    background-color: #758036 !important; }
  .featured-content--bg-mint {
    background-color: #5C7E6A !important; }
  .featured-content--bg-teal {
    background-color: #577A7D !important; }
  .featured-content--bg-blue {
    background-color: #366378 !important; }
  .featured-content--bg-purple {
    background-color: #516899 !important; }
  .featured-content--bg-gray {
    background-color: #857363 !important; }
  .featured-content--bg-light-red {
    background-color: #DB5E72 !important; }
  .featured-content--bg-light-orange {
    background-color: #EDAC53 !important; }
  .featured-content--bg-light-yellow {
    background-color: #DBCA66 !important; }
  .featured-content--bg-light-green {
    background-color: #AEC176 !important; }
  .featured-content--bg-light-mint {
    background-color: #85BC92 !important; }
  .featured-content--bg-light-teal {
    background-color: #95BEC2 !important; }
  .featured-content--bg-light-blue {
    background-color: #68A0C3 !important; }
  .featured-content--bg-light-purple {
    background-color: #99AAD1 !important; }
  .featured-content--bg-pale-gray {
    background-color: #ECE6DD !important; }
  .featured-content--text-white {
    color: #fff; }
    .featured-content--text-white .featured-content__heading,
    .featured-content--text-white .featured-content__subheading {
      color: #fff; }
    .featured-content--text-white .featured-content__copy a {
      color: #fff; }
    .featured-content--text-white .featured-content__disclaimer {
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .featured-content--text-black {
    color: #000; }
    .featured-content--text-black .featured-content__heading,
    .featured-content--text-black .featured-content__subheading {
      color: #000; }
    .featured-content--text-black .featured-content__copy a {
      color: #000; }
    .featured-content--text-black .featured-content__disclaimer {
      border-top: 1px solid rgba(0, 0, 0, 0.5); }

/* ----- Equation component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.equation {
  background-color: #F9F7F4;
  padding: 24px;
  margin: 50px 0; }
  .equation__heading {
    text-align: center;
    margin-bottom: 12px; }
  .equation__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 600px) {
      .equation__items {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .equation--align-top .equation__items {
          -ms-flex-align: start;
              align-items: flex-start; }
        .equation--align-bottom .equation__items {
          -ms-flex-align: end;
              align-items: flex-end; } }
  .equation__icon {
    font-size: 24px;
    width: 100%;
    text-align: center;
    overflow: visible;
    margin-top: 12px;
    z-index: 100; }
    @media (min-width: 600px) {
      .equation__icon {
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
        margin: 0; }
        .equation__icon.icon--arrow-down {
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
        .equation--align-top .equation__icon {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        .equation--align-bottom .equation__icon {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; } }
  .equation__hidden {
    display: none; }
  .equation__line {
    background-color: #ECE6DD;
    height: 1px;
    width: 100%;
    position: relative;
    margin: -12px 0 24px 0; }
    @media (min-width: 600px) {
      .equation__line {
        display: none; } }
    .equation__line:after {
      position: absolute;
      left: 50%;
      top: -12px;
      margin-left: -25px;
      height: 24px;
      width: 50px;
      background-color: #F9F7F4;
      content: ' ';
      z-index: 10; }
  .equation-item {
    text-align: center;
    width: 200px; }
    @media (min-width: 600px) {
      .equation-item {
        border: none;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    .equation-item > * {
      padding: 0;
      margin: 12px auto;
      line-height: 1; }
    .equation-item__heading {
      font-size: 20px; }
    .equation-item__highlight {
      font-size: 28px; }
    .equation-item__description {
      font-size: 16px; }
  .equation--theme-red .equation-item__highlight,
  .equation--theme-red .equation__icon {
    color: #A12834; }
  .equation--theme-blue .equation-item__highlight,
  .equation--theme-blue .equation__icon {
    color: #366378; }
  .equation--theme-green .equation-item__highlight,
  .equation--theme-green .equation__icon {
    color: #758036; }
  .equation--theme-mint .equation-item__highlight,
  .equation--theme-mint .equation__icon {
    color: #5C7E6A; }
  .equation--theme-teal .equation-item__highlight,
  .equation--theme-teal .equation__icon {
    color: #577A7D; }
  .equation--theme-yellow .equation-item__highlight,
  .equation--theme-yellow .equation__icon {
    color: #A78800; }
  .equation--theme-orange .equation-item__highlight,
  .equation--theme-orange .equation__icon {
    color: #D26E2C; }
  .equation--theme-purple .equation-item__highlight,
  .equation--theme-purple .equation__icon {
    color: #516899; }

/* ----- Dislosure container component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.dislosure-container {
  background-color: #F9F7F4; }

/* ----- Disclosure component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.disclosure {
  padding: 30px 0 50px; }
  .disclosure table {
    margin-bottom: 1em;
    border: 1px solid #000; }
  .disclosure td {
    display: block;
    font-size: 1.25em; }
    @media (min-width: 600px) {
      .disclosure td {
        display: table-cell; } }
    .disclosure td p {
      margin-bottom: 0;
      line-height: 1.25em; }
    .disclosure td b {
      font-size: 16px; }
  .disclosure-highlight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0 0 24px 0;
    list-style-type: none; }
    @media (min-width: 600px) {
      .disclosure-highlight {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .disclosure-highlight__item {
      border: 1px solid #6B5E51;
      border-top: none;
      margin: 0;
      padding: 12px;
      -ms-flex: 1;
          flex: 1;
      text-align: center;
      font-weight: bold;
      font-size: 1.25em;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (min-width: 600px) {
        .disclosure-highlight__item {
          border: 1px solid #6B5E51;
          border-left: none; } }
      .disclosure-highlight__item:first-of-type {
        border-top: 1px solid #6B5E51; }
        @media (min-width: 600px) {
          .disclosure-highlight__item:first-of-type {
            border-left: 1px solid #6B5E51; } }
      .disclosure-highlight__item span {
        -ms-flex: 1;
            flex: 1; }

/* ----- Did you know component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.did-you-know {
  padding: 4px;
  border: none;
  text-align: center; }
  @media (min-width: 585px) {
    .did-you-know {
      padding: 20px 24px; } }
  .did-you-know__heading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-align: center; }
    @media (min-width: 585px) {
      .did-you-know__heading {
        margin-bottom: 0; } }
  .did-you-know__statement-helper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 114px;
    min-height: 114px;
    text-align: left; }
    @media (min-width: 585px) {
      .did-you-know__statement-helper {
        height: 165px;
        min-height: 165px; } }
  .did-you-know__statement {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px; }
    @media (min-width: 585px) {
      .did-you-know__statement {
        font-family: ConnectionsLight;
        font-size: 18px;
        margin-bottom: 0; } }
  .did-you-know__button {
    display: inline-block;
    font-size: 12px;
    padding: 6px 7px; }
    @media (min-width: 585px) {
      .did-you-know__button {
        padding: 7px 17px;
        font-size: 18px; } }

/* ----- CTA Group component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.cta-group__note,
.cta__note {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: block;
  width: 100%;
  margin: 0;
  color: #696969;
  line-height: 1.35;
  font-size: 14px; }
  .cta-group__note > p,
  .cta__note > p {
    margin: 0 0 5px; }

.cta-group {
  margin: 24px 0; }
  @media (min-width: 1200px) {
    .cta-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .cta-group__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1200px) {
      .cta-group__wrapper {
        margin: 5px 12px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: auto; }
        .cta-group__wrapper:first-child {
          margin-left: 0; }
        .cta-group__wrapper:last-child {
          margin-right: 0; } }
  .cta-group__heading {
    margin-bottom: 20px;
    font-size: 16px; }
    @media (min-width: 1000px) {
      .cta-group__heading {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .cta-group__heading {
        margin-bottom: 0; } }
  .cta-group__note {
    font-size: 12px;
    max-width: 740px;
    margin-top: -25px;
    margin-bottom: 30px; }
  .cta-group--stacked {
    -ms-flex-direction: column;
        flex-direction: column; }
    .cta-group--stacked .cta-group__wrapper {
      margin-left: 0;
      margin-right: 0; }
    .cta-group--stacked .cta__note {
      margin-bottom: 0; }
  .cta-group--left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .cta-group--center {
    -ms-flex-pack: center;
        justify-content: center; }
  .cta-group--right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .cta-group--stretch {
    -ms-flex-pack: stretch;
        justify-content: stretch; }
    .cta-group--stretch .cta-group__wrapper {
      -ms-flex: 1;
          flex: 1; }
      .cta-group--stretch .cta-group__wrapper > * {
        max-width: 100%;
        min-width: 0; }

.cta {
  transition: all 250ms ease-in-out;
  -ms-flex-align: center;
      align-items: center;
  background: #006FCC;
  border: 1px solid #006FCC;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 12px;
  max-width: 130px;
  outline: none;
  padding: 6px;
  text-align: center;
  text-shadow: none;
  width: 100%; }
  .cta__text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .cta--full-width {
    max-width: 100%; }
  .cta:hover, .cta:focus {
    background-color: #005399;
    color: #fff;
    cursor: pointer; }
  @media (min-width: 1200px) {
    .cta {
      -ms-flex: 1;
          flex: 1;
      margin: 12px 0;
      min-width: 130px; } }
  .cta__text {
    width: 100%; }
  .cta__note {
    margin-bottom: 25px;
    max-width: 130px; }
  .cta--secondary {
    transition: all 250ms ease-in-out;
    -ms-flex-align: center;
        align-items: center;
    background: #006FCC;
    border: 1px solid #006FCC;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 12px;
    max-width: 130px;
    outline: none;
    padding: 6px;
    text-align: center;
    text-shadow: none;
    width: 100%;
    color: #333333;
    border: 1px solid #fff;
    background-color: #fff; }
    .cta--secondary__text {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .cta--secondary--full-width {
      max-width: 100%; }
    .cta--secondary:hover, .cta--secondary:focus {
      background-color: #005399;
      color: #fff;
      cursor: pointer; }
    @media (min-width: 1200px) {
      .cta--secondary {
        -ms-flex: 1;
            flex: 1;
        margin: 12px 0;
        min-width: 130px; } }
    .cta--secondary:hover, .cta--secondary:focus {
      color: #333333;
      background-color: #cccccc; }
  .cta--arrow-link, .cta--link {
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
    color: #0052C2;
    font-size: 16px;
    margin: 10px 0 5px; }
    .cta--arrow-link:hover, .cta--arrow-link:focus, .cta--link:hover, .cta--link:focus {
      color: #003276; }
    @media (min-width: 1200px) {
      .cta--arrow-link, .cta--link {
        margin-top: 33px; } }
  .cta--arrow-link {
    padding-right: 20px; }
    .cta--arrow-link .cta__text:after {
      transition: all 250ms ease-in-out;
      display: block;
      content: '';
      background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/link-arrow.svg");
      width: 12px;
      height: 10px;
      float: right;
      position: relative;
      top: 5px;
      right: -5px; }
    .cta--arrow-link:hover .cta__text:after, .cta--arrow-link:focus .cta__text:after {
      -ms-transform: translateX(5px);
          transform: translateX(5px); }
  .cta--language-selection {
    position: relative;
    min-width: 0;
    padding: 3px 12px 3px 18px;
    color: #fff;
    border: none;
    transition: none;
    background: #C41230; }
    .cta--language-selection:hover, .cta--language-selection:focus {
      color: #fff;
      background-color: #C41230; }
    .cta--language-selection .cta__text {
      padding-left: 12px;
      font-size: 14px; }
      .cta--language-selection .cta__text:before {
        content: ' ';
        position: absolute;
        top: 5px;
        left: 10px;
        width: 16px;
        height: 16px;
        background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/wifi-globe.svg"); }
      @media (min-width: 768px) {
        .cta--language-selection .cta__text {
          font-size: 16px; }
          .cta--language-selection .cta__text:before {
            top: 7px; } }
  .cta--gear-link {
    font-size: 16px;
    color: #4A7B96;
    cursor: pointer; }
    .cta--gear-link .cta__text::before {
      position: relative;
      top: 3px;
      display: inline-block;
      content: "\e931";
      margin-right: 7px;
      font-family: 'icomoon';
      font-size: 18px; }
  .cta--blue {
    transition: all 250ms ease-in-out;
    -ms-flex-align: center;
        align-items: center;
    background: #006FCC;
    border: 1px solid #006FCC;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 12px;
    max-width: 130px;
    outline: none;
    padding: 6px;
    text-align: center;
    text-shadow: none;
    width: 100%; }
    .cta--blue__text {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .cta--blue--full-width {
      max-width: 100%; }
    .cta--blue:hover, .cta--blue:focus {
      background-color: #005399;
      color: #fff;
      cursor: pointer; }
    @media (min-width: 1200px) {
      .cta--blue {
        -ms-flex: 1;
            flex: 1;
        margin: 12px 0;
        min-width: 130px; } }
  .cta--dark-text {
    color: #fff;
    padding: 6px; }
    @media (min-width: 750px) {
      .cta--dark-text {
        color: #343333; } }
  .cta--white-text {
    color: #fff;
    font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif; }
    .cta--white-text:hover, .cta--white-text:focus {
      color: #fff; }
  .cta--blue, .cta--dark-text, .cta--white-text {
    font-size: 14px; }
    @media (min-width: 750px) {
      .cta--blue, .cta--dark-text, .cta--white-text {
        font-size: 16px; } }

/* ----- Columnicon component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.columnicon {
  text-align: center; }
  .columnicon__image {
    padding: 24px 0 36px;
    display: -ms-flexbox;
    display: flex; }
    .columnicon__image img {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0 auto; }
  .columnicon__title {
    margin: 0 0 6px; }
  .columnicon__description ul,
  .columnicon__description ol {
    text-align: left; }

.columnicon--lp {
  padding: 24px;
  color: #343333; }
  .columnicon--lp .columnicon__image {
    padding: 0; }
    .columnicon--lp .columnicon__image img {
      max-width: 100px; }
  .columnicon--lp .columnicon__title {
    font-size: 28px;
    margin: 12px 0; }
    .columnicon--lp .columnicon__title b {
      font-size: 36px; }
  .columnicon--lp .columnicon__description p {
    width: 70%;
    margin: auto;
    font-size: 18px; }
    @media (min-width: 620px) {
      .columnicon--lp .columnicon__description p {
        width: 100%;
        font-size: 20px; } }

/* ----- Chartjs component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.chart-js {
  margin: 20px auto 100px; }
  .chart-js__legend {
    width: 80%;
    margin: 0 auto; }
    .chart-js__legend h3 {
      text-align: center;
      background-color: #847363;
      color: white;
      padding: 10px;
      font-size: 26px; }
    .chart-js__legend p {
      font-size: 24px; }
    .chart-js__legend ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none; }
      .chart-js__legend ul li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        display: -ms-flexbox;
        display: flex;
        margin: 6px 0;
        font-size: 24px; }
        @media (min-width: 620px) {
          .chart-js__legend ul li {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    .chart-js__legend--color {
      -ms-flex: 0.4;
          flex: 0.4;
      margin-right: 12px; }
    .chart-js__legend--name {
      -ms-flex: 2.5;
          flex: 2.5; }
    .chart-js__legend--percentage {
      -ms-flex: 1.5;
          flex: 1.5; }

/* ----- Callout component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.main-content .callout {
  margin: 30px 0;
  text-align: center; }
  @media (min-width: 620px) {
    .main-content .callout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; }
      .main-content .callout .callout__heading {
        margin-top: 0; }
      .main-content .callout .callout__image {
        width: 49%;
        height: auto; }
      .main-content .callout .callout__text {
        width: 49%; } }
  @media (min-width: 1000px) {
    .main-content .callout--full-width {
      -ms-flex-align: end;
          align-items: flex-end; }
      .main-content .callout--full-width .callout__heading {
        display: inline-block;
        margin-left: -96px;
        text-align: left; }
      .main-content .callout--full-width .callout__text {
        text-align: left; }
      .main-content .callout--full-width .callout__image {
        margin-bottom: 24px; }
      .main-content .callout--full-width .callout__content {
        padding: 18px 23px;
        background-color: #ECE6DD;
        margin-left: -48px; }
      .main-content .callout--full-width.callout--icon .callout__heading {
        margin-left: -120px;
        padding-left: 120px; }
      .main-content .callout--full-width.callout--icon .callout__image {
        width: 40%; }
      .main-content .callout--full-width.callout--icon .callout__text {
        width: 59%; }
      .main-content .callout--full-width.callout--icon .callout__content {
        margin-left: 0; }
      .main-content .callout--full-width.callout--icon.callout--right .callout__heading {
        margin-right: -120px;
        padding-right: 120px; }
      .main-content .callout--full-width.callout--icon.callout--right .callout__content {
        margin-right: 0; } }
  @media (min-width: 620px) {
    .main-content .callout--right {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      text-align: left; }
      .main-content .callout--right .callout__heading {
        text-align: right; }
      .main-content .callout--right.callout--icon .callout__heading {
        padding-left: 36px; } }
  @media (min-width: 1000px) {
    .main-content .callout--right.callout--full-width .callout__heading {
      margin-left: 0;
      margin-right: -96px;
      padding: 36px 12px 6px 72px; }
    .main-content .callout--right.callout--full-width .callout__content {
      text-align: left;
      margin-left: 0;
      margin-right: -60px; }
    .main-content .callout--right.callout--full-width .callout__text {
      text-align: right; } }
  .main-content .callout__image {
    display: inline-block; }
    .callout--icon .main-content .callout__image {
      position: relative;
      z-index: 100; }
  .main-content .callout__heading {
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    padding: 36px 72px 6px 12px;
    font-style: italic;
    font-weight: bold;
    margin: 2% 0 0 0;
    position: relative;
    line-height: 1.1;
    color: white; }
    @media (min-width: 620px) {
      .main-content .callout__heading {
        margin-top: 0; } }
  .main-content .callout__content {
    margin-top: 6px;
    text-align: left;
    font-size: 24px;
    font-weight: lighter;
    position: relative; }
    .main-content .callout__content p {
      margin: 0;
      padding: 0; }
      .main-content .callout__content p.copy--disclaimer {
        margin-top: 12px; }

@media (max-width: 620px) {
  .main-content .gallery .callout__heading {
    padding-right: 12px;
    font-size: 28px;
    word-wrap: break-word; } }

/* ----- Breadcrumb component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.breadcrumb {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1000px) {
    .breadcrumb {
      margin-left: -21px; } }
  .breadcrumb__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .breadcrumb__icon {
    color: #DC1341;
    margin-right: 5px; }
  .breadcrumb__text {
    color: #857363;
    font-weight: normal;
    font-size: 14px; }

/* ----- Bottomrail component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.bottom-rail {
  background-color: #F9F7F4;
  display: inline-block;
  padding: 50px 0 0;
  width: 100%; }
  @media (min-width: 620px) {
    .bottom-rail {
      display: block; } }
  .bottom-rail .related-content__title,
  .bottom-rail .contact-us__title {
    font-family: 'Connections';
    font-size: 18px;
    font-weight: bold; }
  .bottom-rail .related-content__items,
  .bottom-rail .contact-us__items {
    margin: 0;
    padding: 0; }
  .bottom-rail .related-content .teaser,
  .bottom-rail .contact-us .teaser {
    margin: 20px 20px 20px 0; }
  .bottom-rail .row.row--text {
    max-width: 855px; }
  .bottom-rail .contact-us__items {
    margin: 0 0 20px;
    padding: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bottom-rail .contact-us-schedule {
      font-size: 15px; } }
  .bottom-rail .contact-us__item {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    overflow: hidden; }
    @media (min-width: 300px) and (max-width: 620px) {
      .bottom-rail .contact-us__item {
        display: -webkit-box; } }
    .bottom-rail .contact-us__item-block {
      display: block;
      font-size: 16px;
      font-weight: normal;
      font-style: italic;
      padding: 5px 0px 12px 0; }
      .bottom-rail .contact-us__item-block:nth-child(2) {
        float: left;
        padding-top: 12px; }
      .bottom-rail .contact-us__item-block.desktop {
        display: block; }
      .bottom-rail .contact-us__item-block.mobile {
        display: none;
        max-width: 85%; }
    .bottom-rail .contact-us__item-img {
      width: 32px;
      height: auto; }
    .bottom-rail .contact-us__item-icon {
      padding: 0 12px;
      color: #A39382;
      font-size: 36px; }
    .bottom-rail .contact-us__item-link {
      display: block;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      color: #6B5E51; }
    .bottom-rail .contact-us__item-link .appointment:hover {
      color: #012169; }
    @media (min-width: 620px) and (max-width: 750px) {
      .bottom-rail .contact-us__item-link .appointment {
        font-size: 18px; } }
    .bottom-rail .contact-us__item-link.phone-number {
      cursor: default;
      margin-bottom: 0; }
    .bottom-rail .contact-us__item .phone-icon .contact-us__item-icon {
      padding: 0 5px 0 7px; }
    .bottom-rail .contact-us__item .schedule {
      background-color: #366378;
      padding-right: 12px; }
      @media (min-width: 300px) and (max-width: 620px) {
        .bottom-rail .contact-us__item .schedule {
          display: inline-block; } }
      .bottom-rail .contact-us__item .schedule .icon,
      .bottom-rail .contact-us__item .schedule .appointment {
        color: #fff; }
      .bottom-rail .contact-us__item .schedule .contact-us__item-icon {
        float: left;
        font-size: 30px;
        padding: 10px 6px 0 12px;
        height: 42px; }
  .bottom-rail .contact-us .phone-icon.desktop {
    display: block; }
  .bottom-rail .contact-us .phone-icon.mobile {
    display: none; }

/* ----- Article sidebar component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.article-sidebar {
  position: relative; }
  .article-sidebar__space {
    min-height: 1px;
    display: none;
    width: 100%; }
    @media (min-width: 620px) {
      .article-sidebar__space {
        display: block;
        width: 220px; } }
    .article-sidebar__space--left {
      float: none; }
      @media (min-width: 620px) {
        .article-sidebar__space--left {
          float: left;
          margin: 0 24px 0 0; } }
    @media (min-width: 620px) {
      .article-sidebar__space--right {
        float: right;
        margin-left: 24px; } }
  .article-sidebar__content {
    display: block;
    padding: 0;
    width: 100%; }
    @media (min-width: 620px) {
      .article-sidebar__content {
        padding: 0 12px 0 0;
        width: auto; } }
    .article-sidebar__content .heading__text {
      display: inline-block;
      margin-top: 0; }
  .article-sidebar__sidebar {
    background-color: #F9F7F4;
    color: #6B5E51;
    padding: 12px;
    margin-bottom: 12px;
    width: 100%; }
    @media (min-width: 620px) {
      .article-sidebar__sidebar {
        margin: 0;
        max-width: 220px;
        position: absolute;
        top: 0; } }
    .article-sidebar__sidebar--left {
      float: none; }
      @media (min-width: 620px) {
        .article-sidebar__sidebar--left {
          margin: 0 24px 0 0;
          left: 0;
          float: left; } }
    .article-sidebar__sidebar--right {
      float: none; }
      @media (min-width: 620px) {
        .article-sidebar__sidebar--right {
          margin: 0 0 12px 24px;
          right: 0;
          float: right; } }
    .article-sidebar__sidebar--title,
    .article-sidebar__sidebar--content p {
      font-size: 16px; }
    .article-sidebar__sidebar--title {
      font-family: ConnectionsMedium;
      margin: 4px 0 12px 0; }
    .article-sidebar__sidebar--image {
      margin: 0 12px 12px 0; }
      @media (min-width: 620px) {
        .article-sidebar__sidebar--image {
          margin: 12px 0;
          float: none;
          width: 100%; } }
    .article-sidebar__sidebar--content p:last-child {
      margin-bottom: 0; }
    @supports (-ms-ime-align: auto) {
      .article-sidebar__sidebar--content p strong,
      .article-sidebar__sidebar--content p b {
        font-family: Connections;
        font-weight: bold; } }
    .article-sidebar__sidebar.border--red {
      border-top: 4px solid #A12834; }
    .article-sidebar__sidebar.border--blue {
      border-top: 4px solid #366378; }
    .article-sidebar__sidebar.border--orange {
      border-top: 4px solid #D26E2C; }
    .article-sidebar__sidebar.border--yellow {
      border-top: 4px solid #A78800; }
    .article-sidebar__sidebar.border--green {
      border-top: 4px solid #758036; }
    .article-sidebar__sidebar.border--mint {
      border-top: 4px solid #5C7E6A; }
    .article-sidebar__sidebar.border--teal {
      border-top: 4px solid #577A7D; }
    .article-sidebar__sidebar.border--purple {
      border-top: 4px solid #516899; }
    .article-sidebar__sidebar.border--gray {
      border-top: 4px solid #857363; }
  @media (min-width: 620px) {
    .article-sidebar.sidebar--left .article-sidebar__content > ul {
      overflow: hidden;
      padding-left: 24px; } }

/* ----- Alert banner component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.alert-banner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 36px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 12px 0;
  z-index: 2000; }
  .alert-banner.ie-11-flexbox-hack {
    padding: 6px; }
    .alert-banner.ie-11-flexbox-hack:after {
      content: '' !important;
      min-height: inherit !important;
      font-size: 0 !important; }
  .alert-banner__copy {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 12px; }
    @media (min-width: 1200px) {
      .alert-banner__copy {
        padding: 0 43px; } }
    .alert-banner__copy p {
      font-size: 16px; }
      .alert-banner__copy p:last-of-type {
        margin-bottom: 0; }
    .alert-banner__copy ul li,
    .alert-banner__copy ol li {
      font-size: 16px; }
      .alert-banner__copy ul li:first-of-type,
      .alert-banner__copy ol li:first-of-type {
        margin-top: 0; }
    .alert-banner__copy a {
      text-decoration: underline; }
  .alert-banner--bg-red {
    background-color: #A12834 !important; }
  .alert-banner--bg-orange {
    background-color: #D26E2C !important; }
  .alert-banner--bg-yellow {
    background-color: #A78800 !important; }
  .alert-banner--bg-green {
    background-color: #758036 !important; }
  .alert-banner--bg-mint {
    background-color: #5C7E6A !important; }
  .alert-banner--bg-teal {
    background-color: #577A7D !important; }
  .alert-banner--bg-blue {
    background-color: #366378 !important; }
  .alert-banner--bg-purple {
    background-color: #516899 !important; }
  .alert-banner--bg-gray {
    background-color: #857363 !important; }
  .alert-banner--bg-light-red {
    background-color: #DB5E72 !important; }
  .alert-banner--bg-light-orange {
    background-color: #EDAC53 !important; }
  .alert-banner--bg-light-yellow {
    background-color: #DBCA66 !important; }
  .alert-banner--bg-light-green {
    background-color: #AEC176 !important; }
  .alert-banner--bg-light-mint {
    background-color: #85BC92 !important; }
  .alert-banner--bg-light-teal {
    background-color: #95BEC2 !important; }
  .alert-banner--bg-light-blue {
    background-color: #68A0C3 !important; }
  .alert-banner--bg-light-purple {
    background-color: #99AAD1 !important; }
  .alert-banner--bg-pale-gray {
    background-color: #ECE6DD !important; }
  .alert-banner--text-white {
    color: #fff; }
    .alert-banner--text-white .alert-banner__copy a {
      color: #fff; }
  .alert-banner--text-black {
    color: #000; }
    .alert-banner--text-black .alert-banner__copy a {
      color: #000; }

.template--toolslandingpage .alert-banner__copy {
  max-width: 1096px; }

.template--wifilandingpage .alert-banner__copy {
  max-width: none;
  padding: 0 15px; }

@charset "UTF-8";
/* ----- Slider component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.slider .slick-slider {
  padding: 0; }
  @media (min-width: 1000px) {
    .slider .slick-slider {
      padding: 0 100px; }
      .slider .slick-slider .slick-slide {
        margin: 0 24px 0 0; } }

.slider .slick-dots {
  margin: 0 auto; }

.slider .slick-disabled {
  opacity: 0.4;
  cursor: default; }

.slider--edit > * {
  border: 1px dotted #2d62db;
  margin-bottom: 15px;
  padding: 15px; }

.slider__carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
  margin: 10px auto 0;
  padding: 6px 5px; }
  @media (min-width: 768px) {
    .slider__carousel {
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: 20px;
      padding: 6px 40px; } }
  .slider__carousel .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .slider__carousel .slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0 20px 30px; }
    @media (min-width: 768px) {
      .slider__carousel .slide {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        -ms-flex: auto;
        padding: 20px; } }
    @media (min-width: 1200px) {
      .slider__carousel .slide {
        width: 25%;
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        -ms-flex: auto; } }
    .slider__carousel .slide:focus {
      outline: 1px dotted #ccc; }
    .slider__carousel .slide .aem-wrap--wifi-card {
      width: 100%; }
  .slider__carousel .slick-arrow {
    height: auto;
    width: auto;
    max-width: 40px;
    color: #5D5D5D;
    font-size: 36px; }
    .slider__carousel .slick-arrow:before {
      content: none !important; }
    .slider__carousel .slick-arrow:hover, .slider__carousel .slick-arrow:focus {
      color: #5D5D5D; }
  .slider__carousel .slick-dots {
    bottom: -40px;
    left: 0;
    margin: 0; }
    .slider__carousel .slick-dots li a::before {
      content: "•";
      position: absolute;
      top: 0;
      left: 0;
      width: 14px;
      height: 14px;
      background-color: none;
      border: 1px solid #fff;
      color: transparent;
      opacity: 1;
      border-radius: 100%; }
    .slider__carousel .slick-dots .slick-active a::before {
      background-color: #fff; }

@media (min-width: 768px) {
  .slider__life-priorities, .slider__life-priorities-results, .slider__life-priorities-saved-results, .slider__single-priority, .slider__dynamic-tiles {
    padding-top: 50px; } }

.slider__life-priorities .heading-level-2,
.slider__life-priorities .heading-level-subhead, .slider__life-priorities-results .heading-level-2,
.slider__life-priorities-results .heading-level-subhead, .slider__life-priorities-saved-results .heading-level-2,
.slider__life-priorities-saved-results .heading-level-subhead, .slider__single-priority .heading-level-2,
.slider__single-priority .heading-level-subhead, .slider__dynamic-tiles .heading-level-2,
.slider__dynamic-tiles .heading-level-subhead {
  font-family: Connections; }

.slider__life-priorities .heading-level-2, .slider__life-priorities-results .heading-level-2, .slider__life-priorities-saved-results .heading-level-2, .slider__single-priority .heading-level-2, .slider__dynamic-tiles .heading-level-2 {
  font-size: 32px; }

.slider__life-priorities .heading-level-subhead, .slider__life-priorities-results .heading-level-subhead, .slider__life-priorities-saved-results .heading-level-subhead, .slider__single-priority .heading-level-subhead, .slider__dynamic-tiles .heading-level-subhead {
  font-size: 18px;
  margin: 24px 0 30px; }

@media (min-width: 300px) and (max-width: 768px) {
  .slider__life-priorities--carousel, .slider__life-priorities-results--carousel, .slider__life-priorities-saved-results--carousel, .slider__single-priority--carousel, .slider__dynamic-tiles--carousel {
    padding: 0 !important; } }

@media (min-width: 768px) {
  .slider__life-priorities--carousel, .slider__life-priorities-results--carousel, .slider__life-priorities-saved-results--carousel, .slider__single-priority--carousel, .slider__dynamic-tiles--carousel {
    padding: 6px 0;
    margin: 20px 0 0 -16px; } }

@media (min-width: 1200px) {
  .slider__life-priorities--carousel, .slider__life-priorities-results--carousel, .slider__life-priorities-saved-results--carousel, .slider__single-priority--carousel, .slider__dynamic-tiles--carousel {
    margin: 20px -60px; } }

@media (min-width: 1440px) {
  .slider__life-priorities--carousel, .slider__life-priorities-results--carousel, .slider__life-priorities-saved-results--carousel, .slider__single-priority--carousel, .slider__dynamic-tiles--carousel {
    margin: 20px -80px; } }

.slider__life-priorities--carousel .priority-tile, .slider__life-priorities-results--carousel .priority-tile, .slider__life-priorities-saved-results--carousel .priority-tile, .slider__single-priority--carousel .priority-tile, .slider__dynamic-tiles--carousel .priority-tile {
  max-width: none; }

.slider__life-priorities--carousel .slide, .slider__life-priorities-results--carousel .slide, .slider__life-priorities-saved-results--carousel .slide, .slider__single-priority--carousel .slide, .slider__dynamic-tiles--carousel .slide {
  margin: 0 12px;
  padding: 0; }
  @media (min-width: 768px) {
    .slider__life-priorities--carousel .slide, .slider__life-priorities-results--carousel .slide, .slider__life-priorities-saved-results--carousel .slide, .slider__single-priority--carousel .slide, .slider__dynamic-tiles--carousel .slide {
      margin: 0;
      padding: 12px;
      width: 33%;
      max-width: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      -ms-flex: auto; } }
  @media (min-width: 1200px) {
    .slider__life-priorities--carousel .slide, .slider__life-priorities-results--carousel .slide, .slider__life-priorities-saved-results--carousel .slide, .slider__single-priority--carousel .slide, .slider__dynamic-tiles--carousel .slide {
      width: 25%;
      max-width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      -ms-flex: auto; } }
  .slider__life-priorities--carousel .slide > div, .slider__life-priorities-results--carousel .slide > div, .slider__life-priorities-saved-results--carousel .slide > div, .slider__single-priority--carousel .slide > div, .slider__dynamic-tiles--carousel .slide > div {
    width: 100%; }
    @media (min-width: 768px) {
      .slider__life-priorities--carousel .slide > div, .slider__life-priorities-results--carousel .slide > div, .slider__life-priorities-saved-results--carousel .slide > div, .slider__single-priority--carousel .slide > div, .slider__dynamic-tiles--carousel .slide > div {
        width: auto; } }

.slider__life-priorities--carousel .slick-prev, .slider__life-priorities-results--carousel .slick-prev, .slider__life-priorities-saved-results--carousel .slick-prev, .slider__single-priority--carousel .slick-prev, .slider__dynamic-tiles--carousel .slick-prev {
  left: -25px; }

.slider__life-priorities--carousel .slick-next, .slider__life-priorities-results--carousel .slick-next, .slider__life-priorities-saved-results--carousel .slick-next, .slider__single-priority--carousel .slick-next, .slider__dynamic-tiles--carousel .slick-next {
  right: -25px; }

.slider__life-priorities--carousel .slick-disabled, .slider__life-priorities-results--carousel .slick-disabled, .slider__life-priorities-saved-results--carousel .slick-disabled, .slider__single-priority--carousel .slick-disabled, .slider__dynamic-tiles--carousel .slick-disabled {
  display: none !important; }

.slider__wifi-tiles--carousel .slide {
  padding: 0 10px 30px; }

/* ----- Loader component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.loader {
  display: none; }
  .loader.active {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    animation: fadeIn 0.2s linear; }
  .loader.edit-mode {
    display: block; }
  .loader__path {
    width: 44px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat; }
  .loader__text {
    font-family: ConnectionsLight;
    font-size: 18px;
    margin: 30px 0px;
    color: #366378; }
  .loader__css--bmh {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px; }
    .loader__css--bmh div {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #366378;
      border-radius: 50%;
      animation-name: bmh;
      animation-duration: 0.8s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    .loader__css--bmh-circle-1 {
      animation-delay: 0s;
      top: 0px;
      left: 25px; }
    .loader__css--bmh-circle-2 {
      animation-delay: 0.1s;
      top: 7.5px;
      left: 42.5px; }
    .loader__css--bmh-circle-3 {
      animation-delay: 0.2s;
      top: 25px;
      left: 50px; }
    .loader__css--bmh-circle-4 {
      animation-delay: 0.3s;
      top: 42.5px;
      left: 42.5px; }
    .loader__css--bmh-circle-5 {
      animation-delay: 0.4s;
      top: 50px;
      left: 25px; }
    .loader__css--bmh-circle-6 {
      animation-delay: 0.5s;
      top: 42.5px;
      left: 7.5px; }
    .loader__css--bmh-circle-7 {
      animation-delay: 0.6s;
      top: 25px;
      left: 0px; }
    .loader__css--bmh-circle-8 {
      animation-delay: 0.7s;
      top: 7.5px;
      left: 7.5px; }

@keyframes bmh {
  0%, 20%, 80%, 100% {
    opacity: 0.2; }
  50% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ----- Language Toggle component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.language-toggle {
  margin: 15px 0 0; }
  .language-toggle a {
    display: inline-block;
    font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff; }
  .language-toggle__wrap--english a:first-of-type {
    pointer-events: none; }
  .language-toggle__wrap--english a:last-of-type {
    font-family: 'Connections', Helvetica, Arial, sans-serif; }
  .language-toggle__wrap--spanish .language-toggle__toggle-bg {
    background-position: left -20px; }
    @media (min-width: 768px) {
      .language-toggle__wrap--spanish .language-toggle__toggle-bg {
        background-position: left -30px; } }
  .language-toggle__wrap--spanish a:first-of-type {
    font-family: 'Connections', Helvetica, Arial, sans-serif; }
  .language-toggle__wrap--spanish a:last-of-type {
    pointer-events: none; }
  .language-toggle__toggle-bg {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 39px;
    height: 20px;
    margin: 0 12px;
    background: url(../../../../etc.clientlibs/bmh/clientlibs/resources/images/language-toggle-alt.png) no-repeat left top;
    background-size: 100%; }
    @media (min-width: 768px) {
      .language-toggle__toggle-bg {
        top: -2px;
        width: 59px;
        height: 30px;
        opacity: .85;
        transition: opacity .25s ease-in-out; }
        .language-toggle__toggle-bg:hover {
          opacity: 1; } }
    .language-toggle__toggle-bg a {
      display: inline-block;
      width: 39px;
      height: 20px;
      pointer-events: auto !important; }
      @media (min-width: 768px) {
        .language-toggle__toggle-bg a {
          width: 59px;
          height: 30px; } }
  .language-toggle--blue a {
    color: #0052C2; }
  .language-toggle--blue .language-toggle__wrap--english .language-toggle__toggle-bg {
    background-position: left -40px; }
    @media (min-width: 768px) {
      .language-toggle--blue .language-toggle__wrap--english .language-toggle__toggle-bg {
        background-position: left -60px; } }
  .language-toggle--blue .language-toggle__wrap--english a:first-of-type {
    pointer-events: none; }
  .language-toggle--blue .language-toggle__wrap--english a:last-of-type {
    font-family: 'Connections', Helvetica, Arial, sans-serif; }
  .language-toggle--blue .language-toggle__wrap--spanish .language-toggle__toggle-bg {
    background-position: left -60px; }
    @media (min-width: 768px) {
      .language-toggle--blue .language-toggle__wrap--spanish .language-toggle__toggle-bg {
        background-position: left -90px; } }
  .language-toggle--blue .language-toggle__wrap--spanish a:first-of-type {
    font-family: 'Connections', Helvetica, Arial, sans-serif; }
  .language-toggle--blue .language-toggle__wrap--spanish a:last-of-type {
    pointer-events: none; }

/* ----- Conditional wrapper component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */

/* ----- Wifi nav component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.wifi-nav {
  width: 100%;
  max-width: 1600px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000; }
  .wifi-nav.sticky {
    position: fixed;
    top: 0; }
  .wifi-nav__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 8px 0 10px; }
  .wifi-nav__logo {
    width: 175px;
    margin-left: 12px; }
    @media (min-width: 768px) {
      .wifi-nav__logo {
        margin-left: 18px; } }
  .wifi-nav .cta-group {
    margin: 0 12px 0 0; }
    @media (min-width: 768px) {
      .wifi-nav .cta-group {
        margin-right: 18px; } }
    .wifi-nav .cta-group__wrapper,
    .wifi-nav .cta-group .cta {
      margin: 0; }

/* ----- Wifi hero component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.wifi-hero {
  position: relative;
  padding: 35px 0 0;
  z-index: 100;
  /* Dark Variant */ }
  @media (min-width: 768px) {
    .wifi-hero {
      height: 273px;
      padding: 50px 0 0;
      background: url(../../../../etc.clientlibs/bmh/clientlibs/resources/images/wifi-lp/wifi-hero-bg-sm.png) no-repeat right 220px; } }
  .wifi-hero__wrapper {
    margin: 0 auto;
    max-width: 90%;
    text-align: center; }
    @media (min-width: 768px) {
      .wifi-hero__wrapper {
        max-width: none; } }
  .wifi-hero__preheading {
    display: inline-block;
    width: auto;
    height: auto; }
  .wifi-hero__heading {
    margin: 12px 0 0;
    font-size: 28px;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 768px) {
      .wifi-hero__heading {
        font-size: 48px; } }
  .wifi-hero--dark .wifi-hero__heading {
    color: #857363; }

/* ----- Wifi nav component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.wifi-footer {
  position: relative;
  padding: 30px 12px;
  color: #333333;
  background-color: #f2f2f2;
  z-index: 100; }
  @media (min-width: 768px) {
    .wifi-footer {
      margin-top: 65px; } }
  .wifi-footer__disclosure {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .wifi-footer__disclosure__wrap {
        max-width: 900px;
        margin: 0 auto;
        padding-left: calc(12px + 6px);
        padding-right: calc(12px + 6px);
        text-align: center; } }
    .wifi-footer__disclosure__content {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .wifi-footer__disclosure__content {
          padding: 0; } }
      .wifi-footer__disclosure__content p {
        font-size: 13px; }
        .wifi-footer__disclosure__content p:last-of-type {
          margin-bottom: 0; }
  .wifi-footer__logo a {
    display: block;
    width: 230px;
    margin: 0 auto; }
  .wifi-footer__social-legal {
    padding: 30px 0 20px; }
    @media (min-width: 768px) {
      .wifi-footer__social-legal {
        border-bottom: 1px solid  #e6dcdc; } }
    @media (min-width: 768px) {
      .wifi-footer__social-legal__wrap {
        display: -ms-flexbox;
        display: flex;
        max-width: 900px;
        margin: 0 auto;
        padding-left: calc(12px + 6px);
        padding-right: calc(12px + 6px);
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .wifi-footer__social {
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid  #e6dcdc; }
    @media (min-width: 768px) {
      .wifi-footer__social {
        padding: 0;
        border: none; } }
    .wifi-footer__social span {
      margin: 5px 10px 0 0;
      font-size: 16px; }
    .wifi-footer__social .list-icon__logos {
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px; }
      .wifi-footer__social .list-icon__logos--image {
        width: 30px;
        height: 30px; }
  .wifi-footer__legal {
    padding: 15px;
    line-height: 1.2;
    border-bottom: 1px solid  #e6dcdc; }
    @media (min-width: 768px) {
      .wifi-footer__legal {
        padding: 0;
        border: none;
        width: 50%;
        text-align: center; } }
    .wifi-footer__legal__top, .wifi-footer__legal-id, .wifi-footer__legal__bottom,
    .wifi-footer__legal__bottom p {
      display: inline;
      font-size: 13px;
      line-height: inherit; }
    .wifi-footer__legal-id {
      display: block; }
  .wifi-footer__footnote {
    max-width: 900px;
    margin: 0 auto;
    font-size: 13px; }
    @media (min-width: 768px) {
      .wifi-footer__footnote {
        padding-top: 20px;
        text-align: center; } }
    .wifi-footer__footnote__pre-table p {
      font-size: 13px; }
    .wifi-footer__footnote__table-container table {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .wifi-footer__footnote__table-container table {
          display: inline-block; } }
      .wifi-footer__footnote__table-container table td {
        padding: 12px;
        border: 1px solid #333333; }
    .wifi-footer__footnote__post-table a {
      text-decoration: underline; }

/* ----- Wifi card component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.wifi-card {
  position: relative;
  margin: 10px auto;
  background: url(../../../../etc.clientlibs/bmh/clientlibs/resources/images/wifi-lp/BofA-simplified-flagscape-gray-rgb.png) no-repeat -60px 60px #fff;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  box-shadow: 0 6px 7px 2px rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .wifi-card {
      min-height: 360px;
      box-shadow: 0 6px 7px 2px rgba(184, 184, 184, 0.81); } }
  .wifi-card__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #000; }
    .wifi-card__link:hover, .wifi-card__link:focus {
      color: #000; }
  .wifi-card .image {
    padding-top: 25px;
    margin: 0; }
    @media (min-width: 768px) {
      .wifi-card .image {
        padding-top: 40px; } }
    .wifi-card .image img {
      width: 80px;
      margin: auto; }
  .wifi-card__header {
    color: #000;
    padding: 0 12px;
    margin: 18px 0 10px;
    font-size: 28px; }
  .wifi-card__copy {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: auto;
    padding: 0 30px;
    font-family: ConnectionsLight; }
    @media (min-width: 768px) {
      .wifi-card__copy {
        padding: 0 20px; } }
  .wifi-card ul {
    width: 95%;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-left: 0; }
    @media (min-width: 768px) {
      .wifi-card ul {
        margin-bottom: 0; } }
    .wifi-card ul li {
      margin: 0 5px 0 10px;
      text-align: left;
      font-size: 14px;
      page-break-inside: avoid; }
  .wifi-card__cta {
    padding: 15px 0;
    border-top: solid 1px #dadada; }
    .wifi-card__cta .cta {
      transition: all 250ms ease-in-out;
      -ms-flex-align: center;
          align-items: center;
      background: #006FCC;
      border: 1px solid #006FCC;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: normal;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 0 12px;
      max-width: 130px;
      outline: none;
      padding: 6px;
      text-align: center;
      text-shadow: none;
      width: 100%;
      width: 90%;
      max-width: 90%;
      margin: auto;
      padding: 12px;
      background-color: #C41230;
      border: 0; }
      .wifi-card__cta .cta__text {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
      .wifi-card__cta .cta--full-width {
        max-width: 100%; }
      .wifi-card__cta .cta:hover, .wifi-card__cta .cta:focus {
        background-color: #005399;
        color: #fff;
        cursor: pointer; }
      @media (min-width: 1200px) {
        .wifi-card__cta .cta {
          -ms-flex: 1;
              flex: 1;
          margin: 12px 0;
          min-width: 130px; } }
      @media (min-width: 1200px) {
        .wifi-card__cta .cta {
          margin: 0 auto; } }
      .wifi-card__cta .cta:hover {
        background-color: #A12834; }

/* ----- Topic masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.topic-masthead {
  padding: 30px;
  font-family: ConnectionsLight; }
  .topic-masthead__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 884px) {
      .topic-masthead__row {
        -ms-flex-align: start;
            align-items: flex-start; } }
    @media (min-width: 884px) {
      .topic-masthead__row--description {
        display: none; } }
  .topic-masthead__heading {
    margin: 0;
    color: white;
    font-size: 32px;
    text-align: left; }
  .topic-masthead__image {
    width: 85px;
    margin-right: 12px; }
    @media (min-width: 884px) {
      .topic-masthead__image {
        width: 120px;
        margin-right: 24px; } }
  .topic-masthead__combined-text {
    -ms-flex: 1;
        flex: 1; }
  .topic-masthead__description {
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    color: white;
    margin: 12px 0 0 0; }
    @media (min-width: 884px) {
      .topic-masthead__description {
        font-size: 24px; } }
    .topic-masthead__description--combined-text {
      display: none; }
      @media (min-width: 884px) {
        .topic-masthead__description--combined-text {
          display: block; } }

/* ----- Tools quote slider component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-quote-slider {
  max-width: 1600px;
  margin: auto;
  background-color: #F8F5F1; }
  @media (min-width: 750px) {
    .tools-quote-slider__slide {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  .tools-quote-slider__quote-container {
    position: relative;
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center 30px; }
    .tools-quote-slider__quote-container::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -35px;
      left: 0;
      width: 30px;
      height: 0;
      margin-left: auto;
      margin-right: auto;
      border-top: 35px solid #F8F5F1;
      border-right: 30px solid transparent;
      border-left: 30px solid transparent; }
      @media (min-width: 750px) {
        .tools-quote-slider__quote-container::after {
          top: 50%;
          right: -35px;
          bottom: auto;
          left: auto;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          border-top: 30px solid transparent;
          border-right: 0;
          border-left: 35px solid #F8F5F1;
          border-bottom: 30px solid transparent; } }
    @media (min-width: 750px) {
      .tools-quote-slider__quote-container {
        -ms-flex: 1;
            flex: 1;
        padding: 12px 42px; } }
    @media (min-width: 1000px) {
      .tools-quote-slider__quote-container {
        padding: 42px; } }
    @media (min-width: 1025px) {
      .tools-quote-slider__quote-container {
        background-position: center 0; } }
  .tools-quote-slider__image-container {
    max-width: 730px; }
    @media (min-width: 750px) {
      .tools-quote-slider__image-container {
        max-width: 50%;
        -ms-flex: 2;
            flex: 2; } }
  .tools-quote-slider__image {
    max-height: 520px;
    opacity: 1;
    transition: opacity 0.3s; }
    .tools-quote-slider__image[data-src] {
      opacity: 0; }
  .tools-quote-slider__quote {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-style: italic;
    color: #333333; }
    @media (min-width: 1000px) {
      .tools-quote-slider__quote p {
        font-size: 18px; } }
  .tools-quote-slider.slick-slider {
    margin-bottom: 0; }
  .tools-quote-slider .slick-list,
  .tools-quote-slider .slick-track {
    height: 100% !important; }
  .tools-quote-slider .slick-dots {
    width: auto;
    margin-left: 0; }
    @media (min-width: 750px) {
      .tools-quote-slider .slick-dots {
        top: auto !important;
        bottom: 0; } }
    @media (min-width: 800px) {
      .tools-quote-slider .slick-dots {
        bottom: 5%; } }
    .tools-quote-slider .slick-dots li {
      margin: 0 12px 0 0;
      width: 12px;
      height: 12px; }
      .tools-quote-slider .slick-dots li.slick-active .slick-dot {
        color: #000;
        background: #000; }
      .tools-quote-slider .slick-dots li .slick-dot {
        color: #000;
        border-radius: 50%;
        border: 1px solid #000;
        width: 12px;
        height: 12px;
        position: absolute; }

/* ----- Lp page section component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-page-section {
  position: relative;
  max-width: 1600px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 750px) {
    .tools-page-section {
      background-position: top right; } }
  .tools-page-section--light {
    color: #fff; }
  .tools-page-section--dark {
    color: #52493F; }
    .tools-page-section--dark .tools-page-section__header {
      color: #000; }
  @media (min-width: 750px) {
    .tools-page-section--height-lg {
      display: -ms-flexbox;
      display: flex;
      min-height: 520px; } }
  @media (min-width: 750px) {
    .tools-page-section__overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 85%); } }
  .tools-page-section__container {
    position: relative;
    max-width: 1004px;
    margin: auto;
    padding: 30px 24px; }
    @media (min-width: 750px) {
      .tools-page-section__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        min-height: inherit;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 1025px) {
      .tools-page-section__container {
        padding-right: 0;
        padding-left: 0; } }
  .tools-page-section__text {
    text-align: center; }
    @media (min-width: 750px) {
      .tools-page-section__text {
        width: 70%;
        max-width: 470px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .tools-page-section__text {
        max-width: 70%; } }
    .tools-page-section--light .tools-page-section__text {
      position: relative;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75); }
  .tools-page-section__preheader {
    font-size: 18px;
    margin: 0; }
  .tools-page-section__header {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px; }
    @media (min-width: 750px) {
      .tools-page-section__header {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .tools-page-section__header {
        font-size: 50px;
        margin-bottom: 30px; } }
  .tools-page-section__copy p {
    font-size: 16px; }
    @media (min-width: 750px) {
      .tools-page-section__copy p {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .tools-page-section__copy p {
        font-size: 22px; } }
  .tools-page-section__copy ul {
    text-align: left; }
    @media (min-width: 620px) {
      .tools-page-section__copy ul {
        padding-right: 65px;
        padding-left: 65px; } }
    @media (min-width: 750px) {
      .tools-page-section__copy ul {
        padding-right: 0;
        padding-left: 6px; } }
    @media (min-width: 1200px) {
      .tools-page-section__copy ul {
        padding-left: 10px; } }
    .tools-page-section__copy ul li {
      font-size: 16px; }
      @media (min-width: 750px) {
        .tools-page-section__copy ul li {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .tools-page-section__copy ul li {
          font-size: 22px; } }
  .tools-page-section__image {
    max-width: 250px;
    margin: auto; }
    @media (min-width: 750px) {
      .tools-page-section__image {
        margin: 0; } }
    .tools-page-section__image .image-full-width {
      margin: 0; }
    .tools-page-section__image--default {
      padding: 20.4px 0; }
    .tools-page-section__image--overlap-top {
      padding-top: 20.4px;
      padding-bottom: 20.4px; }
      @media (min-width: 750px) {
        .tools-page-section__image--overlap-top {
          padding-top: 0;
          padding-bottom: 0;
          position: relative;
          top: -40px; } }
    .tools-page-section__image--overlap-bottom {
      position: relative;
      bottom: -40px; }
  .tools-page-section .cta-group__wrapper {
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 750px) {
      .tools-page-section .cta-group__wrapper {
        -ms-flex-align: start;
            align-items: flex-start; } }
  .tools-page-section .cta-group .cta--secondary {
    width: 90%; }
    @media (min-width: 750px) {
      .tools-page-section .cta-group .cta--secondary {
        -ms-flex: auto;
            flex: auto;
        width: 180px;
        min-width: auto; } }
  @media (min-width: 750px) {
    .tools-page-section--no-image {
      padding: 30px 0; } }
  .tools-page-section--no-image .tools-page-section__text {
    width: 100%;
    max-width: 100%; }
  .tools-page-section .row {
    padding-right: 0;
    padding-left: 0; }

/* ----- Tools navigation component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-navigation {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 75%);
  padding: 20px 0;
  max-width: 1600px; }
  .tools-navigation__wrapper, .tools-navigation__ctas {
    display: -ms-flexbox;
    display: flex; }
  .tools-navigation__wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
    max-width: 1004px;
    padding: 0 12px; }
    @media (min-width: 1025px) {
      .tools-navigation__wrapper {
        padding: 0; } }
  .tools-navigation__logo--image {
    padding-top: 5px;
    padding-bottom: 5px; }
  .tools-navigation__ctas {
    -ms-flex-pack: end;
        justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding-left: 30px;
    width: 250px; }
    @media (min-width: 300px) and (max-width: 330px) {
      .tools-navigation__ctas {
        padding-left: 6px; } }
    @media (min-width: 1000px) {
      .tools-navigation__ctas {
        padding: 0; } }
    .tools-navigation__ctas li {
      margin: 0 0 0 6px;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 1000px) {
        .tools-navigation__ctas li {
          margin-left: 12px; } }
      .tools-navigation__ctas li.cta--hide-mobile {
        display: none; }
        @media (min-width: 1000px) {
          .tools-navigation__ctas li.cta--hide-mobile {
            display: block; } }
      @media (min-width: 1000px) {
        .tools-navigation__ctas li.cta--hide-desktop {
          display: none; } }
    .tools-navigation__ctas .cta--blue {
      margin: 0;
      padding: 6px 12px; }
      @media (min-width: 1000px) {
        .tools-navigation__ctas .cta--blue {
          padding: 6px 24px; } }
  .tools-navigation:not(.sticky) .cta--white-text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75); }
  .tools-navigation.sticky {
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    text-shadow: none;
    animation: sticky 0.5s; }
    .tools-navigation.sticky .tools-navigation__wrapper {
      display: -ms-flexbox;
      display: flex;
      padding: 18px 12px;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (min-width: 1000px) and (max-width: 1025px) {
        .tools-navigation.sticky .tools-navigation__wrapper {
          padding: 18px 12px; } }
      @media (min-width: 1026px) {
        .tools-navigation.sticky .tools-navigation__wrapper {
          padding: 18px 0; } }
    .tools-navigation.sticky .tools-navigation__ctas {
      padding-left: 50px; }
      @media (min-width: 300px) and (max-width: 330px) {
        .tools-navigation.sticky .tools-navigation__ctas {
          padding-left: 34px; } }
      @media (min-width: 1000px) {
        .tools-navigation.sticky .tools-navigation__ctas {
          padding: 0; } }
    .tools-navigation.sticky .cta--dark-text,
    .tools-navigation.sticky .cta--white-text {
      color: #343333; }

@keyframes sticky {
  0% {
    top: -74px; }
  50% {
    top: 0; } }

/* ----- Lp share cta component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-lp-share-cta {
  margin: 30px 0 0 0;
  padding-bottom: 30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 750px) {
    .tools-lp-share-cta {
      padding-bottom: 0;
      margin: 0 0 0 15px;
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .tools-lp-share-cta__link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'ConnectionsBold', Helvetica, Arial, sans-serif;
    margin: 0;
    padding-bottom: 0; }
    @media (min-width: 750px) {
      .tools-lp-share-cta__link {
        padding: 0 16px; } }
    @media (min-width: 1200px) {
      .tools-lp-share-cta__link {
        font-size: 16px; } }
    .tools-lp-share-cta__link:hover, .tools-lp-share-cta__link:focus {
      color: #fff;
      margin: 0;
      padding-bottom: 0; }
    .tools-lp-share-cta__link::after {
      display: none !important; }
  .tools-lp-share-cta__dropdown {
    margin: 12px auto 0 auto;
    border: 2px solid #979797;
    border-top: 0;
    background-color: #fff;
    padding: 12px 24px 12px 12px;
    display: none;
    position: absolute;
    top: 20px;
    width: 270px; }
    @media (min-width: 750px) {
      .tools-lp-share-cta__dropdown {
        left: 0; } }
    .tools-lp-share-cta__dropdown:before {
      transition: all 250ms ease-in-out;
      content: '';
      position: absolute;
      top: 15px;
      width: 0;
      height: 0;
      margin-top: -15px;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid transparent; }
      @media (min-width: 750px) {
        .tools-lp-share-cta__dropdown:before {
          left: 38px; } }
    .toggle-button--open + .tools-lp-share-cta__dropdown:before {
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
      border-bottom-color: #fff; }
    @media (min-width: 750px) {
      .tools-lp-share-cta__dropdown {
        margin-top: 30px;
        margin-left: 15px;
        z-index: 100; } }
    .tools-lp-share-cta__dropdown--ctas {
      padding-top: 6px; }
    .tools-lp-share-cta__dropdown--close {
      color: #979797;
      position: absolute;
      top: 6px;
      right: 6px; }
    .tools-lp-share-cta__dropdown--items {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .tools-lp-share-cta__dropdown--item {
      -ms-flex-preferred-size: 24px;
          flex-basis: 24px;
      margin: 0; }
      .tools-lp-share-cta__dropdown--item a {
        display: inline-block;
        width: 100%;
        vertical-align: middle; }
  .tools-lp-share-cta__edit {
    position: relative;
    top: -100px; }

/* ----- Tools lp masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-lp-masthead {
  position: relative;
  max-height: 685px;
  max-width: 1600px;
  margin: auto;
  padding-bottom: 170px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 620px) {
    .tools-lp-masthead {
      background-position: center; } }
  @media (min-width: 750px) {
    .tools-lp-masthead {
      padding-bottom: 230px; } }
  @media (max-width: 750px) {
    .tools-lp-masthead:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      display: block;
      height: 100%;
      content: " ";
      background: rgba(0, 0, 0, 0.3); } }
  .tools-lp-masthead__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (min-width: 750px) {
      .tools-lp-masthead__overlay {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 85%); } }
  .tools-lp-masthead__content > * {
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75); }
  .tools-lp-masthead__content--container {
    max-width: 450px;
    margin: auto;
    padding-right: 24px;
    padding-left: 24px; }
    @media (min-width: 750px) {
      .tools-lp-masthead__content--container {
        max-width: 1004px;
        text-align: left; } }
    @media (min-width: 1200px) {
      .tools-lp-masthead__content--container {
        padding: 0; } }
  .tools-lp-masthead__content--nav {
    min-height: 155px; }
    @media (min-width: 440px) {
      .tools-lp-masthead__content--nav {
        min-height: 188px; } }
  .tools-lp-masthead__header {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 36px;
    color: #fff; }
    @media (min-width: 440px) {
      .tools-lp-masthead__header {
        font-size: 46px; } }
    @media (min-width: 750px) {
      .tools-lp-masthead__header {
        font-size: 50px;
        max-width: 430px; } }
  .tools-lp-masthead__description {
    max-width: 450px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #fff; }
    @media (min-width: 750px) {
      .tools-lp-masthead__description {
        font-size: 22px;
        width: 50%; } }
  .tools-lp-masthead .cta-group {
    margin: 30px 0 0 0; }
    @media (min-width: 750px) {
      .tools-lp-masthead .cta-group {
        margin: 0; } }
    .tools-lp-masthead .cta-group__wrapper {
      -ms-flex-align: center;
          align-items: center; }
      @media (min-width: 750px) {
        .tools-lp-masthead .cta-group__wrapper {
          -ms-flex-align: start;
              align-items: flex-start; } }
    .tools-lp-masthead .cta-group .cta {
      width: 85%;
      max-width: 85%; }
      @media (min-width: 750px) {
        .tools-lp-masthead .cta-group .cta {
          -ms-flex: auto;
              flex: auto;
          margin: 0;
          width: 140px;
          max-width: 100%; } }
  .tools-lp-masthead__ctas {
    display: block; }
    @media (min-width: 750px) {
      .tools-lp-masthead__ctas {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .tools-lp-masthead__ctas > * {
      display: block; }
      @media (min-width: 750px) {
        .tools-lp-masthead__ctas > * {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }

/* ----- Tool lp footer component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-lp-footer {
  background-color: #153E51;
  text-align: center;
  color: #fff;
  padding: 0 30px; }
  .tools-lp-footer a,
  .tools-lp-footer a:hover,
  .tools-lp-footer a:focus {
    color: #fff; }
  .tools-lp-footer__wrapper {
    margin: 0 auto;
    padding: 24px; }
  .tools-lp-footer__head .image-full-width {
    max-width: 186px; }
  .tools-lp-footer__social {
    text-align: left;
    padding: 12px 0 30px 0; }
    .tools-lp-footer__social .list-icon {
      padding-top: 0; }
  .tools-lp-footer__socialheader {
    margin: 0;
    padding-bottom: 10px;
    font-size: 12px; }
  .tools-lp-footer__links {
    text-align: left;
    border-top: 1px solid #6A8A99; }
    .tools-lp-footer__links .cta-group {
      margin: 12px 0 6px; }
    .tools-lp-footer__links .cta--link {
      display: block;
      font-size: 12px;
      margin: 12px 0; }
    .tools-lp-footer__links .cta-group__note,
    .tools-lp-footer__links .tools-lp-footer__note {
      list-style: none;
      margin: 24px 0 0;
      padding: 0;
      text-align: left; }
      .tools-lp-footer__links .cta-group__note p,
      .tools-lp-footer__links .tools-lp-footer__note p {
        margin: 0 0 5px;
        font-size: 10px;
        line-height: 1.1;
        color: #fff; }
      .tools-lp-footer__links .cta-group__note .icon--ehl:before,
      .tools-lp-footer__links .tools-lp-footer__note .icon--ehl:before {
        vertical-align: middle; }
  .tools-lp-footer__legal-id {
    font-size: 10px; }
  @media (min-width: 1200px) {
    .tools-lp-footer {
      text-align: left; }
      .tools-lp-footer__wrapper {
        max-width: 980px;
        padding: 24px 3vw; }
      .tools-lp-footer__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 75px; }
      .tools-lp-footer__social {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center;
        margin: 0 0 12px 0; }
      .tools-lp-footer__socialheader {
        padding: 12px 12px 0 12px; }
      .tools-lp-footer__links {
        padding: 12px 0; }
        .tools-lp-footer__links .cta--link {
          display: inline-block;
          padding: 0 6px 0 0;
          font-size: 12px;
          margin: 0 0 24px; }
        .tools-lp-footer__links .cta-group {
          margin: 0; }
        .tools-lp-footer__links .cta-group__note,
        .tools-lp-footer__links .tools-lp-footer__note {
          margin: 0; } }
  @media (min-width: 300px) {
    .tools-lp-footer__wrapper {
      padding: 24px 0; } }

/* ----- Collapsible component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-lp-collapsible {
  margin: 18px 0 36px;
  text-align: left; }
  .tools-lp-collapsible__controls {
    margin: 12px 0; }
  .tools-lp-collapsible__control {
    display: inline-block; }
    .tools-lp-collapsible__control[disabled] {
      color: #757575; }
    .tools-lp-collapsible__control:not(:first-of-type) {
      padding-left: 10px;
      margin-left: 5px;
      border-left: 1px solid #ccc; }
  .tools-lp-collapsible__section {
    margin: 0;
    border-top: 1px solid #ccc; }
    .tools-lp-collapsible__section:first-child {
      border-top: none; }
  .tools-lp-collapsible__section-heading {
    transition: all 250ms ease-in-out;
    font-size: 18px;
    line-height: 1.25;
    padding-right: 60px; }
    @media (min-width: 1200px) {
      .tools-lp-collapsible__section-heading {
        font-size: 24px; } }
    @media (min-width: 1440px) {
      .tools-lp-collapsible__section-heading {
        font-size: 28px; } }
  .tools-lp-collapsible__section-title {
    color: #343333;
    cursor: pointer;
    display: block;
    padding: 24px 0 24px 12px;
    position: relative; }
    @media (min-width: 1200px) {
      .tools-lp-collapsible__section-title {
        padding-top: 30px; } }
    .tools-lp-collapsible__section-title:hover {
      color: #343333; }
    .tools-lp-collapsible__section-title:focus {
      background-color: #F5F5F5;
      color: #343333;
      outline: none; }
      .tools-lp-collapsible__section-title:focus + .tools-lp-collapsible__section-content {
        background-color: #F5F5F5;
        margin-top: -1px; }
    .tools-lp-collapsible__section-title .icon {
      display: block;
      height: 0;
      position: absolute;
      right: 24px;
      top: 50%;
      width: 0; }
      .tools-lp-collapsible__section-title .icon:before, .tools-lp-collapsible__section-title .icon:after {
        transition: all 250ms ease-in-out;
        background-color: #343333;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 12px; }
        @media (min-width: 1200px) {
          .tools-lp-collapsible__section-title .icon:before, .tools-lp-collapsible__section-title .icon:after {
            width: 14px;
            height: 2px; } }
      .tools-lp-collapsible__section-title .icon:before {
        transform: translate3d(-50%, -50%, 0); }
      .tools-lp-collapsible__section-title .icon:after {
        transform: translate3d(-50%, -50%, 0) rotate(90deg); }
    .tools-lp-collapsible__section-title[aria-expanded="true"] .icon:before, .tools-lp-collapsible__section-title[aria-expanded="true"] .icon:after {
      transform: translate3d(-50%, -50%, 0); }
  .tools-lp-collapsible__section-content {
    font-size: 16px;
    line-height: 1.4;
    padding: 12px;
    display: none; }
    @media (min-width: 1200px) {
      .tools-lp-collapsible__section-content {
        font-size: 18px;
        padding-right: 60px; } }
    .tools-lp-collapsible__section-content ul, .tools-lp-collapsible__section-content ol {
      padding-left: 20px; }
    .tools-lp-collapsible__section-content p, .tools-lp-collapsible__section-content li {
      font-size: 16px;
      line-height: 1.4; }
      @media (min-width: 1200px) {
        .tools-lp-collapsible__section-content p, .tools-lp-collapsible__section-content li {
          font-size: 18px; } }
    .tools-lp-collapsible__section-content p {
      margin: 0 0 1.25em; }
    .tools-lp-collapsible__section-content li {
      margin: 0 0 0.75em; }
  .tools-lp-collapsible .image {
    margin: 0; }
  .tools-lp-collapsible--edit .tools-lp-collapsible__section-content {
    display: block !important; }

/* ----- Tools app download buttons component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.tools-app-download-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0; }
  @media (min-width: 750px) {
    .tools-app-download-buttons {
      -ms-flex-pack: start;
          justify-content: flex-start;
      max-width: 100%; } }
  .tools-app-download-buttons__cta {
    display: block;
    width: 150px;
    height: 51px;
    margin: 0 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (min-width: 750px) {
      .tools-app-download-buttons__cta--android {
        margin-left: 0; } }

/* ----- Static report table component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.static-report-table {
  margin: 30px 0; }
  .static-report-table .cta {
    margin: 12px 0 12px auto; }
  .static-report-table .table-report {
    position: relative;
    border-collapse: separate; }
    .static-report-table .table-report__head {
      position: -webkit-sticky;
      position: sticky;
      top: 47px;
      padding: 10px;
      color: #333333;
      border: 1px solid #fff;
      background-color: #F9F7F4; }
    .static-report-table .table-report__cell {
      padding: 3px 6px;
      font-weight: normal;
      color: #000;
      text-align: left;
      border: 1px solid #fff; }
  .static-report-table .requires-immediate-action {
    background-color: #f6c6c6; }
  .static-report-table .requires-action {
    background-color: #fffec3; }
  .static-report-table .requires-no-immediate-action {
    background-color: #d9f1da; }

.template--staticreport .row--content {
  max-width: 1440px; }

/* ----- Spending tool component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.spending-tool {
  opacity: 1; }
  .spending-tool--hidden {
    opacity: 0; }
  .spending-tool__heading {
    font-size: 20px; }
  .spending-tool__chart {
    position: relative;
    max-width: 300px;
    margin: 0 auto 12px auto; }
  .spending-tool__dividers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    @media (min-width: 680px) {
      .spending-tool__dividers {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        margin: 48px 0; } }
  .spending-tool__divider {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    @media (min-width: 680px) {
      .spending-tool__divider {
        -ms-flex: 1;
            flex: 1; }
        .spending-tool__divider:last-child {
          margin-right: 48px; } }
  @media (min-width: 680px) {
    .spending-tool--mobile {
      display: none; } }
  .spending-tool--desktop {
    display: none; }
    @media (min-width: 680px) {
      .spending-tool--desktop {
        display: block; } }

.inner-circle {
  text-align: center;
  width: 66%;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -33%; }
  .inner-circle__image {
    width: 40px;
    height: 40px;
    visibility: hidden;
    display: inline-block; }
    .inner-circle__image--show {
      visibility: visible; }
  .inner-circle__label {
    font-size: 14px; }
  .inner-circle__value {
    font-weight: bold; }

.demographics__value {
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: center;
      transform-origin: center;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  display: none; }
  @media (min-width: 680px) {
    .demographics__value {
      display: block;
      -ms-transform: scale(1);
          transform: scale(1);
      text-align: left;
      padding: 24px 0 16px 0; } }
  .demographics__value span {
    display: block;
    font-size: 16px;
    font-weight: bold; }
    @media (min-width: 680px) {
      .demographics__value span {
        display: inline; } }
  .demographics__value--show {
    display: block;
    animation: 0.25s forwards tool-scale; }

.demographics__label {
  display: none; }
  @media (min-width: 680px) {
    .demographics__label {
      display: block;
      width: 100%;
      font-size: 14px;
      text-align: left;
      margin: 0; } }

.demographics__alert {
  display: none;
  color: #758036;
  font-weight: bold;
  width: 100%; }
  .demographics__alert--error {
    color: #BB3643; }
  .demographics__alert--show {
    display: block; }

.demographics__inputs--radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

@media (min-width: 680px) {
  .demographics__inputs--toplevel {
    display: none; } }

.demographics__inputs--secondlevel {
  -ms-transform: scale(0);
      transform: scale(0);
  display: none;
  -ms-transform-origin: center;
      transform-origin: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
  text-align: center; }
  @media (min-width: 680px) {
    .demographics__inputs--secondlevel {
      display: block;
      -ms-transform: scale(1);
          transform: scale(1);
      text-align: left;
      margin-top: 0; } }
  .demographics__inputs--secondlevel--show {
    display: -ms-flexbox;
    display: flex;
    animation: 0.25s 0.25s forwards tool-scale; }
    @media (min-width: 680px) {
      .demographics__inputs--secondlevel--show {
        display: block; } }
    @media (max-width: 620px) {
      .demographics__inputs--secondlevel--show {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }

@keyframes tool-scale {
  100% {
    transform: scale(1); } }

.demographic-input {
  border: 1px solid #4A7B96;
  color: #4A7B96;
  padding: 12px;
  text-align: center;
  margin: 3px;
  white-space: nowrap;
  border-radius: 0;
  background-color: white; }
  .demographic-input::-ms-clear {
    display: none; }
  @media (min-width: 680px) {
    .demographic-input {
      text-align: left; } }
  .demographic-input--radio {
    display: none; }
    .demographic-input--radio:checked + .demographic-input {
      background-color: #4A7B96;
      color: white; }
  .demographic-input--toplevel {
    -ms-flex: 1;
        flex: 1;
    margin: 1px; }
  .demographic-input--household-size {
    -ms-flex: 1;
        flex: 1; }
  .demographic-input--zipcode {
    width: 150px;
    font-size: 16px; }
  .demographic-input--success {
    background: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/correct.svg") 115px 9px no-repeat transparent;
    background-size: 27px 27px;
    border-color: #8D9B43; }

.us-comparison {
  margin-top: 24px;
  text-align: center; }
  .us-comparison--show {
    display: block; }
  .us-comparison__image {
    width: 40px;
    height: 40px;
    display: inline-block;
    display: none; }
    .us-comparison__image--show {
      display: block; }
  .us-comparison__category-compare {
    display: none;
    min-height: 50px;
    margin: 0; }
    .us-comparison__category-compare--show {
      display: block; }
  .us-comparison__total-compare {
    display: none;
    min-height: 50px;
    margin: 0; }
    @media (min-width: 680px) {
      .us-comparison__total-compare--show {
        display: block; } }
  .us-comparison__category-icons {
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 680px) {
      .us-comparison__category-icons {
        display: -ms-flexbox;
        display: flex; } }
  .us-comparison__category-icon {
    width: 40px;
    margin: 6px;
    transition: all 0.5s; }
    .us-comparison__category-icon:hover, .us-comparison__category-icon--selected {
      -ms-transform: scale(1.5);
          transform: scale(1.5); }
  .us-comparison__total-compare-percent, .us-comparison__percent {
    font-weight: bold;
    color: #4A7B96; }
  .us-comparison__copy {
    opacity: 0;
    transition: all 1s;
    margin-top: 12px;
    min-height: 24px;
    font-size: 14px; }
    .us-comparison__copy--show {
      opacity: 1; }

.tool-cta {
  text-align: center; }

/* ----- Series masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.series-masthead__heading {
  font-size: 35px;
  margin: 24px 0; }
  @media (min-width: 620px) {
    .series-masthead__heading {
      max-width: calc(100% - 250px); } }

.series-masthead__headline {
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.2; }
  @media (min-width: 620px) {
    .series-masthead__headline {
      max-width: calc(100% - 250px);
      font-size: 18px; } }

.series-masthead__additional-text {
  margin: 24px 0; }
  .series-masthead__additional-text p {
    font-size: 16px;
    line-height: 1.2; }
    @media (min-width: 620px) {
      .series-masthead__additional-text p {
        max-width: calc(100% - 250px);
        font-size: 18px; } }

.series-masthead__bar {
  height: 24px;
  max-width: 1159px;
  margin: 0 auto; }

.series-masthead__image {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px; }
  @media (min-width: 620px) {
    .series-masthead__image {
      display: block; } }

.series-masthead__row {
  padding: 24px;
  position: relative; }
  @media (min-width: 620px) {
    .series-masthead__row {
      display: block; } }

.all-series-cta {
  text-align: center;
  padding-bottom: 24px; }
  .all-series-cta__heading {
    font-size: 26px;
    color: #4A7B96;
    margin: 12px 0; }
  .all-series-cta__button {
    background-color: #366378;
    color: white;
    font-size: 16px; }
    .all-series-cta__button:hover, .all-series-cta__button:focus {
      background-color: #4A7B96;
      color: white; }

/* ----- Priorityresuts-tabs component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priorityresults-tabs {
  width: 100%;
  margin: 24px 0;
  display: none;
  font-family: 'ConnectionsLight'; }
  @media (min-width: 1000px) {
    .priorityresults-tabs {
      background: transparent;
      margin: 0 22px; } }
  .priorityresults-tabs__container {
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px 24px;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1000px) {
      .priorityresults-tabs__container {
        padding: 48px 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .priorityresults-tabs__container--widget-incomplete {
      padding-top: 24px; }
  .priorityresults-tabs__title {
    font-size: 18px;
    display: none; }
    @media (max-width: 620px) {
      .priorityresults-tabs__title {
        color: white;
        padding-bottom: 12px; } }
    @media (min-width: 1000px) {
      .priorityresults-tabs__title {
        display: inline; } }
  .priorityresults-tabs .tab-nav--priority {
    width: 100%; }
    @media (min-width: 1000px) {
      .priorityresults-tabs .tab-nav--priority {
        width: auto; } }
    .priorityresults-tabs .tab-nav--priority .row--tab-nav {
      margin: 0 auto; }
    .priorityresults-tabs .tab-nav--priority__tabs {
      background: #F9F7F4; }
      @media (min-width: 1000px) {
        .priorityresults-tabs .tab-nav--priority__tabs {
          background: transparent; } }
      @media (min-width: 1000px) {
        .priorityresults-tabs .tab-nav--priority__tabs__wrapper {
          display: -ms-flexbox;
          display: flex; } }
    .priorityresults-tabs .tab-nav--priority__tab {
      border: none;
      height: auto;
      margin: 0;
      min-height: auto;
      padding: 6px 12px 3px;
      color: #857363;
      text-transform: capitalize;
      border-bottom: 2px solid transparent;
      font-size: 16px;
      font-family: 'ConnectionsLight';
      cursor: pointer; }
      @media (min-width: 1000px) {
        .priorityresults-tabs .tab-nav--priority__tab {
          margin: 0 12px;
          font-size: 18px; }
          .priorityresults-tabs .tab-nav--priority__tab:hover, .priorityresults-tabs .tab-nav--priority__tab--active {
            border-color: #DC1341; } }

/* ----- Priorityresults component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priorityresults {
  width: 100%;
  padding: 0 18px; }
  @media (min-width: 620px) {
    .priorityresults {
      padding: 0 12px;
      max-width: 1080px;
      margin: 0 auto; } }
  .priorityresults__title {
    margin: 48px 0 0;
    color: #DC1341; }
    .priorityresults__title .title {
      line-height: 24px; }
      .priorityresults__title .title__span {
        display: none;
        font-size: 14px;
        color: #6B5E51; }
        @media (min-width: 620px) {
          .priorityresults__title .title__span {
            display: inline; } }
      .priorityresults__title .title__link {
        color: #6B5E51;
        font-style: italic;
        text-decoration: underline; }
  .priorityresults__content {
    margin-bottom: 36px; }
    .priorityresults__content .content__section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .priorityresults__content .content__section .spotlight__container {
        -ms-flex: 0 100%;
            flex: 0 100%;
        position: relative; }
        @media (min-width: 620px) {
          .priorityresults__content .content__section .spotlight__container {
            -ms-flex: 0 50%;
                flex: 0 50%; } }
      .priorityresults__content .content__section .show-more {
        display: block; }
    .priorityresults__content .spotlight {
      -ms-flex: 0 100%;
          flex: 0 100%;
      max-height: 150px;
      margin-bottom: 30px; }
      @media (min-width: 750px) {
        .priorityresults__content .spotlight {
          -ms-flex: 0 50%;
              flex: 0 50%;
          max-height: 180px; } }
      .priorityresults__content .spotlight__image {
        width: 150px;
        height: 150px; }

.overlay {
  z-index: 501;
  display: none; }

.modal {
  position: fixed;
  top: 100px;
  background: white;
  z-index: 2001;
  display: none;
  /* Focus trap hidden field to hack trap js issue */ }
  .modal__container {
    padding: 24px 24px 36px;
    position: relative; }
  .modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #D1C9C0;
    cursor: pointer; }
  .modal__hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
    overflow: hidden; }
  .modal__title {
    color: #366378;
    margin-bottom: 0;
    font-size: 20px; }
    .modal__title + .modal__question {
      margin-top: 18px; }
  .modal__question {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2; }
  .modal__answer {
    color: #DC1341;
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 1.2; }
  .modal__subtopics {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0; }
  .modal__change {
    position: absolute;
    bottom: 18px;
    right: 18px;
    color: #6B5E51;
    font-size: 16px; }
    .modal__change .icon {
      font-size: 14px;
      color: #DC1341;
      margin-right: 2px; }
  .modal--my-answers {
    width: 100%;
    left: 0;
    display: block;
    position: absolute; }
    @media (min-width: 620px) {
      .modal--my-answers {
        width: 426px;
        left: 50%;
        margin-left: -213px;
        left: 50%; } }
    .modal--my-answers .modal__container {
      padding-bottom: 48px; }
  .modal--my-subtopics {
    width: 100%;
    left: 0;
    display: block; }
    @media (min-width: 620px) {
      .modal--my-subtopics {
        width: 500px;
        left: 50%;
        margin-left: -250px;
        left: 50%; } }
    .modal--my-subtopics .modal__container {
      padding: 36px; }
    .modal--my-subtopics .modal__description {
      font-size: 16px;
      margin-bottom: 0; }
    .modal--my-subtopics .description__italic {
      font-style: italic;
      text-transform: uppercase; }

/* ----- Prioritymasthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.prioritymasthead {
  width: 100%; }
  .prioritymasthead__title {
    color: #DC1341;
    font-size: 30px;
    text-align: center; }
    @media (min-width: 620px) {
      .prioritymasthead__title {
        text-align: left;
        padding: 0 0 6px 30px;
        border-bottom: 1px solid #ECE6DD; } }

/* ----- Priority widget component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.row--priority-widget {
  padding: 0px;
  max-width: 1452px; }

.priority {
  margin: 0 auto;
  width: 100%;
  /* FOR HEADER ON HOMEPAGE */
  /* COPIED FROM PRIORITY--MODAL.SCSS */ }
  .priority .overlay,
  .priority .question__information, .priority__close,
  .priority .back--hidden {
    display: none; }
  .priority__overlay {
    background: rgba(0, 0, 0, 0.85); }
  .priority__inpage-content .content-state {
    display: none; }
  .priority__container {
    position: relative; }
  .priority__close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 16px;
    z-index: 1996; }
    .priority__close:hover, .priority__close:focus {
      color: #fff; }
    .priority__close.close--hidden {
      display: none; }
  .priority__back {
    position: absolute;
    bottom: 36px;
    left: 24px;
    color: #857363;
    z-index: 999;
    font-size: 20px; }
    @media (min-width: 620px) {
      .priority__back {
        left: 48px; } }
    .priority__back:hover, .priority__back:focus {
      color: #857363; }
    .priority__back.back--hidden {
      display: none; }
  .priority__indent {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    /* USES CSS to create indent on MOBILE */ }
    @media (min-width: 800px) {
      .priority__indent {
        top: 0;
        left: -39px;
        height: 100%;
        width: 39px;
        background: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/priority/indent.png") no-repeat; } }
    @media (max-width: 800px) {
      .priority__indent:before, .priority__indent:after {
        content: " ";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        box-sizing: border-box; }
      .priority__indent:before {
        right: 50%;
        border-bottom: 20px solid #F9F7F4;
        border-right: 20px solid transparent; }
      .priority__indent:after {
        left: 50%;
        border-bottom: 20px solid #F9F7F4;
        border-left: 20px solid transparent; } }
  .priority__introduction {
    background: #A12834;
    font-family: 'ConnectionsLight';
    color: #fff;
    padding: 24px 10%; }
    @media (min-width: 800px) {
      .priority__introduction {
        padding: 24px; } }
    .priority__introduction--results {
      display: none; }
      .priority__introduction--results .copy__link {
        color: #fff;
        text-decoration: underline;
        white-space: nowrap; }
    @media (min-width: 800px) {
      .priority__introduction {
        background: transparent;
        position: absolute;
        z-index: 1;
        width: 425px;
        padding: 24px 64px 0 24px; } }
    .priority__introduction .introduction__header {
      font-family: 'Connections';
      font-size: 24px;
      margin: 0; }
    .priority__introduction .introduction__copy {
      padding-top: 12px;
      font-size: 18px;
      line-height: 22px; }
    .priority__introduction .introduction__link {
      color: #6B5E51;
      text-decoration: underline; }
    .priority__introduction .introduction__complete-button {
      font-size: 22px;
      color: #6B5E51;
      display: block;
      margin: 24px auto 0;
      width: 210px; }
      @media (min-width: 800px) {
        .priority__introduction .introduction__complete-button {
          font-size: 24px; } }
      .priority__introduction .introduction__complete-button .icon {
        font-size: 16px;
        margin-left: 6px;
        color: #DB5E72; }
  .priority__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 800px) {
      .priority__wrapper {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .priority__wrapper .wrapper__column {
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
      .priority__wrapper .wrapper__column .column__container {
        width: 300%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1; }
      .priority__wrapper .wrapper__column .column__questions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1;
        padding-bottom: 95px; }
        @media (min-width: 800px) {
          .priority__wrapper .wrapper__column .column__questions {
            padding-bottom: 0; } }
      .priority__wrapper .wrapper__column--lifestyle {
        width: 100%;
        height: 300px;
        position: relative;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
        @media (min-width: 800px) {
          .priority__wrapper .wrapper__column--lifestyle {
            width: 65%; } }
        .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .images {
          height: 100%; }
        .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .images--hidden {
          display: none; }
        .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--desktop {
          margin: 0;
          display: none; }
          @media (min-width: 800px) {
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--desktop {
              display: block; } }
        .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--mobile {
          display: block; }
          @media (min-width: 800px) {
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--mobile {
              display: none; } }
        .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel {
          height: 300px;
          width: 100%;
          position: relative; }
          @media (min-width: 800px) {
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel {
              height: 100%; } }
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel.slick-slider {
            margin: 0; }
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .slick-slider,
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .slick-list,
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .slick-track,
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .slick-slide {
            height: 100% !important; }
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__slide {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: none; }
            @media (min-width: 800px) {
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__slide {
                display: block; } }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__slide--family {
              background-position: 88% center;
              height: 300px;
              display: block; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__slide--family {
                  height: 100%; } }
              @media (min-width: 1440px) {
                .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__slide--family {
                  background-position: center; } }
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__image {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%; }
            @media (max-width: 800px) {
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel .carousel__image--family {
                position: static; } }
        .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges {
          position: absolute;
          padding: 0 10% 36px 10%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          z-index: 100;
          bottom: 0;
          left: 0;
          list-style-type: none;
          margin: 0; }
          @media (min-width: 800px) {
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges {
              padding: 0 0 36px 24px; } }
          .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges {
            width: 40px;
            height: 40px;
            background-size: 40px 40px;
            background-repeat: no-repeat;
            background-color: transparent;
            padding: 9px 0 0;
            display: block;
            border-radius: 50%;
            text-align: center;
            margin-right: 10px; }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges .badges__icon,
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges .badges__name {
              display: none; }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges.badges--active {
              color: #fff; }
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges.badges--active .badges__icon {
                display: block; }
            @media (min-width: 800px) {
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges {
                width: 63px;
                height: 63px;
                background-size: 63px 63px;
                padding: 12px 0 0;
                margin-right: 18px; }
                .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges.badges--active .badges__name {
                  display: block; } }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--finances {
              background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/priority/finances.png"); }
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--finances.badges--active {
                background: #0052C2; }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--work {
              background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/priority/work.png"); }
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--work.badges--active {
                background: #B85C00; }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--home {
              background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/priority/home.png"); }
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--home.badges--active {
                background: #C41230; }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--family {
              background-image: url("../../../../etc.clientlibs/bmh/clientlibs/resources/images/priority/family.png"); }
              .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges--family.badges--active {
                background: #FFCC00; }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges__icon {
              font-size: 18px; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges__icon {
                  font-size: 24px; } }
            .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges .badges__name {
              text-transform: capitalize;
              font-size: 12px; }
      .priority__wrapper .wrapper__column--questionnaire {
        width: 100%;
        padding: 0 10% 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media (min-width: 800px) {
          .priority__wrapper .wrapper__column--questionnaire {
            background: #F9F7F4;
            padding: 24px;
            width: 35%; } }
        @media (min-width: 800px) {
          .priority__wrapper .wrapper__column--questionnaire {
            padding: 86px 24px; } }
        .priority__wrapper .wrapper__column--questionnaire .priority__indent {
          display: none; }
          @media (min-width: 800px) {
            .priority__wrapper .wrapper__column--questionnaire .priority__indent {
              display: block; } }
          @media (min-width: 800px) {
            .priority__wrapper .wrapper__column--questionnaire .priority__indent {
              left: -37px; } }
        .priority__wrapper .wrapper__column--questionnaire .questionnaire__step {
          color: #333333;
          width: 100%; }
          .priority__wrapper .wrapper__column--questionnaire .questionnaire__step.step--hidden {
            display: none; }
          .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .priority__indent {
            display: none; }
          .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete {
            color: #fff; }
            @media (min-width: 800px) {
              .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete {
                color: #333333; } }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__title {
              font-size: 28px;
              margin-bottom: 12px; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__title {
                  color: #A12834; } }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__copy {
              font-size: 16px; }
              .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__copy .copy__link {
                color: #fff;
                text-decoration: underline;
                white-space: nowrap; }
                @media (min-width: 800px) {
                  .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__copy .copy__link {
                    color: #333333; } }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__button {
              font-size: 16px;
              color: #fff; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__button {
                  color: #333333; } }
              .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__button .icon {
                color: #fff;
                margin-left: 6px;
                font-size: 14px; }
                @media (min-width: 800px) {
                  .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--complete .complete__button .icon {
                    color: #DC1341; } }
          .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question {
            overflow: hidden; }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__text {
              margin: 24px 0;
              font-size: 22px;
              text-align: center;
              line-height: 1.2; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__text {
                  font-size: 24px;
                  text-align: left;
                  margin: 0 0 24px; } }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__image {
              display: none; }
          .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__answers {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__answers.answer--stage .answer__item {
              -ms-flex: 1 100%;
                  flex: 1 100%; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__answers.answer--stage .answer__item {
                  -ms-flex: 2 43%;
                      flex: 2 43%; } }
            .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__answers.answer--situation .answer__item {
              -ms-flex: 1 100%;
                  flex: 1 100%; }
              @media (min-width: 800px) {
                .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__answers.answer--situation .answer__item {
                  -ms-flex: 3 30%;
                      flex: 3 30%; } }
  .priority__question {
    color: #6B5E51;
    height: auto;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .priority__question-inner {
      width: 400%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; }
  .priority__button {
    display: block; }
  .priority__results-button {
    display: none; }
  .priority .question__title {
    margin: 36px 0 24px;
    font-size: 24px;
    text-align: center;
    width: 100%; }
  .priority .question__select {
    display: none; }
  .priority .answer {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .priority .answer--hidden {
      display: none; }
    .priority .answer__item {
      padding: 18px 6px;
      background: #ECE6DD;
      font-family: ConnectionsLight;
      font-size: 18px;
      text-align: center;
      color: #333333;
      margin-bottom: 3px;
      margin-right: 3px;
      border: 2px solid #ECE6DD;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 800px) {
        .priority .answer__item {
          height: 82px; } }
      @media (min-width: 800px) {
        .priority .answer__item:hover {
          background: #D1C9C0;
          border: 2px solid #D1C9C0; } }
      .priority .answer__item--active {
        border: 2px solid #A12834; }
      .priority .answer__item-title {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
    .priority .answer__group {
      -ms-flex: 1 100%;
          flex: 1 100%;
      margin: 0 0 6px 0; }
      @media (min-width: 800px) {
        .priority .answer__group {
          -ms-flex: 1 20%;
              flex: 1 20%;
          margin-right: 4%; } }
      .priority .answer__group--active .answer-group__tilte {
        background: #ECE6DD; }
      .priority .answer__group .group__title {
        margin-bottom: 0;
        font-size: 18px;
        padding: 12px 24px;
        background: #ECE6DD;
        position: relative;
        display: block;
        color: #333333;
        text-transform: capitalize; }
        @media (min-width: 800px) {
          .priority .answer__group .group__title {
            font-size: 24px;
            padding: 0;
            display: block;
            background: transparent;
            border-bottom: 1px solid #333333;
            margin-bottom: 12px; } }
      .priority .answer__group .group__icon {
        color: #857363;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -9px;
        display: block;
        pointer-events: none; }
        @media (min-width: 800px) {
          .priority .answer__group .group__icon {
            display: none; } }
      .priority .answer__group .group__list {
        list-style-type: none;
        padding: 0;
        display: none;
        margin: 18px 0 0 24px; }
        @media (min-width: 800px) {
          .priority .answer__group .group__list {
            display: block;
            margin: 0; } }
  .priority__button {
    display: none;
    background: #A12834;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    width: 157px;
    position: absolute;
    bottom: 34px;
    left: 33.333%;
    margin-left: -88px;
    z-index: 1; }
    .priority__button[disabled=disabled], .priority__button:disabled {
      background: #857363; }
      .priority__button[disabled=disabled]:hover, .priority__button[disabled=disabled]:focus, .priority__button:disabled:hover, .priority__button:disabled:focus {
        background: #857363; }
    .priority__button:hover, .priority__button:focus {
      background: #A12834; }
    .priority__button:focus {
      outline: thin dashed #D1C9C0; }
  .priority .list-item {
    margin: 6px;
    position: relative; }
    @media (min-width: 800px) {
      .priority .list-item {
        margin: 6px 0 6px 24px; } }
    .priority .list-item__title {
      vertical-align: top; }
    .priority .list-item__checkbox {
      margin-right: 4px;
      position: absolute;
      left: -22px;
      top: 2px;
      z-index: 10;
      opacity: 0;
      cursor: pointer; }
      .priority .list-item__checkbox-span {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0;
        left: -23px;
        border: 1px solid #333333; }
      .priority .list-item__checkbox-span.focused {
        outline: thin dotted; }
      .priority .list-item__checkbox:checked + .list-item__checkbox-span .list-item__icon {
        display: block; }
    .priority .list-item__icon {
      display: none;
      font-size: 18px;
      position: absolute;
      bottom: 1px;
      color: #A12834;
      z-index: 5; }
    .priority .list-item__label {
      font-size: 14px;
      line-height: 1.3; }
      .priority .list-item__label:hover {
        color: #524940;
        cursor: pointer; }
    .priority .list-item__label.focused {
      outline: thin dotted; }

/* ----- Priority widget --modal Modifier styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priority--modal {
  padding: 0;
  border: none; }
  .priority--modal .overlay {
    display: block;
    z-index: 2000; }
  .priority--modal .priority {
    border: none;
    padding: 0; }
    .priority--modal .priority__introduction {
      display: none; }
    .priority--modal .priority__wrapper {
      min-height: 600px;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 620px) {
        .priority--modal .priority__wrapper {
          -ms-flex-direction: row;
              flex-direction: row; } }
      @media (min-width: 620px) {
        .priority--modal .priority__wrapper.priority__wrapper--full-width .wrapper__column--lifestyle {
          width: 0;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
      @media (min-width: 620px) {
        .priority--modal .priority__wrapper.priority__wrapper--full-width .wrapper__column--questionnaire {
          width: 100%; } }
      .priority--modal .priority__wrapper.priority__wrapper--full-width .wrapper__column--questionnaire .step__answers.answer--priorities {
        padding: 20px 24px; }
        @media (min-width: 620px) {
          .priority--modal .priority__wrapper.priority__wrapper--full-width .wrapper__column--questionnaire .step__answers.answer--priorities {
            padding: 37px 40px 0; } }
      @media (min-width: 620px) {
        .priority--modal .priority__wrapper.priority__wrapper--full-width .priority__button {
          left: 50%; } }
      .priority--modal .priority__wrapper .wrapper__column {
        overflow: hidden; }
        .priority--modal .priority__wrapper .wrapper__column--lifestyle {
          width: 0; }
          @media (min-width: 800px) {
            .priority--modal .priority__wrapper .wrapper__column--lifestyle {
              -ms-flex-order: 2;
                  order: 2;
              width: 33.45%;
              -ms-flex-preferred-size: 361px;
                  flex-basis: 361px;
              height: 100%;
              margin-top: 0; } }
          .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images {
            height: 100%; }
            @media (min-width: 800px) {
              .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images {
                min-height: 550px; } }
            .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image {
              height: 100%; }
              @media (min-width: 800px) {
                .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image {
                  min-height: 550px; } }
              .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--desktop {
                display: none; }
                @media (min-width: 800px) {
                  .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--desktop {
                    display: block; } }
              .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--mobile {
                display: block; }
                @media (min-width: 620px) {
                  .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .image--mobile {
                    display: none; } }
          .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__carousel, .priority--modal .priority__wrapper .wrapper__column--lifestyle .lifestyle__badges {
            display: none; }
          .priority--modal .priority__wrapper .wrapper__column--lifestyle .priority__indent {
            display: none; }
        .priority--modal .priority__wrapper .wrapper__column--questionnaire {
          width: 100%;
          padding: 0;
          background: #F9F7F4;
          display: inline; }
          @media (min-width: 800px) {
            .priority--modal .priority__wrapper .wrapper__column--questionnaire {
              -ms-flex-order: 1;
                  order: 1;
              width: 66.67%; } }
          .priority--modal .priority__wrapper .wrapper__column--questionnaire .priority__indent {
            display: none; }
          .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex: 1;
                flex: 1; }
            @media (min-width: 800px) {
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step {
                padding-bottom: 0; } }
            @media (max-width: 620px) {
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .priority__indent {
                display: block; } }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step.questionnaire__step--priorities .step__question .question__text {
              color: #333333;
              position: static; }
              @media (min-width: 620px) {
                .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step.questionnaire__step--priorities .step__question .question__text {
                  color: #fff; } }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step.questionnaire__step--priorities .step__question .question__image {
              display: none; }
            @media (max-width: 620px) {
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--stage .question__text {
                width: 70%; } }
            @media (min-width: 800px) {
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step--priorities .question__text {
                width: 57%; } }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question {
              color: #fff;
              position: relative; }
              @media (min-width: 620px) {
                .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question {
                  position: static;
                  background: #A12834;
                  padding: 20px 40px 15px;
                  height: auto; } }
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__information {
                display: block;
                font-size: 16px;
                font-family: "ConnectionsLightItalic";
                margin: 0;
                background: #A12834;
                padding: 12px 36px 12px 24px; }
                @media (min-width: 620px) {
                  .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__information {
                    padding: 0;
                    background: transparent; } }
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__text {
                font-size: 28px;
                height: 82px;
                text-align: left;
                padding: 12px 24px;
                position: absolute;
                z-index: 1; }
                @media (min-width: 620px) {
                  .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__text {
                    margin-bottom: 0;
                    font-size: 34px;
                    padding: 0;
                    position: static; } }
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__image {
                display: block; }
                @media (min-width: 620px) {
                  .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__step .step__question .question__image {
                    display: none; } }
          .priority--modal .priority__wrapper .wrapper__column--questionnaire .questionnaire__button {
            display: block; }
          .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers {
            padding: 20px 24px 20px; }
            @media (min-width: 620px) {
              .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers {
                padding: 37px 35px 0; } }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--stage .answer__item {
              -ms-flex: 1 100%;
                  flex: 1 100%; }
              @media (min-width: 620px) {
                .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--stage .answer__item {
                  -ms-flex: 2 45%;
                      flex: 2 45%; } }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--stage .answer__item, .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--situation .answer__item {
              font-size: 22px;
              -ms-flex-align: center;
                  align-items: center; }
              @media (min-width: 800px) {
                .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--stage .answer__item, .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--situation .answer__item {
                  height: 118px; } }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--priorities {
              padding: 0; }
            .priority--modal .priority__wrapper .wrapper__column--questionnaire .step__answers.answer--complete {
              width: 0; }
    .priority--modal .priority__close, .priority--modal .priority__button {
      display: block; }
    .priority--modal .priority__inpage-content {
      display: none; }
    .priority--modal .priority__mobile-bg {
      background: white;
      height: 70px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      @media (min-width: 800px) {
        .priority--modal .priority__mobile-bg {
          display: none; } }
    .priority--modal .priority__container {
      max-width: 1080px;
      position: absolute;
      top: 0;
      left: 0;
      background: #F9F7F4;
      z-index: 2000;
      margin: 0 auto;
      width: 100%; }
      @media (min-width: 800px) {
        .priority--modal .priority__container {
          top: 250px;
          left: 0;
          right: 0;
          height: auto; } }
      @media (min-width: 1200px) {
        .priority--modal .priority__container {
          min-height: 500px; } }
      @media (min-width: 620px) and (max-width: 1080px) {
        .priority--modal .priority__container {
          width: 97.8%;
          margin: 12px 1.1%; } }
    x
.priority--modal .priority__question {
      color: white;
      background: #A12834;
      overflow: hidden;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      height: 123px;
      font-size: 24px; }
      @media (min-width: 800px) {
        x
.priority--modal .priority__question {
          position: absolute;
          top: -50px;
          left: -20px;
          padding: 0 0 0 56px;
          height: 100px;
          width: 98%; } }
    .priority--modal .priority__step {
      color: #366378;
      position: absolute;
      bottom: 12px;
      right: 12px;
      display: block;
      z-index: 5; }
      @media (min-width: 800px) {
        .priority--modal .priority__step {
          position: static;
          margin-bottom: 18px; } }
    .priority--modal .priority__button {
      left: 50%; }

/* ----- Priority widget --modal Modifier styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priority--resultspage {
  border: none; }
  .priority--resultspage.priority--inpage-complete .priority__wrapper .wrapper__column--questionnaire {
    padding: 0; }
  .priority--resultspage .overlay {
    display: none; }
  .priority--resultspage .priority__container {
    max-width: none; }
  .priority--resultspage .priority__introduction--incomplete {
    display: none; }
  .priority--resultspage .priority__introduction--results {
    display: block; }
  .priority--resultspage .priority__wrapper .wrapper__column--lifestyle {
    width: 100%;
    height: 100%; }
    .priority--resultspage .priority__wrapper .wrapper__column--lifestyle .priority__indent {
      display: none; }
    .priority--resultspage .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .images--results .image--desktop {
      display: none; }
      @media (min-width: 800px) {
        .priority--resultspage .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .images--results .image--desktop {
          display: block; } }
    .priority--resultspage .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .images--results .image--mobile {
      display: block; }
      @media (min-width: 800px) {
        .priority--resultspage .priority__wrapper .wrapper__column--lifestyle .lifestyle__images .images--results .image--mobile {
          display: none; } }
  .priority--resultspage .priority__wrapper .wrapper__column--questionnaire {
    width: 0;
    padding: 0;
    margin: 0;
    height: 0;
    display: none; }

/* ----- Priority widget --inpage Modifier styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.priority--inpage {
  padding-top: 0;
  background: #F9F7F4; }
  .priority--inpage .questionnaire__button,
  .priority--inpage .priority__introduction--complete {
    display: none; }
  .priority--inpage-complete .priority__introduction--incomplete {
    display: none; }
  @media (max-width: 800px) {
    .priority--inpage-complete .priority__wrapper .wrapper__column--lifestyle {
      -ms-flex-order: 2;
          order: 2; } }
  .priority--inpage-complete .priority__wrapper .wrapper__column--lifestyle .carousel__slide {
    display: none; }
    .priority--inpage-complete .priority__wrapper .wrapper__column--lifestyle .carousel__slide--family {
      display: block;
      position: static; }
  @media (max-width: 800px) {
    .priority--inpage-complete .priority__wrapper .wrapper__column--lifestyle .priority__indent {
      display: none; } }
  .priority--inpage-complete .priority__wrapper .wrapper__column--questionnaire {
    -ms-flex-order: 1;
        order: 1;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 800px) {
      .priority--inpage-complete .priority__wrapper .wrapper__column--questionnaire {
        background: #A12834;
        -ms-flex-order: 1;
            order: 1; } }
    @media (min-width: 800px) {
      .priority--inpage-complete .priority__wrapper .wrapper__column--questionnaire {
        padding: 86px 24px; } }
    .priority--inpage-complete .priority__wrapper .wrapper__column--questionnaire .questionnaire__step {
      width: 100%; }

/* ----- Partner related content component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.partner-promotional-content {
  margin: 10px 0 30px; }
  .partner-promotional-content .promotional--content__title, .partner-promotional-content .promotional--content__displayed-items {
    display: inline-block; }
  .partner-promotional-content .promotional--content__title {
    color: #DC1341; }
  .partner-promotional-content .popular--content__title {
    color: #524940;
    font-size: 14px; }
  .partner-promotional-content .spotlight {
    margin: 0 0 40px; }
  .partner-promotional-content .teaser {
    margin: 0 0 15px; }
    .partner-promotional-content .teaser__title {
      padding: 0 18px;
      background: none; }

/* ----- Partner overview component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.partner-overview {
  margin-bottom: 30px;
  padding: 20px 13px 10px 13px;
  color: #fff;
  position: relative; }
  .partner-overview__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px; }
    @media (min-width: 950px) {
      .partner-overview__title {
        margin-bottom: 6px;
        font-size: 22px;
        line-height: 22px; } }
    @media (min-width: 1100px) {
      .partner-overview__title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 24px; } }
  .partner-overview__description,
  .partner-overview__description * {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 18px; }
  .partner-overview__link, .partner-overview__link:focus, .partner-overview__link:hover {
    color: #fff;
    padding: 0 13px 0 0;
    line-height: 22px;
    bottom: 20px; }
  .partner-overview__link-text {
    font-size: 14px;
    font-style: italic; }
    @media (min-width: 620px) {
      .partner-overview__link-text {
        font-size: 18px; } }
  .partner-overview__link-icon {
    font-size: 8px; }
    @media (min-width: 620px) {
      .partner-overview__link-icon {
        font-size: 10px; } }

.template--partnerpage .column--top .aem-wrap--partner-overview {
  margin-right: 0;
  width: 100%; }
  @media (min-width: 950px) {
    .template--partnerpage .column--top .aem-wrap--partner-overview {
      margin-right: 2%;
      -ms-flex-order: 1;
          order: 1;
      width: 70%; } }

.template--partnerpage .column--right .partner-overview__description {
  line-height: 1.3; }

.partner--wildcard {
  width: 100%;
  height: 0;
  margin-top: 46px;
  display: none; }
  @media (min-width: 950px) {
    .partner--wildcard {
      display: block; } }

/* ----- Partner navigation component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.partner-navigation {
  padding-bottom: 24px; }
  @media (min-width: 620px) {
    .partner-navigation {
      padding-bottom: 0; } }
  .partner-navigation .row--tab-nav {
    margin: 0;
    padding-left: 0; }
  .partner-navigation .tab-nav--partner {
    padding: 0 36px 24px 36px;
    background-color: #ECE6DD !important;
    padding: 0;
    border-bottom: none; }
    @media (min-width: 620px) {
      .partner-navigation .tab-nav--partner {
        border-bottom: 2px solid #D26E2C; } }
    .partner-navigation .tab-nav--partner__tabs {
      box-shadow: none;
      display: block;
      position: static; }
      @media (min-width: 620px) {
        .partner-navigation .tab-nav--partner__tabs {
          display: -ms-flexbox;
          display: flex; } }
    .partner-navigation .tab-nav--partner__tab {
      border-color: #ECE6DD;
      background-color: #F9F7F4;
      color: #6B5E51;
      height: 50px;
      padding: 12px 24px 0 24px;
      display: none;
      min-width: 100%; }
      .partner-navigation .tab-nav--partner__tab.background--template-theme-color-dark {
        background-color: #D26E2C;
        border-color: #D26E2C;
        color: #fff;
        display: block; }
      .partner-navigation .tab-nav--partner__tab.current-season {
        display: block; }
      .partner-navigation .tab-nav--partner__tab .icon {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 12px;
        z-index: 1000; }
      @media (min-width: 620px) {
        .partner-navigation .tab-nav--partner__tab {
          display: block;
          height: 61px;
          margin: 12px 2px 0 2px;
          padding: 12px 75px 0 24px;
          min-width: 180px; }
          .partner-navigation .tab-nav--partner__tab:not(.background--template-theme-color-dark):hover {
            border-color: #fff;
            background-color: #fff; }
          .partner-navigation .tab-nav--partner__tab.background--template-theme-color-dark {
            background-color: #D26E2C;
            border-color: #D26E2C;
            color: #fff;
            height: 65px;
            margin-top: 8px; }
          .partner-navigation .tab-nav--partner__tab .icon {
            display: none; } }

/* ----- Partner episode content component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.partner-episode-container {
  margin: 10px 0 60px;
  padding: 0 12px; }
  @media (min-width: 950px) {
    .partner-episode-container {
      padding: 0; } }
  .partner-episode-container .episode--content__title, .partner-episode-container .episode--content__displayed-items {
    display: inline-block; }
  .partner-episode-container .episode--content__title {
    color: #BB3643; }
  .partner-episode-container .related--content__title {
    display: none;
    color: #524940;
    font-size: 12px; }
    @media (min-width: 950px) {
      .partner-episode-container .related--content__title {
        display: block;
        padding-top: 7px; } }
  .partner-episode-container .aem-wrap--partner-episode-clips:nth-child(odd) .partner-episode-clip {
    background-color: #F9F7F4; }
  .partner-episode-container__loading {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #ECE6DD;
    margin: 35px auto 0; }
    .partner-episode-container__loading p {
      text-align: center;
      font-size: 30px;
      line-height: 0.4; }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }
    .partner-episode-container__loading .saving span {
      animation-name: blink;
      animation-duration: 1.4s;
      animation-iteration-count: infinite;
      animation-fill-mode: both; }
    .partner-episode-container__loading .saving span:nth-child(2) {
      animation-delay: .2s; }
    .partner-episode-container__loading .saving span:nth-child(3) {
      animation-delay: .4s; }
  .partner-episode-container__list {
    overflow: hidden;
    padding: 0; }

/* ----- Partner episode clips component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.partner-episode-clip {
  width: 100%;
  padding: 15px 0; }
  .partner-episode-clip .related--teaser {
    list-style: none;
    padding: 0;
    margin: 0; }
    .partner-episode-clip .related--teaser .teaser__image {
      height: 50px;
      width: 50px; }
    .partner-episode-clip .related--teaser .teaser__title {
      background: none; }
  .partner-episode-clip--title {
    display: block; }
    @media (min-width: 950px) {
      .partner-episode-clip--title {
        display: none; } }
  .partner-episode-clip--line-separator {
    display: block;
    height: 1px;
    border-bottom: 1px solid #ECE6DD;
    margin-bottom: 36px; }
    @media (min-width: 950px) {
      .partner-episode-clip--line-separator {
        display: none; } }

/* ----- Masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.item-masthead__top-bar {
  height: 121px; }

.item-masthead__btm-bar {
  height: 96px; }

.item-masthead--red .item-masthead__top-bar {
  background: #BB3643; }

.item-masthead--red .item-masthead__btm-bar {
  background: #A12834; }

.item-masthead--blue .item-masthead__top-bar {
  background: #4A7B96; }

.item-masthead--blue .item-masthead__btm-bar {
  background: #366378; }

.item-masthead--orange .item-masthead__top-bar {
  background: #E68735; }

.item-masthead--orange .item-masthead__btm-bar {
  background: #D26E2C; }

.item-masthead--yellow .item-masthead__top-bar {
  background: #CCAD26; }

.item-masthead--yellow .item-masthead__btm-bar {
  background: #A78800; }

.item-masthead--green .item-masthead__top-bar {
  background: #8D9B43; }

.item-masthead--green .item-masthead__btm-bar {
  background: #758036; }

.item-masthead--mint .item-masthead__top-bar {
  background: #6D9F78; }

.item-masthead--mint .item-masthead__btm-bar {
  background: #5C7E6A; }

.item-masthead--teal .item-masthead__top-bar {
  background: #73A1A2; }

.item-masthead--teal .item-masthead__btm-bar {
  background: #577A7D; }

.item-masthead--purple .item-masthead__top-bar {
  background: #6F84B8; }

.item-masthead--purple .item-masthead__btm-bar {
  background: #516899; }

.item-masthead--gray .item-masthead__top-bar {
  background: #A39382; }

.item-masthead--gray .item-masthead__btm-bar {
  background: #857363; }

/* ----- Homecarousel component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.homecarousel {
  margin: 60px 0 88px;
  width: 100%; }
  .homecarousel__header {
    padding: 0 12px; }
    @media (min-width: 768px) {
      .homecarousel__header {
        padding: 0; } }
    .homecarousel__header .header__title {
      color: #DC1341;
      margin: 0; }
    .homecarousel__header .header__instructions {
      margin: 0 0 6px;
      font-family: 'ConnectionsLight';
      font-style: italic;
      font-size: 16px; }
      @media (min-width: 768px) {
        .homecarousel__header .header__instructions {
          margin: 0 0 18px; } }
      .homecarousel__header .header__instructions.instructions--mobile {
        display: block; }
        @media (min-width: 768px) {
          .homecarousel__header .header__instructions.instructions--mobile {
            display: none; } }
      .homecarousel__header .header__instructions.instructions--desktop {
        display: none; }
        @media (min-width: 768px) {
          .homecarousel__header .header__instructions.instructions--desktop {
            display: block; } }
  .homecarousel__window {
    overflow-x: auto;
    -ms-overflow-style: none; }
    .homecarousel__window.desktop {
      display: none; }
      @media (min-width: 768px) {
        .homecarousel__window.desktop {
          display: -ms-flexbox;
          display: flex; } }
    .homecarousel__window.mobile {
      display: block;
      overflow-x: visible; }
      @media (min-width: 768px) {
        .homecarousel__window.mobile {
          display: none; } }
    .homecarousel__window::-webkit-scrollbar {
      width: 0 !important; }
  .homecarousel__slider-wrapper {
    height: auto; }
    @media (min-width: 768px) {
      .homecarousel__slider-wrapper {
        width: 100% !important;
        height: 550px;
        position: relative; } }
    .homecarousel__slider-wrapper .slick-dots {
      bottom: -45px;
      width: 100%;
      margin: 0;
      z-index: 500; }
      .homecarousel__slider-wrapper .slick-dots li {
        margin: 0 7px 0 0;
        height: 14px;
        width: 14px; }
      .homecarousel__slider-wrapper .slick-dots .slick-dot {
        height: 14px;
        border-radius: 50%;
        border: 1px solid #857363;
        color: #857363;
        float: left;
        opacity: 1;
        width: 14px; }
        .homecarousel__slider-wrapper .slick-dots .slick-dot:focus {
          outline: thin dotted; }
      .homecarousel__slider-wrapper .slick-dots .slick-active a {
        color: #857363;
        background: #857363; }
  .homecarousel__slide {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #F9F7F4;
    max-width: 345px;
    min-height: 520px !important;
    width: 345px; }
    @media (min-width: 768px) {
      .homecarousel__slide {
        position: absolute;
        max-width: 100%;
        width: 100%;
        min-height: auto !important;
        height: auto;
        top: 0;
        left: 0;
        display: none;
        background: none; } }
    .homecarousel__slide:last-child {
      margin-right: 0; }
    .homecarousel__slide--active {
      display: inline-block; }
      @media (min-width: 768px) {
        .homecarousel__slide--active {
          display: block; } }
  .homecarousel__nav {
    display: -ms-flexbox;
    display: flex; }
    .homecarousel__nav .nav-item {
      width: 16.6666666667%;
      position: relative;
      cursor: pointer;
      display: none;
      font-family: 'ConnectionsLight';
      font-size: 20px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .homecarousel__nav .nav-item {
          display: inline-block; } }
      .homecarousel__nav .nav-item:hover .nav-item__image,
      .homecarousel__nav .nav-item:hover .nav-item__overlay, .homecarousel__nav .nav-item.active .nav-item__image,
      .homecarousel__nav .nav-item.active .nav-item__overlay {
        -ms-transform: scale(1);
            transform: scale(1); }
      .homecarousel__nav .nav-item:hover .nav-item__title, .homecarousel__nav .nav-item.active .nav-item__title {
        display: block; }
      .homecarousel__nav .nav-item:hover .nav-item__overlay, .homecarousel__nav .nav-item.active .nav-item__overlay {
        display: block; }
      .homecarousel__nav .nav-item--active .nav-item__image {
        -ms-transform: scale(1);
            transform: scale(1); }
      .homecarousel__nav .nav-item--active .nav-item__overlay {
        -ms-transform: scale(1);
            transform: scale(1);
        transition: all 0s ease; }
      .homecarousel__nav .nav-item__title {
        z-index: 6;
        color: white;
        position: absolute;
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        margin: 0;
        top: 50%;
        width: 100%;
        padding: 0 5%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        display: none;
        width: 100%; }
        @media (min-width: 980px) {
          .homecarousel__nav .nav-item__title {
            font-size: 16px;
            line-height: 20px;
            padding: 0 10%; } }
      .homecarousel__nav .nav-item__overlay {
        -ms-transform: scale(0.95);
            transform: scale(0.95);
        transition: all .25s ease;
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        z-index: 6; }
      .homecarousel__nav .nav-item__image {
        z-index: 6;
        -ms-transform: scale(0.95);
            transform: scale(0.95);
        transition: all .25s ease; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .homecarousel__nav .nav-item__image {
            height: 100%; } }
  .homecarousel .slide {
    position: relative;
    height: 530px; }
    @media (max-width: 767px) {
      .homecarousel .slide {
        display: block; } }
    .homecarousel .slide.slide--theme-red .slide__title {
      color: #A12834; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-red .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-red .slide__link {
      background: #A12834; }
    .homecarousel .slide.slide--theme-blue .slide__title {
      color: #366378; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-blue .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-blue .slide__link {
      background: #366378; }
    .homecarousel .slide.slide--theme-orange .slide__title {
      color: #D26E2C; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-orange .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-orange .slide__link {
      background: #D26E2C; }
    .homecarousel .slide.slide--theme-yellow .slide__title {
      color: #A78800; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-yellow .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-yellow .slide__link {
      background: #A78800; }
    .homecarousel .slide.slide--theme-green .slide__title {
      color: #758036; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-green .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-green .slide__link {
      background: #758036; }
    .homecarousel .slide.slide--theme-mint .slide__title {
      color: #5C7E6A; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-mint .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-mint .slide__link {
      background: #5C7E6A; }
    .homecarousel .slide.slide--theme-teal .slide__title {
      color: #577A7D; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-teal .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-teal .slide__link {
      background: #577A7D; }
    .homecarousel .slide.slide--theme-purple .slide__title {
      color: #516899; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-purple .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-purple .slide__link {
      background: #516899; }
    .homecarousel .slide.slide--theme-gray .slide__title {
      color: #857363; }
      @media (min-width: 768px) {
        .homecarousel .slide.slide--theme-gray .slide__title {
          color: white; } }
    .homecarousel .slide.slide--theme-gray .slide__link {
      background: #857363; }
    .homecarousel .slide__image {
      width: 100%; }
    .homecarousel .slide__text {
      background: #F9F7F4;
      padding: 24px;
      display: block; }
      .homecarousel .slide__text-right {
        right: 0; }
      .homecarousel .slide__text-left {
        left: 0; }
      @media (min-width: 768px) {
        .homecarousel .slide__text {
          position: absolute; } }
    .homecarousel .slide__title {
      font-size: 48px;
      line-height: 1em;
      font-family: 'ConnectionsLight'; }
    .homecarousel .slide__copy {
      color: #524940;
      font-size: 18px;
      line-height: 22px;
      height: auto;
      margin: 24px 0 36px; }
      @media (min-width: 768px) {
        .homecarousel .slide__copy {
          margin: 48px 0 0;
          height: 135px; } }
      @media (min-width: 1440px) {
        .homecarousel .slide__copy {
          width: 75%; } }
    .homecarousel .slide--partnership .slide__text {
      width: 100%;
      right: 0; }
      @media (min-width: 768px) {
        .homecarousel .slide--partnership .slide__text {
          width: 430px;
          top: 50px;
          background: rgba(255, 255, 255, 0.85); } }
      .homecarousel .slide--partnership .slide__text .slide__title {
        color: #DC1341;
        font-size: 30px;
        height: auto;
        margin-bottom: 0; }
        @media (min-width: 850px) {
          .homecarousel .slide--partnership .slide__text .slide__title {
            font-size: 48px; } }
      .homecarousel .slide--partnership .slide__text .slide__copy {
        margin: 18px 0;
        height: auto; }
      .homecarousel .slide--partnership .slide__text .slide__link {
        color: #524940;
        font-size: 18px; }
        .homecarousel .slide--partnership .slide__text .slide__link .icon {
          margin-left: 6px;
          font-size: 14px; }
    .homecarousel .slide--non-partnership .slide__text, .homecarousel .slide--spotlight .slide__text {
      top: 0;
      left: 0;
      right: 0;
      padding: 24px;
      color: #333333; }
      @media (min-width: 768px) {
        .homecarousel .slide--non-partnership .slide__text, .homecarousel .slide--spotlight .slide__text {
          padding: 0 7% 0 14%;
          background: transparent; } }
      @media (min-width: 768px) {
        .homecarousel .slide--non-partnership .slide__text--right .slide__copy,
        .homecarousel .slide--non-partnership .slide__text--right .slide__link, .homecarousel .slide--spotlight .slide__text--right .slide__copy,
        .homecarousel .slide--spotlight .slide__text--right .slide__link {
          margin-left: 425px; } }
    .homecarousel .slide--non-partnership .slide__title, .homecarousel .slide--spotlight .slide__title {
      height: auto;
      margin-bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 36px; }
      @media (min-width: 768px) {
        .homecarousel .slide--non-partnership .slide__title, .homecarousel .slide--spotlight .slide__title {
          height: 115px;
          color: white; } }
      @media (min-width: 768px) {
        .homecarousel .slide--non-partnership .slide__title, .homecarousel .slide--spotlight .slide__title {
          height: 136px; } }
      @media (min-width: 850px) {
        .homecarousel .slide--non-partnership .slide__title, .homecarousel .slide--spotlight .slide__title {
          height: 155px;
          font-size: 48px; } }
      @media (min-width: 980px) {
        .homecarousel .slide--non-partnership .slide__title, .homecarousel .slide--spotlight .slide__title {
          height: 180px; } }
    .homecarousel .slide--non-partnership .slide__copy, .homecarousel .slide--spotlight .slide__copy {
      width: 100%; }
      @media (min-width: 768px) {
        .homecarousel .slide--non-partnership .slide__copy, .homecarousel .slide--spotlight .slide__copy {
          width: 75%;
          margin: 24px 0 0; } }
      @media (min-width: 768px) {
        .homecarousel .slide--non-partnership .slide__copy, .homecarousel .slide--spotlight .slide__copy {
          margin: 48px 0 0; } }
    .homecarousel .slide--non-partnership .slide__link, .homecarousel .slide--spotlight .slide__link {
      color: white;
      padding: 12px;
      font-size: 18px; }
      .homecarousel .slide--non-partnership .slide__link-icon, .homecarousel .slide--spotlight .slide__link-icon {
        height: 28px;
        width: 28px;
        margin-right: 12px;
        display: inline; }
    .homecarousel .slide--spotlight .slide__spotlight {
      color: #DC1341;
      line-height: 0;
      text-align: center;
      text-transform: uppercase;
      border-right: 16px solid transparent;
      border-top: 16px solid #F9F7F4;
      border-bottom: 16px solid #F9F7F4;
      width: 100px;
      font-size: 14px;
      position: absolute;
      top: 50px;
      left: 0;
      margin-bottom: 0;
      display: none;
      z-index: 10; }
      @media (min-width: 768px) {
        .homecarousel .slide--spotlight .slide__spotlight {
          display: block; } }
      @media (min-width: 1200px) {
        .homecarousel .slide--spotlight .slide__spotlight {
          font-size: 16px;
          width: 115px; } }
    .homecarousel .slide--tool .slide__text {
      top: 60px;
      left: 24px;
      background: transparent; }
    .homecarousel .slide--tool .slide__title {
      font-size: 36px;
      margin-bottom: 0; }
    .homecarousel .slide--tool .slide__link {
      background: #4A7B96;
      color: white;
      padding: 12px;
      font-size: 18px; }
      @media (min-width: 620px) {
        .homecarousel .slide--tool .slide__link {
          background: white;
          color: #4A7B96; } }
    @media (min-width: 768px) {
      .homecarousel .slide--tool .slide__copy {
        width: 65%; } }

/* ----- Home topictiles component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.row--home-topictiles {
  padding: 0px; }
  @media (min-width: 620px) {
    .row--home-topictiles {
      padding: 0 12px; } }

.home-topictiles {
  width: 100%; }
  .home-topictiles__header {
    color: #DC1341;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px; }
  .home-topictiles__subheader {
    color: #6B5E51;
    text-align: center;
    padding: 0 12px;
    font-size: 20px;
    line-height: 24px; }
  .home-topictiles__topics {
    margin: 40px 0 50px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .home-topictiles__topics .home-topictiles-topic {
      margin: 1px 0;
      -ms-flex-preferred-size: calc(20% - 2px);
          flex-basis: calc(20% - 2px);
      background-color: #ECE6DD; }
      @media (min-width: 620px) {
        .home-topictiles__topics .home-topictiles-topic {
          -ms-flex-preferred-size: calc(10% - 3px);
              flex-basis: calc(10% - 3px); } }
      .home-topictiles__topics .home-topictiles-topic__link, .home-topictiles__topics .home-topictiles-topic__link:focus, .home-topictiles__topics .home-topictiles-topic__link:hover {
        color: #6B5E51;
        display: block;
        background-color: #ECE6DD;
        padding: 0 0 6px 0;
        height: 100%; }
        @media (min-width: 1000px) {
          .home-topictiles__topics .home-topictiles-topic__link, .home-topictiles__topics .home-topictiles-topic__link:focus, .home-topictiles__topics .home-topictiles-topic__link:hover {
            padding: 0 0 12px 0; } }
      .home-topictiles__topics .home-topictiles-topic__link:focus, .home-topictiles__topics .home-topictiles-topic__link:hover {
        background-color: #D1C9C0;
        -ms-transform: scale(1.1, 1.1);
        /* IE 9 */
        /* Safari */
        transform: scale(1.1, 1.1);
        /* Standard syntax */ }
      .home-topictiles__topics .home-topictiles-topic__image {
        margin: 0 auto; }
      .home-topictiles__topics .home-topictiles-topic__title {
        text-align: center;
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
        min-height: 42px; }
        @media (min-width: 1000px) {
          .home-topictiles__topics .home-topictiles-topic__title {
            font-size: 18px;
            padding: 0 6px; } }
    .home-topictiles__topics .hidden-topic {
      opacity: 0; }

/* ----- Fblive component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.fblive {
  margin: 0 12px;
  padding: 24px 24px 0;
  position: relative;
  background-color: #ECE6DD; }
  .fblive__title {
    font-size: 16px;
    font-weight: bold;
    color: #A12834;
    margin-top: 0;
    margin-bottom: 12px; }
  .fblive__container {
    display: block; }
    @media (min-width: 800px) {
      .fblive__container {
        display: -ms-flexbox;
        display: flex; } }
  .fblive__column-left {
    width: 100%; }
    @media (min-width: 800px) {
      .fblive__column-left {
        width: 33%;
        margin-right: 2%; } }
  .fblive__column-right {
    width: 100%;
    position: relative; }
    @media (min-width: 800px) {
      .fblive__column-right {
        width: 65%; } }
  .fblive__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    bottom: 15px; }
    @media (min-width: 800px) {
      .fblive__link {
        position: absolute; } }
    .fblive__link-image {
      width: 75px;
      display: inline;
      padding-right: 6px; }
  .fblive .video {
    margin-bottom: 0; }
    .fblive .video--information-bottom {
      display: none; }
  .fblive .vjs-big-play-button {
    height: 75px;
    width: 80px;
    left: 55%; }
  .fblive--wildcard {
    width: 100%;
    height: 0;
    margin-top: 20px;
    display: none; }
    @media (min-width: 950px) {
      .fblive--wildcard {
        display: block; } }

/* ----- All series masthead component styles ----- */
/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
.all-series__masthead {
  background-color: #ECE6DD; }

.all-series__heading {
  margin: 0 0 12px 0;
  color: #A12834;
  font-size: 38px; }

.all-series__description {
  margin: 0;
  line-height: 1.2; }

/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
/* ==========================================================================
   Helpers
   ========================================================================== */

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

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

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

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

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

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

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../etc.clientlibs/bmh/clientlibs/resources/images-min/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/slick.eot");
  src: url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/slick.woff") format("woff"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/slick.ttf") format("truetype"), url("../../../../etc.clientlibs/bmh/clientlibs/resources/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */

/* ==========================================================================
   Utilitiess
   ========================================================================== */
/* ==========================================================================
   Vars
   ========================================================================== */
/* ----- Typography ----- */
/* White */
/* Black */
/* Reds */
/* Blues */
/* Oranges */
/* Yellows */
/* Greens */
/* Mints */
/* Teals */
/* Purples */
/* Grays */
/* Copy Grays */
/* Border colors */
/* Anchor States */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ----- Looping Options ----- */
/*  Note: These use !important as they are content-based
    and should intentionally override any other settings */
/* Homepage Template Styles */
.template--homepage #mainContent .row--content {
  padding: 0;
  max-width: none; }

.template--homepage .home-topictiles {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 620px) {
    .template--homepage .home-topictiles {
      padding: 0 12px; } }

.template--homepage .homecarousel {
  max-width: 1004px;
  margin: 60px auto 80px;
  padding: 0; }
  @media (min-width: 620px) {
    .template--homepage .homecarousel {
      padding: 0 12px; } }

.template--homepage .conditional-wrapper {
  margin-bottom: 50px; }

