/**
 * Rules from the old base.css file
 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

input[type='text'],
input[type='password'],
input[type='search'] {
  -webkit-appearance: none;
}

[role='button'] {
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  overflow-x: hidden;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
      -ms-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */
html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'], /* 1 */
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.zero-margin {
  margin: 0;
}

.list-unstyled {
  list-style: none;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.affix {
  position: fixed;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@-ms-viewport {
  width: device-width;
}

.container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media all and (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .row {
    margin-left: -9px;
    margin-right: -9px;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media all and (max-width: 650px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media all and (min-width: 651px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}


.visible-xs,
.visible-sm,
.visible-md {
  display: none !important;
}

@media all and (max-width: 650px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media all and (min-width: 651px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media all and (min-width: 768px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media all and (max-width: 650px) {
  .hidden-xs {
    display: none !important;
  }
}

@media all and (min-width: 651px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@media all and (min-width: 650px) {
  .container {
    width: 632px;
  }
}
@media all and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media all and (min-width: 1100px) {
  .container {
    width: 1170px;
  }
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

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

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

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

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

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

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

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

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media all and (min-width: 651px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media all and (min-width: 768px) {
  .col,
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

.clearfix,
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
  content: ' ';
  display: table;
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

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

.form-control {
  display: block;
  width: 100%;
  background-clip: padding-box;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  outline: 0;  
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder,
.form-control:disabled, .form-control[readonly] {  
  opacity: 1;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;  
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.5rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.form-control-icon {
  position: relative;
}

span[class^="form-control-icon--"] {  
  position: absolute;
  top: 16px;
}

.form-control-icon--prepend {
  padding-left: 16px;  
}

.form-control-icon--append {
  padding-right: 16px;
  right: 0;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.forms fieldset, .forms .form-group {
  padding: 5px 0 12px;
}

.forms fieldset .form-group {
  padding: 0;
}

.forms .form-control {    
  margin-top: 10px;
  padding: .375rem 1rem;
}

.forms select.form-control {
  padding-right: 1.5rem;
}

.forms .form-control-feedback {
  display: none;      
  margin-top: 10px;
}

.forms .form-group--required > label:after {      
  content: "*";
  padding-left: 5px;
}

.forms .form-group--invalid .form-control-feedback {
  display: block;
}

.forms .form-group__heading {
  margin-bottom: 7px;
}

.forms .form-group__heading label {
  padding-top: 4px;
  display: block;
}

.forms textarea {
  margin-top: 10px;
  resize: none;
}

select.form-control:not([size]):not([multiple]) {
  margin-top: 10px;
}

.form-check {
  margin-bottom: 12px;
}

.form-group .form-check {
  margin-top: 7px;
}

.form-check .checkmark {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  height: 33px;      
  left: 0;      
  position: absolute;
  top: 4px;
  width: 33px;
}

.form-check .checkmark:after {
  content: "";
  display: none;        
  left: 9px;
  position: absolute;
  top: 9px;
}

.form-check .checkmark--radio, .form-check .checkmark--radio:after {        
  border-radius: 50%;
}

.form-check-input:checked ~ label .checkmark {
  background-color: #005BA2;
}

.form-check-input:checked ~ label .checkmark:after {
  display: block;
}

.form-check-input:disabled + label .checkmark {        
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
}

.form-check-label {
  display: inline-block;      
  margin-top: 8px;
  padding-left: 32px;
}

.forms button {
  border: none;
}

.forms .form-button-group button {
  max-width: 100%;
}

.forms .form-button-group .form-button--cancel {
  margin-top: 20px;
}

.forms .btn.form-button--inline {
  margin-top: 1rem;
  max-width: 100%;
}

.forms .form-button--tooltip,
.forms .form-button--inline-text {
  display: block;
}

.form-group--tooltip label {
  display: inline-block;
}

.form-group--tooltip .form-tooltip {
  position: relative;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;  
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media all and (min-width: 768px) {
  .forms .form-multiple-groups {
    display: flex;
  }

  .forms .form-control,
  .form-control-icon {
    max-width: 360px;
  }

  .forms .form-multiple-groups .form-group input {
    max-width: 90px;
  }

  .forms .form-group__button--inline .form-button--inline,
  .forms .form-group__button--inline .form-control,
  .forms .form-button-group--inline button {
    display: inline-block;
  }

  .forms .btn.form-button--inline {
    margin-top: 0;
    max-width: 278px;
  }

  .forms .form-button-group button {
    max-width: 278px;
  }

  .forms .form-group .form-button--inline-text {
    display: inline-block;
  }
}

@media all and (min-width: 885px) {
  .forms {
    max-width: 83%;
  }
}
.icon-container {
  height: 30px;
  width: 100%;
}

.icon-container icon {
  display: block;
  height: 100%;
}

.icon-container.hexagon {
  height: 100%;
  position: relative;
  text-align: center;
  transform: rotate(30deg);
  width: 100%;
}

.icon-container.hexagon svg {
  z-index: 1;
}

.icon-container svg {
  height: 100%;
}

.icon-container.hexagon svg {
  bottom: 0;
  height: 70%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-30deg);
}

.icon-container .shape-container {
  height: 100%;
  width: 100%;
}

.icon-container.hexagon .shape-container {
  background-color: #05286a;
  display: inline-block;
  height: 100%;
  width: 57.735%;
}

.icon-container.hexagon .shape-container::before {
  background-color: inherit;
  content: '';
  height: inherit;
  position: absolute;
  right: 21.1325%;
  top: 0;
  transform: rotate(60deg);
  width: inherit;
}

.icon-container.hexagon .shape-container::after {
  background-color: inherit;
  content: '';
  height: inherit;
  position: absolute;
  right: 21.1325%;
  top: 0;
  transform: rotate(-60deg);
  width: inherit;
}

table.responsive div[data-type='responsive'] {
  display: none;
}

@media only screen and (max-width: 768px) {
  table.responsive div[data-type='responsive'] {
    display: block;
    vertical-align: top;
    width: 45%;
  }

  table.responsive,
  table.responsive thead,
  table.responsive tbody,
  table.responsive th,
  table.responsive td,
  table.responsive tr {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: block;
  }

  html.ie9 table.responsive,
  html.ie9 table.responsive thead,
  html.ie9 table.responsive tbody,
  html.ie9 table.responsive th,
  html.ie9 table.responsive td,
  html.ie9 table.responsive tr {
    clear: both;
    float: left;
    width: 100%;
  }

  table.responsive td {
    border: 0;
  }

  table.responsive th {
    display: none;
  }
}

@charset "UTF-8";
/*!
 * smartbanner.js v1.9.1 <https://github.com/ain/smartbanner.js>
 * Copyright ?? 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  height: 84px;
  left: 0;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.smartbanner__exit {
  border: 0;
  display: block;
  height: 12px;
  left: 9px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: calc(50% - 6px);
  width: 12px;
}

.smartbanner__exit::before,
.smartbanner__exit::after {
  background: #767676;
  content: ' ';
  height: 12px;
  position: absolute;
  width: 1px;
}

.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smartbanner__icon {
  background-size: 64px 64px;
  border-radius: 15px;
  height: 64px;
  left: 30px;
  position: absolute;
  top: 10px;
  width: 64px;
}

.smartbanner__info {
  align-items: center;
  display: flex;
  height: 64px;
  left: 104px;
  overflow-y: hidden;
  position: absolute;
  top: 10px;
  width: 60%;
}

.smartbanner__info__title {
  font-size: 14px;
}

.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px;
}

.smartbanner__button {
  background: #f3f3f3;
  border-radius: 5px;
  color: #1474fc;
  display: block;
  font-size: 18px;
  min-width: 10%;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-decoration: none;
  top: 32px;
  z-index: 1;
}

.smartbanner__button__label {
  text-align: center;
}

.smartbanner.smartbanner--android {
  background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7');
  box-shadow: inset 0 4px 0 #88b131;
}

.smartbanner.smartbanner--android .smartbanner__exit {
  background: #1c1e21;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .8) inset, 0 1px 1px rgba(255, 255, 255, .3);
  color: #b1b1b3;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 17px;
  left: 6px;
  line-height: 17px;
  margin-right: 7px;
  text-shadow: 0 1px 1px #000;
  width: 17px;
}

.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
  background: #b1b1b3;
  height: 11px;
  left: 8px;
  top: 3px;
  width: 2px;
}

.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}

.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none; }

.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button {
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold;
  min-width: 12%;
  padding: 0;
  right: 20px;
  top: 30px; }

.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}

.smartbanner.smartbanner--android .smartbanner__button__label {
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  display: block;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}

/* block page scrolling while overlay is open */
body.no-scroll {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.overlay-container {
  position: relative;
}

.overlay-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 60px;
}

.overlay-trigger ~ .overlay-container {
  background: 0;
  height: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 130vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-150%);
  width: 85vw;
}

.overlay-close-button {
  border: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.with-overlay::after {
  background: rgba(0, 0, 0, .5);
  content: '';
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  will-change: opacity;
}

.open-overlay::after {
  opacity: 1;
  pointer-events: auto;
  z-index: 4;
}

.open-overlay .overlay-container {
  transform: translateY(6vh);
  transition: transform 300ms ease-out;
  z-index: 6;
}

@media screen and (max-width: 767px) {
  .overlay-trigger ~ .overlay-container {
    width: 100%;
  }
}

@media print {
  header,
  footer,
  .print-none {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }
}

.print-only {
  display: none !important;
}

.c-404-add-to-calendar .add-to-calendar .cal-event {
  display: none; }

.c-404-add-to-calendar .add-to-calendar .a2cldr .a2cldr-btn {
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  padding: 10px;
  text-decoration: none; }
  .c-404-add-to-calendar .add-to-calendar .a2cldr .a2cldr-btn:hover {
    background: #f6f6f6; }

.c-404-add-to-calendar .add-to-calendar .a2cldr ul {
  display: none;
  list-style: none; }
  .c-404-add-to-calendar .add-to-calendar .a2cldr ul li {
    background: #fff;
    border: 0.5px solid #9b9b9b;
    border-bottom: 0; }
    .c-404-add-to-calendar .add-to-calendar .a2cldr ul li:last-child {
      border-bottom: 0.5px solid #9b9b9b; }
    .c-404-add-to-calendar .add-to-calendar .a2cldr ul li a:focus {
      text-decoration: underline; }
    .c-404-add-to-calendar .add-to-calendar .a2cldr ul li:hover {
      background: #f6f6f6; }
      .c-404-add-to-calendar .add-to-calendar .a2cldr ul li:hover a {
        text-decoration: underline; }
    .c-404-add-to-calendar .add-to-calendar .a2cldr ul li a {
      display: flex;
      padding: 10px;
      text-decoration: none; }

.c-404-add-to-calendar .add-to-calendar .a2cldr.active .a2cldr-btn {
  background: #f6f6f6; }

.c-404-add-to-calendar .add-to-calendar .a2cldr.active ul {
  display: block;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  z-index: 1; }

/*# sourceMappingURL=c-404-add-to-calendar.css.map*/
.timeline ul.progressbar .step-item.active::before {
  border: 0;
  border-radius: 20px;
  bottom: -13px;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 1; }

.timeline ul.progressbar .step-item::before {
  background: #9b9b9b;
  border: 0;
  border-radius: 20px;
  bottom: -13px;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .timeline ul.progressbar .step-item::before {
      left: 39px; } }

.timeline ul.progressbar.numbered {
  counter-reset: section; }
  .timeline ul.progressbar.numbered .step-item::before {
    content: none; }
  .timeline ul.progressbar.numbered .step-item.active::before {
    content: none; }
  .timeline ul.progressbar.numbered .step-item.active::after {
    content: counter(section);
    counter-increment: section;
    padding-top: 8px; }
  .timeline ul.progressbar.numbered .step-item::after {
    color: #9b9b9b;
    content: counter(section);
    counter-increment: section;
    padding-top: 8px; }

@media (min-width: 768px) {
  .timeline {
    display: flex;
    flex-direction: column;
    min-height: 185px;
    width: 100%;
    z-index: 1; }
    .timeline ul.progressbar {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 20px;
      width: 100%;
      z-index: 0; }
      .timeline ul.progressbar .step-item {
        background: none;
        display: flex;
        justify-content: center;
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0 0 20px;
        position: relative;
        text-align: center;
        width: 110px; }
        .timeline ul.progressbar .step-item.active::before {
          background: #00864f; }
        .timeline ul.progressbar .step-item.active::after {
          background: #fff;
          border-color: #00864f;
          content: ''; }
        .timeline ul.progressbar .step-item:hover {
          cursor: pointer; }
        .timeline ul.progressbar .step-item .step-content {
          width: 100%; }
          .timeline ul.progressbar .step-item .step-content .step-heading {
            display: block;
            height: 200%; }
            .timeline ul.progressbar .step-item .step-content .step-heading::after {
              content: '';
              left: 25px;
              padding: 40px 30px 20px;
              position: absolute;
              top: 10px; }
          .timeline ul.progressbar .step-item .step-content .step-info {
            display: none; }
        .timeline ul.progressbar .step-item::after {
          background: #fff;
          border: 2px solid #9b9b9b;
          border-radius: 20px;
          bottom: -22px;
          content: '';
          height: 36px;
          position: absolute;
          width: 36px; } }
        @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
          .timeline ul.progressbar .step-item::after {
            left: 30px; } }

@media (min-width: 768px) {
      .timeline ul.progressbar.numbered .step-item::before {
        content: none; }
      .timeline ul.progressbar.numbered .step-item.active::after {
        background: #00864f;
        color: #fff; }
    .timeline .step-description {
      background: #f6f6f6;
      display: flex;
      flex-direction: column;
      margin: 30px 30px 0;
      padding: 30px;
      position: relative;
      text-align: center; }
      .timeline .step-description::before {
        background: #9b9b9b;
        content: '';
        height: 2px;
        left: 20px;
        position: absolute;
        top: -48px;
        width: calc(100% - 40px);
        z-index: -1; }
      .timeline .step-description > * {
        margin: auto; }
      .timeline .step-description .step-icon {
        margin-bottom: 15px; }
        .timeline .step-description .step-icon + .info {
          margin-top: 0; }
    .timeline a.read-more {
      display: none; } }

@media (max-width: 767px) {
  .timeline ul.progressbar .step-item {
    list-style-type: none;
    margin-left: 20px;
    padding: 10px 30px 60px;
    position: relative;
    z-index: 0; }
    .timeline ul.progressbar .step-item:last-child {
      padding-bottom: 30px; }
    .timeline ul.progressbar .step-item::before {
      background: #9b9b9b;
      border: 0;
      border-radius: 20px;
      bottom: 0;
      content: '';
      height: 18px;
      left: -9px;
      position: absolute;
      top: 9px;
      width: 18px;
      z-index: 1; }
    .timeline ul.progressbar .step-item::after {
      background: #fff;
      border: 2px solid #9b9b9b;
      border-radius: 20px;
      bottom: 0;
      content: '';
      height: 36px;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 36px; }
    .timeline ul.progressbar .step-item .active::before {
      background: #9b9b9b;
      border: 0;
      border-radius: 20px;
      bottom: 0;
      content: '';
      height: 18px;
      left: -9px;
      position: absolute;
      top: 9px;
      width: 18px;
      z-index: 1; }
    .timeline ul.progressbar .step-item .step-content {
      width: 100%; }
      .timeline ul.progressbar .step-item .step-content .step-heading {
        display: block;
        margin-bottom: 20px; }
      .timeline ul.progressbar .step-item .step-content .step-info {
        background: #eee;
        padding: 20px; }
        .timeline ul.progressbar .step-item .step-content .step-info .step-icon {
          margin-bottom: 10px; }
    .timeline ul.progressbar .step-item .step-content::before {
      background: #9b9b9b;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 2px;
      z-index: -1; }
    .timeline ul.progressbar .step-item:last-child .step-content::before {
      content: none; }
  .timeline ul.progressbar.numbered .step-item::after {
    color: #9b9b9b;
    content: counter(section);
    counter-increment: section;
    padding-left: 11px;
    padding-top: 8px; }
  .timeline ul.progressbar.numbered .step-item.active::after {
    background: #fff;
    color: #9b9b9b; }
  .timeline ul.progressbar.hide-content {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.2s ease-in; }
    .timeline ul.progressbar.hide-content .step-item {
      padding: 10px 30px 20px; }
    .timeline ul.progressbar.hide-content::before {
      background-image: linear-gradient(to bottom, transparent, #fff 40%);
      bottom: 0;
      content: '';
      height: 30%;
      left: 0;
      pointer-events: none;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .timeline ul.progressbar.hide-content::after {
      height: 100%; }
  .timeline ul.progressbar.show-content {
    max-height: 5000px;
    overflow: hidden;
    transition: max-height 1s ease-in; }
    .timeline ul.progressbar.show-content::before {
      background-image: none; }
  .timeline .step-description {
    display: none; }
  .timeline a.read-more {
    display: block;
    margin-left: 50px;
    position: relative;
    z-index: 1; } }

/*# sourceMappingURL=c-403-timeline.css.map*/
/*
 * Index:
 * 
 * 
 * 
 *
 */
/* ================================================================================
                               Initial white-label styling
================================================================================ */
.progressive-content.author-view > * {
  max-height: 100%; }

.progressive-content > * {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease; }

.progressive-content.expanded > * {
  max-height: 7500px;
  transition: max-height 4s ease; }

/*# sourceMappingURL=c-402-progressive-disclosure.css.map*/
/*
 * Index:
 * 
 * 
 * 
 *
 */
/* ================================================================================
                               Initial white-label styling
================================================================================ */
.calc-error {
  color: #b22222;
  font-weight: bold; }

.auth-hide {
  border-color: #b22222;
  border-radius: 5px;
  border-style: solid;
  border-width: 4px;
  display: block; }

.auth-calculator-area .newpar {
  margin-left: 15px;
  margin-right: 15px; }

.auth-sectionchild .newpar {
  margin-left: 30px;
  margin-right: 30px; }

/*================================================================================
                                  Module/Component Rules
================================================================================ */
/* ---------- Calculator ---------- */
/* calculator sections */
.c-401-calculator .section-wrapper .section-heading {
  margin-bottom: 10px; }

/* calculator actions */
.c-401-calculator .section-wrapper .section-action {
  overflow: hidden; }
  @media (max-width: 480px) {
    .c-401-calculator .section-wrapper .section-action {
      text-align: center; } }
  .c-401-calculator .section-wrapper .section-action a.align-right {
    float: right; }
    @media (max-width: 480px) {
      .c-401-calculator .section-wrapper .section-action a.align-right {
        display: block;
        float: none; }
        .c-401-calculator .section-wrapper .section-action a.align-right:first-child {
          margin-bottom: 10px; } }
  .c-401-calculator .section-wrapper .section-action a.align-left {
    float: left; }
    @media (max-width: 480px) {
      .c-401-calculator .section-wrapper .section-action a.align-left {
        display: block;
        float: none; }
        .c-401-calculator .section-wrapper .section-action a.align-left:first-child {
          margin-bottom: 10px; } }

.c-401-calculator .section-wrapper .section-description {
  display: flow-root; }

.section-action {
  overflow: hidden; }
  .section-action a {
    padding: 18px 0; }
    .section-action a.align-left {
      float: left; }
    .section-action a.align-right {
      float: right; }

/*================================================================================
                                 State Rules
================================================================================ */
/* element interaction / class states

.c-401-calculator {
  input {
    &[type=button]:hover {
      background-color: #d73e42;
      background-image: linear-gradient(#912227, #d3292e);
    }
  }
}

.c-401-question {
  .input-buttons {
    label {
      &:hover {
        background-color: #f2f2f2;
        cursor: pointer;
      }
    }
  }
}

.c-401-calculator {
  .section-action {
    a {
      &:hover {
        border-bottom: 1px solid #d3292e;
      } 

      &.link {
        &:hover {
          border-bottom: 1px solid #d3292e;
        }       
      }

      &.button {
        &:hover {
          background-color: #d73e42;
          background-image: linear-gradient(#912227, #d3292e);
        }
      }
    }
  }
}
*/
.c-401-calculator .layout {
  margin: 0 0 20px; }
  .c-401-calculator .layout:last-child {
    margin-bottom: 0; }

.layout-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 20px; }

.authlayout-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 20px; }

.form-control-feedback {
  color: #b22222; }

/*# sourceMappingURL=c-401-calculator.css.map*/
.article-list--filter-select {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Down' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #ccc;
  border-radius: 1px;
  height: 48px;
  margin-bottom: 30px;
  max-width: 284px;
  padding: 5px 15px 5px 18px;
  width: 100%; }
  .article-list--filter-select::-ms-expand {
    display: none; }
  .article-list--filter-select:focus {
    outline: none; }

.article-item--link-container {
  margin-bottom: 0;
  margin-top: 0; }

.article-list--header {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 30px; }

.article-list-item {
  border-top: 1px solid #ccc;
  padding: 24px 24px 30px; }
  .article-list-item::after {
    clear: both;
    content: '';
    display: table; }

.article-image-container {
  float: left;
  width: 121px; }
  .article-image-container img {
    height: auto;
    width: 100%; }

.article-description-container {
  float: left;
  padding-left: 24px;
  padding-right: 24px;
  width: calc(100% - 121px); }

.article--filter-caption {
  margin-bottom: 12px; }

.article-list--pagination {
  margin-right: 14px; }

.article-list--pagination-container {
  text-align: center; }

.article-list--pagination-next::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Right' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(-360.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position-y: 2px;
  background-repeat: no-repeat;
  background-size: 11px;
  content: '';
  display: inline-block;
  margin-left: 14px;
  min-height: 12px;
  min-width: 12px; }

.article-list--pagination-next.article-list--pagination-disabled::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Right' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(-360.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.article-list--pagination-prev::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Right' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(-360.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 11px;
  content: '';
  display: inline-block;
  margin-right: 14px;
  min-height: 12px;
  min-width: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.article-list--pagination-prev.article-list--pagination-disabled::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Right' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(-360.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.article-list--pagination-disabled {
  color: #ccc; }

.article-list--pagination-container {
  border-top: 1px solid #ccc;
  padding: 16px 24px 24px; }

.article-list--pagination-current {
  pointer-events: none; }

.article-list--pagination-links {
  margin-top: 3px; }
  .article-list--pagination-links ul li {
    display: inline;
    list-style: none; }

.article-link--ispdf a::before {
  border-radius: 3px;
  content: 'PDF';
  display: inline-block;
  margin-right: 7px;
  padding: 0 3px; }

.article-item--caption {
  margin-bottom: 6px;
  margin-top: 2px; }
  .article-item--caption a {
    cursor: default;
    pointer-events: none;
    text-decoration: none; }
    .article-item--caption a:active, .article-item--caption a:focus {
      outline: none; }

.article-item--dateauthor {
  margin-bottom: 5px;
  margin-top: 0; }
  .article-item--dateauthor .article-list--author-caption::before {
    content: ' | ';
    display: inline-block;
    margin-right: 3px; }

.article-item--description {
  margin-bottom: 5px;
  margin-top: 0; }

.article-list-item--tab .article-image-container,
.article-list-item--tab .article-item--dateauthor {
  display: none; }

.article-list-item--tab .article-item--caption {
  margin-bottom: 20px;
  margin-top: 0; }
  .article-list-item--tab .article-item--caption::after {
    border-top: 1px solid #ccc;
    content: '';
    display: block;
    margin-top: 13px;
    width: 100%; }

.article-list-item--tab .article-item--description {
  margin-bottom: 24px; }

.article-list-item--tab .article-link--ispdf a::before {
  display: none; }

.article-list-item--tab .article-item--link-container {
  height: 66px;
  width: 100%; }
  .article-list-item--tab .article-item--link-container a {
    bottom: 30px;
    left: 18px;
    min-width: 0;
    position: absolute;
    right: 18px;
    text-align: left;
    width: auto; }

.article-list-item--tab .article-description-container {
  width: 100%; }

.article-list-item--tab .article-row::before, .article-list-item--tab .article-row::after {
  clear: both;
  content: '';
  display: table; }

.article-list-item--tab .article-col {
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc(33.33% - 20px); }
  .article-list-item--tab .article-col:last-child {
    margin-right: 0; }
  @media all and (max-width: 767px) {
    .article-list-item--tab .article-col {
      float: none;
      margin-bottom: 9px;
      width: 100%; } }

.article-list-item--tab.article-list--container {
  padding-left: 0;
  padding-right: 0; }

.article-list-item--tab + .article-list--pagination-container {
  border: 0; }

.article-list-item--tab .article-list-item {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  @media all and (max-width: 768px) {
    .article-list-item--tab .article-list-item {
      padding-left: 18px;
      padding-right: 18px; } }

.article-list--header-tab {
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .article-list--header-tab {
      margin-bottom: 9px; } }

@media (max-width: 768px) {
  .article-image-container {
    float: none; }
    .article-image-container img {
      height: auto;
      width: 121px; }
  .article-description-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .article-list-item,
  .article-list--pagination-container {
    padding-left: 18px;
    padding-right: 18px; }
  .article-list--date {
    display: block; }
  .article-item--dateauthor .article-list--author-caption::before {
    content: '';
    display: none;
    margin-right: 0; }
  .article-list--header {
    padding-left: 18px;
    padding-right: 18px; }
  .article-item--caption {
    margin-top: 9px; }
  .article-list--pagination {
    margin-right: 12px; }
  .article-list--pagination-prev::before {
    margin-right: 6px; }
  .article-list--pagination-next::after {
    margin-left: 6px; } }

@media (min-width: 769px) {
  .article-list-item--tab .article-item--link-container .btn {
    left: 24px;
    right: 24px; } }
.c-300-article-header .article-header .header {
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  padding: 15px 0; }
  .c-300-article-header .article-header .header .header-image {
    height: 50px;
    margin-right: 15px;
    width: 50px; }
    .c-300-article-header .article-header .header .header-image .image-container {
      height: 100%; }
      .c-300-article-header .article-header .header .header-image .image-container img {
        border-radius: 50%;
        height: 100%;
        width: 100%; }
  .c-300-article-header .article-header .header .content .author {
    display: flex;
    margin-bottom: 5px; }
    .c-300-article-header .article-header .header .content .author .author-name {
      margin-right: 5px; }
  .c-300-article-header .article-header .header .content .header-details {
    display: flex; }
    .c-300-article-header .article-header .header .content .header-details .header-mins::before {
      content: '|';
      margin: 0 6px; }

@media (max-width: 480px) {
  .c-300-article-header .article-header .header .content .author {
    display: block;
    margin-bottom: 0; } }

@media (max-width: 360px) {
  .c-300-article-header .article-header .header {
    align-items: normal; }
    .c-300-article-header .article-header .header .content .header-details {
      display: block; }
      .c-300-article-header .article-header .header .content .header-details .header-mins::before {
        content: none; } }
.article-parent-share-wrapper {
  display: flex;
  height: 72px;
  overflow: hidden; }
  .article-parent-share-wrapper .icon-container {
    height: 20px;
    margin-top: 10px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .article-parent-share-wrapper .icon-container {
        max-width: 20px; } }
    .article-parent-share-wrapper .icon-container ~ span {
      padding-left: 12px; }
    .article-parent-share-wrapper .icon-container .shape-container {
      display: block;
      height: 100%;
      width: 100%; }
    .article-parent-share-wrapper .icon-container icon {
      display: block;
      height: 100%;
      width: 100%; }
    .article-parent-share-wrapper .icon-container svg {
      display: block; }
      .article-parent-share-wrapper .icon-container svg > * {
        fill: #ccc; }
  .article-parent-share-wrapper .firefox-container {
    display: flex;
    height: 50px; }
  .article-parent-share-wrapper .article-social-share-wrapper {
    margin-left: 20px;
    transition: margin-right 500ms ease-out; }
  .article-parent-share-wrapper .article-parent-share-list {
    margin-top: 5px; }
  .article-parent-share-wrapper .article-social-share-list,
  .article-parent-share-wrapper .article-parent-share-list {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-left: auto;
    white-space: nowrap; }
    .article-parent-share-wrapper .article-social-share-list > li,
    .article-parent-share-wrapper .article-parent-share-list > li {
      align-items: center;
      display: flex;
      height: 100%;
      list-style: none;
      max-height: 50px; }
      .article-parent-share-wrapper .article-social-share-list > li a,
      .article-parent-share-wrapper .article-social-share-list > li button,
      .article-parent-share-wrapper .article-parent-share-list > li a,
      .article-parent-share-wrapper .article-parent-share-list > li button {
        align-items: baseline;
        background: none;
        border: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        height: 50px;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none; }
      .article-parent-share-wrapper .article-social-share-list > li span,
      .article-parent-share-wrapper .article-parent-share-list > li span {
        height: 48px;
        line-height: 50px; }
      .article-parent-share-wrapper .article-social-share-list > li + li,
      .article-parent-share-wrapper .article-parent-share-list > li + li {
        padding-left: 20px; }
    .article-parent-share-wrapper .article-social-share-list.expanded .article-social-share-list,
    .article-parent-share-wrapper .article-parent-share-list.expanded .article-social-share-list {
      visibility: visible; }
  .article-parent-share-wrapper .article-share-button .hidden {
    display: none; }

@media all and (max-width: 650px) {
  .article-parent-share-wrapper .article-parent-share-list.expanded > li:not(:last-child) {
    display: none; } }

.c-269-cautionary .cautionary-text {
  background: #fff;
  margin: 0;
  padding: 24px 18px 30px;
  text-align: center; }
  .c-269-cautionary .cautionary-text--with-icon .cautionary-text__message {
    margin-top: 12px; }
  .c-269-cautionary .cautionary-text--with-icon .cautionary-text__icon-container .icon-container {
    margin: 0 auto;
    max-height: 24px;
    max-width: 28px; }
  @media (min-width: 768px) {
    .c-269-cautionary .cautionary-text--with-icon {
      align-items: center;
      display: flex;
      text-align: left; }
      .c-269-cautionary .cautionary-text--with-icon .cautionary-text__message {
        display: inline-block;
        margin-top: 0; }
      .c-269-cautionary .cautionary-text--with-icon .cautionary-text__icon-container {
        display: inline-block;
        margin-right: 24px; } }
  @media (min-width: 767px) {
    .c-269-cautionary .cautionary-text {
      padding: 25px; } }

.c-268-cookie-box .cookie-box-container {
  background: #fff;
  display: none;
  left: 50%;
  padding: 0 10px;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%; }
  .c-268-cookie-box .cookie-box-container .icon-container {
    height: 22px; }
  .c-268-cookie-box .cookie-box-container.visible {
    display: block; }

.c-268-cookie-box .cookie-box {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  min-width: 320px;
  padding: 18px 0; }
  .c-268-cookie-box .cookie-box-text {
    display: inline-block;
    margin: 0;
    max-width: 90%;
    width: 90%; }
    .c-268-cookie-box .cookie-box-text p {
      margin: 0; }
  .c-268-cookie-box .cookie-box-close {
    background: 0;
    border: 0;
    cursor: pointer;
    height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 22px; }
    @media all and (min-width: 650px) {
      .c-268-cookie-box .cookie-box-close {
        display: inline-block; } }
    .c-268-cookie-box .cookie-box-close icon {
      height: 22px; }

.intro-plain-text-content {
  color: #bd10e0; }

.c-266-back-to-top {
  display: flex; }
  .c-266-back-to-top .btt {
    background: 0;
    border: 0;
    color: #ccc;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
    text-decoration: none; }
    .c-266-back-to-top .btt.inverted {
      margin-left: 0;
      margin-top: 20px;
      text-align: left; }
      .c-266-back-to-top .btt.inverted .chevron {
        display: none; }
      .c-266-back-to-top .btt.inverted svg > * {
        fill: #ccc; }
    .c-266-back-to-top .btt .btt-text-full {
      display: none;
      margin-right: 6px; }
    .c-266-back-to-top .btt .btt-text-short {
      margin-right: 12px;
      position: relative; }
    .c-266-back-to-top .btt .icon-container {
      float: right;
      width: 20px; }
      .c-266-back-to-top .btt .icon-container svg {
        height: 10px; }
  @media screen and (min-width: 651px) {
    .c-266-back-to-top .btt {
      margin-left: auto;
      text-align: right; }
      .c-266-back-to-top .btt.inverted {
        margin-top: 0; }
      .c-266-back-to-top .btt .btt-text-full {
        display: inline-block; }
      .c-266-back-to-top .btt .btt-text-short {
        display: none; } }

@media screen and (max-width: 650px) {
  .c-266-back-to-top {
    height: 35px;
    margin-top: 20px; }
    .c-266-back-to-top .btt.inverted {
      margin-top: 0; }
    footer .c-266-back-to-top {
      margin-bottom: -35px;
      margin-top: 0;
      position: relative;
      top: -90px; }
      footer .c-266-back-to-top .shape-container {
        margin-top: 1px; } }

@media screen and (min-width: 650px) {
  .c-266-back-to-top {
    height: 48px;
    line-height: 48px; }
    .c-266-back-to-top .btt .btt-text-full {
      margin-top: 20px; }
    .c-266-back-to-top .icon-container {
      margin-top: 22px; } }

.person-card {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 22px; }
  .c-264-persona-card:not(:first-child) .person-card,
  .c-265-quote-card:not(:first-child) .person-card {
    border-top: 1px solid #ccc; }
  .person-card-text {
    margin: 8px 0; }
    .person-card-text.quote {
      margin-bottom: 12px;
      margin-top: 0; }
  .person-card-link {
    display: inline-table; }
  .person-card-portrait-container {
    flex: none;
    height: 125px;
    overflow: hidden;
    position: relative;
    width: 125px; }
    .person-card-portrait-container img {
      height: 125px;
      object-fit: cover;
      width: 125px; }
  .person-card-content {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .person-card-contact-details span {
    display: inline-block; }
  .person-card-contact-details > div {
    margin-top: 3px; }

@media (max-width: 650px) {
  .person-card {
    flex-direction: column;
    padding: 24px; }
    .person-card-content {
      margin-top: 18px; }
  .article-card {
    flex-direction: column; }
    .article-card-date, .article-card-author {
      display: block; } }

@media all and (min-width: 651px) {
  .person-card {
    flex-direction: column; }
    .person-card-content {
      margin-left: 24px; } }

.article-card {
  display: flex;
  flex-direction: row;
  padding: 24px 0; }
  .article-card-image {
    height: 120px;
    overflow: hidden;
    width: 120px; }
    .article-card-image img {
      height: 100%;
      width: auto; }
  .article-card-content {
    flex: 1;
    padding-left: 24px; }
    .article-card-content > * + * {
      margin-top: 10px; }
    .article-card-content-author, .article-card-content-date {
      display: inline-block; }
    .article-card-content-link {
      display: table; }
  .article-card-title {
    margin-top: 0; }
  .article-card-author, .article-card-date, .article-card-snippet, .article-card-title {
    margin-bottom: 0; }

@media all and (max-width: 650px) {
  .article-card-content {
    margin-top: 18px;
    padding: 0; }
    .article-card-content > * + * {
      margin-top: 18px; }
  .article-card-author {
    margin-top: 6px; } }

@media all and (min-width: 651px) and (max-width: 1023px) {
  div[class*='col-md-12'] .person-card-content {
    margin-top: 0; }
  div[class*='col-xs']:not([class*='col-md-12']) .person-card {
    display: block; }
    div[class*='col-xs']:not([class*='col-md-12']) .person-card-content {
      margin-left: 0;
      margin-top: 18px; } }

@media (max-width: 883px) {
  .c-257-dynamic-download-list .filter-section.desktop {
    display: none; } }

@media (min-width: 884px) {
  .c-257-dynamic-download-list .filter-section.mobile {
    display: none; } }

@media (max-width: 883px) {
  .c-257-dynamic-download-list .c-115-accordion.desktop {
    display: none; } }

@media (min-width: 884px) {
  .c-257-dynamic-download-list .mobile-accordion {
    display: none; } }

@media (max-width: 883px) {
  .c-257-dynamic-download-list .mobile-accordion {
    display: block; } }

.c-257-dynamic-download-list .ddl-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .c-257-dynamic-download-list .ddl-list-item {
    margin: 6px 0; }
  .c-257-dynamic-download-list .ddl-list.horizontal {
    margin: 0;
    padding: 0; }
    .c-257-dynamic-download-list .ddl-list.horizontal .ddl-list-item {
      display: block;
      margin-right: 18px;
      margin-top: 0; }

@media all and (min-width: 651px) {
  .c-257-dynamic-download-list .c-257-document-download-list .ddl-list.horizontal .ddl-list-item {
    display: inline-block; } }

.c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-desktop {
  background: #f6f6f6;
  margin-bottom: 30px;
  padding: 30px; }
  .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-desktop .field fieldset {
    margin-top: 15px; }
  .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-desktop .filter-title {
    margin-bottom: 10px; }

.c-257-dynamic-download-list .dynamic-download-contents .download-results {
  background: #f6f6f6;
  padding: 30px; }
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .result-title {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center; }
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container thead tr,
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container th {
    background: #fff; }
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td .download-col-type {
    display: inline-flex;
    justify-content: center;
    min-width: 35px; }
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .accordion .tab-view .accordion-list-item-link {
    border: 1px solid #f6f6f6; }
    .c-257-dynamic-download-list .dynamic-download-contents .download-results .accordion .tab-view .accordion-list-item-link.active {
      border: 0; }
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container table th {
    width: auto; }

.c-257-dynamic-download-list .dynamic-download-contents .table-container .download-col-type.video a, .c-257-dynamic-download-list .dynamic-download-contents .table-container .download-col-type.ext-video a {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSJwYXRoLTEiIGN4PSIyNSIgY3k9IjI1IiByPSIyNSI+PC9jaXJjbGU+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0ibGF5b3V0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGljbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTUuMDAwMDAwLCAtMzExMi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9InZpZGVvLXBsYXkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgxNS4wMDAwMDAsIDMxMTIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaWNvbi9wbGF5X3ZpZGVvL2RlZmF1bHQiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iI2NjYyIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0i4oC6IiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSIgcG9pbnRzPSIxOSAxMiAzNyAyNS4wNjQyOTI4IDE5IDM4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center;
  background-size: 18px;
  display: block;
  height: 18px;
  width: 18px; }

.c-257-dynamic-download-list .dynamic-download-contents .table-container .download-col-type.video span, .c-257-dynamic-download-list .dynamic-download-contents .table-container .download-col-type.ext-video span {
  display: none; }

.c-257-dynamic-download-list .dynamic-download-contents .c-256-youtube {
  display: flex;
  justify-content: center; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-257-dynamic-download-list .dynamic-download-contents .c-256-youtube {
      display: inline;
      display: initial; } }

.c-257-dynamic-download-list .dynamic-download-contents .video-component {
  bottom: 75%;
  position: fixed;
  top: 30px;
  width: auto;
  width: initial;
  z-index: 5; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component::after {
    content: none; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component .overlay-title {
    display: none; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component video {
    margin: 30px 0 0; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component .overlay-container.hide {
    opacity: 0; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component .overlay-container::after {
    content: '';
    opacity: 0;
    transition: opacity 350ms ease-out; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component .overlay-container:not(.hide) {
    opacity: 1;
    transition: opacity 350ms ease-out;
    z-index: 4; }
    .c-257-dynamic-download-list .dynamic-download-contents .video-component .overlay-container:not(.hide)::after {
      background: #ccc;
      content: '';
      height: 100vh;
      left: 0;
      opacity: 1;
      pointer-events: auto;
      position: fixed;
      top: 0;
      transition: opacity 350ms ease-out;
      width: 100vw;
      will-change: opacity;
      z-index: -1; }
  .c-257-dynamic-download-list .dynamic-download-contents .video-component .video-component-player-responsive-container {
    padding: 0; }

@media all and (min-width: 884px) and (max-width: 1024px) {
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td .download-col-type {
    min-width: 27px; } }

@media all and (max-width: 883px) {
  .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile {
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 18px; }
    .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile .form-check-checkmark,
    .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile .form-check-radio {
      display: block;
      width: 100%; }
    .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile fieldset {
      margin: 0; }
      .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile fieldset .form-group {
        margin: 0; }
    .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile .filter-title {
      display: none; }
    .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile .filter-info {
      display: block;
      line-height: 23px;
      margin-bottom: 20px;
      text-align: center; }
    .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile .form-check-dropdown {
      padding-bottom: 30px; }
      .c-257-dynamic-download-list .dynamic-download-contents .filter-section .filter-options-mobile .form-check-dropdown select {
        margin-left: 0;
        max-width: 100%;
        width: 100%; }
  .c-257-dynamic-download-list .dynamic-download-contents .download-results {
    padding: 20px; }
    .c-257-dynamic-download-list .dynamic-download-contents .download-results .tabs-select {
      margin-bottom: 30px;
      width: 100%; }
    .c-257-dynamic-download-list .dynamic-download-contents .download-results .result-group .group-intro {
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc;
      padding: 20px; }
    .c-257-dynamic-download-list .dynamic-download-contents .download-results .result-group .empty-list {
      padding: 20px; }
    .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container {
      padding: 0; }
      .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tr:last-child td:last-child {
        border-bottom: 0; }
      .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tbody tr {
        border-bottom: 1px solid #ccc; }
        .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tbody tr:last-child {
          border-bottom: 0; }
        .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tbody tr td {
          display: inline-block;
          padding: 20px;
          width: 49% !important; }
          .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tbody tr td .mobile-download-items {
            padding: 10px; }
            .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tbody tr td .mobile-download-items .download-col-type {
              display: inline; }
              .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container tbody tr td .mobile-download-items .download-col-type video.a {
                display: inline-block; }
      .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td:first-child {
        border-top: 0; }
        .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td:first-child * {
          margin-top: 0; }
      .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td.download-mobile-cell {
        border-right: 1px solid #ccc; }
      .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td .download-col-type {
        margin: 0;
        min-width: 28.57143%; }
  .c-257-dynamic-download-list .c-115-accordion .accordion .accordion-list .accordion-list-item.active .accordion-list-item-panel {
    padding: 0; }
  .c-257-mobile-results .accordion.tab-view .accordion-list-item-panel > *:first-child {
    padding-top: 0; } }

@media (max-width: 480px) {
  .c-257-dynamic-download-list .dynamic-download-contents .download-results .table-container td .download-col-type {
    min-width: 27.02703%; } }

.video-component,
.local-video-component {
  width: 100%; }
  .video-component-container,
  .local-video-component-container {
    position: relative; }
  .video-component-header,
  .local-video-component-header {
    align-items: center;
    display: flex;
    height: 60px; }
  .video-component::after,
  .local-video-component::after {
    background: #ccc;
    content: '';
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 350ms ease-out;
    width: 100vw;
    will-change: opacity; }
  .video-component-toggle-transcript-button,
  .local-video-component-toggle-transcript-button {
    border: 0;
    cursor: pointer;
    display: none;
    margin-left: 10px;
    padding: 1rem 2rem 1rem 1rem;
    position: relative; }
  .video-component-close-button,
  .local-video-component-close-button {
    transition: background-color 100ms ease-in;
    background: none;
    background-color: #ccc;
    border: 0;
    cursor: pointer;
    margin-left: auto;
    margin-right: 15px;
    padding: 1rem 44px 1rem 1rem;
    position: absolute;
    right: 0;
    top: 0; }
    .video-component-close-button::before, .video-component-close-button::after,
    .local-video-component-close-button::before,
    .local-video-component-close-button::after {
      content: ' ';
      height: 22px;
      position: absolute;
      right: 22px;
      top: calc(50% - 11px);
      width: 3px; }
    .video-component-close-button::before,
    .local-video-component-close-button::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .video-component-close-button::after,
    .local-video-component-close-button::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .video-component-close-button:hover,
    .local-video-component-close-button:hover {
      transition: color 100ms ease-in;
      color: white; }
      .video-component-close-button:hover::before, .video-component-close-button:hover::after,
      .local-video-component-close-button:hover::before,
      .local-video-component-close-button:hover::after {
        transition: background-color 100ms ease-in;
        background-color: white; }
  .video-component-toggle-transcript-button::before,
  .local-video-component-toggle-transcript-button::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Down' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    content: '';
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    top: 11px;
    width: 13px; }
  .video-component-toggle-transcript-button:hover,
  .local-video-component-toggle-transcript-button:hover {
    color: white; }
  .video-component-toggle-transcript-button, .video-component-close-button,
  .local-video-component-toggle-transcript-button,
  .local-video-component-close-button {
    transition: color 100ms ease-in; }
  .video-component.with-transcript .video-component-toggle-transcript-button,
  .local-video-component.with-transcript .video-component-toggle-transcript-button {
    display: block; }
  .video-component .video-component-toggle-transcript-button::before,
  .local-video-component .video-component-toggle-transcript-button::before {
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out; }
  .video-component-placeholder,
  .local-video-component-placeholder {
    cursor: pointer;
    display: block;
    height: auto;
    min-height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .video-component-placeholder ~ .video-component-container,
    .local-video-component-placeholder ~ .video-component-container {
      background: 0;
      height: auto;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 130vh;
      position: fixed;
      right: 0;
      top: 0;
      -webkit-transform: translateY(-300%);
              transform: translateY(-300%);
      transition: -webkit-transform 350ms ease-out;
      transition: transform 350ms ease-out;
      transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
      width: 85vw; }
    .video-component-placeholder-image,
    .local-video-component-placeholder-image {
      height: 100%;
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      .video-component-placeholder-image img,
      .local-video-component-placeholder-image img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        width: 100%; }
      .video-component-placeholder-image::after,
      .local-video-component-placeholder-image::after {
        transition: opacity 100ms ease-in;
        background: rgba(0, 0, 0, .2);
        content: ' ';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .video-component-placeholder-play-button,
    .local-video-component-placeholder-play-button {
      transition: background 100ms ease-in;
      background: #ccc;
      border: 0;
      border-radius: 100%;
      bottom: 0;
      cursor: pointer;
      height: 0;
      left: 0;
      margin: auto;
      overflow: hidden;
      padding-top: 50px;
      position: absolute;
      right: 0;
      top: 0;
      width: 65px; }
      .video-component-placeholder-play-button:focus,
      .local-video-component-placeholder-play-button:focus {
        outline: 0; }
      .video-component-placeholder-play-button::before,
      .local-video-component-placeholder-play-button::before {
        background: inherit;
        border-radius: 5% / 50%;
        bottom: 9%;
        content: '';
        left: -5%;
        position: absolute;
        right: -5%;
        top: 9%; }
      .video-component-placeholder-play-button::after,
      .local-video-component-placeholder-play-button::after {
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        content: '';
        display: inline-block;
        left: 24px;
        position: absolute;
        top: 17px; }
  .video-component.open-overlay::after,
  .local-video-component.open-overlay::after {
    opacity: 1;
    pointer-events: auto;
    z-index: 4; }
  .video-component.open-overlay .video-component-container,
  .local-video-component.open-overlay .video-component-container {
    -webkit-transform: translateY(6vh);
            transform: translateY(6vh);
    transition: -webkit-transform 350ms ease-out;
    transition: transform 350ms ease-out;
    transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
    z-index: 5; }
  .video-component:hover .video-component-placeholder-image::after,
  .local-video-component:hover .video-component-placeholder-image::after {
    opacity: 1; }
  .video-component-player-responsive-container,
  .local-video-component-player-responsive-container {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 100%; }
  .video-component.show-transcript .video-component-transcript,
  .local-video-component.show-transcript .video-component-transcript {
    transition: opacity 100ms ease-in;
    max-width: 100%;
    opacity: 1;
    pointer-events: auto;
    width: 100%; }
  .video-component.show-transcript .video-component-toggle-transcript-button::before,
  .local-video-component.show-transcript .video-component-toggle-transcript-button::before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .video-component iframe,
  .local-video-component iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-component video,
  .local-video-component video {
    margin-top: -30px;
    max-height: calc(100vh - 145px);
    width: 100%; }
  .video-component-transcript,
  .local-video-component-transcript {
    transition: opacity 100ms ease-in;
    background-color: #fff;
    bottom: 0;
    opacity: 0;
    overflow: auto;
    padding: 0 1rem 1rem;
    pointer-events: none;
    position: absolute;
    top: 1rem; }

@media screen and (max-width: 768px) {
  .video-component-placeholder ~ .video-component-container,
  .local-video-component-placeholder ~ .video-component-container {
    padding: 0 15px;
    width: 100%; }
  .video-component.with-overlay .video-component-transcript,
  .local-video-component.with-overlay .video-component-transcript {
    left: 15px;
    right: 15px;
    width: auto; } }

.c-103-rich-text + .c-254-call-to-action,
.c-254-call-to-action + .c-103-rich-text {
  margin-top: 16px; }

.link-list-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  line-height: inherit;
  padding: 0;
  text-align: left;
  width: 100%; }

.link-list .icon-container {
  height: 18px;
  margin-top: 3px;
  width: 30px; }
  .link-list .icon-container svg > * {
    fill: #ccc; }

.link-list .featured {
  display: flex;
  flex-direction: row; }

.link-list li {
  padding-bottom: 5px; }

@media (max-width: 767px) {
  .link-list {
    border-bottom: 1px solid #ccc;
    overflow: hidden; }
    .link-list-header {
      height: 60px;
      line-height: 60px;
      position: relative; }
    .link-list-container {
      padding-bottom: 0;
      padding-top: 0;
      transition: padding-top 50ms ease-out, padding-bottom 100ms ease-in 200ms; }
    .link-list-links {
      list-style: none;
      padding: 0;
      position: relative;
      transition: height 300ms ease-out; }
    .link-list-header {
      cursor: pointer; }
    .link-list.expandable .link-list-header {
      cursor: pointer; }
      .link-list.expandable .link-list-header::before, .link-list.expandable .link-list-header::after {
        background-color: #ccc;
        content: ' ';
        position: absolute; }
      .link-list.expandable .link-list-header::before {
        height: 18px;
        margin-left: -2px;
        margin-top: -9px;
        pointer-events: none;
        right: 7px;
        top: 50%;
        transition: -webkit-transform 300ms ease-out;
        transition: transform 300ms ease-out;
        transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
        width: 4px; }
      .link-list.expandable .link-list-header::after {
        height: 4px;
        margin-top: -2px;
        pointer-events: none;
        right: 0;
        top: 50%;
        width: 18px; }
    .link-list.expandable .link-list-links {
      height: 0;
      visibility: hidden; }
    .link-list:not(.expandable) .link-list-header {
      height: 30px; }
    .link-list:not(.expandable) .link-list-container {
      padding-bottom: 11px;
      padding-top: 18px; }
    .link-list.expanded .link-list-header::before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .link-list.expanded .link-list-container {
      padding-bottom: 18px;
      padding-top: 18px; }
    .link-list.expanded .link-list-links {
      visibility: visible; } }

@media (min-width: 768px) {
  .link-list.expandable .sr-only {
    display: none; }
  .link-list-header {
    margin-bottom: 15px; }
  .link-list-button {
    cursor: default;
    pointer-events: none; }
    .link-list-button:active, .link-list-button:focus {
      background: transparent; } }

.link-list li {
  list-style: none; }

.c-251-floating-page-nav {
  position: relative; }
  @media (min-width: 768px) {
    .c-251-floating-page-nav .dynamic-page-nav {
      border: 0;
      padding: 30px 0;
      top: 0;
      transition: top 0.2s ease-in-out;
      width: 100%;
      z-index: 1; }
      .c-251-floating-page-nav .dynamic-page-nav ul {
        list-style-type: none; }
        .c-251-floating-page-nav .dynamic-page-nav ul l1 a {
          text-decoration: none; }
          .c-251-floating-page-nav .dynamic-page-nav ul l1 a:hover {
            text-decoration: underline; }
        .c-251-floating-page-nav .dynamic-page-nav ul li a .btn-text {
          font-weight: normal; }
        .c-251-floating-page-nav .dynamic-page-nav ul li.current a .btn-text {
          font-weight: bold; }
      .c-251-floating-page-nav .dynamic-page-nav .nav-sticky.sticky {
        position: fixed;
        top: 5px;
        z-index: 100; } }
  @media (max-width: 767px) {
    .c-251-floating-page-nav .dynamic-page-nav {
      top: 0;
      transition: top 0.2s ease-in-out;
      width: 100%;
      z-index: 1; }
      .c-251-floating-page-nav .dynamic-page-nav .nav-sticky select {
        padding: 10px;
        width: 90%; }
      .c-251-floating-page-nav .dynamic-page-nav .nav-sticky.sticky {
        background: #fff;
        position: fixed;
        top: 5px;
        transition: top 0.2s ease-in-out;
        width: 100%;
        z-index: 100; } }

.c-150-overdraft-calculator {
  position: relative; }
  .c-150-overdraft-calculator::before, .c-150-overdraft-calculator::after {
    content: '';
    display: table; }
  .c-150-overdraft-calculator::after {
    clear: both; }
  .c-150-overdraft-calculator p.help-wrap {
    clear: both;
    margin-bottom: 18px; }
    .c-150-overdraft-calculator p.help-wrap .help {
      border: 0;
      clear: both;
      cursor: help;
      display: inline-block;
      font-size: inherit;
      margin-left: 0;
      text-decoration: underline; }
      .c-150-overdraft-calculator p.help-wrap .help:hover {
        text-decoration: none; }
      .c-150-overdraft-calculator p.help-wrap .help .lbg-tooltip .tooltip-container {
        left: -109px; }
  .c-150-overdraft-calculator .rep-ex-wrapper {
    background-color: #f1f1f1;
    display: none;
    float: left;
    margin-bottom: 20px;
    margin-top: 36px;
    padding: 18px 22px 20px 18px;
    width: 60.5%; }
    .c-150-overdraft-calculator .rep-ex-wrapper.active {
      display: block; }
    .c-150-overdraft-calculator .rep-ex-wrapper h3 {
      display: inline; }
      .c-150-overdraft-calculator .rep-ex-wrapper h3::after {
        content: ':';
        display: inline;
        margin-right: 5px; }
    .c-150-overdraft-calculator .rep-ex-wrapper p {
      display: inline; }
    .c-150-overdraft-calculator .rep-ex-wrapper .help {
      border-bottom: 1px dashed #fff; }
  .c-150-overdraft-calculator .rep-ex-wrapper.mobile-view {
    display: none; }
  .c-150-overdraft-calculator .calc-top .buffer-container-wrap::before, .c-150-overdraft-calculator .calc-top .buffer-container-wrap::after {
    content: '';
    display: table; }
  .c-150-overdraft-calculator .calc-top .buffer-container-wrap::after {
    clear: both; }
  .c-150-overdraft-calculator .calc-top .buffer-container-wrap label {
    float: left;
    margin-bottom: 8px; }
  .c-150-overdraft-calculator .tooltipButton {
    background-color: #525252;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 10px;
    margin-left: 21px;
    padding: 3px 0 2px;
    text-align: center;
    width: 17px;
    zoom: 1; }
  .c-150-overdraft-calculator h4 {
    display: inline; }
  .c-150-overdraft-calculator .ui-slider-range {
    background: #ccc;
    height: 6px; }
  .c-150-overdraft-calculator .ui-slider-handle {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABpUlEQVRYR+2ZwXHCQAxF3QA9UBJ3LpRAGakh59wpgXsulEAJKSH538hjcCQjmd0FTfJn3gGtVvsHxHptd39Kq+3HGuzBAZzAtwHHmMPctUxvJyy6ExOaOQ+cu5Ny9cRFwFkWLQFrlTeOovzpj7JIDVi7TKug0AZ8SeGacI2NLLtMKMAW0IrXZFmLcOKkUEtipjGBbaAVaomvPZDIP1iLnr0HPdz/IyKp5m4Q5Si2dCHhmX1rYfczBkteFEpxFnu3wkD42317/+x5NO7g97eMYPhsEDVmxR2cxOZFCHBn0BJniRqz4k7GHQMfeOzTkmaJGrPiTvZitzfMs6qWNEvUmBV3chC7veFFu0PUmBV3Mu4WyqCLqDEr7kXs/hsOxwNcdgplwEXUmBX30pultEEPUWNW3IvYzWk4w7Y2Xp7xId2FI92lOdfhh0Igz/GSQjDXAZ7CQJ5bJAqDuW5CKSTkuc2nkJTrQQqFxDyPqgZhQp6HgYM4cVKoBcvMDkKBPA+0B6FQnlcG10JRtkjJiwtrPdYCHnER8PqvvabComyV13+x+Dx13Q9xqMceAT0PMgAAAABJRU5ErkJggg==") no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    border-bottom: 0;
    height: 47px;
    margin-left: -23px;
    position: absolute;
    top: -23px;
    width: 47px; }
  .c-150-overdraft-calculator form {
    background-color: #fff;
    padding: 28px 22px 22px; }
    .c-150-overdraft-calculator form .select-wrapper {
      width: 80%; }
      .c-150-overdraft-calculator form .select-wrapper select {
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Down' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-size: 14px 14px;
        border: 1px solid #ccc;
        border-radius: 1px;
        height: 48px;
        margin-bottom: 30px;
        max-width: 284px;
        padding: 5px 15px 5px 18px;
        width: 100%; }
        @media (max-width: 650px) {
          .c-150-overdraft-calculator form .select-wrapper select {
            max-width: 100%; } }
        .c-150-overdraft-calculator form .select-wrapper select::-ms-expand {
          display: none; }
    .c-150-overdraft-calculator form h3 {
      margin-bottom: 16px;
      margin-top: 0; }
    .c-150-overdraft-calculator form label {
      float: left; }
    .c-150-overdraft-calculator form:-moz-ui-invalid {
      box-shadow: none; }
  .c-150-overdraft-calculator .tooltip-content span {
    margin: 0 15px; }
  .c-150-overdraft-calculator .results-wrapper.sticky-mobile.light {
    display: none; }
  .c-150-overdraft-calculator .slider-wrapper {
    float: left;
    margin-bottom: 20px;
    width: 60.5%; }
    .c-150-overdraft-calculator .slider-wrapper .step-container {
      margin: 8px 0; }
    .c-150-overdraft-calculator .slider-wrapper .sliders {
      background-color: #fff;
      padding: 20px; }
      .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container {
        float: right;
        margin-bottom: 24px;
        position: relative;
        width: 35%; }
        .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container .currency {
          margin: 12px 0 0 15px;
          position: absolute; }
        .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container .month {
          margin: 10px 0 0 35px;
          position: absolute; }
        .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container input {
          height: 42px;
          padding: 0;
          width: 100%; }
        .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container .currencyInput {
          padding-left: 27px; }
        .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container .durationInput {
          padding-left: 10px; }
        .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container .lbg-tooltip.error {
          bottom: 66px; }
      .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container.digit-0 .qualifier {
        margin-left: 32px; }
      .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container.digit-1 .qualifier {
        margin-left: 32px; }
      .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container.digit-2 .qualifier {
        margin-left: 42px; }
      .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top .field-container.digit-3 .qualifier {
        margin-left: 56px; }
      .c-150-overdraft-calculator .slider-wrapper .sliders .slider-top label {
        float: left;
        margin-top: 6px;
        max-width: 50%; }
      .c-150-overdraft-calculator .slider-wrapper .sliders.slider-plannedBorrowAmount {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .c-150-overdraft-calculator .slider-wrapper .sliders.slider-plannedBorrowAmount {
            margin-bottom: 5px; } }
  .c-150-overdraft-calculator .results-wrapper {
    background-color: #fff;
    float: right;
    padding: 20px;
    width: 37%; }
    .c-150-overdraft-calculator .results-wrapper .breakdown-info {
      padding: 5px 0; }
    .c-150-overdraft-calculator .results-wrapper .results-col {
      padding: 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info.results-planned-overdraft,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main.results-planned-overdraft {
        margin: 0;
        padding: 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .breakdown-info,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .breakdown-info {
        margin-bottom: 10px; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info .breakdown-info:last-child,
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .breakdown-info:last-child {
          margin: 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info h4,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main h4 {
        margin: 0 0 20px; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-title,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-title-main,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-title,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-title-main,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount {
        float: none; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-title-main,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-title-main {
        margin-bottom: 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount {
        margin-bottom: 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info:last-child,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main:last-child {
        margin: 0 0 20px; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info.results-summary,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main.results-summary {
        margin: 20px 0 0;
        overflow-x: auto;
        padding: 0; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info.results-summary table > thead > tr > th,
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info.results-summary table > tbody > tr > td,
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main.results-summary table > thead > tr > th,
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main.results-summary table > tbody > tr > td {
          padding: 15px 10px; }
      .c-150-overdraft-calculator .results-wrapper .results-col hr {
        border-top: 1px solid #e0e0e0;
        color: #333;
        margin: 0 0 20px; }
      .c-150-overdraft-calculator .results-wrapper .results-col table {
        border-bottom: 0; }
        .c-150-overdraft-calculator .results-wrapper .results-col table > tbody > tr {
          border-bottom: 1px solid #2d2d2d;
          border-top: 0; }
        .c-150-overdraft-calculator .results-wrapper .results-col table.collapsed tbody tr:nth-child(n + 4) {
          display: none; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main {
        padding: 0 0 20px; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main::before, .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main::after {
          content: '';
          display: table; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main::after {
          clear: both; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main h4 {
          color: #333;
          float: left;
          margin: 0;
          padding: 0;
          width: 60%; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount .pence {
          display: none; }
        .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount .fraction-amount {
          display: none; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main.total-cost {
        margin-bottom: 6px; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info::before, .c-150-overdraft-calculator .results-wrapper .results-col .results-info::after {
        content: '';
        display: table; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info::after {
        clear: both; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info h4 {
        display: block;
        margin: 10px 0 8px;
        padding: 5px 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .breakdown-title {
        margin: 10px 0; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount .pence {
        display: none; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount .fraction-amount {
        display: none; }
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount.totalOverdraftCost-result .pence,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount.totalOverdraftCost-result .fraction-amount, .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount.plannedOverdraftCost-result .pence,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-amount.plannedOverdraftCost-result .fraction-amount,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount.totalOverdraftCost-result .pence,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount.totalOverdraftCost-result .fraction-amount,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount.plannedOverdraftCost-result .pence,
      .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-amount.plannedOverdraftCost-result .fraction-amount {
        display: inline; }
    .c-150-overdraft-calculator .results-wrapper .panel-group.mobile-summary-breakdown .panel {
      background: transparent; }
      .c-150-overdraft-calculator .results-wrapper .panel-group.mobile-summary-breakdown .panel hr {
        margin-top: 3px; }
      .c-150-overdraft-calculator .results-wrapper .panel-group.mobile-summary-breakdown .panel .panel-heading {
        border-bottom: 0; }
        .c-150-overdraft-calculator .results-wrapper .panel-group.mobile-summary-breakdown .panel .panel-heading h2 a::after {
          top: 0; }
  .c-150-overdraft-calculator .results-wrapper.bottom {
    bottom: 0;
    position: absolute;
    top: auto; }
  .c-150-overdraft-calculator .info-wrapper {
    float: left;
    width: 60.5%; }
    .c-150-overdraft-calculator .info-wrapper ul {
      list-style: none;
      list-style-position: outside;
      padding: 0; }
  .c-150-overdraft-calculator .legend {
    border-bottom: 0; }
  .c-150-overdraft-calculator .button-radio-label {
    background-color: #ddd;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    float: left;
    height: 25px;
    margin-bottom: 0;
    padding: 13px;
    padding-bottom: 0;
    position: relative;
    width: auto; }
    .c-150-overdraft-calculator .button-radio-label span {
      background-color: rgba(0, 0, 0, 0);
      margin: -15px 14px 0 0; }
    .c-150-overdraft-calculator .button-radio-label:focus {
      border: solid 3px #f00; }
    .c-150-overdraft-calculator .button-radio-label .regular-text::before, .c-150-overdraft-calculator .button-radio-label .regular-text::after {
      content: '';
      display: table; }
    .c-150-overdraft-calculator .button-radio-label .regular-text::after {
      clear: both; }
  .c-150-overdraft-calculator .button-radio-label.label-buffer {
    width: 30%; }
  .c-150-overdraft-calculator .button-radio-label.active {
    background-color: #333;
    border-color: #333;
    color: #fff; }
  .c-150-overdraft-calculator .button-radio {
    background-color: #fff;
    color: #333; }
  .c-150-overdraft-calculator .button-radio-label[for='radio5'] {
    width: 47px; }
  .c-150-overdraft-calculator .button-radio-label[for='radio4'] {
    width: 51px; }
  .c-150-overdraft-calculator .button-radio-input[value='yes'] {
    left: 0;
    position: absolute;
    width: 51px; }
  .c-150-overdraft-calculator .button-radio-input[value='no'] {
    left: 51px;
    position: absolute;
    width: 47px; }
  .c-150-overdraft-calculator .field-label {
    float: left;
    margin: 0; }
    .c-150-overdraft-calculator .field-label .field-label-align-container {
      display: table;
      width: auto; }
    .c-150-overdraft-calculator .field-label .legend {
      display: table-cell;
      margin: 0 auto;
      vertical-align: middle;
      width: auto; }
      .c-150-overdraft-calculator .field-label .legend p {
        display: table-cell;
        margin: 0 auto;
        padding-right: 20px;
        vertical-align: middle; }
      .c-150-overdraft-calculator .field-label .legend span {
        cursor: pointer;
        display: inline;
        padding: 0 5px;
        text-align: left;
        width: auto; }
        .c-150-overdraft-calculator .field-label .legend span img {
          display: inline; }
  .c-150-overdraft-calculator .desktop-breakdown {
    margin-bottom: 36px; }
    .c-150-overdraft-calculator .desktop-breakdown::before, .c-150-overdraft-calculator .desktop-breakdown::after {
      content: '';
      display: table; }
    .c-150-overdraft-calculator .desktop-breakdown::after {
      clear: both; }
    .c-150-overdraft-calculator .desktop-breakdown ul li {
      float: left;
      height: 65px;
      margin: 0;
      width: 35%; }
      .c-150-overdraft-calculator .desktop-breakdown ul li::before {
        display: none; }
  .c-150-overdraft-calculator .limit-container ul {
    margin-bottom: 0; }
    .c-150-overdraft-calculator .limit-container ul li {
      padding-left: 0; }
      .c-150-overdraft-calculator .limit-container ul li::before {
        display: none; }
  .c-150-overdraft-calculator .limit-container .limit span {
    color: #f00; }
  .c-150-overdraft-calculator .calc-wrapper-top .calc-top {
    width: 60.5%; }
    .c-150-overdraft-calculator .calc-wrapper-top .calc-top::before, .c-150-overdraft-calculator .calc-wrapper-top .calc-top::after {
      content: '';
      display: table; }
    .c-150-overdraft-calculator .calc-wrapper-top .calc-top::after {
      clear: both; }
    .c-150-overdraft-calculator .calc-wrapper-top .calc-top ul {
      padding: 0; }
  .c-150-overdraft-calculator .calc-wrapper::before, .c-150-overdraft-calculator .calc-wrapper::after,
  .c-150-overdraft-calculator .buffer-container::before,
  .c-150-overdraft-calculator .buffer-container::after {
    content: '';
    display: table; }
  .c-150-overdraft-calculator .calc-wrapper::after,
  .c-150-overdraft-calculator .buffer-container::after {
    clear: both; }
  .c-150-overdraft-calculator .fees-container {
    margin-bottom: 24px; }
    .c-150-overdraft-calculator .fees-container::before, .c-150-overdraft-calculator .fees-container::after {
      content: '';
      display: table; }
    .c-150-overdraft-calculator .fees-container::after {
      clear: both; }
    .c-150-overdraft-calculator .fees-container::before, .c-150-overdraft-calculator .fees-container::after {
      display: block; }
    .c-150-overdraft-calculator .fees-container .breakdown-whole {
      margin-left: 0; }
      .c-150-overdraft-calculator .fees-container .breakdown-whole li {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill='%2cccccc' d='M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z' /%3E%3C/svg%3E%0A");
        background-repeat: no-repeat; }
        .c-150-overdraft-calculator .fees-container .breakdown-whole li::before {
          content: none; }
  .c-150-overdraft-calculator .account-container {
    margin-bottom: 36px; }
    .c-150-overdraft-calculator .account-container::before, .c-150-overdraft-calculator .account-container::after {
      content: '';
      display: table; }
    .c-150-overdraft-calculator .account-container::after {
      clear: both; }
    .c-150-overdraft-calculator .account-container .buffer {
      background: #ff0;
      cursor: pointer;
      float: left;
      height: 40px;
      width: 33%; }
  .c-150-overdraft-calculator .slider-bar-info {
    height: 15px;
    margin-left: 0; }
    .c-150-overdraft-calculator .slider-bar-info .info-first {
      display: inline;
      float: left;
      width: 50%; }
    .c-150-overdraft-calculator .slider-bar-info .info-last {
      display: inline;
      float: right; }
  .c-150-overdraft-calculator .field-label-align-container {
    margin-right: 14px; }
  .c-150-overdraft-calculator .unplanned-overdraft-container {
    display: none; }
    .c-150-overdraft-calculator .unplanned-overdraft-container .info {
      background: #f1f1f1;
      margin-bottom: 20px;
      padding: 20px; }
      .c-150-overdraft-calculator .unplanned-overdraft-container .info p {
        margin-bottom: 0; }
  .c-150-overdraft-calculator .mobile-summary-breakdown {
    display: none; }
  .c-150-overdraft-calculator .results-erdraft {
    display: none; }
  .c-150-overdraft-calculator .existing-customer {
    position: relative; }
  .c-150-overdraft-calculator .radio-button-container {
    position: relative; }
  .c-150-overdraft-calculator .field-input {
    float: left;
    position: relative;
    width: 100%; }
  .c-150-overdraft-calculator .field-input.width-auto {
    width: auto; }
  .c-150-overdraft-calculator .field-input.field-input-buffer {
    width: 100%; }
  .c-150-overdraft-calculator .breakdown-info::before, .c-150-overdraft-calculator .breakdown-info::after {
    content: '';
    display: table; }
  .c-150-overdraft-calculator .breakdown-info::after {
    clear: both; }
  .c-150-overdraft-calculator .help .lbg-tooltip {
    left: 0; }
    .c-150-overdraft-calculator .help .lbg-tooltip .tooltip-container {
      background-color: #ccc;
      color: #333; }
      .c-150-overdraft-calculator .help .lbg-tooltip .tooltip-container .btn-close {
        right: 10px;
        top: 4px; }
  .c-150-overdraft-calculator .lbg-tooltip.error {
    width: 288px; }
    .c-150-overdraft-calculator .lbg-tooltip.error::before, .c-150-overdraft-calculator .lbg-tooltip.error::after {
      content: '';
      display: table; }
    .c-150-overdraft-calculator .lbg-tooltip.error::after {
      clear: both; }
    .c-150-overdraft-calculator .lbg-tooltip.error .tooltip-content {
      left: auto;
      width: auto; }
    .c-150-overdraft-calculator .lbg-tooltip.error .bubble-arrow .bubble-arrow-border {
      left: 10px; }
  .c-150-overdraft-calculator .lbg-tooltip.error.on-right {
    bottom: auto;
    left: 100%;
    top: 20px;
    top: calc(50% - 45.5px); }
    .c-150-overdraft-calculator .lbg-tooltip.error.on-right .bubble-arrow {
      left: -20px;
      margin-left: 0;
      position: absolute;
      top: 50%; }
      .c-150-overdraft-calculator .lbg-tooltip.error.on-right .bubble-arrow .bubble-arrow-border {
        border-bottom: 10px solid transparent;
        border-right: 10px solid #dc2a2a;
        border-top: 10px solid transparent; }
  .c-150-overdraft-calculator .lbg-tooltip.error.on-bottom {
    bottom: auto;
    left: 100%;
    top: 20px;
    top: calc(50% - 45.5px); }
    .c-150-overdraft-calculator .lbg-tooltip.error.on-bottom .bubble-arrow {
      left: 20px;
      margin-left: 0;
      position: absolute;
      top: -20px; }
      .c-150-overdraft-calculator .lbg-tooltip.error.on-bottom .bubble-arrow .bubble-arrow-border {
        border-bottom: 10px solid transparent;
        border-right: 10px solid #dc2a2a;
        border-top: 10px solid transparent; }

.js .fees-container,
.js .slider-wrapper,
.js .results-wrapper {
  display: none; }

@media (max-width: 767px) {
  .c-150-overdraft-calculator .desktop-breakdown {
    display: none !important; }
  .c-150-overdraft-calculator .panel-title a::after {
    position: absolute;
    right: 24px; }
  .c-150-overdraft-calculator .panel-title a.collapsed::after {
    content: '\E161'; }
  .c-150-overdraft-calculator select {
    width: 100%; }
  .c-150-overdraft-calculator .results-wrapper .results-col .results-info.results-summary {
    overflow: hidden; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .c-150-overdraft-calculator .mobile-breakdown {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .c-150-overdraft-calculator .mobile-breakdown {
    display: none !important; } }

@media (min-width: 1200) {
  .hidden-lg {
    display: none !important; }
  .c-150-overdraft-calculator .mobile-breakdown {
    display: none !important; } }

@media (max-width: 651px) {
  .c-150-overdraft-calculator .lbg-tooltip.error {
    max-width: 80%; }
  .c-150-overdraft-calculator p.help-wrap .help .lbg-tooltip .tooltip-container {
    left: 0; } }

@media (max-width: 650px) {
  .c-150-overdraft-calculator .lbg-tooltip.error {
    max-width: 100%; } }

@media all and (max-width: 768px) {
  .c-150-overdraft-calculator form {
    margin: 0 -15px 20px;
    padding: 21px 16px; }
    .c-150-overdraft-calculator form h3 {
      margin-top: 14px; }
    .c-150-overdraft-calculator form .slider-wrapper {
      width: 100%; }
      .c-150-overdraft-calculator form .slider-wrapper .sliders .slider-top {
        margin-bottom: 0; }
        .c-150-overdraft-calculator form .slider-wrapper .sliders .slider-top label {
          margin-bottom: 20px;
          max-width: 100%; }
        .c-150-overdraft-calculator form .slider-wrapper .sliders .slider-top .field-container {
          width: 100%; }
    .c-150-overdraft-calculator form .info-wrapper {
      width: 100%; }
    .c-150-overdraft-calculator form .select-wrapper {
      width: 100%; }
  .c-150-overdraft-calculator .button-radio-label.label-buffer {
    width: 100%; }
  .c-150-overdraft-calculator .lbg-tooltip.error-stepper {
    width: 100%; }
  .c-150-overdraft-calculator .lbg-tooltip.error {
    width: 100%; }
  .c-150-overdraft-calculator .buffer-container .buffer {
    border: solid 2px #0f0;
    margin-bottom: 20px;
    width: 100%; }
  .c-150-overdraft-calculator .slider-wrapper .sliders .slider-bar {
    padding: 0 60px; }
  .c-150-overdraft-calculator .rep-ex-wrapper {
    float: none;
    margin: 0 0 20px;
    width: auto; }
  .c-150-overdraft-calculator .results-wrapper {
    clear: both;
    float: none;
    margin-bottom: 20px;
    width: auto; }
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main h4,
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info h4 {
      margin: 0; }
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-title,
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-title {
      margin: 0; }
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info-main .result-title-main,
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info .result-title-main {
      margin: 0; }
    .c-150-overdraft-calculator .results-wrapper .results-col .results-info.total-cost {
      margin: 0; }
  .c-150-overdraft-calculator .results-wrapper.sticky-mobile .results-col {
    margin: 0; }
    .c-150-overdraft-calculator .results-wrapper.sticky-mobile .results-col .results-info .result-title {
      margin: 0; }
    .c-150-overdraft-calculator .results-wrapper.sticky-mobile .results-col .results-info .result-amount {
      margin: 0; }
  .c-150-overdraft-calculator .results-wrapper.sticky-mobile hr {
    margin-bottom: 0; }
  .c-150-overdraft-calculator .calc-wrapper-top .calc-top {
    width: 100%; } }

@media all and (max-width: 459px) {
  .c-150-overdraft-calculator .slider-wrapper {
    width: 100%; }
  .c-150-overdraft-calculator .fees-container .mobile-breakdown .panel-body {
    margin: 0; }
  .c-150-overdraft-calculator .fees-container .breakdown li {
    border-bottom: 2px solid #fff;
    border-right: 0;
    display: block;
    float: none;
    height: auto !important;
    text-align: left;
    width: 100%; }
    .c-150-overdraft-calculator .fees-container .breakdown li::before {
      display: none; }
    .c-150-overdraft-calculator .fees-container .breakdown li > span {
      display: block;
      height: auto;
      text-align: left; }
      .c-150-overdraft-calculator .fees-container .breakdown li > span > strong {
        margin-right: 5px; }
    .c-150-overdraft-calculator .fees-container .breakdown li br {
      display: none; }
  .c-150-overdraft-calculator .fees-container .breakdown li.last {
    border-bottom: 0; }
  .c-150-overdraft-calculator .fees-container > .breakdown:not(.breakdown-whole) {
    margin: 0; }
    .c-150-overdraft-calculator .fees-container > .breakdown:not(.breakdown-whole) li {
      display: none; }
    .c-150-overdraft-calculator .fees-container > .breakdown:not(.breakdown-whole) li.active {
      background-color: #ccc;
      display: block; } }

.container-fluid {
  min-width: 0; }

.sliders .slider-top {
  zoom: 1; }
  .sliders .slider-top::before {
    content: '';
    display: block; }
  .sliders .slider-top::after {
    clear: both;
    content: '';
    display: table; }

.sliders .slider-bar {
  zoom: 1;
  clear: both;
  overflow: hidden;
  padding: 0 60px;
  position: relative;
  width: 100%; }
  .sliders .slider-bar::before {
    content: '';
    display: block; }
  .sliders .slider-bar::after {
    clear: both;
    content: '';
    display: table; }
  .sliders .slider-bar .slider-widget {
    zoom: 1;
    background: #b2b2b2;
    border-radius: 2px;
    cursor: pointer;
    height: 6px;
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
    width: 100%; }
    .sliders .slider-bar .slider-widget::before {
      content: '';
      display: block; }
    .sliders .slider-bar .slider-widget::after {
      clear: both;
      content: '';
      display: table; }
  .sliders .slider-bar .less-arrow,
  .sliders .slider-bar .more-arrow {
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 9px;
    width: 36px; }
    .sliders .slider-bar .less-arrow img,
    .sliders .slider-bar .more-arrow img {
      height: inherit;
      opacity: 0;
      width: inherit; }
  .sliders .slider-bar .less-arrow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAG5JREFUWAnt1rENgDAMRFEbZUtguYQ9g8gCn9KRftpzYT1fkYyzzyj0jkK7rFVciC6ikEIkQLkdUogEKLdDCpEA5Y0Gvnw+958xnMlr4IylJqJyQumfGm5W7mQuBBcLhRQiAcrtkEIkQLkd2k7oBayOB0HBeZT3AAAAAElFTkSuQmCC");
    left: 0; }
  .sliders .slider-bar .less-arrow:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAGtJREFUWAntlsENgDAMAxPEmGU62DNtWeB4BunytR/W2Y9krYtGdzTK8kYxEDUiIQkRAdLdkISIAOluSEJEgPSTDFvPcX+xoaeeCz2OmhC1I5T+1NBZu8oMBI2FhCREBEh3QxIiAqS7od8RmklHC0GWurn9AAAAAElFTkSuQmCC"); }
  .sliders .slider-bar .less-arrow:focus,
  .sliders .slider-bar .more-arrow:focus {
    border: dotted 1px #555; }
  .sliders .slider-bar .more-arrow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAJhJREFUWAntluEKgCAMhF30ltXLVe9pEOyH4rhF/bjg/DPcRM5vp2hl2WshGhORlluKBKGOiJAIIQKoTuehGSlG9XpuzRJbj2b+dEJHSIJQC0Xod4Qs8x/qrzY6ZVTPPAnyUETP83SEUh5y9aPY+yvjk9E+nqMjJEHemiiKUETG83SEXl97P9lXkY6QBKHWipAIIQKoTuehC5pDETedOO0HAAAAAElFTkSuQmCC");
    right: 0; }
  .sliders .slider-bar .more-arrow:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAJZJREFUWAntllEKgCAQRDM6Zp2u7mkRzIfiMhv1McH4s7grMr4dxVKvMQmNWUjLLcWCWEdMyIQYAVaX89DCFLN6WfdmST22Zv50IkfIglgLTeh3hErmP9RfbXbKqJ55EuyhiB7ycoRSHoL6Uez9lfHJaB/k5AhZEFoTRROKyCAvR+j1tcfJvopyhCyItdaETIgRYHU5D53sIBk3Vf2bOwAAAABJRU5ErkJggg==");
    right: 0; }

.sliders .ui-slider-handle {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABpUlEQVRYR+2ZwXHCQAxF3QA9UBJ3LpRAGakh59wpgXsulEAJKSH538hjcCQjmd0FTfJn3gGtVvsHxHptd39Kq+3HGuzBAZzAtwHHmMPctUxvJyy6ExOaOQ+cu5Ny9cRFwFkWLQFrlTeOovzpj7JIDVi7TKug0AZ8SeGacI2NLLtMKMAW0IrXZFmLcOKkUEtipjGBbaAVaomvPZDIP1iLnr0HPdz/IyKp5m4Q5Si2dCHhmX1rYfczBkteFEpxFnu3wkD42317/+x5NO7g97eMYPhsEDVmxR2cxOZFCHBn0BJniRqz4k7GHQMfeOzTkmaJGrPiTvZitzfMs6qWNEvUmBV3chC7veFFu0PUmBV3Mu4WyqCLqDEr7kXs/hsOxwNcdgplwEXUmBX30pultEEPUWNW3IvYzWk4w7Y2Xp7xId2FI92lOdfhh0Igz/GSQjDXAZ7CQJ5bJAqDuW5CKSTkuc2nkJTrQQqFxDyPqgZhQp6HgYM4cVKoBcvMDkKBPA+0B6FQnlcG10JRtkjJiwtrPdYCHnER8PqvvabComyV13+x+Dx13Q9xqMceAT0PMgAAAABJRU5ErkJggg==") no-repeat;
  background-size: contain;
  border-bottom: 0;
  height: 47px;
  margin-left: -23px;
  position: absolute;
  top: -23px;
  width: 47px;
  z-index: 1; }

.sliders .ui-slider-handle:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABpUlEQVRYR+2ZwXHCQAxF3QA9UBJ3LpRAGakh59wpgXsulEAJKSH538hjcCQjmd0FTfJn3gGtVvsHxHptd39Kq+3HGuzBAZzAtwHHmMPctUxvJyy6ExOaOQ+cu5Ny9cRFwFkWLQFrlTeOovzpj7JIDVi7TKug0AZ8SeGacI2NLLtMKMAW0IrXZFmLcOKkUEtipjGBbaAVaomvPZDIP1iLnr0HPdz/IyKp5m4Q5Si2dCHhmX1rYfczBkteFEpxFnu3wkD42317/+x5NO7g97eMYPhsEDVmxR2cxOZFCHBn0BJniRqz4k7GHQMfeOzTkmaJGrPiTvZitzfMs6qWNEvUmBV3chC7veFFu0PUmBV3Mu4WyqCLqDEr7kXs/hsOxwNcdgplwEXUmBX30pultEEPUWNW3IvYzWk4w7Y2Xp7xId2FI92lOdfhh0Igz/GSQjDXAZ7CQJ5bJAqDuW5CKSTkuc2nkJTrQQqFxDyPqgZhQp6HgYM4cVKoBcvMDkKBPA+0B6FQnlcG10JRtkjJiwtrPdYCHnER8PqvvabComyV13+x+Dx13Q9xqMceAT0PMgAAAABJRU5ErkJggg=="); }

.lbg-tooltip.error {
  bottom: 130%;
  display: none;
  left: 20%;
  position: absolute;
  z-index: 5; }
  .lbg-tooltip.error .tooltip-content {
    background: #fff;
    border: 2px solid #db1500;
    color: #db1500;
    font-size: 10px;
    left: -129px;
    padding: 16px 16px 20px;
    position: relative;
    width: 288px; }
    .lbg-tooltip.error .tooltip-content p {
      color: #db1500;
      font-size: 15px; }
  .lbg-tooltip.error .bubble-arrow .bubble-arrow-border {
    border-top: 10px solid #db1500; }

.lbg-tooltip .bubble-arrow {
  bottom: 0;
  position: absolute; }
  .lbg-tooltip .bubble-arrow .bubble-arrow-border {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #05286a;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }

.help {
  border-bottom: 1px dashed #05286a;
  color: #05286a;
  cursor: help;
  position: relative;
  text-decoration: none; }
  .help .lbg-tooltip {
    background: #05286a;
    bottom: 21px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    display: block;
    left: 20%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    transition: 0.3s ease bottom, 0.6s ease opacity;
    visibility: hidden;
    z-index: 5; }
    .help .lbg-tooltip span {
      display: block; }
    .help .lbg-tooltip .btn-close {
      border-radius: 50%;
      cursor: pointer;
      height: 25px;
      position: absolute;
      right: 16px;
      text-align: center;
      top: 16px; }
      .help .lbg-tooltip .btn-close::after {
        color: #fff;
        font-size: 13px;
        line-height: 25px;
        margin-left: 5px; }
    .help .lbg-tooltip .tooltip-content {
      font-size: 10px; }
      .help .lbg-tooltip .tooltip-content a,
      .help .lbg-tooltip .tooltip-content a:link,
      .help .lbg-tooltip .tooltip-content a:visited {
        color: #fff;
        font-size: 11px;
        padding-top: 5px;
        text-decoration: none; }
      .help .lbg-tooltip .tooltip-content a:hover,
      .help .lbg-tooltip .tooltip-content a:focus,
      .help .lbg-tooltip .tooltip-content a:active {
        text-decoration: underline; }
      .help .lbg-tooltip .tooltip-content a.right-chev::after {
        color: #fff;
        margin-left: 8px; }
      .help .lbg-tooltip .tooltip-content span {
        font-size: 14px;
        margin-bottom: 9px; }
      .help .lbg-tooltip .tooltip-content span.header {
        font-size: 2px;
        width: 80%; }
      .help .lbg-tooltip .tooltip-content span:last-child {
        margin-bottom: 0; }
    .help .lbg-tooltip .tooltip-container {
      background: #05286a;
      color: #fff;
      cursor: default;
      left: -129px;
      padding: 16px 24px 20px 16px;
      position: relative;
      width: 288px; }
  .help:focus {
    pointer-events: none; }
  .help.focused .lbg-tooltip,
  .help:focus .lbg-tooltip {
    bottom: 28px;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    visibility: visible; }

@media all and (max-width: 650px) {
  .lbg-tooltip.error {
    left: 0; }
    .lbg-tooltip.error .tooltip-content {
      left: -10px;
      width: 278px; } }

@media all and (max-width: 650px) {
  .help {
    position: static; }
    .help .lbg-tooltip {
      bottom: 49%;
      left: 16px;
      position: fixed;
      right: 16px; }
      .help .lbg-tooltip .tooltip-container {
        left: 0;
        width: 100%; }
      .help .lbg-tooltip .bubble-arrow {
        display: none; }
    .help:focus .lbg-tooltip {
      bottom: 50%;
      opacity: 1;
      visibility: visible; } }

.c-143-filter.selector {
  margin-bottom: 0; }
  .c-143-filter.selector .hidden {
    display: none; }
  .c-143-filter.selector input[type='number']::-webkit-outer-adjust-hue-button,
  .c-143-filter.selector input[type='number']::-webkit-inner-adjust-hue-button {
    -webkit-appearance: none;
    margin: 0; }
  .c-143-filter.selector input[type='number'] {
    -moz-appearance: textfield; }
  .c-143-filter.selector .button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .c-143-filter.selector .header {
    zoom: 1; }
    .c-143-filter.selector .header::before {
      content: '';
      display: block; }
    .c-143-filter.selector .header::after {
      clear: both;
      content: '';
      display: table; }
    .c-143-filter.selector .header .column-1 {
      width: 75%; }
    .c-143-filter.selector .header .column-2 {
      padding-top: 10px;
      text-align: right;
      width: 25%; }
    .c-143-filter.selector .header .column-1,
    .c-143-filter.selector .header .column-2 {
      float: left; }
  .c-143-filter.selector .error {
    bottom: 62%; }
    .c-143-filter.selector .error .tooltip-content {
      background-color: #fff;
      left: 0; }
    .c-143-filter.selector .error .bubble-arrow {
      left: 20px; }
  .c-143-filter.selector .alt-title1 {
    margin-top: 21px; }
    @media (max-width: 650px) {
      .c-143-filter.selector .alt-title1 {
        margin-top: 0; } }
    .c-143-filter.selector .alt-title1:focus {
      outline: none; }
  .c-143-filter.selector label {
    font-size: 15px; }
  .c-143-filter.selector .second-panel {
    border-top: 1px solid #05286a;
    position: relative; }
    .c-143-filter.selector .second-panel::after, .c-143-filter.selector .second-panel::before {
      background: #fff;
      border-bottom: 1px solid #05286a;
      border-right: 1px solid #05286a;
      content: '';
      height: 30px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: -15px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 30px; }
    .c-143-filter.selector .second-panel::after {
      border-bottom: 0 none;
      border-right: 0 none;
      bottom: -15px;
      top: auto; }
  .c-143-filter.selector form {
    background-color: #fff;
    margin-bottom: 16px;
    padding: 24px 32px 0; }
    @media (max-width: 650px) {
      .c-143-filter.selector form {
        padding: 24px 18px 0; } }
  .c-143-filter.selector .filter-tooltip {
    background-color: #05286a;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    color: #fff;
    display: none;
    padding: 16px;
    position: absolute;
    top: 120%;
    z-index: 6; }
    .c-143-filter.selector .filter-tooltip .btn-close {
      border-radius: 50%;
      cursor: pointer;
      display: none;
      font-size: 15px;
      height: 25px;
      position: absolute;
      right: 16px;
      text-align: center;
      top: 10px; }
      .c-143-filter.selector .filter-tooltip .btn-close::after {
        color: #fff;
        font-size: 13px;
        line-height: 25px;
        margin-left: 5px; }
    .c-143-filter.selector .filter-tooltip p {
      color: #fff;
      margin-bottom: 16px; }
    .c-143-filter.selector .filter-tooltip p:last-child {
      margin-bottom: 12px; }
    .c-143-filter.selector .filter-tooltip a.button {
      text-decoration: none; }
    .c-143-filter.selector .filter-tooltip .arrow {
      position: absolute;
      top: -10px; }
      .c-143-filter.selector .filter-tooltip .arrow .arrow-border {
        border-bottom: 10px solid #05286a;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
  .c-143-filter.selector .selected .filter-tooltip {
    display: block; }
  .c-143-filter.selector .selected.no-tooltip .filter-tooltip {
    display: none; }
  .c-143-filter.selector .container-fluid {
    padding: 0; }
  .c-143-filter.selector .sort-options {
    margin-top: 27px; }
    .c-143-filter.selector .sort-options .dropdown, .c-143-filter.selector .sort-options.hidden {
      display: none; }
    .c-143-filter.selector .sort-options ul {
      box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
      display: inline-block;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .c-143-filter.selector .sort-options ul li {
        background-color: #fff;
        float: left;
        font-size: 16px;
        margin-top: 2px;
        padding: 13px 0;
        position: relative; }
        .c-143-filter.selector .sort-options ul li h4,
        .c-143-filter.selector .sort-options ul li a {
          border-left: 1px solid #03183f;
          display: block;
          font-size: 15px;
          line-height: 1.4;
          padding: 0 22px;
          text-decoration: none; }
        .c-143-filter.selector .sort-options ul li a:hover {
          text-decoration: underline; }
        .c-143-filter.selector .sort-options ul li.first h4,
        .c-143-filter.selector .sort-options ul li.first a {
          border-left: 0 none; }
        .c-143-filter.selector .sort-options ul li.first h4 {
          font-size: 15px;
          line-height: 1.4; }
        .c-143-filter.selector .sort-options ul li .indicator {
          display: none;
          height: 0; }
        .c-143-filter.selector .sort-options ul li h4 {
          margin: 0; }
      .c-143-filter.selector .sort-options ul li.active .indicator {
        display: block; }
        .c-143-filter.selector .sort-options ul li.active .indicator::after {
          background: #fff;
          bottom: -8px;
          box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
          content: '';
          height: 15px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 15px; }
      .c-143-filter.selector .sort-options ul li.active a {
        color: #05286a;
        cursor: default; }
        @media (min-width: 768px) {
          .c-143-filter.selector .sort-options ul li.active a {
            pointer-events: none; } }
        .c-143-filter.selector .sort-options ul li.active a:hover {
          text-decoration: none; }
  .c-143-filter.selector .sort-options.stacked ul {
    box-shadow: none;
    right: 0 !important; }
    .c-143-filter.selector .sort-options.stacked ul li.active .indicator {
      display: none; }
  .c-143-filter.selector .field-container {
    zoom: 1;
    float: left;
    margin-bottom: 18px;
    position: relative;
    width: 100%; }
    .c-143-filter.selector .field-container::before {
      content: '';
      display: block; }
    .c-143-filter.selector .field-container::after {
      clear: both;
      content: '';
      display: table; }
    .c-143-filter.selector .field-container .currency {
      color: #333;
      font-size: 18px;
      margin: 11px 0 0 15px;
      position: absolute; }
  .c-143-filter.selector .sticky-filter {
    background-color: #f2f6fa;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
    color: #f2f6fa;
    left: 0;
    opacity: 1;
    padding: 18px 0 0;
    position: fixed;
    top: 0;
    transition: top 0.6s ease, opacity 0.5s ease;
    width: 100%;
    z-index: 100; }
    .c-143-filter.selector .sticky-filter.offscreen {
      opacity: 0;
      top: -9000px; }
    @media (max-width: 650px) {
      .c-143-filter.selector .sticky-filter .container-fluid {
        padding: 0 18px; } }
    .c-143-filter.selector .sticky-filter .segment-2 {
      margin-left: 10px; }
    .c-143-filter.selector .sticky-filter .segment-1,
    .c-143-filter.selector .sticky-filter .segment-2 {
      float: left; }
    .c-143-filter.selector .sticky-filter form {
      background-color: transparent;
      margin: 0 auto;
      width: 700px; }
      @media (max-width: 650px) {
        .c-143-filter.selector .sticky-filter form {
          padding: 0; } }
    .c-143-filter.selector .sticky-filter .field-container {
      float: left; }
      .c-143-filter.selector .sticky-filter .field-container input {
        color: #333;
        float: none;
        margin-left: 0;
        padding: 11px 11px 11px 30px;
        text-align: center;
        width: 120px; }
    .c-143-filter.selector .sticky-filter .error {
      bottom: auto;
      top: 130%; }
      .c-143-filter.selector .sticky-filter .error .bubble-arrow {
        bottom: auto;
        top: -10px; }
      .c-143-filter.selector .sticky-filter .error .bubble-arrow-border {
        border-bottom: 10px solid #db1500;
        border-top: 0 none; }
    .c-143-filter.selector .sticky-filter .select-wrapper {
      background-color: #fff;
      float: left;
      width: 205px; }
      .c-143-filter.selector .sticky-filter .select-wrapper select {
        border: 0;
        color: #333;
        padding: 10px 0 10px 11px;
        width: 100%;
        z-index: 6; }
        .c-143-filter.selector .sticky-filter .select-wrapper select:focus {
          background-color: #fff;
          z-index: 4; }
      .c-143-filter.selector .sticky-filter .select-wrapper::after {
        color: #05286a;
        font-size: 14px;
        top: 12px;
        z-index: 5; }
    .c-143-filter.selector .sticky-filter .less-arrow,
    .c-143-filter.selector .sticky-filter .more-arrow {
      background-color: #05286a;
      cursor: pointer;
      display: block;
      float: left;
      height: 36px;
      margin-top: 2px;
      width: 36px; }
    .c-143-filter.selector .sticky-filter .less-arrow {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAG5JREFUWAnt1rENgDAMRFEbZUtguYQ9g8gCn9KRftpzYT1fkYyzzyj0jkK7rFVciC6ikEIkQLkdUogEKLdDCpEA5Y0Gvnw+958xnMlr4IylJqJyQumfGm5W7mQuBBcLhRQiAcrtkEIkQLkd2k7oBayOB0HBeZT3AAAAAElFTkSuQmCC");
      margin-right: 10px; }
      .c-143-filter.selector .sticky-filter .less-arrow:hover, .c-143-filter.selector .sticky-filter .less-arrow:active, .c-143-filter.selector .sticky-filter .less-arrow:focus {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAGtJREFUWAntlsENgDAMAxPEmGU62DNtWeB4BunytR/W2Y9krYtGdzTK8kYxEDUiIQkRAdLdkISIAOluSEJEgPSTDFvPcX+xoaeeCz2OmhC1I5T+1NBZu8oMBI2FhCREBEh3QxIiAqS7od8RmklHC0GWurn9AAAAAElFTkSuQmCC"); }
    .c-143-filter.selector .sticky-filter .more-arrow {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAJhJREFUWAntluEKgCAMhF30ltXLVe9pEOyH4rhF/bjg/DPcRM5vp2hl2WshGhORlluKBKGOiJAIIQKoTuehGSlG9XpuzRJbj2b+dEJHSIJQC0Xod4Qs8x/qrzY6ZVTPPAnyUETP83SEUh5y9aPY+yvjk9E+nqMjJEHemiiKUETG83SEXl97P9lXkY6QBKHWipAIIQKoTuehC5pDETedOO0HAAAAAElFTkSuQmCC");
      margin-left: 10px; }
      .c-143-filter.selector .sticky-filter .more-arrow:hover, .c-143-filter.selector .sticky-filter .more-arrow:active, .c-143-filter.selector .sticky-filter .more-arrow:focus {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAJZJREFUWAntllEKgCAQRDM6Zp2u7mkRzIfiMhv1McH4s7grMr4dxVKvMQmNWUjLLcWCWEdMyIQYAVaX89DCFLN6WfdmST22Zv50IkfIglgLTeh3hErmP9RfbXbKqJ55EuyhiB7ycoRSHoL6Uez9lfHJaB/k5AhZEFoTRROKyCAvR+j1tcfJvopyhCyItdaETIgRYHU5D53sIBk3Vf2bOwAAAABJRU5ErkJggg=="); }
    .c-143-filter.selector .sticky-filter form {
      padding-top: 0; }
    .c-143-filter.selector .sticky-filter label {
      font-size: 15px;
      margin-right: 10px;
      margin-top: 10px;
      padding-bottom: 11px; }
    .c-143-filter.selector .sticky-filter.is-mobile .field-container {
      width: auto; }
      .c-143-filter.selector .sticky-filter.is-mobile .field-container::after {
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 6; }
      .c-143-filter.selector .sticky-filter.is-mobile .field-container input {
        border: 0; }
  .c-143-filter.selector .sliders {
    background-color: #f2f6fa;
    float: left;
    margin-left: 32px;
    padding: 22px 22px 30px;
    width: calc(50% - 16px); }
    .c-143-filter.selector .sliders .slider-bar .less-arrow:focus,
    .c-143-filter.selector .sliders .slider-bar .more-arrow:focus {
      border: 0; }
    .c-143-filter.selector .sliders label {
      color: #333;
      font-size: 18px;
      line-height: 24px; }
    .c-143-filter.selector .sliders input {
      border: 1px solid #b2b2b2;
      border-radius: 0;
      color: #333;
      margin: 0;
      padding: 11px 11px 11px 30px;
      width: 100%; }
    .c-143-filter.selector .sliders:first-child {
      margin-left: 0; }
    .c-143-filter.selector .sliders .slider-bar {
      margin-top: 18px; }
  .c-143-filter.selector .bg-section {
    background: #fff; }
  .c-143-filter.selector .section {
    zoom: 1;
    padding: 0; }
    .c-143-filter.selector .section::before {
      content: '';
      display: block; }
    .c-143-filter.selector .section::after {
      clear: both;
      content: '';
      display: table; }
    .c-143-filter.selector .section h2 {
      color: #05286a;
      margin-top: 0;
      outline: none; }
    .c-143-filter.selector .section .slider-wrapper {
      zoom: 1;
      margin-top: 24px; }
      .c-143-filter.selector .section .slider-wrapper::before {
        content: '';
        display: block; }
      .c-143-filter.selector .section .slider-wrapper::after {
        clear: both;
        content: '';
        display: table; }
    .c-143-filter.selector .section .foot {
      zoom: 1;
      margin-bottom: 18px;
      margin-top: 32px; }
      .c-143-filter.selector .section .foot::before {
        content: '';
        display: block; }
      .c-143-filter.selector .section .foot::after {
        clear: both;
        content: '';
        display: table; }
      .c-143-filter.selector .section .foot .column-1 {
        float: left;
        padding-top: 12px;
        width: 75%; }
      .c-143-filter.selector .section .foot .column-2 {
        float: right; }
  .c-143-filter.selector .section.second-step {
    padding-bottom: 13px;
    padding-top: 24px; }
  .c-143-filter.selector a {
    text-decoration: underline; }
    .c-143-filter.selector a:hover, .c-143-filter.selector a:active, .c-143-filter.selector a:focus {
      text-decoration: none; }
  .c-143-filter.selector .filter-tiles {
    list-style-type: none;
    margin: 27px 0 0;
    padding: 0; }
    .c-143-filter.selector .filter-tiles li {
      float: left;
      margin: 0 16px 32px;
      position: relative;
      width: calc(33.3333% - 21.333px); }
      .c-143-filter.selector .filter-tiles li .status {
        float: left;
        width: 15%; }
        .c-143-filter.selector .filter-tiles li .status .icon {
          background-color: #fff;
          border: 1px solid #d8d8d8;
          border-radius: 50%;
          color: #f2f6fa;
          display: block;
          font-size: 12px;
          height: 28px;
          padding-top: 4px;
          text-align: center;
          width: 28px; }
      .c-143-filter.selector .filter-tiles li .inner-tile {
        float: left;
        width: 85%; }
      .c-143-filter.selector .filter-tiles li:nth-child(3n) {
        margin-right: 0; }
      .c-143-filter.selector .filter-tiles li:nth-child(3n-2) {
        clear: left;
        margin-left: 0; }
      .c-143-filter.selector .filter-tiles li > a {
        zoom: 1;
        background-color: #f2f6fa;
        border: 1px solid #d8d8d8;
        color: #03183f;
        display: block;
        height: 100%;
        padding: 16px;
        text-decoration: none; }
        .c-143-filter.selector .filter-tiles li > a::before {
          content: '';
          display: block; }
        .c-143-filter.selector .filter-tiles li > a::after {
          clear: both;
          content: '';
          display: table; }
        .c-143-filter.selector .filter-tiles li > a h4 {
          color: #03183f;
          font-size: 18px;
          margin-top: 0; }
        .c-143-filter.selector .filter-tiles li > a p {
          font-size: 16px; }
      .c-143-filter.selector .filter-tiles li > a:hover {
        border: 1px solid #fff; }
    .c-143-filter.selector .filter-tiles li.selected .status .icon {
      background-color: #fff;
      border: 1px solid #fff; }
      .c-143-filter.selector .filter-tiles li.selected .status .icon::after {
        color: #03183f;
        font-size: 11px;
        line-height: 1.66; }
    .c-143-filter.selector .filter-tiles li.selected > a {
      background-color: #03183f;
      border: 1px solid #03183f;
      color: #fff; }
      .c-143-filter.selector .filter-tiles li.selected > a h4 {
        color: #fff; }
      .c-143-filter.selector .filter-tiles li.selected > a p {
        color: #fff; }

.c-143-filter form {
  zoom: 1;
  padding-top: 10px; }
  .c-143-filter form::before {
    content: '';
    display: block; }
  .c-143-filter form::after {
    clear: both;
    content: '';
    display: table; }

.c-143-filter select,
.c-143-filter label {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  margin: 0; }

.c-143-filter label {
  float: left;
  padding-bottom: 18px; }

.c-143-filter .custom-select {
  clear: left;
  float: left;
  width: 240px; }
  .c-143-filter .custom-select select {
    width: 270px; }

.c-143-filter input {
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  margin-left: 0;
  width: 126px; }

@media all and (max-width: 930px) {
  .c-143-filter.selector .header .column-1 {
    width: 70%; }
  .c-143-filter.selector .header .column-2 {
    width: 30%; }
  .c-143-filter.selector .filter-tiles li .inner-tile {
    width: 80%; }
  .c-143-filter.selector .filter-tiles li .status {
    width: 20%; } }

@media all and (max-width: 768px) {
  .c-143-filter.selector .header .column-1 {
    width: 60%; }
  .c-143-filter.selector .header .column-2 {
    width: 40%; }
  .c-143-filter.selector .filter-tiles li .inner-tile {
    width: 75%; }
  .c-143-filter.selector .filter-tiles li .status {
    width: 25%; } }

@media all and (max-width: 732px) {
  .c-143-filter.selector .sticky-filter .segment-2 {
    margin-left: 28px; }
  .c-143-filter.selector .sticky-filter .select-wrapper {
    width: 139px; }
  .c-143-filter.selector .sticky-filter form {
    margin: 0;
    width: auto; } }

@media all and (max-width: 651px) {
  .c-143-filter.selector .header .column-1 {
    width: 100%; }
  .c-143-filter.selector .header .column-2 {
    padding-top: 0;
    text-align: left;
    width: 100%; }
  .c-143-filter.selector .error {
    left: 0; }
  .c-143-filter.selector .sliders label {
    padding-bottom: 18px; }
  .c-143-filter.selector .alt-title {
    margin-bottom: 28px; }
  .c-143-filter.selector form {
    margin-bottom: 27px; }
  .c-143-filter.selector .sort-options {
    zoom: 1;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    margin-top: 27px; }
    .c-143-filter.selector .sort-options::before {
      content: '';
      display: block; }
    .c-143-filter.selector .sort-options::after {
      clear: both;
      content: '';
      display: table; }
    .c-143-filter.selector .sort-options ul {
      display: none;
      width: 100%; }
      .c-143-filter.selector .sort-options ul li.active,
      .c-143-filter.selector .sort-options ul li.first {
        display: none; }
      .c-143-filter.selector .sort-options ul li {
        margin-left: 0;
        width: 100%; }
        .c-143-filter.selector .sort-options ul li h4,
        .c-143-filter.selector .sort-options ul li a {
          border-left: 0 none; }
    .c-143-filter.selector .sort-options .dropdown {
      display: block; }
      .c-143-filter.selector .sort-options .dropdown li {
        display: none; }
      .c-143-filter.selector .sort-options .dropdown li.selected {
        display: block; }
        .c-143-filter.selector .sort-options .dropdown li.selected a {
          background-color: transparent;
          color: #05286a;
          cursor: pointer; }
          .c-143-filter.selector .sort-options .dropdown li.selected a::after {
            background: transparent url('data:image/svg+xml,%3Csvg viewBox="0 4 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg stroke="none" stroke-width="1" fill-rule="evenodd"%3E%3Cg %3E%3Cpolygon transform="translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) " points="4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653"%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat;
            content: '';
            display: block;
            font-size: 12px;
            height: 10px;
            position: absolute;
            right: 17px;
            top: 19px;
            width: 15px; }
    .c-143-filter.selector .sort-options.in-progress .dropdown li.selected, .c-143-filter.selector .sort-options.open .dropdown li.selected {
      background-color: #05286a; }
      .c-143-filter.selector .sort-options.in-progress .dropdown li.selected a, .c-143-filter.selector .sort-options.open .dropdown li.selected a {
        background-color: transparent;
        color: #fff;
        text-decoration: underline; }
        .c-143-filter.selector .sort-options.in-progress .dropdown li.selected a:focus, .c-143-filter.selector .sort-options.open .dropdown li.selected a:focus {
          background-color: transparent; }
        .c-143-filter.selector .sort-options.in-progress .dropdown li.selected a::after, .c-143-filter.selector .sort-options.open .dropdown li.selected a::after {
          background: transparent url('data:image/svg+xml,%3Csvg viewBox="-1.897 4 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg fill="%23ffffff" stroke="none" stroke-width="1" fill-rule="evenodd"%3E%3Cg%3E%3Cpolygon transform="translate(12.000000, 12.000000) rotate(270.000000) translate(-12.000000, -12.000000) " points="4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653"%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat; }
  .c-143-filter.selector .section.second-step {
    padding-top: 31px; }
  .c-143-filter.selector .sliders:last-child {
    margin-bottom: 15px; }
  .c-143-filter.selector .filter-tiles {
    margin-top: 17px; }
  .c-143-filter.selector .section .foot {
    margin-bottom: 8px;
    margin-top: 0; }
    .c-143-filter.selector .section .foot .column-1,
    .c-143-filter.selector .section .foot .column-2 {
      width: 100%; }
    .c-143-filter.selector .section .foot .column-2 {
      margin-top: 10px; }
  .c-143-filter.selector .sticky-filter {
    padding: 5px 0 10px; }
    .c-143-filter.selector .sticky-filter label {
      margin-right: 0;
      margin-top: 2px;
      padding-bottom: 5px; }
    .c-143-filter.selector .sticky-filter .less-arrow,
    .c-143-filter.selector .sticky-filter .more-arrow {
      margin-top: 7px; }
    .c-143-filter.selector .sticky-filter .less-arrow {
      margin-right: 12px; }
    .c-143-filter.selector .sticky-filter .more-arrow {
      margin-left: 12px; }
    .c-143-filter.selector .sticky-filter .currency {
      left: 8px;
      margin: 0;
      top: 15px; }
    .c-143-filter.selector .sticky-filter form {
      margin: 0 auto;
      text-align: center;
      width: 220px; }
      .c-143-filter.selector .sticky-filter form input {
        width: 65%; }
    .c-143-filter.selector .sticky-filter .segment-2 {
      display: none; }
    .c-143-filter.selector .sticky-filter .error .tooltip-content {
      max-width: 250px;
      width: 150%; }
    .c-143-filter.selector .sticky-filter.is-mobile .field-container::after {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 6; }
    .c-143-filter.selector .sticky-filter.is-mobile .field-container input {
      border-radius: 3px; }
  .c-143-filter.selector .sliders {
    margin-bottom: 22px;
    margin-left: 0;
    width: 100%; }
  .c-143-filter.selector .filter-tiles li {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .c-143-filter.selector .filter-tiles li:last-child {
      margin-bottom: 21px; }
    .c-143-filter.selector .filter-tiles li .inner-tile {
      width: 100%; }
    .c-143-filter.selector .filter-tiles li .status {
      display: none; }
    .c-143-filter.selector .filter-tiles li.selected .filter-tooltip {
      padding-top: 40px; }
      .c-143-filter.selector .filter-tiles li.selected .filter-tooltip .btn-close {
        display: block; }
  .c-143-filter form {
    padding-top: 5px; }
  .c-143-filter .custom-select {
    margin: 12px 0 10px;
    width: 100%; }
    .c-143-filter .custom-select select {
      width: 110%; }
  .c-143-filter label,
  .c-143-filter input {
    display: block;
    margin-left: 0;
    width: 100%; }
  .c-143-filter label {
    padding-bottom: 3px; }
  .c-143-filter input {
    margin-top: 5px; } }

.c-143-filter.simple {
  background-color: #05286a;
  color: #fff;
  padding: 22px; }
  .c-143-filter.simple h2 {
    color: #fff;
    margin-top: 9px;
    text-transform: uppercase; }
  .c-143-filter.simple label {
    padding: 12px 15px 0 0; }
  .c-143-filter.simple .custom-select {
    clear: none;
    width: 270px; }
    .c-143-filter.simple .custom-select select {
      width: 110%; }
  .c-143-filter.simple .promo-position-container {
    max-width: 630px; }

.c-143-filter.hero-promo-filter .promo-position-container {
  max-width: 430px; }

.c-143-filter.hero-promo-filter .hero-promo h1 {
  font-size: 36px;
  margin-bottom: 12px;
  margin-top: 5px;
  text-transform: uppercase; }

@media all and (max-width: 768px) {
  .c-143-filter.hero-promo-filter .promo-position-container {
    width: auto; } }

@media all and (max-width: 651px) {
  .c-143-filter.hero-promo-filter {
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    .c-143-filter.hero-promo-filter .promo-position-container {
      height: auto;
      max-width: 100%; }
    .c-143-filter.hero-promo-filter .hero-promo h1 {
      font-size: 36px; }
  .c-143-filter.simple .custom-select {
    width: 100%; } }

.excluded {
  display: none; }

.c-143-filter.multi-select {
  margin-top: 9px; }
  .c-143-filter.multi-select .bg-section {
    background: #fff;
    padding: 1px 24px 0; }
    .bg-wrapper-1 .c-143-filter.multi-select .bg-section {
      padding: 0; }
  .c-143-filter.multi-select .section {
    zoom: 1;
    padding: 30px 0 17px; }
    .c-143-filter.multi-select .section::before {
      content: '';
      display: block; }
    .c-143-filter.multi-select .section::after {
      clear: both;
      content: '';
      display: table; }
    .c-143-filter.multi-select .section h2 {
      color: #05286a;
      line-height: 1.2;
      outline: none; }
    .c-143-filter.multi-select .section .slider-wrapper {
      zoom: 1;
      margin-top: 30px; }
      .c-143-filter.multi-select .section .slider-wrapper::before {
        content: '';
        display: block; }
      .c-143-filter.multi-select .section .slider-wrapper::after {
        clear: both;
        content: '';
        display: table; }
    .c-143-filter.multi-select .section .foot {
      zoom: 1;
      margin-bottom: 18px;
      margin-top: 32px; }
      .c-143-filter.multi-select .section .foot::before {
        content: '';
        display: block; }
      .c-143-filter.multi-select .section .foot::after {
        clear: both;
        content: '';
        display: table; }
      .c-143-filter.multi-select .section .foot .column-1 {
        float: left;
        padding-top: 12px;
        width: 75%; }
      .c-143-filter.multi-select .section .foot .column-2 {
        float: left;
        width: 25%; }
  .c-143-filter.multi-select .section.second-step {
    padding: 0; }
  .c-143-filter.multi-select .filter-tiles {
    list-style-type: none;
    margin: 27px 0 0;
    padding: 0; }
    .c-143-filter.multi-select .filter-tiles li {
      float: left;
      margin: 0 16px 32px 0;
      position: relative;
      width: calc(25% - 21.333px); }
      .c-143-filter.multi-select .filter-tiles li:nth-child(4n) {
        margin-right: 0; }
      .c-143-filter.multi-select .filter-tiles li > a {
        zoom: 1;
        color: #333;
        display: block;
        height: 100%;
        text-decoration: none; }
        .c-143-filter.multi-select .filter-tiles li > a::before {
          content: '';
          display: block; }
        .c-143-filter.multi-select .filter-tiles li > a::after {
          clear: both;
          content: '';
          display: table; }
        .c-143-filter.multi-select .filter-tiles li > a .status {
          float: left;
          width: 48px; }
          @media (max-width: 930px) {
            .c-143-filter.multi-select .filter-tiles li > a .status {
              width: 30%; } }
          @media (max-width: 768px) {
            .c-143-filter.multi-select .filter-tiles li > a .status {
              width: 35%; } }
          .c-143-filter.multi-select .filter-tiles li > a .status .icon {
            background-color: #fff;
            border: 1px solid #333;
            color: #f2f6fa;
            display: block;
            font-size: 12px;
            height: 32px;
            padding-top: 4px;
            text-align: center;
            width: 32px; }
            .c-143-filter.multi-select .filter-tiles li > a .status .icon::after {
              color: #fff;
              font-size: 11px;
              line-height: 2; }
        .c-143-filter.multi-select .filter-tiles li > a .inner-tile {
          float: left;
          font-size: 18px;
          line-height: 24px;
          width: 75%; }
          @media (max-width: 930px) {
            .c-143-filter.multi-select .filter-tiles li > a .inner-tile {
              width: 70%; } }
          @media (max-width: 768px) {
            .c-143-filter.multi-select .filter-tiles li > a .inner-tile {
              width: 65%; } }
      .c-143-filter.multi-select .filter-tiles li.selected .status .icon {
        background-color: #048161;
        border: 1px solid #048161; }
        .c-143-filter.multi-select .filter-tiles li.selected .status .icon::after {
          color: #fff; }
      .c-143-filter.multi-select .filter-tiles li.selected > a {
        background-color: #fff;
        color: #048161; }
        .c-143-filter.multi-select .filter-tiles li.selected > a::after {
          display: none; }
  @media all and (max-width: 651px) {
    .c-143-filter.multi-select .filter-tiles li {
      background-color: #fff;
      border: 1px solid #048161;
      display: block;
      margin: 0 0 12px;
      padding: 14px 0 14px 18px;
      width: 100%; }
      .c-143-filter.multi-select .filter-tiles li > a {
        color: #048161; }
        .c-143-filter.multi-select .filter-tiles li > a .status {
          width: 45px; }
          .c-143-filter.multi-select .filter-tiles li > a .status .icon {
            border: 1px solid #048161; }
      .c-143-filter.multi-select .filter-tiles li.selected {
        background-color: #048161; }
        .c-143-filter.multi-select .filter-tiles li.selected .status .icon {
          background-color: #fff;
          border: 1px solid #fff; }
          .c-143-filter.multi-select .filter-tiles li.selected .status .icon::after {
            color: #048161; }
        .c-143-filter.multi-select .filter-tiles li.selected > a {
          color: #fff; }
          .c-143-filter.multi-select .filter-tiles li.selected > a::after {
            display: none; } }

.c-142-product {
  background: #fff;
  margin-bottom: 24px;
  padding: 16px 18px 0; }
  .c-142-product .calculation .sub-content {
    width: 100%; }
  .c-142-product:last-child {
    margin-bottom: 0; }
  .c-142-product .c-103-rich-text {
    max-width: 100%; }
    .c-142-product .c-103-rich-text p {
      padding-bottom: 22px; }
  .c-142-product .cta-alignment {
    float: right;
    max-width: 100%; }
    .c-142-product .cta-alignment .c-254-call-to-action {
      margin-bottom: 18px;
      margin-top: 0; }
    .c-142-product .cta-alignment p {
      margin-left: 0 !important; }
  .c-142-product .additional-content .sp-row-alt {
    padding-bottom: 18px; }
  .c-142-product .column-3 dt {
    color: #333; }
  .c-142-product .primary-content p {
    padding-bottom: 10px; }

/* Added to position the CTA in mobile, move this CSS */
@media (min-width: 651px) {
  .cta-alignment p {
    text-align: right; } }

@media (max-width: 767px) {
  .cta-alignment p {
    margin-top: 20px;
    text-align: center; } }

/* IMPORTS */
.secondary-examples {
  margin: 18px 0 0; }
  @media (max-width: 650px) {
    .secondary-examples {
      margin-top: 0; } }
  .secondary-examples .secondary-cont {
    background-color: #ddd;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 650px) {
      .secondary-examples .secondary-cont {
        margin-left: -2px;
        margin-right: -2px; } }
  .secondary-examples .column {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px; }
    @media all and (max-width: 650px) {
      .secondary-examples .column {
        padding-left: 16px;
        padding-right: 16px; } }
  .secondary-examples .clearfix {
    width: 100%; }
  .secondary-examples h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 5px;
    margin-top: 14px; }
  .secondary-examples p.foot-p {
    margin-bottom: 17px; }
  .secondary-examples .primary-content dl:last-child {
    border-right: 0; }
  .secondary-examples .primary-content dl {
    border-right: 1px solid #b2b2b2;
    float: left;
    margin: 11px 0 20px;
    margin-right: 3%;
    width: 30%; }
    .secondary-examples .primary-content dl::before, .secondary-examples .primary-content dl::after {
      content: '';
      display: table; }
    .secondary-examples .primary-content dl::after {
      clear: both; }
    .secondary-examples .primary-content dl:first-child {
      margin-right: 25px; }
    .secondary-examples .primary-content dl.last {
      border-right: 0;
      margin-right: 0; }
    .secondary-examples .primary-content dl dt {
      font-size: 14px;
      font-weight: normal;
      line-height: 17px;
      margin-right: 16px;
      padding-bottom: 10px; }
    .secondary-examples .primary-content dl dd {
      font-size: 30px;
      font-weight: normal;
      line-height: 27px;
      margin-right: 25px;
      padding-top: 1px; }
      .secondary-examples .primary-content dl dd span {
        font-size: 14px; }
  .secondary-examples .additional-content dl {
    margin: 18px 0 0;
    width: 100%; }
    .secondary-examples .additional-content dl dt {
      font-size: 18px;
      line-height: 1.2;
      width: auto; }
    .secondary-examples .additional-content dl dd {
      font-size: 15px;
      font-weight: normal;
      line-height: 1.2;
      padding: 5px 0 18px;
      width: auto; }
  .secondary-examples a:link, .secondary-examples a:visited {
    font-size: 14px;
    line-height: 2.14;
    position: absolute;
    right: 21px;
    top: 19px;
    z-index: 1; }
  .secondary-examples .toggle-menu {
    left: 0;
    position: relative;
    top: 0; }
    @media (max-width: 650px) {
      .secondary-examples .toggle-menu {
        left: auto;
        position: absolute;
        right: 0;
        top: 15px; } }
    .secondary-examples .toggle-menu .plus-icon,
    .secondary-examples .toggle-menu .minus-icon {
      height: 11px;
      margin-left: 5px;
      width: 11px; }
    .secondary-examples .toggle-menu .plus-icon {
      left: 0;
      position: relative;
      top: 0; }
    .secondary-examples .toggle-menu .minus-icon {
      left: 0;
      position: absolute;
      top: 2px;
      visibility: hidden; }
    .secondary-examples .toggle-menu svg > * {
      fill: #333;
      position: absolute; }
  .secondary-examples .open .toggle-menu .plus-icon {
    visibility: hidden; }
  .secondary-examples .open .toggle-menu .minus-icon {
    visibility: visible; }
  .secondary-examples .secondary-content-container .additional-content {
    margin-right: 15px;
    padding-top: 22px;
    position: static; }

.secondary-footer {
  margin: 20px 0 0; }
  .secondary-footer .c-103-rich-text p {
    padding-bottom: 0; }

.primary-examples {
  margin: -10px 16px 0; }

.primary-examples .sp-row {
  background-color: #ccc;
  padding-bottom: 24px; }

.primary-examples h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 18px;
  margin-top: 21px;
  padding: 0; }

.primary-examples .additional-content h3 {
  padding-left: 22px;
  padding-right: 22px; }

.primary-examples .additional-content {
  padding-top: 22px; }

.card-container.primary-examples a:link, .card-container.primary-examples a:visited {
  margin-right: -10px; }

.primary-examples a:link, .primary-examples a:visited {
  color: #fff;
  float: right;
  font-size: 15px;
  padding-right: 45px;
  padding-top: 7px;
  position: relative;
  z-index: 1; }

.primary-examples p {
  color: #333;
  font-size: 15px;
  line-height: 1.4; }

.primary-examples dl {
  color: #fff;
  margin-bottom: 3px;
  margin-top: 13px; }
  .primary-examples dl::before, .primary-examples dl::after {
    content: '';
    display: table; }
  .primary-examples dl::after {
    clear: both; }
  .primary-examples dl dd,
  .primary-examples dl dt {
    float: left;
    padding-bottom: 15px;
    width: 46%; }
  .primary-examples dl dt {
    clear: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    margin-right: 2.5%; }
  .primary-examples dl dd {
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-left: 2.6%; }

.primary-examples .additional-content dl {
  margin-top: 3px;
  padding: 0 4px 0 2px; }
  .primary-examples .additional-content dl dd,
  .primary-examples .additional-content dl dt {
    clear: left;
    width: auto; }
  .primary-examples .additional-content dl dt {
    font-size: 17px;
    line-height: 1.18;
    margin-right: 0;
    padding-bottom: 1px; }
  .primary-examples .additional-content dl dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 0;
    padding: 5px 0 18px; }

.primary-examples .content-container {
  padding: 0; }

.primary-examples .secondary-content-container .additional-content {
  padding-top: 22px;
  position: static; }

.primary-examples dl .small,
.secondary-examples dl .small {
  font-size: 7px;
  vertical-align: top; }

.primary-examples .additional-content dl dt,
.primary-examples .additional-content dl dd,
.secondary-examples .additional-content dl dt,
.secondary-examples .additional-content dl dd {
  clear: left; }

.primary-head {
  background-color: #fff;
  margin: 0;
  padding: 10px 0 0; }
  .primary-head h2 {
    margin: 11px 0 10px; }
    .primary-head h2 a:link,
    .primary-head h2 a:visited,
    .primary-head h2 em {
      display: block;
      font-size: 10px;
      font-style: normal;
      line-height: 1;
      padding-top: 0;
      text-transform: none; }
    .primary-head h2 a {
      text-decoration: none; }
      .primary-head h2 a:hover, .primary-head h2 a:active, .primary-head h2 a:focus {
        text-decoration: underline; }
  .primary-head p {
    font-size: 18px;
    line-height: 1.35;
    margin-top: 7px; }
  .primary-head .bg-box {
    line-height: 1.44; }
  .primary-head .foot-note {
    font-size: 9px;
    margin-top: 15px;
    text-align: left; }
    .primary-head .foot-note p {
      margin-bottom: 0; }
  .primary-head img {
    float: right;
    margin-top: 8px; }
  .primary-head .full-image .title-head img {
    width: 96%; }
  .primary-head .rewards-row {
    background: #e9e8e8;
    margin: 16px 0 27px;
    padding-bottom: 10px; }
    .primary-head .rewards-row img {
      float: left;
      height: auto;
      margin-bottom: 10px;
      margin-left: 12px;
      margin-right: 40px;
      width: auto; }
    .primary-head .rewards-row p {
      line-height: 1.4;
      margin-right: 20px; }
    .primary-head .rewards-row a {
      text-decoration: underline; }
    .primary-head .rewards-row a:hover,
    .primary-head .rewards-row a:focus,
    .primary-head .rewards-row a:active {
      text-decoration: none; }

.primary-head
.primary-head.full-image img {
  margin-top: 20px;
  width: 100%; }

.secondary-head {
  background: #fff;
  margin: 0;
  padding-bottom: 0;
  padding-top: 10px; }
  .secondary-head .sub-text {
    font-size: 14px; }
  .secondary-head ul.coloured-bullet1 {
    float: left;
    margin-bottom: 0;
    padding-left: 16px;
    width: 143px; }
    .secondary-head ul.coloured-bullet1 li {
      padding-bottom: 7px;
      padding-left: 7px; }
  .secondary-head .column-3 ul.coloured-bullet1 {
    width: 80%; }
  .secondary-head p {
    font-size: 15px;
    line-height: 1.45; }
  .secondary-head h4 {
    color: #333;
    margin-bottom: 19px;
    margin-top: 15px; }
  .secondary-head .secondary-head-details {
    margin-top: 13px; }
    .secondary-head .secondary-head-details .column-3,
    .secondary-head .secondary-head-details .column-7,
    .secondary-head .secondary-head-details .column-8,
    .secondary-head .secondary-head-details .column-4 {
      border-left: 1px solid #b2b2b2; }
    .secondary-head .secondary-head-details p.highlight-text {
      font-size: 24px;
      line-height: 1.16;
      margin: 13px 0;
      padding-top: 0; }
      .secondary-head .secondary-head-details p.highlight-text .extra-large {
        font-size: 14px; }
      .secondary-head .secondary-head-details p.highlight-text .small {
        font-size: 8px; }
      .secondary-head .secondary-head-details p.highlight-text .extra-small {
        font-size: 6px; }
    .secondary-head .secondary-head-details .column-3:first-child,
    .secondary-head .secondary-head-details .column-4:first-child {
      border-left: 0 none; }
  .secondary-head .rewards-row h5,
  .secondary-head .secondary-head-details h4 {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    margin: 4px 0 9px; }
  .secondary-head .secondary-head-details h4:first-child {
    margin-top: 0; }
  .secondary-head .rewards-row h5 {
    margin-bottom: 3px;
    margin-top: 21px; }
  .secondary-head .rewards-row p {
    font-size: 15px; }
  .secondary-head .column-2 {
    margin-bottom: 20px; }
    .secondary-head .column-2 h2.special-head {
      font-size: 30px;
      line-height: 34px;
      margin: 11px 0 10px; }
      .secondary-head .column-2 h2.special-head small {
        font-size: 65%; }
      .secondary-head .column-2 h2.special-head a {
        text-decoration: none; }
        .secondary-head .column-2 h2.special-head a:hover {
          text-decoration: underline; }
    .secondary-head .column-2 p {
      font-size: 18px;
      margin: 7px 0; }
  .secondary-head .column-4 p {
    font-size: 15px; }
  .secondary-head .no-hr p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .secondary-head img {
    float: right;
    height: 90px;
    margin-right: 0; }
  @media (max-width: 650px) {
    .secondary-head img {
      float: none;
      margin-right: 0; } }
  .secondary-head h1 {
    font-size: 30px;
    margin: 22px 0 6px; }
    .secondary-head h1 em {
      color: #333;
      display: block;
      font-size: 24px;
      font-style: normal;
      line-height: 1.135;
      margin-left: -2px;
      padding: 10px 0 0;
      text-transform: none; }
    .secondary-head h1 p {
      font-size: 22px;
      padding: 4px 0 22px 2px; }
  .secondary-head .checklist {
    background-color: #fff;
    padding-top: 18px; }
    .secondary-head .checklist > div {
      border-top: 2px solid #b2b2b2;
      margin: 0 24px;
      padding-bottom: 30px; }
      .secondary-head .checklist > div ul {
        margin: 24px 0;
        padding: 0;
        text-align: left; }
        .secondary-head .checklist > div ul li {
          font-size: 15px;
          line-height: 1.6;
          list-style-type: none;
          margin: 0;
          padding: 0 0 10px 30px;
          position: relative; }
  .secondary-head .primary-head-cc h1 {
    font-size: 30px;
    margin-top: 10px; }
    .secondary-head .primary-head-cc h1 small {
      color: #ccc;
      display: block;
      font-size: 65%;
      margin: 18px 0 12px; }
  .secondary-head .primary-head-cc p.lead-text {
    margin-bottom: 25px; }
  .secondary-head .primary-head-cc .checklist {
    border-top: 2px solid #b2b2b2;
    margin: 0 24px;
    padding-top: 10px; }
    .secondary-head .primary-head-cc .checklist > div {
      border-top: 0;
      float: left;
      margin: 0 8% 0 0;
      padding-bottom: 0;
      width: 25%; }
      .secondary-head .primary-head-cc .checklist > div ul {
        margin: 12px 0; }
        .secondary-head .primary-head-cc .checklist > div ul li {
          background-position: 0 0;
          padding-left: 35px; }
          .secondary-head .primary-head-cc .checklist > div ul li::before {
            display: none; }
          .secondary-head .primary-head-cc .checklist > div ul li h3 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 6px; }
    @media (max-width: 650px) {
      .secondary-head .primary-head-cc .checklist {
        padding: 16px 0; }
        .secondary-head .primary-head-cc .checklist > div {
          margin: 0;
          width: 100%; }
          .secondary-head .primary-head-cc .checklist > div h1 {
            font-size: 30px;
            line-height: 36px; }
            .secondary-head .primary-head-cc .checklist > div h1 small {
              margin-bottom: 8px; }
          .secondary-head .primary-head-cc .checklist > div ul {
            margin: 6px 0; }
            .secondary-head .primary-head-cc .checklist > div ul li {
              padding-bottom: 0; }
              .secondary-head .primary-head-cc .checklist > div ul li p {
                font-size: 15px;
                line-height: 24px;
                margin: 0;
                padding: 0; } }
  .secondary-head hr {
    margin: 0 22px; }

.card-container .c-142-product.primary-examples {
  margin: 22px 0 0; }

.c-142-product {
  background: #fff;
  padding: 16px 18px 0; }
  .c-142-product .c-103-rich-text {
    max-width: 100%; }
    .c-142-product .c-103-rich-text p {
      padding-bottom: 22px; }
  .c-142-product .cta-alignment {
    float: right;
    max-width: 100%; }
    .c-142-product .cta-alignment p {
      margin-left: 0 !important; }
  .c-142-product .additional-content .sp-row-alt {
    padding-bottom: 18px; }
  .c-142-product .primary-content p {
    padding-bottom: 10px; }
  .c-142-product .calculation {
    background-color: #ddd;
    color: #fff;
    display: none;
    margin: 16px 0 30px;
    padding: 0 20px;
    position: relative; }
    .c-142-product .calculation::before, .c-142-product .calculation::after {
      content: '';
      display: table; }
    .c-142-product .calculation::after {
      clear: both; }
    .c-142-product .calculation h3,
    .c-142-product .calculation h4,
    .c-142-product .calculation h5 {
      color: #fff;
      margin-top: 0; }
    .c-142-product .calculation a {
      color: #fff; }
    .c-142-product .calculation .c1,
    .c-142-product .calculation .c2,
    .c-142-product .calculation .c3,
    .c-142-product .calculation .c4,
    .c-142-product .calculation .c5 {
      float: left;
      padding: 18px 23px 10px 0; }
      .c-142-product .calculation .c1 p,
      .c-142-product .calculation .c2 p,
      .c-142-product .calculation .c3 p,
      .c-142-product .calculation .c4 p,
      .c-142-product .calculation .c5 p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 0; }
      .c-142-product .calculation .c1 p.value,
      .c-142-product .calculation .c2 p.value,
      .c-142-product .calculation .c3 p.value,
      .c-142-product .calculation .c4 p.value,
      .c-142-product .calculation .c5 p.value {
        font-size: 20px; }
    .c-142-product .calculation .c3 {
      width: 24%; }
    .c-142-product .calculation .c4 {
      width: 100%; }
      .c-142-product .calculation .c4 h3,
      .c-142-product .calculation .c4 h4,
      .c-142-product .calculation .c4 h5 {
        float: left; }
    .c-142-product .calculation .c5 {
      padding-right: 35px; }
    .c-142-product .calculation .summary.c4 p {
      font-size: 17px; }
    .c-142-product .calculation .primary-content {
      position: relative;
      width: 100%; }
      .c-142-product .calculation .primary-content::before, .c-142-product .calculation .primary-content::after {
        content: '';
        display: table; }
      .c-142-product .calculation .primary-content::after {
        clear: both; }
      .c-142-product .calculation .primary-content .fee {
        padding-left: 7px; }
      .c-142-product .calculation .primary-content .c1,
      .c-142-product .calculation .primary-content .c2 {
        padding-right: 44px; }
      .c-142-product .calculation .primary-content .c1 {
        padding-top: 15px; }
    .c-142-product .calculation .additional-content {
      padding-bottom: 22px; }
      .c-142-product .calculation .additional-content::before, .c-142-product .calculation .additional-content::after {
        content: '';
        display: table; }
      .c-142-product .calculation .additional-content::after {
        clear: both; }
    .c-142-product .calculation .sub-content {
      background-color: #fff;
      color: #333;
      float: left;
      padding: 0 22px 10px; }
      .c-142-product .calculation .sub-content::before, .c-142-product .calculation .sub-content::after {
        content: '';
        display: table; }
      .c-142-product .calculation .sub-content::after {
        clear: both; }
      .c-142-product .calculation .sub-content .c4 {
        padding-bottom: 0;
        padding-top: 25px; }
      .c-142-product .calculation .sub-content .c5 {
        text-align: center; }
        .c-142-product .calculation .sub-content .c5 p {
          margin-top: 0; }
        .c-142-product .calculation .sub-content .c5 p.value {
          margin-top: 5px; }
      .c-142-product .calculation .sub-content .total {
        position: relative; }
        .c-142-product .calculation .sub-content .total::before {
          bottom: 22px;
          color: #333;
          content: '=';
          font-size: 29px;
          font-weight: bold;
          left: -25px;
          position: absolute; }
      .c-142-product .calculation .sub-content .plus,
      .c-142-product .calculation .sub-content .minus,
      .c-142-product .calculation .sub-content .cashback,
      .c-142-product .calculation .sub-content .balance,
      .c-142-product .calculation .sub-content .fee-description,
      .c-142-product .calculation .sub-content .interest {
        position: relative; }
        .c-142-product .calculation .sub-content .plus::after,
        .c-142-product .calculation .sub-content .minus::after,
        .c-142-product .calculation .sub-content .cashback::after,
        .c-142-product .calculation .sub-content .balance::after,
        .c-142-product .calculation .sub-content .fee-description::after,
        .c-142-product .calculation .sub-content .interest::after {
          bottom: 22px;
          color: #333;
          font-size: 14px;
          position: absolute;
          right: 10px; }
      .c-142-product .calculation .sub-content .balance::after,
      .c-142-product .calculation .sub-content .fee-description::after {
        content: '+';
        font-size: 29px;
        font-weight: bold; }
      .c-142-product .calculation .sub-content .fee,
      .c-142-product .calculation .sub-content .interest,
      .c-142-product .calculation .sub-content .cashback {
        padding-left: 3px; }
      .c-142-product .calculation .sub-content .minus::after,
      .c-142-product .calculation .sub-content .cashback::after {
        content: '-';
        font-size: 29px;
        font-weight: bold;
        left: -25px;
        right: auto; }
      .c-142-product .calculation .sub-content .plus::after {
        content: '+';
        font-size: 29px;
        font-weight: bold;
        left: -20px;
        right: auto; }
      .c-142-product .calculation .sub-content .cashback,
      .c-142-product .calculation .sub-content .optional1,
      .c-142-product .calculation .sub-content .total {
        margin-left: 26px;
        padding-right: 12px; }
      .c-142-product .calculation .sub-content .interest {
        padding-right: 12px; }
    .c-142-product .calculation .hidden {
      display: none; }
    .c-142-product .calculation a.show-panel {
      font-size: 15px;
      line-height: 2;
      padding-right: 40px;
      position: absolute;
      right: 22px;
      top: 16px; }
    .c-142-product .calculation .primary-content .time-to-pay,
    .c-142-product .calculation .primary-content .balance {
      position: relative; }
      .c-142-product .calculation .primary-content .time-to-pay::after,
      .c-142-product .calculation .primary-content .balance::after {
        color: #fff;
        content: '>';
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 14px;
        top: 19px; }
  .c-142-product .calculation .show-panel, .c-142-product.secondary-examples .show-panel, .c-142-product.primary-examples .show-panel {
    display: block;
    overflow: hidden; }
  .c-142-product .sp-row {
    margin-left: -12px;
    margin-right: -12px; }
    .c-142-product .sp-row::before, .c-142-product .sp-row::after {
      content: '';
      display: table; }
    .c-142-product .sp-row::after {
      clear: both; }
  .c-142-product .sp-row-alt {
    margin-left: -12px;
    margin-right: -12px;
    margin-left: -22px;
    margin-right: -22px; }
    .c-142-product .sp-row-alt::before, .c-142-product .sp-row-alt::after {
      content: '';
      display: table; }
    .c-142-product .sp-row-alt::after {
      clear: both; }
    @media all and (max-width: 650px) {
      .c-142-product .sp-row-alt {
        margin-left: -16px;
        margin-right: -16px; } }
  .c-142-product .sp-row-alt2 {
    margin-left: -12px;
    margin-right: -12px;
    margin-left: -22px;
    margin-right: -22px; }
    .c-142-product .sp-row-alt2::before, .c-142-product .sp-row-alt2::after {
      content: '';
      display: table; }
    .c-142-product .sp-row-alt2::after {
      clear: both; }
    @media all and (max-width: 650px) {
      .c-142-product .sp-row-alt2 {
        margin-left: 0;
        margin-right: 0; } }
  .c-142-product .column-alt {
    padding-left: 22px;
    padding-right: 22px; }
    @media all and (max-width: 650px) {
      .c-142-product .column-alt {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .column-1 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; }
    @media (min-width: 650px) {
      .c-142-product .column-1 {
        float: left;
        width: 41.66667%; } }
    @media (min-width: 650px) {
      .c-142-product .column-1 {
        left: 58.33333%; } }
  .c-142-product .column-2 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; }
    @media (min-width: 650px) {
      .c-142-product .column-2 {
        float: left;
        width: 58.33333%; } }
    @media (min-width: 650px) {
      .c-142-product .column-2 {
        right: 41.66667%; } }
  .c-142-product .column-2.no-image {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative; }
    @media (min-width: 650px) {
      .c-142-product .column-2.no-image {
        float: left;
        width: 83.33333%; } }
    @media (min-width: 650px) {
      .c-142-product .column-2.no-image {
        right: 0%; } }
  .c-142-product .column-3 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 650px) {
      .c-142-product .column-3 {
        float: left;
        width: 50%; } }
    @media all and (max-width: 650px) {
      .c-142-product .column-3 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .column-4 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 33.33333%;
    padding-left: 22px;
    padding-right: 22px; }
    @media all and (max-width: 650px) {
      .c-142-product .column-4 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .stacked .secondary-head-details .column-4 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 650px) {
      .c-142-product .stacked .secondary-head-details .column-4 {
        float: left;
        width: 100%; } }
    @media all and (max-width: 650px) {
      .c-142-product .stacked .secondary-head-details .column-4 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .column-5 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px; }
    @media all and (max-width: 650px) {
      .c-142-product .column-5 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .column-6 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 650px) {
      .c-142-product .column-6 {
        float: left;
        width: 41.66667%; } }
    @media all and (max-width: 650px) {
      .c-142-product .column-6 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .column-7 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    padding-right: 0; }
    @media (min-width: 650px) {
      .c-142-product .column-7 {
        float: left;
        width: 33.33333%; } }
    @media all and (max-width: 650px) {
      .c-142-product .column-7 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .column-8 {
    float: left;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px; }
    @media (min-width: 650px) {
      .c-142-product .column-8 {
        float: left;
        width: 25%; } }
    @media all and (max-width: 650px) {
      .c-142-product .column-8 {
        padding-left: 16px;
        padding-right: 16px; } }
  .c-142-product .content-container {
    position: relative; }
  .c-142-product .calculation a.show-panel::after, .c-142-product .calculation a.show-panel::before,
  .c-142-product.primary-examples a::after,
  .c-142-product.primary-examples a::before,
  .c-142-product.primary-examples .additional-content a::after,
  .c-142-product.primary-examples .additional-content a::before,
  .c-142-product.secondary-examples a::after,
  .c-142-product.secondary-examples a::before {
    background-color: transparent;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }
  .c-142-product .calculation a.show-panel {
    overflow: visible; }
    .c-142-product .calculation a.show-panel::after {
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="7.104000 9.267999 13.531000 13.530998"%3E%3Cpath fill="%23ffffff" d="M12.178 9.268v5.074h-5.074v3.383h5.074v5.074h3.383v-5.074h5.074v-3.383h-5.074v-5.074z"%3E%3C/path%3E%3C/svg%3E');
      margin: 5px; }
    .c-142-product .calculation a.show-panel::before {
      background-color: #ccc;
      height: 30px;
      width: 30px; }
    .c-142-product .calculation a.show-panel:hover::after, .c-142-product .calculation a.show-panel:active::after, .c-142-product .calculation a.show-panel:focus::after {
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="7.104000 9.267999 13.531000 13.530998"%3E%3Cpath fill="%2305286a" d="M12.178 9.268v5.074h-5.074v3.383h5.074v5.074h3.383v-5.074h5.074v-3.383h-5.074v-5.074z"%3E%3C/path%3E%3C/svg%3E'); }
  .c-142-product .calculation.open a.show-panel::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .c-142-product .product-promo {
    margin-bottom: 24px;
    margin-top: 20px; }
    .c-142-product .product-promo figure {
      background-color: #ddd;
      padding: 22px 0 11px; }
      .c-142-product .product-promo figure::before, .c-142-product .product-promo figure::after {
        content: '';
        display: table; }
      .c-142-product .product-promo figure::after {
        clear: both; }
      .c-142-product .product-promo figure .coloured-bullet1 {
        padding-left: 16px; }
        .c-142-product .product-promo figure .coloured-bullet1 li::before {
          left: -24px; }
      .c-142-product .product-promo figure p {
        font-size: 10px;
        line-height: 1;
        margin-top: 0; }
    .c-142-product .product-promo figure figcaption {
      text-align: left; }
      .c-142-product .product-promo figure figcaption p {
        font-size: 15px;
        line-height: 1.28; }
      .c-142-product .product-promo figure figcaption ul {
        margin-bottom: 4px;
        padding-top: 0; }
        .c-142-product .product-promo figure figcaption ul li {
          padding-bottom: 8px;
          padding-left: 8px; }
    .c-142-product .product-promo figure .figure-col {
      float: left; }
      .c-142-product .product-promo figure .figure-col::before, .c-142-product .product-promo figure .figure-col::after {
        content: '';
        display: table; }
      .c-142-product .product-promo figure .figure-col::after {
        clear: both; }
    .c-142-product .product-promo figure .figure-col1 {
      width: 33%; }
    .c-142-product .product-promo figure .figure-col2 {
      padding-left: 22px;
      padding-right: 22px;
      width: 65%; }
    .c-142-product .product-promo figure .figure {
      color: #333;
      text-align: center; }
      .c-142-product .product-promo figure .figure p {
        padding: 0 5px; }
      .c-142-product .product-promo figure .figure strong {
        display: block;
        margin-left: -22px;
        padding-bottom: 5px;
        padding-top: 8px; }
        .c-142-product .product-promo figure .figure strong em {
          font-size: 9px;
          font-style: normal;
          line-height: 0.7;
          vertical-align: middle; }
        .c-142-product .product-promo figure .figure strong .predicate,
        .c-142-product .product-promo figure .figure strong .value-sign {
          display: inline-block;
          font-size: 10px;
          line-height: 0.9;
          position: relative;
          top: -8px;
          vertical-align: middle;
          width: 35px; }
          .c-142-product .product-promo figure .figure strong .predicate em,
          .c-142-product .product-promo figure .figure strong .value-sign em {
            font-size: 18px;
            line-height: 0.9; }
          .c-142-product .product-promo figure .figure strong .predicate em:first-child,
          .c-142-product .product-promo figure .figure strong .value-sign em:first-child {
            font-size: 40px; }
        .c-142-product .product-promo figure .figure strong .predicate {
          font-size: 20px;
          padding-left: 13px;
          top: -25px;
          width: 30px; }
      .c-142-product .product-promo figure .figure strong.figure-description {
        font-size: 20px;
        line-height: 1.12;
        margin-left: 0;
        padding-bottom: 0;
        padding-left: 7px;
        padding-top: 0; }

@media all and (min-width: 1250px) {
  .c-142-product.secondary-head.full-image .title-head img {
    width: 84%; } }

@media all and (max-width: 1250px) {
  .c-142-product.secondary-examples .primary-content dl dd {
    font-size: 32px; } }

@media all and (max-width: 1000px) {
  .c-142-product.secondary-examples .primary-content dl dd {
    font-size: 31px; } }

@media all and (max-width: 930px) {
  .c-142-product.primary-examples .content-container {
    min-height: 40px; }
  .c-142-product .primary-examples dl dd {
    font-size: 34px; }
  .c-142-product.secondary-examples .primary-content dl dd {
    font-size: 23px;
    margin-right: 20px; }
  .c-142-product.secondary-examples .primary-content dl:first-child {
    margin-right: 20px; }
  .c-142-product.secondary-examples .primary-content dl dt {
    font-size: 14px;
    margin-right: 8px; } }

@media all and (max-width: 885px) {
  .c-142-product .calculation .primary-content .total {
    margin-left: 27px; }
  .c-142-product .calculation .primary-content .c1 {
    width: 100%; }
  .c-142-product .calculation .primary-content .c2 {
    padding-top: 5px; }
  .c-142-product .calculation .primary-content .c3 {
    display: none; }
  .c-142-product.primary-examples .content-container {
    min-height: 49px; }
  .c-142-product.primary-examples dl dd {
    font-size: 31px; }
  .c-142-product.secondary-examples .primary-content dl dd {
    font-size: 18px;
    margin-right: 17px; }
  .c-142-product.secondary-examples .primary-content dl dt {
    font-size: 12px;
    margin-right: 6px; } }

@media all and (max-width: 650px) {
  .c-142-product .calculation a.show-panel::after {
    background-color: #05286a;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="7.104000 9.267999 13.531000 13.530998"%3E%3Cpath fill="%23ffffff" d="M12.178 9.268v5.074h-5.074v3.383h5.074v5.074h3.383v-5.074h5.074v-3.383h-5.074v-5.074z"%3E%3C/path%3E%3C/svg%3E');
    background-size: 20px;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px; }
  .c-142-product .calculation a.show-panel:hover::after, .c-142-product .calculation a.show-panel:active::after, .c-142-product .calculation a.show-panel:focus::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="7.104000 9.267999 13.531000 13.530998"%3E%3Cpath fill="%23ffffff" d="M12.178 9.268v5.074h-5.074v3.383h5.074v5.074h3.383v-5.074h5.074v-3.383h-5.074v-5.074z"%3E%3C/path%3E%3C/svg%3E'); }
  .c-142-product .calculation a.show-panel.open::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="7.0140000 14.3420000 13.531000 3.3830000"%3E%3Cpath fill="%23ffffff" d="M7.104 14.342h13.531v3.383h-13.531v-3.383z"%3E%3C/path%3E%3C/svg%3E');
    content: '';
    top: 16px; }
  .c-142-product .calculation a.show-panel.open:hover::after, .c-142-product .calculation a.show-panel.open:active::after, .c-142-product .calculation a.show-panel.open:focus::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="7.0140000 14.3420000 13.531000 3.3830000"%3E%3Cpath fill="%23ffffff" d="M7.104 14.342h13.531v3.383h-13.531v-3.383z"%3E%3C/path%3E%3C/svg%3E'); } }

@media all and (max-width: 768px) {
  .c-142-product .calculation .secondary-content-container a.show-panel {
    display: none; }
  .c-142-product .calculation a.show-more {
    right: 2px; }
  .c-142-product .calculation .c5 {
    width: 100%; }
  .c-142-product .calculation .primary-content .fee {
    padding-left: 0; }
  .c-142-product .calculation .sub-content .c5 {
    text-align: left; }
  .c-142-product .calculation .sub-content .cashback,
  .c-142-product .calculation .sub-content .optional1,
  .c-142-product .calculation .sub-content .total {
    margin-left: 0; }
  .c-142-product .calculation .sub-content .optional1::after,
  .c-142-product .calculation .sub-content .cashback::after {
    left: 0;
    top: -5px; }
  .c-142-product .calculation .sub-content .total::before {
    left: 0;
    top: -10px; }
  .c-142-product .calculation .sub-content .balance::after,
  .c-142-product .calculation .sub-content .fee-description::after {
    bottom: -9px;
    left: 0;
    right: auto;
    top: auto; }
  .c-142-product.primary-examples .content-container {
    min-height: 55px; }
  .c-142-product.primary-examples a:link, .c-142-product.primary-examples a:visited {
    font-size: 13px;
    padding-right: 38px; }
  .c-142-product.primary-examples .additional-content dl {
    padding: 0 13px 0 2px; }
  .c-142-product.primary-examples dl dd {
    font-size: 28px;
    margin-left: 1.5%; } }

@media all and (min-width: 651px) {
  .c-142-product.primary-examples .secondary-content-container {
    display: none; }
  .c-142-product .sp-row-alt .column-3 {
    padding-right: 44px; } }

@media all and (max-width: 650px) {
  .secondary-head .column-2 {
    margin-bottom: 0; }
  .c-142-product .calculation {
    padding: 5px 16px;
    text-align: left; }
    .c-142-product .calculation .c1,
    .c-142-product .calculation .c2,
    .c-142-product .calculation .c3 {
      padding: 5px 0;
      width: 100%; }
    .c-142-product .calculation .additional-content .c4 {
      padding-top: 36px; }
    .c-142-product .calculation .additional-content h4 {
      display: none; }
    .c-142-product .calculation .primary-content .c1 {
      padding-top: 16px; }
    .c-142-product .calculation .primary-content .c2 {
      width: 100%; }
    .c-142-product .calculation .primary-content .time-to-pay::after,
    .c-142-product .calculation .primary-content .balance::after,
    .c-142-product .calculation .primary-content .fee::after {
      display: none; }
  .c-142-product .sp-row {
    margin-left: 0;
    margin-right: 0; }
    .c-142-product .sp-row.title-head {
      text-align: center; }
  .c-142-product .secondary-head-details .column-4 {
    border-left: 0;
    float: none;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    width: 82%; }
    .c-142-product .secondary-head-details .column-4::after {
      content: none; }
  .c-142-product.primary-head {
    margin-left: -16px;
    margin-right: -16px;
    min-height: 0;
    text-align: center; }
    .c-142-product.primary-head.full-image {
      text-align: center; }
    .c-142-product.primary-head .column-1,
    .c-142-product.primary-head .column-2 {
      padding-left: 0;
      padding-right: 0; }
    .c-142-product.primary-head hr {
      margin: 17px 16px 0; }
    .c-142-product.primary-head img {
      float: none;
      margin: 0;
      width: 150px; }
    .c-142-product.primary-head h1 {
      font-size: 25px;
      line-height: 1.32;
      margin: 15px 0 4px;
      padding-left: 32px;
      padding-right: 32px; }
      .c-142-product.primary-head h1 small {
        font-size: 7px;
        line-height: 1.35;
        padding-bottom: 7px; }
    .c-142-product.primary-head p {
      font-size: 15px;
      line-height: 1.34;
      padding-bottom: 0;
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 0; }
  .c-142-product.secondary-head {
    text-align: center; }
    .c-142-product.secondary-head .secondary-head-details {
      text-align: left; }
    .c-142-product.secondary-head .rewards-row img {
      float: none;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      margin-top: 25px;
      width: auto; }
    .c-142-product.secondary-head .rewards-row p {
      margin-right: 0; }
    .c-142-product.secondary-head .rewards-row h2 {
      margin: 9px 0 0; }
      .c-142-product.secondary-head .rewards-row h2 a:link,
      .c-142-product.secondary-head .rewards-row h2 a:visited,
      .c-142-product.secondary-head .rewards-row h2 em {
        font-size: 10px;
        line-height: 1;
        padding-top: 1px; }
    .c-142-product.secondary-head .title-head p {
      margin-top: 8px;
      padding-left: 16px;
      padding-right: 16px; }
    .c-142-product.secondary-head img {
      float: none;
      margin: 10px 0 4px;
      width: 143px; }
  .c-142-product.primary-head.full-image img,
  .c-142-product.secondary-head.full-image .title-head img {
    width: 70%; }
  .c-142-product .secondary-head-details h5:first-child {
    margin-top: 15px; }
  .c-142-product .secondary-head-details h5 {
    margin-bottom: 19px; }
  .c-142-product .secondary-head-details p {
    margin-top: 15px; }
  .c-142-product .secondary-head-details .column-3 h5,
  .c-142-product .secondary-head-details .column-7 h5,
  .c-142-product .secondary-head-details .column-8 h5 {
    padding-top: 10px; }
  .c-142-product .secondary-head-details .column-3,
  .c-142-product .secondary-head-details .column-8,
  .c-142-product .secondary-head-details .column-7 {
    border-left: 0 none; }
  .c-142-product.secondary-head .product-promo {
    margin-bottom: 10px;
    margin-top: 12px; }
  .c-142-product .rewards-row {
    margin-top: 21px; }
  .c-142-product.primary-examples {
    margin-left: 0;
    margin-right: 0; }
  .c-142-product.primary-examples .content-container {
    min-height: 0; }
  .c-142-product.primary-examples .content-container .primary-content {
    position: static; }
  .c-142-product.primary-examples .secondary-content-container .additional-content {
    padding-top: 26px; }
  .c-142-product.secondary-examples {
    margin-bottom: 10px;
    margin-left: -16px;
    margin-right: -16px; }
    .c-142-product.secondary-examples .content-container {
      min-height: 0; }
      .c-142-product.secondary-examples .content-container .primary-content {
        position: static; }
    .c-142-product.secondary-examples .primary-content {
      width: 100%; }
      .c-142-product.secondary-examples .primary-content > h3,
      .c-142-product.secondary-examples .primary-content > p {
        text-align: center; }
      .c-142-product.secondary-examples .primary-content dl {
        border: 0;
        float: none;
        margin: 0 0 3px;
        width: 100%; }
        .c-142-product.secondary-examples .primary-content dl::before, .c-142-product.secondary-examples .primary-content dl::after {
          content: '';
          display: table; }
        .c-142-product.secondary-examples .primary-content dl::after {
          clear: both; }
        .c-142-product.secondary-examples .primary-content dl dd,
        .c-142-product.secondary-examples .primary-content dl dt {
          display: block;
          float: none;
          margin: 0 auto;
          padding-bottom: 15px;
          text-align: center;
          width: 100%; }
        .c-142-product.secondary-examples .primary-content dl dt {
          clear: left;
          font-size: 15px; }
        .c-142-product.secondary-examples .primary-content dl dd {
          font-size: 24px;
          font-weight: normal;
          line-height: 1;
          margin-bottom: 10px;
          width: 100% !important; }
          .c-142-product.secondary-examples .primary-content dl dd span {
            display: block;
            padding-top: 6px; }
    .c-142-product.secondary-examples .secondary-cont {
      padding-bottom: 10px; }
  .c-142-product .calculation a.show-panel:link, .c-142-product .calculation a.show-panel:visited, .c-142-product .calculation a.show-panel:hover, .c-142-product .calculation a.show-panel:active,
  .c-142-product.secondary-examples a:link,
  .c-142-product.secondary-examples a:visited,
  .c-142-product.secondary-examples a:hover,
  .c-142-product.secondary-examples a:active {
    background-color: transparent;
    line-height: 1.28;
    margin: 25px 0;
    padding: 13px 16px 13px 0;
    position: relative;
    right: 0;
    top: 0; }
  .c-142-product .calculation a.show-panel:hover, .c-142-product .calculation a.show-panel:active,
  .c-142-product.secondary-examples a:hover,
  .c-142-product.secondary-examples a:active {
    text-decoration: none; }
  .c-142-product .calculation a.show-panel::before,
  .c-142-product.secondary-examples a::before {
    display: none; }
  .c-142-product .calculation a.show-panel::after,
  .c-142-product.secondary-examples a::after {
    right: 8px;
    top: 8px; }
  .c-142-product .calculation a.show-panel:link, .c-142-product .calculation a.show-panel:visited {
    background-color: #ccc; } }
  @media all and (max-width: 650px) and (max-width: 650px) {
    .c-142-product .calculation a.show-panel:link, .c-142-product .calculation a.show-panel:visited {
      margin: 25px -16px -5px;
      padding: 13px 16px; } }

@media all and (max-width: 650px) {
  .c-142-product.secondary-examples dl .small,
  .c-142-product.primary-examples dl .small {
    font-size: 7px; }
  .c-142-product.secondary-examples .additional-content dl,
  .c-142-product.primary-examples .additional-content dl {
    margin-top: 18px; }
  .c-142-product.secondary-examples .primary-content dl dd,
  .c-142-product.primary-examples .primary-content dl dd {
    font-size: 24px; }
  .c-142-product.secondary-examples .primary-content dl dt,
  .c-142-product.primary-examples .primary-content dl dt {
    line-height: 1.3;
    width: 55%; }
  .c-142-product.secondary-examples .primary-content dl dd,
  .c-142-product.primary-examples .primary-content dl dd {
    width: 35%; }
  .c-142-product.secondary-examples .primary-content dl dt,
  .c-142-product.secondary-examples .primary-content dl dd,
  .c-142-product.primary-examples .primary-content dl dt,
  .c-142-product.primary-examples .primary-content dl dd {
    padding-bottom: 5px; }
  .c-142-product.secondary-examples .additional-content dl,
  .c-142-product.primary-examples .additional-content dl {
    margin-top: 0;
    padding: 0; }
    .c-142-product.secondary-examples .additional-content dl dt,
    .c-142-product.secondary-examples .additional-content dl dd,
    .c-142-product.primary-examples .additional-content dl dt,
    .c-142-product.primary-examples .additional-content dl dd {
      margin-right: 0; }
  .c-142-product.secondary-examples .additional-content .column-3:last-child dl {
    margin-bottom: 0; }
  .c-142-product.secondary-examples .additional-content,
  .c-142-product.primary-examples .additional-content {
    margin-top: 0; }
  .c-142-product.primary-examples a:link, .c-142-product.primary-examples a:visited {
    background-color: #ccc;
    float: none;
    font-size: 15px;
    margin: 25px -16px -22px;
    padding: 13px 16px; }
  .c-142-product.primary-examples a:hover, .c-142-product.primary-examples a:active {
    text-decoration: none; }
  .c-142-product.primary-examples a::before {
    display: none; }
  .c-142-product .product-promo figure {
    padding: 17px 16px 13px; }
  .c-142-product .product-promo figure .figure-col {
    float: none; }
  .c-142-product .product-promo figure .figure-col1 {
    width: auto; }
  .c-142-product .product-promo figure .figure-col2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: auto; }
  .c-142-product .product-promo figure .figure {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0; }
    .c-142-product .product-promo figure .figure strong {
      padding-bottom: 11px; }
      .c-142-product .product-promo figure .figure strong em {
        font-size: 12px;
        line-height: 0.7; }
      .c-142-product .product-promo figure .figure strong .value-sign {
        font-size: 10px;
        line-height: 0.8;
        top: -10px;
        width: 45px; }
        .c-142-product .product-promo figure .figure strong .value-sign em {
          font-size: 23px; }
        .c-142-product .product-promo figure .figure strong .value-sign em:first-child {
          font-size: 52px; }
    .c-142-product .product-promo figure .figure strong.figure-description {
      font-size: 17px;
      line-height: 1.35; }
  .c-142-product .product-promo figure figcaption p {
    font-size: 15px;
    line-height: 1.4; }
  .c-142-product .product-promo figure figcaption ul {
    padding-top: 5px; }
    .c-142-product .product-promo figure figcaption ul li {
      font-size: 15px;
      line-height: 1.4;
      padding-bottom: 8px;
      padding-left: 8px; }
  .c-142-product .calculation a.show-panel,
  .c-142-product.secondary-examples a.show-panel,
  .c-142-product.primary-examples a.show-panel {
    margin: 0;
    text-align: left; }
  .c-142-product.secondary-examples .additional-content h3,
  .c-142-product.primary-examples .additional-content h3 {
    display: none; } }

@media all and (max-width: 650px) {
  .c-142-product.secondary-head.full-image .title-head img,
  .c-142-product.primary-head.full-image img {
    width: 80%; } }

@media all and (max-width: 450px) {
  .cta-alignment {
    margin: 0;
    width: 100%; }
    .cta-alignment .c-103-rich-text p {
      margin: 0 16px 16px !important; }
      .cta-alignment .c-103-rich-text p .btn-primary,
      .cta-alignment .c-103-rich-text p .btn-secondary {
        margin-top: -40px;
        max-width: 100%; } }

@media (min-width: 651px) {
  .cta-alignment p {
    text-align: right; } }

@media (max-width: 767px) {
  .cta-alignment p {
    margin-top: 20px;
    text-align: center; } }

.article-layout
.c-142-product.secondary-head {
  padding-top: 8px; }

.c-142-product .calculation a.show-panel,
.c-142-product.secondary-examples a.show-panel,
.c-142-product.primary-examples a.show-panel {
  display: block;
  overflow: hidden;
  text-align: center; }

.c-139-insurance-calculator .form-container {
  overflow: visible;
  position: relative; }
  .c-139-insurance-calculator .form-container::before, .c-139-insurance-calculator .form-container::after {
    content: '';
    display: table; }
  .c-139-insurance-calculator .form-container::after {
    clear: both; }

.c-139-insurance-calculator legend .form-control-label {
  display: block;
  margin-top: 10px; }

.c-139-insurance-calculator .step-info {
  background-color: #ccc;
  margin: -18px -18px 10px;
  padding: 18px 18px 5px; }
  @media (min-width: 768px) {
    .c-139-insurance-calculator .step-info {
      margin: -24px -24px 10px;
      padding: 24px 24px 5px; } }

.c-139-insurance-calculator .form-group {
  margin-bottom: 2rem; }
  .c-139-insurance-calculator .form-group.step-input {
    border-bottom: 1px solid #333;
    padding-bottom: 0; }
    .c-139-insurance-calculator .form-group.step-input:nth-child(5) {
      border-bottom: 0;
      margin-bottom: 0; }

.c-139-insurance-calculator .final-step {
  background-color: #ccc;
  margin: 0 -18px -18px;
  padding: 18px; }
  @media (min-width: 768px) and (max-width: 883px) {
    .c-139-insurance-calculator .final-step {
      margin: 0 -24px -24px; } }
  @media (min-width: 884px) {
    .c-139-insurance-calculator .final-step {
      margin: 0 -24px -24px;
      margin-right: calc(-28px + -20%);
      padding: 24px; } }
  .c-139-insurance-calculator .final-step h4 {
    margin-bottom: 18px; }
  .c-139-insurance-calculator .final-step .summary {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 15px; }
    .c-139-insurance-calculator .final-step .summary dl dt,
    .c-139-insurance-calculator .final-step .summary dl dd {
      padding-bottom: 5px; }
    .c-139-insurance-calculator .final-step .summary dl dt {
      padding-right: 20px; }
    @media (min-width: 651px) {
      .c-139-insurance-calculator .final-step .summary dl {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .c-139-insurance-calculator .final-step .summary dl dt {
          flex-basis: 65%; }
        .c-139-insurance-calculator .final-step .summary dl dd {
          flex-basis: 35%; } }

.c-139-insurance-calculator h2 {
  margin-bottom: 24px; }

.c-139-insurance-calculator p {
  margin-bottom: 18px; }

.c-139-insurance-calculator .select-wrapper {
  width: 80%; }

.c-139-insurance-calculator .qualifier-group {
  position: relative; }
  .c-139-insurance-calculator .qualifier-group::before, .c-139-insurance-calculator .qualifier-group::after {
    content: '';
    display: table; }
  .c-139-insurance-calculator .qualifier-group::after {
    clear: both; }

.c-139-insurance-calculator textarea:focus {
  outline: 0; }

.c-139-insurance-calculator .form-group {
  position: relative; }

.forms .form-check-switch {
  background-color: #fff;
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0; }
  .forms .form-check-switch:last-child {
    margin-left: -4px; }
  .forms .form-check-switch .form-check-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    height: 100%;
    margin: 0;
    width: 100%;
    z-index: -1; }
  .forms .form-check-switch .form-check-input ~ label {
    border: 1px solid #333;
    padding: 10px 42px; }
    .forms .form-check-switch .form-check-input ~ label:hover {
      border: 1px solid #ddd; }
  .forms .form-check-switch .form-check-input:focus ~ label {
    border: 0;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .25);
    outline: 1px solid #ddd; }
  .forms .form-check-switch .form-check-input:checked ~ label {
    background-color: #333;
    border: 1px solid #333;
    color: #fff; }
    .forms .form-check-switch .form-check-input:checked ~ label .checkmark::after {
      background: transparent url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill='%23FFFFFF' d='M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z' /%3E%3C/svg%3E") no-repeat;
      height: 24px;
      left: auto;
      left: initial;
      right: 10px;
      top: calc(50% - 8px);
      width: 24px; }
  .forms .form-check-switch .form-check-input ~ label .checkmark {
    background-color: transparent;
    border: 0;
    height: auto;
    left: auto;
    left: initial;
    position: static;
    top: auto;
    top: initial;
    width: auto; }

@media (max-width: 650px) {
  .forms .form-element-container.form-group .form-check-switch {
    display: block;
    flex-grow: 1; }
  .forms .form-element-container.form-group .form-check-label {
    display: block;
    text-align: center; }
  .forms .textfield .form-element-container.form-group {
    display: block; }
  .forms .form-check-switch .form-check-input:checked ~ label .checkmark::after {
    right: 16%; } }

@media (max-width: 650px) {
  .c-139-insurance-calculator .forms .form-element-container.form-group {
    align-items: stretch;
    display: flex;
    flex-direction: row; } }

.c-134-adaptive-image .adaptive-image {
  margin-bottom: 28px; }
  .c-134-adaptive-image .adaptive-image-img {
    display: block;
    width: 100%; }
  .c-134-adaptive-image .adaptive-image-caption {
    background-color: #ccc;
    padding: 18px 18px 30px; }
    .c-134-adaptive-image .adaptive-image-caption p {
      margin: 0; }
  .c-134-adaptive-image .adaptive-image a {
    display: inline-block; }

@media all and (min-width: 651px) {
  .c-134-adaptive-image .adaptive-image-caption {
    padding: 24px 24px 30px; } }

.frame-content iframe {
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.parent-share-wrapper {
  display: flex;
  height: 72px;
  overflow: hidden; }
  .parent-share-wrapper .icon-container {
    height: 20px;
    margin-top: 10px;
    max-width: 40px; }
    .parent-share-wrapper .icon-container ~ span {
      padding-left: 12px; }
    .parent-share-wrapper .icon-container .shape-container {
      display: block;
      height: 100%;
      width: 100%; }
    .parent-share-wrapper .icon-container icon {
      display: block;
      height: 100%;
      width: 100%; }
    .parent-share-wrapper .icon-container svg {
      display: block; }
      .parent-share-wrapper .icon-container svg > * {
        fill: #ccc; }
  .parent-share-wrapper .firefox-container {
    display: flex;
    height: 50px; }
  .parent-share-wrapper .social-share-wrapper {
    margin-left: 30px;
    transition: margin-right 500ms ease-out; }
  .parent-share-wrapper .parent-share-list {
    margin-top: 5px; }
  .parent-share-wrapper .social-share-list,
  .parent-share-wrapper .parent-share-list {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-left: auto;
    white-space: nowrap; }
    .parent-share-wrapper .social-share-list > li,
    .parent-share-wrapper .parent-share-list > li {
      align-items: center;
      display: flex;
      height: 100%;
      list-style: none;
      max-height: 50px; }
      .parent-share-wrapper .social-share-list > li a,
      .parent-share-wrapper .social-share-list > li button,
      .parent-share-wrapper .parent-share-list > li a,
      .parent-share-wrapper .parent-share-list > li button {
        align-items: baseline;
        background: none;
        border: 0;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        height: 50px;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none; }
      .parent-share-wrapper .social-share-list > li span,
      .parent-share-wrapper .parent-share-list > li span {
        height: 48px;
        line-height: 50px; }
      .parent-share-wrapper .social-share-list > li + li,
      .parent-share-wrapper .parent-share-list > li + li {
        padding-left: 30px; }
    .parent-share-wrapper .social-share-list .social-share-list,
    .parent-share-wrapper .parent-share-list .social-share-list {
      align-items: center;
      height: 100%;
      visibility: hidden; }
    .parent-share-wrapper .social-share-list.expanded .social-share-list,
    .parent-share-wrapper .parent-share-list.expanded .social-share-list {
      visibility: visible; }
  .parent-share-wrapper .share-button .hidden {
    display: none; }

@media all and (max-width: 650px) {
  .parent-share-wrapper .parent-share-list.expanded > li:not(:last-child) {
    display: none; } }

/*# sourceMappingURL=c-128-social-media-responsive.css.map*/
/* MIXINS */
.c-122-masthead .skip-to-content {
  height: 0;
  left: 0;
  list-style: outside none;
  margin: 0 auto;
  outline: none;
  position: relative;
  text-align: center;
  top: 40px;
  width: 100%;
  z-index: 99; }
  .c-122-masthead .skip-to-content li {
    display: inline-block;
    list-style-type: none;
    margin-top: 0; }
  .c-122-masthead .skip-to-content a {
    left: -99999px;
    position: absolute;
    top: 0; }
    .c-122-masthead .skip-to-content a:focus,
    .c-122-masthead .skip-to-content a .active {
      height: auto;
      left: 0;
      outline: 0;
      padding: 37px 0;
      z-index: 9999; }
  @media (max-width: 650px) {
    .c-122-masthead .skip-to-content {
      display: none; } }

.c-122-masthead .business-header .business-nav {
  display: flex;
  margin: 0; }

.c-122-masthead .business-header .business-nav-li {
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  list-style: none; }
  .c-122-masthead .business-header .business-nav-li:first-child .business-nav-a {
    border-left: 0;
    border-right: 0; }

.c-122-masthead .business-header .business-nav-a {
  align-items: center;
  border-right: 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 24px;
  width: 100%; }
  .c-122-masthead .business-header .business-nav-a:not(:last-child), .c-122-masthead .business-header .business-nav-a.current {
    border-right: 0; }

@media all and (max-width: 650px) {
  .c-122-masthead .business-header .container-fluid {
    margin: 0;
    padding: 0; }
  .c-122-masthead .business-header .row {
    margin: 0;
    padding: 0; }
  .c-122-masthead .business-header [class*='col-'],
  .c-122-masthead .business-header [class*='col-'] + [class*='col-'] {
    margin: 0;
    padding: 0; }
  .c-122-masthead .business-header .business-nav {
    height: 48px; }
  .c-122-masthead .business-header .business-nav-a.current {
    border: 0; }
  .c-122-masthead .business-header .business-nav-a:last-child {
    border: 0; }
  .c-122-masthead .business-header .business-nav-a span {
    max-width: 120px;
    text-align: center; }
  .c-122-masthead .business-header .business-nav-li {
    width: 33.333333%; }
    .c-122-masthead .business-header .business-nav-li:first-child .business-nav-a {
      border-left: 0; }
    .c-122-masthead .business-header .business-nav-li.current {
      border-right: 0; } }

@media all and (min-width: 651px) {
  .c-122-masthead .business-nav {
    height: 48px; }
  .c-122-masthead .business-nav-a {
    border-right: 0; } }

.c-122-masthead .search-suggestions {
  background: #fff;
  clear: both;
  color: #333;
  list-style: none;
  width: 100%;
  z-index: 10; }
  .c-122-masthead .search-suggestions li {
    color: #333 !important;
    cursor: pointer;
    padding: 10px; }

.c-122-masthead .search-btn,
.c-122-masthead .search-close {
  cursor: pointer; }

.c-122-masthead .search-container {
  height: 48px;
  overflow: hidden;
  width: 100%;
  z-index: 10; }
  .c-122-masthead .search-container button {
    outline: none; }
  .c-122-masthead .search-container .form-wrapper .search-form {
    height: 48px; }
    .c-122-masthead .search-container .form-wrapper .search-form .search-close {
      display: none; }
    .c-122-masthead .search-container .form-wrapper .search-form .search-btn {
      border: 0;
      float: right;
      height: 48px;
      margin-top: -48px;
      text-align: center;
      width: 48px; }
      .c-122-masthead .search-container .form-wrapper .search-form .search-btn span {
        display: none; }
    .c-122-masthead .search-container .form-wrapper .search-form .input-wrapper {
      height: 48px;
      margin-right: 48px; }
      .c-122-masthead .search-container .form-wrapper .search-form .input-wrapper .search-input {
        border: 0;
        box-shadow: none;
        color: #333;
        float: left;
        height: 32px;
        margin: 8px 0;
        outline: none;
        padding: 5px 10px;
        width: 100%; }

.c-122-masthead .primary-header-row .search-suggestions {
  margin-left: 60px;
  margin-top: -17px;
  position: relative;
  width: calc(100% - 126px); }
  @media all and (max-width: 651px) {
    .c-122-masthead .primary-header-row .search-suggestions {
      margin-left: 60px;
      margin-top: 0;
      width: 66%; } }

@-webkit-keyframes fadeInDown {
  0% {
    height: 0; }
  100% {
    height: 94px; } }

@keyframes fadeInDown {
  0% {
    height: 0; }
  100% {
    height: 94px; } }

@-webkit-keyframes fadeInUp {
  0% {
    height: 94px; }
  100% {
    height: 0; } }

@keyframes fadeInUp {
  0% {
    height: 94px; }
  100% {
    height: 0; } }

@media all and (max-width: 651px) {
  @-webkit-keyframes fadeInDown {
    0% {
      height: 0; }
    100% {
      height: 66px; } }
  @keyframes fadeInDown {
    0% {
      height: 0; }
    100% {
      height: 66px; } }
  @-webkit-keyframes fadeInUp {
    0% {
      height: 66px; }
    100% {
      height: 0; } }
  @keyframes fadeInUp {
    0% {
      height: 66px; }
    100% {
      height: 0; } } }

.c-122-masthead .primary-header-row .search-container {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: none;
  overflow: hidden; }
  .c-122-masthead .primary-header-row .search-container.edit-mode {
    display: block;
    height: 94px;
    position: relative;
    top: 0; }
  .c-122-masthead .primary-header-row .search-container.fade-in-up {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    display: block; }
  .c-122-masthead .primary-header-row .search-container.fade-in-down {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    display: block; }
  .c-122-masthead .primary-header-row .search-container .form-wrapper {
    height: 94px;
    padding-top: 17px; }
    .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .search-close {
      border: 0;
      display: block;
      float: left;
      height: 60px;
      text-align: center;
      text-decoration: none;
      width: 60px; }
    .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .search-btn {
      height: 60px;
      margin-top: -60px;
      width: 66px; }
      .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .search-btn span {
        display: block;
        margin-top: 3px; }
    .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
      height: 60px;
      margin-right: 66px; }
      .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .input-wrapper .search-input {
        height: 44px; }

@media all and (max-width: 651px) {
  .c-122-masthead .primary-header-row .search-container {
    top: 138px; }
    .c-122-masthead .primary-header-row .search-container .form-wrapper {
      height: 66px;
      margin-top: 0;
      padding-top: 0; }
      .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form {
        height: 66px;
        position: relative; }
        .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .search-btn {
          height: 66px;
          margin-top: 0; }
        .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .search-close {
          height: 66px; }
        .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
          height: 66px;
          left: 66px;
          margin-left: 0;
          margin-right: 0;
          position: absolute;
          right: 66px; } }

.c-122-masthead .content .search-container {
  width: 65%; }
  @media all and (max-width: 651px) {
    .c-122-masthead .content .search-container {
      width: 100%; } }
  .c-122-masthead .content .search-container .form-wrapper .search-form .search-btn {
    padding: 0 12px;
    width: auto; }
    .c-122-masthead .content .search-container .form-wrapper .search-form .search-btn .icon-container {
      display: none; }
    .c-122-masthead .content .search-container .form-wrapper .search-form .search-btn span {
      display: block; }
    @media all and (max-width: 651px) {
      .c-122-masthead .content .search-container .form-wrapper .search-form .search-btn .icon-container {
        display: block; }
      .c-122-masthead .content .search-container .form-wrapper .search-form .search-btn span {
        display: none; } }

.c-122-masthead .c-119-search-input-box .search-container .icon-container {
  height: 24px;
  margin: 0 auto;
  width: 24px; }

.c-122-masthead .search-container .icon-container {
  height: 17px; }

@media all and (max-width: 650px) {
  .c-122-masthead .search-container .search-close .icon-container {
    height: 15px;
    margin-bottom: 0;
    margin-top: 10px; } }

.c-122-masthead header .primary-header-row > .container-fluid > .row {
  position: relative; }

.c-122-masthead header .search-parent {
  display: none;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.c-122-masthead header .show-hidden-class {
  display: block; }

@media all and (min-width: 651px) {
  .c-122-masthead header .search-parent {
    left: 9px;
    right: 9px; }
    .c-122-masthead header .search-parent .icon-container {
      margin-bottom: 5px; } }

@media all and (min-width: 768px) {
  .c-122-masthead header .search-parent {
    left: 15px;
    right: 15px; } }

.c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
  overflow: hidden; }
  @media (max-width: 651px) {
    .c-122-masthead .primary-header-row .search-container .form-wrapper .search-form .input-wrapper .search-input {
      border-radius: 0;
      width: calc(100% - 15px); } }

@media all and (max-width: 650px) {
  .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper {
    height: 66px;
    margin-top: 0;
    padding-top: 0; }
    .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form {
      height: 66px;
      position: relative; }
      .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form .search-close {
        display: none; }
      .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
        height: 66px;
        left: 10px;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        right: 66px; }
  .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-parent {
    right: 68px; } }

@media (min-width: 651px) and (max-width: 1024px) {
  .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper {
    height: 66px;
    margin-top: 0;
    padding-top: 0; }
    .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form {
      height: 66px;
      position: relative; }
      .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form .search-btn {
        margin-top: 0; }
      .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form .search-close {
        display: none; }
      .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
        height: 66px;
        left: 0;
        margin-left: 0;
        margin-right: 10px;
        position: absolute;
        right: 66px; }
  .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-parent {
    right: 68px;
    top: -46px; }
  .c-122-masthead .c-122-meganav-v2 .container-fluid .top-header-right {
    width: 100%; } }

.c-122-masthead .c-122-header {
  position: relative;
  z-index: 4; }
  .c-122-masthead .c-122-header .icon {
    height: 100%;
    width: 100%; }
  .c-122-masthead .c-122-header .header-flyout {
    cursor: pointer; }
  .c-122-masthead .c-122-header .header-flyout--content {
    max-width: 100%;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 94px;
    width: 300px;
    z-index: 112; }
    .c-122-masthead .c-122-header .header-flyout--content .c-103-rich-text {
      max-width: 100%; }
    .c-122-masthead .c-122-header .header-flyout--content.display-none {
      display: none; }
    @media all and (max-width: 650px) {
      .c-122-masthead .c-122-header .header-flyout--content {
        right: 0;
        top: 68px;
        width: 100%; } }
    @media all and (min-width: 651px) and (max-width: 768px) {
      .c-122-masthead .c-122-header .header-flyout--content {
        right: 0;
        top: 94px;
        width: 50%; } }

.c-122-masthead .navigation-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.c-122-masthead .top-header-menu.opened .top-header-menu-open-button {
  display: none; }

.c-122-masthead .top-header-menu:not(.opened) .top-header-menu-close-button {
  display: none; }

.c-122-masthead .top-header-menu-open-button,
.c-122-masthead .top-header-menu-close-button {
  border: 0;
  height: 100%;
  position: absolute;
  right: 0; }
  .c-122-masthead .top-header-menu-open-button .icon-container,
  .c-122-masthead .top-header-menu-close-button .icon-container {
    height: 34px; }

.c-122-masthead .top-header-menu-open-button {
  background: transparent; }

.c-122-masthead .top-header-logo .icon-container {
  height: 100%; }

.c-122-masthead .top-header-right .icon-container {
  height: 24px;
  max-width: 82px; }

.c-122-masthead .top-header-mobile-nav {
  display: none; }

.c-122-masthead .top-header-btn {
  display: flex;
  flex-direction: column;
  height: 94px;
  justify-content: center;
  width: auto; }

.c-122-masthead .top-header-btn-highlight {
  width: 82px; }

.c-122-masthead .primary-header-row {
  height: 94px; }
  .c-122-masthead .primary-header-row .top-header-logo {
    height: 94px; }
  .c-122-masthead .primary-header-row .top-header-left {
    width: auto; }
  .c-122-masthead .primary-header-row .top-header-right {
    display: flex;
    float: right;
    list-style: none;
    margin-top: 0;
    width: auto; }
    @media all and (max-width: 650px) {
      .c-122-masthead .primary-header-row .top-header-right {
        width: 100%; }
        .c-122-masthead .primary-header-row .top-header-right li {
          flex-grow: 1; } }
  .c-122-masthead .primary-header-row .top-header-btn .link-text {
    padding: 0 13px 0 11px; }
  .c-122-masthead .primary-header-row .top-header-btn.header-flyout--active {
    outline: none; }

.c-122-masthead .top-header-btn {
  border-left: 0;
  padding: 0;
  width: auto; }
  .c-122-masthead .top-header-btn.header-flyout--active {
    outline: none; }
    .c-122-masthead .top-header-btn.header-flyout--active .link-text::after {
      display: none; }

.c-122-masthead .top-header-btn--anchor {
  height: 94px;
  outline: 0;
  text-align: center; }
  .c-122-masthead .top-header-btn--anchor span {
    display: block;
    text-align: center; }
  .c-122-masthead .top-header-btn--anchor:focus {
    outline: 1px solid #fff;
    outline-offset: -2px; }

@media all and (max-width: 650px) {
  .c-122-masthead .primary-header-row .container-fluid {
    margin: 0;
    padding: 0; }
  .c-122-masthead .primary-header-row .row {
    margin: 0;
    padding: 0; }
  .c-122-masthead .primary-header-row [class*='col-'],
  .c-122-masthead .primary-header-row [class*='col-'] + [class*='col-'] {
    margin: 0;
    padding: 0; }
  .c-122-masthead .primary-header-row.header .top-header-right .top-header-btn-highlight {
    width: 100%; }
  .c-122-masthead .primary-header-row.header .top-header-right li a svg {
    right: 13px; }
  .c-122-masthead .header-row {
    margin-bottom: 24px; }
  .c-122-masthead .menu-open.hidden {
    display: block;
    position: absolute;
    top: 40px; }
  .c-122-masthead .skip-to-content {
    display: none; }
  .c-122-masthead .top-header-btn--anchor {
    height: 66px; }
  .c-122-masthead .navigation-link {
    margin-top: 0; }
  .c-122-masthead .top-header-logo {
    height: 100%;
    margin-left: 18px; }
    .c-122-masthead .top-header-logo .icon > * {
      max-width: 100%;
      width: 167px; }
  .c-122-masthead .top-header-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: right;
    height: 66px;
    position: relative;
    width: 100%; }
    .c-122-masthead .top-header-menu .icon {
      height: 40px;
      width: 18px; }
    .c-122-masthead .top-header-menu .menu-open,
    .c-122-masthead .top-header-menu .menu-closed {
      bottom: 10px;
      position: absolute;
      right: 13px; }
    .c-122-masthead .top-header-menu .icon-close {
      display: none; }
    .c-122-masthead .top-header-menu.opened .icon-close {
      display: block; }
    .c-122-masthead .top-header-menu.opened .icon-open {
      display: none; }
    .c-122-masthead .top-header-menu svg {
      fill: #ccc;
      height: 40px;
      position: absolute;
      right: 20px;
      top: 5px;
      width: 20px; }
  .c-122-masthead .primary-header-row,
  .c-122-masthead .top-header-menu,
  .c-122-masthead .top-header-logo {
    height: 66px;
    max-height: 66px; }
  .c-122-masthead .top-header-right .icon-container {
    margin: 10px auto 0; }
  .c-122-masthead .top-header-right .link-text {
    margin-bottom: 8px;
    margin-top: 8px; }
  .c-122-masthead .top-header-btn {
    flex-grow: 1; }
    .c-122-masthead .top-header-btn span {
      height: 20px; } }

@media all and (min-width: 651px) {
  .c-122-masthead .top-header-logo svg {
    height: 94px;
    width: 200px; }
  .c-122-masthead .top-header-btn .link-text {
    font-size: 13px;
    margin-top: 10px; }
  .c-122-masthead .top-header-btn .icon-container {
    margin: 0; }
  .c-122-masthead .top-header-btn:not(.top-header-btn-highlight):not(:nth-last-of-type(2)) .link-text {
    position: relative; }
    .c-122-masthead .top-header-btn:not(.top-header-btn-highlight):not(:nth-last-of-type(2)) .link-text::after {
      content: ' ';
      height: 15px;
      position: absolute;
      right: 0;
      top: 2px;
      width: 2px; }
  .c-122-masthead .top-header-btn:focus:not(.top-header-btn-highlight):not(:nth-last-of-type(2)) .link-text::after {
    background-color: transparent; } }

@media (max-width: 650px) {
  .c-122-masthead .top-header-menu .top-header-right {
    display: inline-block;
    margin-right: 33%;
    width: 66%; }
    .c-122-masthead .top-header-menu .top-header-right li {
      float: right;
      max-width: 50%;
      width: 50%; }
      .c-122-masthead .top-header-menu .top-header-right li a {
        position: relative; }
  .c-122-masthead .top-header-menu .icon-close {
    display: none; }
  .c-122-masthead .top-header-menu.opened .icon-close {
    display: block; }
  .c-122-masthead .top-header-menu.opened .icon-open {
    display: none; }
  .c-122-masthead .top-header-mobile-nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%; } }

/* MIXINS - USING BoS BUSINESS AS A BASE */
.c-122-masthead .c-108-mega-nav {
  position: relative;
  z-index: 3; }
  .c-122-masthead .c-108-mega-nav li,
  .c-122-masthead .c-108-mega-nav ul {
    list-style: none;
    list-style-type: none;
    margin: 0; }
  .c-122-masthead .c-108-mega-nav .nav3 .container-fluid {
    margin: 0;
    padding: 0; }
  .c-122-masthead .c-108-mega-nav .nav3 .row {
    margin: 0;
    padding: 0; }
  .c-122-masthead .c-108-mega-nav .nav3 [class^='col'] {
    margin: 0;
    padding: 0; }

.c-122-masthead .c-108-nav-list > p {
  margin: 0;
  padding-bottom: 12px; }

.c-122-masthead .c-108-nav-list .nav3-column > li:first-child {
  padding-top: 0; }

.c-122-masthead .c-108-nav-list .nav3-column > li:last-child {
  padding-bottom: 0; }

.c-122-masthead .mega-menu .nav2 .with-nav3 {
  background: url("clientlibs/icons/sprite-icons/chevron-right.svg") no-repeat 93% center;
  background-size: 15px;
  transition: padding-left 350ms ease-out; }
  .c-122-masthead .mega-menu .nav2 .with-nav3.active {
    padding-left: 10px;
    width: calc(100% + 1px); }

.mega-nav-overlay,
.mega-header-overlay {
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  will-change: opacity;
  z-index: 1; }
  .mega-nav-overlay.visible,
  .mega-header-overlay.visible {
    opacity: 1;
    pointer-events: auto; }

@media screen and (max-width: 650px) {
  .c-122-masthead .c-108-mega-nav .container-fluid {
    margin: 0;
    max-width: none;
    max-width: initial;
    min-width: 0;
    min-width: initial;
    padding: 0; }
  .c-122-masthead .c-108-mega-nav .row {
    margin: 0;
    padding: 0; }
  .c-122-masthead .c-108-mega-nav [class^='col'] {
    padding: 0;
    width: 100%; }
  .c-122-masthead .c-108-mega-nav .mega-menu {
    background-color: transparent; }
  .c-122-masthead .c-108-mega-nav .row {
    margin: 0; }
  .c-122-masthead .c-108-mega-nav div [class^='col'] {
    padding: 0;
    width: 100%; }
  .c-122-masthead .mobile-menu-controls-container {
    height: 46px; }
    .c-122-masthead .mobile-menu-controls-container .toggle-menu-row {
      height: 46px; }
    .c-122-masthead .mobile-menu-controls-container:not(.homepage) {
      display: none; }
  .c-122-masthead .nav1,
  .c-122-masthead .nav2,
  .c-122-masthead .nav3,
  .c-122-masthead .menu-container-go-back-row,
  .c-122-masthead .mobile-menu-controls-container {
    z-index: 2; }
  .c-122-masthead .menu-container {
    margin: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }
    .c-122-masthead .menu-container.homepage {
      top: 46px; }
    .c-122-masthead .menu-container.animatable .menu-container-go-back-row,
    .c-122-masthead .menu-container.animatable .menu-container-go-back-row.visible,
    .c-122-masthead .menu-container.animatable .nav2,
    .c-122-masthead .menu-container.animatable .nav2.visible,
    .c-122-masthead .menu-container.animatable .nav3,
    .c-122-masthead .menu-container.animatable .nav3.visible, .c-122-masthead .menu-container.visible.animatable {
      transition: -webkit-transform .35s ease-out;
      transition: transform .35s ease-out;
      transition: transform .35s ease-out, -webkit-transform .35s ease-out; }
    .c-122-masthead .menu-container .nav1 {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
      .c-122-masthead .menu-container .nav1.off-screen {
        -webkit-transform: translateY(-100%) translateX(-100%);
                transform: translateY(-100%) translateX(-100%); }
    .c-122-masthead .menu-container .with-nav2.visible .nav2 {
      -webkit-transform: translateX(100%) translateY(-100%);
              transform: translateX(100%) translateY(-100%); }
    .c-122-masthead .menu-container .with-nav3.visible .nav3 {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .c-122-masthead .menu-container.animatable, .c-122-masthead .menu-container.visible {
      pointer-events: auto; }
    .c-122-masthead .menu-container.visible {
      background-color: #fff;
      height: 100vh; }
      .c-122-masthead .menu-container.visible:not(.animatable) {
        overflow: visible; }
      .c-122-masthead .menu-container.visible .nav1 {
        -webkit-transform: none;
                transform: none; }
        .c-122-masthead .menu-container.visible .nav1.off-screen {
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%); }
      .c-122-masthead .menu-container.visible .with-nav2 .nav2 {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
        .c-122-masthead .menu-container.visible .with-nav2 .nav2.off-screen {
          -webkit-transform: translateX(0%);
                  transform: translateX(0%); }
      .c-122-masthead .menu-container.visible .with-nav3 .nav3 {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
    .c-122-masthead .menu-container .menu-container-go-back-row {
      height: 48px;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-200%);
              transform: translateY(-200%);
      width: 100%;
      will-change: transform; }
      .c-122-masthead .menu-container .menu-container-go-back-row.visible {
        -webkit-transform: translateX(0%) translateY(0%);
                transform: translateX(0%) translateY(0%); }
      .c-122-masthead .menu-container .menu-container-go-back-row-btn {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .c-122-masthead .menu-container .menu-container-go-back-row-btn p {
          margin: 0; }
      .c-122-masthead .menu-container .menu-container-go-back-row-btn, .c-122-masthead .menu-container .menu-container-go-back-row-title {
        height: 48px;
        padding: 0;
        text-align: center; }
      .c-122-masthead .menu-container .menu-container-go-back-row-title {
        margin: 0; }
      .c-122-masthead .menu-container .menu-container-go-back-row-arrow {
        height: 1rem;
        margin-bottom: 5px;
        width: 1rem; }
  .c-122-masthead .nav1 {
    margin: 0;
    padding: 0;
    pointer-events: auto;
    transition: -webkit-transform 350ms ease-out;
    transition: transform 350ms ease-out;
    transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
    will-change: transform; }
    .c-122-masthead .nav1 > li:not(.expanded) {
      height: 48px;
      margin: 0;
      padding: 1rem; }
    .c-122-masthead .nav1 .with-nav2.visible .nav2 {
      display: block; }
    .c-122-masthead .nav1 .with-nav3.visible .nav3 {
      display: block; }
    .c-122-masthead .nav1 h4 {
      height: 48px;
      margin: 0;
      padding: 1rem; }
  .c-122-masthead .nav2 {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    will-change: transform; }
    .c-122-masthead .nav2 > li {
      height: 48px;
      margin: 0;
      padding: 1rem; }
  .c-122-masthead .nav3 {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .c-122-masthead .nav3 .c-110-promo-box {
      display: none; }
    .c-122-masthead .nav3 .row {
      flex-direction: column; }
    .c-122-masthead .nav3 p {
      height: 48px;
      margin: 0;
      padding: 1rem; }
  .c-122-masthead .nav3-column > li {
    height: 48px;
    margin: 0;
    padding: 1rem; }
  .c-122-masthead [class*='col']:first-child > .c-108-nav-list {
    border-top: 0; }
  .c-122-masthead .c-108-nav-list .nav3-column > li:first-child {
    padding-top: 15px; }
  .c-122-masthead .nav1 li:not(.expanded).subheader-link {
    background: url("clientlibs/icons/sprite-icons/chevron-right-white.svg") no-repeat 95% center;
    background-size: 15px; }
  .c-122-masthead .with-nav2:not(.expanded),
  .c-122-masthead .with-nav3:not(.expanded) {
    background: url("clientlibs/icons/sprite-icons/chevron-right.svg") no-repeat 93% center;
    background-size: 15px; }
  .c-122-masthead .menu-container-go-back-row-arrow {
    background: url("clientlibs/icons/sprite-icons/chevron-left.svg") no-repeat 93% center;
    background-size: 15px; }
  .c-122-masthead .menu-container-go-back-row-title {
    margin-top: 0; }
  .c-122-masthead .toggle-menu-row {
    padding: 18px;
    position: relative; }
    .c-122-masthead .toggle-menu-row::before {
      background: url("clientlibs/icons/sprite-icons/chevron-down.svg") no-repeat 90% center;
      background-size: 15px;
      content: '';
      height: 15px;
      overflow: hidden;
      position: absolute;
      right: 5%;
      top: 40%;
      -webkit-transform: none;
              transform: none;
      transition: -webkit-transform 350ms ease-out;
      transition: transform 350ms ease-out;
      transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
      width: 15px; }
    .c-122-masthead .toggle-menu-row.visible::before {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      transition: -webkit-transform 350ms ease-out;
      transition: transform 350ms ease-out;
      transition: transform 350ms ease-out, -webkit-transform 350ms ease-out; } }

@media screen and (max-width: 650px) {
  .c-122-masthead .c-108-mega-nav .nav2 {
    top: 46px; }
  .c-122-masthead .c-108-mega-nav .nav3 {
    top: 0; } }

@media screen and (min-width: 651px) {
  .c-122-masthead .menu-container {
    position: relative; }
  .c-122-masthead .nav1 {
    margin: 0; }
    .c-122-masthead .nav1 .sr-only {
      left: -9999px; }
    .c-122-masthead .nav1 > li {
      display: inline-block;
      height: 43px;
      line-height: 43px; }
      .c-122-masthead .nav1 > li.with-nav2 {
        cursor: pointer; }
        .c-122-masthead .nav1 > li.with-nav2.active .mega-menu {
          display: block;
          top: 100%; }
        .c-122-masthead .nav1 > li.with-nav2.active .mega-menu,
        .c-122-masthead .nav1 > li.with-nav2.active .nav2 {
          background-color: #fff;
          max-height: none;
          opacity: 1;
          pointer-events: auto; }
  .c-122-masthead .mega-menu,
  .c-122-masthead .nav2,
  .c-122-masthead .nav3 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 350ms ease; }
  .c-122-masthead .mega-menu,
  .c-122-masthead .nav2 {
    z-index: 2; }
  .c-122-masthead .mega-menu,
  .c-122-masthead .nav3 {
    padding: 24px 24px 30px; }
  .c-122-masthead .mega-menu {
    display: none;
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0; }
    .c-122-masthead .mega-menu .nav2 {
      overflow: visible;
      position: absolute;
      width: 50%; }
      .c-122-masthead .mega-menu .nav2 > li {
        height: 43px;
        line-height: 43px; }
      .c-122-masthead .mega-menu .nav2 .with-nav3.active {
        width: 100%; }
        .c-122-masthead .mega-menu .nav2 .with-nav3.active .nav3 {
          max-height: none;
          opacity: 1;
          pointer-events: auto; }
    .c-122-masthead .mega-menu .nav3 {
      left: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      z-index: -1; }
      .c-122-masthead .mega-menu .nav3 > ul {
        flex: 1; }
      .c-122-masthead .mega-menu .nav3 .nav3-column > li {
        line-height: 24px;
        padding-bottom: 15px; }
  .c-122-masthead .c-108-mega-nav .active.with-nav2 {
    background: url("clientlibs/icons/sprite-icons/chevron-down-hover.svg") no-repeat 93% center;
    background-size: 15px;
    background-position-x: right;
    background-size: 10px; }
  .c-122-masthead .c-108-mega-nav .active .mega-menu {
    display: block; }
  .c-122-masthead .c-108-mega-nav a {
    cursor: pointer; }
  .c-122-masthead .c-108-mega-nav .with-nav2 {
    background: url("clientlibs/icons/sprite-icons/chevron-down.svg") no-repeat 93% center;
    background-size: 15px;
    background-position-x: right;
    background-size: 10px;
    padding-right: 22px; }
  .c-122-masthead .nav1 {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap; }
    .c-122-masthead .nav1 > li {
      align-items: center;
      background-position-x: right;
      display: inline-flex;
      height: auto;
      justify-content: center;
      line-height: normal;
      margin-right: 12px;
      padding: 0;
      text-align: center;
      width: calc(16.66667% - 17.33333px); }
      .c-122-masthead .nav1 > li > a {
        align-items: center;
        display: inline-flex;
        height: 100%;
        justify-content: center;
        margin-right: -34px;
        padding: 15px 34px 15px 12px;
        position: relative;
        width: calc(100% + 34px); }
        .c-122-masthead .nav1 > li > a::after {
          background-color: #bfbfbf;
          content: ' ';
          height: 30px;
          position: absolute;
          right: 0;
          top: calc(50% - 15px);
          width: 1px; }
      .c-122-masthead .nav1 > li li {
        text-align: left; }
      .c-122-masthead .nav1 > li:nth-child(6n + 8) {
        margin-left: 32px; }
    .c-122-masthead .nav1 .home-icon {
      justify-content: flex-start;
      width: 20px; }
      .c-122-masthead .nav1 .home-icon a {
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
        width: 32px; }
        .c-122-masthead .nav1 .home-icon a .icon-container {
          height: 20px;
          width: 20px; }
      .c-122-masthead .nav1 .home-icon svg {
        height: 20px;
        width: 20px; } }

@media screen and (min-width: 768px) and (max-width: 885px) {
  .c-122-masthead .c-108-mega-nav .mega-menu {
    left: -30px;
    right: -30px; } }

@media screen and (min-width: 768px) {
  .c-122-masthead .c-108-mega-nav .home-icon {
    justify-content: flex-start;
    width: 20px; }
    .c-122-masthead .c-108-mega-nav .home-icon a {
      margin: 0; }
  .c-122-masthead .c-108-mega-nav .menu-container {
    position: relative; }
  .c-122-masthead .c-108-mega-nav .nav1 {
    margin: 0; }
    .c-122-masthead .c-108-mega-nav .nav1 .sr-only {
      left: -9999px; }
    .c-122-masthead .c-108-mega-nav .nav1 > li {
      display: inline-block; }
      .c-122-masthead .c-108-mega-nav .nav1 > li.with-nav2 {
        cursor: pointer; }
        .c-122-masthead .c-108-mega-nav .nav1 > li.with-nav2.active .mega-menu,
        .c-122-masthead .c-108-mega-nav .nav1 > li.with-nav2.active .nav2 {
          max-height: none;
          opacity: 1;
          pointer-events: auto; }
  .c-122-masthead .c-108-mega-nav .mega-menu,
  .c-122-masthead .c-108-mega-nav .nav2,
  .c-122-masthead .c-108-mega-nav .nav3 {
    max-height: 0;
    opacity: 0;
    overflow: hidden; }
  .c-122-masthead .c-108-mega-nav .mega-menu,
  .c-122-masthead .c-108-mega-nav .nav2 {
    z-index: 2; }
  .c-122-masthead .c-108-mega-nav .mega-menu,
  .c-122-masthead .c-108-mega-nav .nav3 {
    padding: 24px 24px 30px; }
  .c-122-masthead .c-108-mega-nav .mega-menu {
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0; }
    .c-122-masthead .c-108-mega-nav .mega-menu .nav2 {
      overflow: visible;
      position: absolute;
      width: 50%; }
      .c-122-masthead .c-108-mega-nav .mega-menu .nav2 .with-nav3.active {
        width: 100%; }
        .c-122-masthead .c-108-mega-nav .mega-menu .nav2 .with-nav3.active .nav3 {
          max-height: none;
          opacity: 1;
          pointer-events: auto; }
    .c-122-masthead .c-108-mega-nav .mega-menu .nav3 {
      left: 100%;
      overflow: auto;
      pointer-events: none;
      position: absolute;
      top: 0;
      z-index: -1; }
      .c-122-masthead .c-108-mega-nav .mega-menu .nav3 > ul {
        flex: 1; } }

@media screen and (min-width: 885px) {
  .c-122-masthead .c-108-mega-nav .nav2 {
    width: 33.33333%; } }

@media screen and (min-width: 992px) {
  .c-122-masthead .c-108-mega-nav .nav1 {
    position: relative; }
  .c-122-masthead .nav1 {
    position: relative; } }

@media screen and (min-width: 900px) {
  .c-122-masthead .mega-menu {
    left: -24px;
    right: -24px; } }

@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-122-masthead .c-108-mega-nav .mega-menu {
    left: -12px;
    right: -12px; } }

@media screen and (min-width: 768px) and (max-width: 885px) {
  .c-122-masthead .c-108-mega-nav .nav2 {
    width: 33%; } }

@media screen and (min-width: 885px) {
  .c-122-masthead .c-108-mega-nav .nav2 {
    width: 33.33333%; } }

@media screen and (min-width: 886px) {
  .c-122-masthead .c-108-mega-nav .mega-menu .nav2 {
    width: 33%; }
  .c-122-masthead .c-108-mega-nav .mega-menu .nav3 .col-md-6 {
    padding: 0 15px; }
    .c-122-masthead .c-108-mega-nav .mega-menu .nav3 .col-md-6:first-child {
      padding-left: 0; }
    .c-122-masthead .c-108-mega-nav .mega-menu .nav3 .col-md-6:last-child {
      padding-right: 0; } }

.c-122-masthead .progressive-nav {
  margin: 18px 0; }
  .c-122-masthead .progressive-nav--is-homepage {
    margin-top: 0; }
  .c-122-masthead .progressive-nav__container--is-homepage {
    padding: 0; }
  .c-122-masthead .progressive-nav .hidden {
    display: none; }
  .c-122-masthead .progressive-nav__item--current .progressive-nav__link {
    position: relative; }
    .c-122-masthead .progressive-nav__item--current .progressive-nav__link::after {
      border-bottom: 2px solid #333;
      border-left: 0;
      border-right: 2px solid #333;
      border-top: 0;
      content: '';
      display: inline-block;
      height: 10px;
      position: absolute;
      right: 40px;
      top: 18px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      width: 10px; }
  .c-122-masthead .progressive-nav__link, .c-122-masthead .progressive-nav__dropdown {
    text-align: left; }
  .c-122-masthead .progressive-nav__dropdown {
    background: url("clientlibs/icons/chevron-down.svg") no-repeat 98% center;
    background-size: 14px;
    border: 0;
    box-shadow: none;
    padding: 12px 18px;
    width: 100%; }
    .opened .c-122-masthead .progressive-nav__dropdown {
      background: url("clientlibs/icons/chevron-up.svg") no-repeat 98% center;
      background-size: 14px; }
  .c-122-masthead .progressive-nav__container {
    clear: both;
    position: relative; }
  .c-122-masthead .progressive-nav__link {
    display: block;
    padding: 12px 18px; }
  .c-122-masthead .progressive-nav__item {
    display: block; }
  .c-122-masthead .progressive-nav__more {
    display: none; }
  .c-122-masthead .progressive-nav.shortened .progressive-nav__list {
    display: inline-block;
    width: auto; }
  .c-122-masthead .progressive-nav.shortened .progressive-nav__more {
    display: inline-block;
    position: relative; }
    .c-122-masthead .progressive-nav.shortened .progressive-nav__more-container {
      position: absolute;
      right: 0;
      top: 100%; }
    .c-122-masthead .progressive-nav.shortened .progressive-nav__more-link {
      border: 0 none;
      display: block;
      padding: 14px 12px; }
    .c-122-masthead .progressive-nav.shortened .progressive-nav__more-list {
      list-style: none;
      width: 200px; }
      .c-122-masthead .progressive-nav.shortened .progressive-nav__more-list .progressive-nav__item {
        display: block; }
      .c-122-masthead .progressive-nav.shortened .progressive-nav__more-list.hidden {
        display: none; }
  @media (min-width: 651px) {
    .c-122-masthead .progressive-nav {
      margin: 0; }
      .c-122-masthead .progressive-nav__container {
        max-height: 46px;
        max-width: 1100px;
        overflow: hidden; }
        .c-122-masthead .progressive-nav__container--is-homepage {
          padding-left: 30px; }
        .c-122-masthead .progressive-nav__container.opened {
          overflow: visible; }
      .progressive-nav.shortened .c-122-masthead .progressive-nav__more-link {
        padding-right: 30px; }
      .c-122-masthead .progressive-nav__more-link:hover {
        cursor: pointer; }
      .c-122-masthead .progressive-nav__more-link::after {
        border-bottom: 2px solid #333;
        border-left: 0;
        border-right: 2px solid #333;
        border-top: 0;
        content: '';
        display: inline-block;
        height: 10px;
        left: 60px;
        position: absolute;
        top: 14px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 10px; }
      .progressive-nav.shortened .c-122-masthead .progressive-nav__more-container {
        top: 54px; }
      .c-122-masthead .progressive-nav__more-container .progressive-nav__link {
        padding-bottom: 5px;
        padding-top: 5px; }
      .c-122-masthead .progressive-nav__more-list {
        padding: 10px 0; }
      .c-122-masthead .progressive-nav__link {
        box-shadow: none;
        padding: 14px 11px;
        text-align: left; }
      .c-122-masthead .progressive-nav__item {
        border: 0 none;
        display: inline-block;
        margin-right: -4px; }
        .progressive-nav__more-container .c-122-masthead .progressive-nav__item {
          margin-right: 0; }
        .c-122-masthead .progressive-nav__item:first-child .progressive-nav__link {
          padding-left: 0; }
        .c-122-masthead .progressive-nav__item:first-child.progressive-nav__item--current .progressive-nav__link {
          padding-left: 12px; }
      .c-122-masthead .progressive-nav__item--current .progressive-nav__link::after {
        content: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-122-masthead .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link,
  .c-122-masthead .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link:focus,
  .c-122-masthead .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link:active {
    background-position-x: -5px;
    background-position-y: 16px;
    background-size: 30px 16px; } }

.breadcrumb-secondary-list-button, .breadcrumb-secondary-list-outer-container, .breadcrumb-secondary-list-left-shadow, .breadcrumb-secondary-list-right-shadow {
  display: none; }

.breadcrumb-primary-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: auto; }
  .breadcrumb-primary-list-item {
    display: inline-block; }
    .breadcrumb-primary-list-item-link {
      display: block; }
  .breadcrumb-primary-list-intermission-link-item {
    display: none; }

.breadcrumb-primary-intermission-list {
  display: none; }

@media (min-width: 651px) {
  .breadcrumb-secondary-list {
    position: absolute;
    z-index: 2; }
  .breadcrumb-primary-list {
    overflow: visible; }
    .breadcrumb-primary-list-intermission-link-item {
      position: relative; }
      .shortened .breadcrumb-primary-list-intermission-link-item {
        display: inline-block; } }

div.meganavcontainer {
  padding-left: 25px; }

div.primaryEditArea {
  padding-left: 25px; }

.c-122-meganav-v2-author {
  background-color: #e6f5ff; }
  .c-122-meganav-v2-author .menu-logo {
    height: 94px; }
    .c-122-meganav-v2-author .menu-logo .icon-container {
      height: 100%; }
      .c-122-meganav-v2-author .menu-logo .icon-container .icon {
        height: 100%;
        width: 100%; }
  .c-122-meganav-v2-author .section {
    background-color: #cdf;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 5px; }
  .c-122-meganav-v2-author .menu-section {
    background-color: #e6e6ff;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px; }
  .c-122-meganav-v2-author .section-title {
    font-weight: bold;
    text-align: center; }

.v2-mega-nav {
  width: 100%;
  z-index: 2; }
  .v2-mega-nav li,
  .v2-mega-nav ul {
    list-style: none;
    list-style-type: none;
    margin: 0; }
  .v2-mega-nav li {
    margin: 0;
    padding: 20px 0; }

@media screen and (max-width: 1024px) {
  header .dynamic-header {
    position: relative; }
  .visible-mobile {
    display: block; }
  body.lock-scroll {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100vw; }
  .hidden-mobile {
    display: none; }
  .c-122-meganav-v2 .top-header-menu svg {
    height: 100%;
    right: 22px;
    top: 0; }
  .v2-mega-nav .desktop {
    display: none; }
  .v2-mega-nav .mobile {
    position: absolute;
    width: 100%;
    z-index: 1; }
    .v2-mega-nav .mobile .v2-nav-lvl0,
    .v2-mega-nav .mobile .v2-nav-lvl1,
    .v2-mega-nav .mobile .v2-nav-lvl2 {
      display: none; }
    .v2-mega-nav .mobile .mobile-back {
      display: none;
      width: 100%; }
      .v2-mega-nav .mobile .mobile-back.visible {
        align-items: center;
        background-color: #fff;
        display: flex;
        height: 66px;
        padding: 20px; }
        .v2-mega-nav .mobile .mobile-back.visible li {
          padding: 0;
          width: 100%; }
          .v2-mega-nav .mobile .mobile-back.visible li .col-xs-2 {
            padding: 0; }
            .v2-mega-nav .mobile .mobile-back.visible li .col-xs-2 p {
              line-height: normal;
              line-height: initial; }
        .v2-mega-nav .mobile .mobile-back.visible .goback-title {
          margin-top: 0;
          text-align: center; }
    .v2-mega-nav .mobile .v2-nav-lvl0.visible {
      background-color: #fff;
      display: block;
      padding: 20px; }
      .v2-mega-nav .mobile .v2-nav-lvl0.visible li {
        margin: 0 0 20px;
        padding: 0; }
      .v2-mega-nav .mobile .v2-nav-lvl0.visible li.with-submenu {
        background: url("clientlibs/icons/sprite-icons/chevron-right.svg") no-repeat 80% center;
        background-size: 12px;
        background-position: center right; }
        .v2-mega-nav .mobile .v2-nav-lvl0.visible li.with-submenu:hover {
          background: url("clientlibs/icons/sprite-icons/chevron-right-hover.svg") no-repeat 80% center;
          background-size: 12px; }
    .v2-mega-nav .mobile .v2-nav-lvl1.visible {
      background-color: #fff;
      display: block;
      padding: 0 20px 20px; }
      .v2-mega-nav .mobile .v2-nav-lvl1.visible li {
        padding: 0 0 20px; }
        .v2-mega-nav .mobile .v2-nav-lvl1.visible li:last-child {
          padding-bottom: 0; }
        .v2-mega-nav .mobile .v2-nav-lvl1.visible li.with-submenu:not(.active) {
          background: url("clientlibs/icons/sprite-icons/chevron-down.svg") no-repeat 80% center;
          background-size: 12px;
          background-position: top right; }
        .v2-mega-nav .mobile .v2-nav-lvl1.visible li.with-submenu.active {
          background: url("clientlibs/icons/sprite-icons/chevron-top.svg") no-repeat 80% center;
          background-size: 12px;
          background-position: top right; }
          .v2-mega-nav .mobile .v2-nav-lvl1.visible li.with-submenu.active:first-child {
            /*background-position: top right;*/ }
      .v2-mega-nav .mobile .v2-nav-lvl1.visible li.active div.v2-nav-lvl2 {
        display: block;
        padding: 20px 20px 0; }
        .v2-mega-nav .mobile .v2-nav-lvl1.visible li.active div.v2-nav-lvl2 li:last-child {
          padding-bottom: 0; }
        .v2-mega-nav .mobile .v2-nav-lvl1.visible li.active div.v2-nav-lvl2 .container-fluid {
          padding: 0; }
          .v2-mega-nav .mobile .v2-nav-lvl1.visible li.active div.v2-nav-lvl2 .container-fluid .grid-col .c-108-nav-list > p {
            padding-bottom: 20px; }
          .v2-mega-nav .mobile .v2-nav-lvl1.visible li.active div.v2-nav-lvl2 .container-fluid .grid-col .c-108-nav-list ul li {
            height: auto; }
            .v2-mega-nav .mobile .v2-nav-lvl1.visible li.active div.v2-nav-lvl2 .container-fluid .grid-col .c-108-nav-list ul li:first-child {
              padding-top: 0; } }

@media screen and (min-width: 1025px) {
  header .dynamic-header {
    position: fixed; }
  .visible-mobile {
    display: none; }
  .hidden-mobile {
    display: block; }
  .v2-mega-nav .mobile {
    display: none; }
  .v2-mega-nav .v2-nav-lvl0 {
    display: none;
    position: absolute; }
  .v2-mega-nav .v2-nav-lvl1 {
    display: none;
    width: 100%; }
    .v2-mega-nav .v2-nav-lvl1 div.v2-nav-lvl2 {
      display: none;
      position: absolute; }
    .v2-mega-nav .v2-nav-lvl1.visible {
      align-items: center;
      display: inline-flex; }
      .v2-mega-nav .v2-nav-lvl1.visible li {
        display: inline-block;
        text-align: center;
        width: auto; }
        .v2-mega-nav .v2-nav-lvl1.visible li:first-child a {
          border-left: 1px solid #000; }
        .v2-mega-nav .v2-nav-lvl1.visible li a {
          border-right: 1px solid #000;
          padding: 0 30px; }
        .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu {
          background: url("clientlibs/icons/sprite-icons/chevron-down.svg") no-repeat 80% center;
          background-size: 12px;
          padding-right: 0; }
          .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu div.v2-nav-lvl2 {
            display: none;
            max-height: 0; }
          .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu:hover {
            background: url("clientlibs/icons/sprite-icons/chevron-up-hover.svg") no-repeat 80% center;
            background-size: 12px;
            background-position: 80%; }
          .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 {
            background-color: #fff;
            border: 1px solid;
            display: block;
            left: 0;
            margin: 15px;
            max-height: 1000px;
            padding: 20px 0;
            position: absolute;
            transition: max-height 500ms ease-out;
            width: 100%;
            z-index: 1; }
            .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 ul,
            .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li {
              display: block; }
            .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li {
              margin: 0 0 20px;
              padding: 0; }
              .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li:last-child {
                margin-bottom: 0; }
              .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.active {
                padding-left: 10px; }
                .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.active div.v2-nav-lvl3 {
                  display: block;
                  left: 17%;
                  padding: 20px 30px;
                  position: absolute;
                  right: 0;
                  top: 0; }
                  .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.active div.v2-nav-lvl3 ul {
                    width: 100%; }
                    .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.active div.v2-nav-lvl3 ul li {
                      margin: 0;
                      padding: 0 0 20px; }
                      .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.active div.v2-nav-lvl3 ul li a {
                        padding: 0; }
              .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li a {
                border: 0; }
              .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.with-submenu {
                background: url("clientlibs/icons/sprite-icons/chevron-right.svg") no-repeat 80% center;
                background-size: 12px;
                transition: padding-left 350ms ease-out; }
                .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.with-submenu a {
                  border: 0; }
                .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li.with-submenu:hover {
                  background: url("clientlibs/icons/sprite-icons/chevron-right-hover.svg") no-repeat 80% center;
                  background-size: 12px; }
              .v2-mega-nav .v2-nav-lvl1.visible li.with-submenu.active div.v2-nav-lvl2 li div.v2-nav-lvl3 {
                display: none; } }

/*Sticky header Style*/
header .dynamic-header {
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 5; }

header .dynamic-header.nav-up {
  top: -94px; }

header .v2 {
  margin-bottom: 142px; }

.homepage header .v2 {
  margin-bottom: 76px; }
  @media screen and (max-width: 1024px) {
    .homepage header .v2 {
      margin-bottom: -20px; } }

@media (min-width: 651px) and (max-width: 1024px) {
  header .v2 {
    margin-bottom: 0; }
  header .dynamic-header.nav-up {
    top: 0; } }

@media screen and (max-width: 650px) {
  header .v2 {
    margin-bottom: 0; }
  header .dynamic-header.nav-up {
    top: 0; } }

/*Search Input in header styles*/
@media screen and (min-width: 1025px) {
  .v2 .c-122-meganav-v2 .c-122-header .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 62px;
    margin-top: -1px; }
  .v2 .c-122-meganav-v2 .c-122-header .primary-header-row .search-container .form-wrapper .search-form .search-btn {
    height: 62px;
    margin-top: -62px; } }

@media screen and (max-width: 651px) {
  header .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .search-parent .form-wrapper .search-form .search-close {
    display: none; }
  header .c-122-masthead .c-122-meganav-v2 .primary-header-row .search-container .search-parent .form-wrapper .search-form .input-wrapper {
    left: 15px; } }

.c-122-header-lean {
  background-color: #ccc;
  margin-bottom: 24px;
  position: relative;
  text-align: center; }
  .c-122-header-lean .header-lean-logo {
    padding: 9px 0 7px; }
    .c-122-header-lean .header-lean-logo .icon-container {
      height: 40px; }
    .c-122-header-lean .header-lean-logo .print {
      display: none; }
  .c-122-header-lean a {
    display: inline-block; }

@media (min-width: 650px) {
  .c-122-header-lean {
    margin-bottom: 32px; }
    .c-122-header-lean .header-lean-logo {
      padding: 25px 0 17px; }
      .c-122-header-lean .header-lean-logo .icon-container {
        height: 44px; } }

.search-suggestions {
  background: #fff;
  clear: both;
  list-style: none;
  width: 100%;
  z-index: 10; }
  .search-suggestions li {
    cursor: pointer;
    padding: 10px; }

.search-btn,
.search-close {
  cursor: pointer; }

.search-results--pagination-container {
  display: flex;
  justify-content: space-around; }

.search-container {
  height: 48px;
  overflow: hidden;
  width: 100%;
  z-index: 10; }
  .search-container button {
    outline: none; }
  .search-container .form-wrapper .search-form {
    height: 48px; }
    .search-container .form-wrapper .search-form .search-close {
      display: none; }
    .search-container .form-wrapper .search-form .search-btn {
      border: 0;
      float: right;
      height: 48px;
      margin-top: -48px;
      text-align: center;
      width: 48px; }
      .search-container .form-wrapper .search-form .search-btn span {
        display: none; }
    .search-container .form-wrapper .search-form .input-wrapper {
      background: #fff;
      height: 48px;
      margin-right: 48px; }
      .search-container .form-wrapper .search-form .input-wrapper .search-input {
        border: 0;
        box-shadow: none;
        float: left;
        height: 32px;
        margin: 8px 0;
        outline: none;
        padding: 5px 10px;
        width: 100%; }

.bg-primary-color .search-suggestions {
  box-shadow: none;
  margin-top: 3px;
  position: absolute;
  width: calc(100% - 77px); }
  @media all and (max-width: 767px) {
    .bg-primary-color .search-suggestions {
      width: 89%; } }
  @media all and (max-width: 651px) {
    .bg-primary-color .search-suggestions {
      width: calc(100% - 61px); } }

.primary-header-row .search-suggestions {
  margin-left: 60px;
  margin-top: -17px;
  position: relative;
  width: calc(100% - 126px); }
  @media all and (max-width: 651px) {
    .primary-header-row .search-suggestions {
      margin-left: 60px;
      margin-top: 0;
      width: 66%; } }

@-webkit-keyframes fadeInDown {
  0% {
    height: 0; }
  100% {
    height: 94px; } }

@keyframes fadeInDown {
  0% {
    height: 0; }
  100% {
    height: 94px; } }

@-webkit-keyframes fadeInUp {
  0% {
    height: 94px; }
  100% {
    height: 0; } }

@keyframes fadeInUp {
  0% {
    height: 94px; }
  100% {
    height: 0; } }

@media all and (max-width: 651px) {
  @-webkit-keyframes fadeInDown {
    0% {
      height: 0; }
    100% {
      height: 66px; } }
  @keyframes fadeInDown {
    0% {
      height: 0; }
    100% {
      height: 66px; } }
  @-webkit-keyframes fadeInUp {
    0% {
      height: 66px; }
    100% {
      height: 0; } }
  @keyframes fadeInUp {
    0% {
      height: 66px; }
    100% {
      height: 0; } } }

.primary-header-row .search-container {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: none;
  overflow: hidden; }
  .primary-header-row .search-container.edit-mode {
    display: block;
    height: 94px;
    position: relative;
    top: 0; }
  .primary-header-row .search-container.fade-in-up {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    display: block; }
  .primary-header-row .search-container.fade-in-down {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    display: block; }
  .primary-header-row .search-container .form-wrapper {
    height: 94px;
    padding-top: 17px; }
    .primary-header-row .search-container .form-wrapper .search-form .search-close {
      border: 0;
      display: block;
      float: left;
      height: 60px;
      text-align: center;
      width: 60px; }
    .primary-header-row .search-container .form-wrapper .search-form .search-btn {
      height: 60px;
      margin-top: -60px;
      width: 66px; }
      .primary-header-row .search-container .form-wrapper .search-form .search-btn span {
        display: block;
        margin-top: 3px; }
    .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
      height: 60px;
      margin-right: 66px; }
      .primary-header-row .search-container .form-wrapper .search-form .input-wrapper .search-input {
        height: 44px; }

@media all and (max-width: 651px) {
  .primary-header-row .search-container {
    background-color: #fff;
    top: 138px; }
    .primary-header-row .search-container .form-wrapper {
      height: 66px;
      margin-top: 0;
      padding-top: 0; }
      .primary-header-row .search-container .form-wrapper .search-form {
        height: 66px;
        position: relative; }
        .primary-header-row .search-container .form-wrapper .search-form .search-btn {
          height: 66px;
          margin-top: 0; }
        .primary-header-row .search-container .form-wrapper .search-form .search-close {
          background: #fff;
          height: 66px; }
        .primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
          height: 66px;
          left: 66px;
          margin-left: 0;
          margin-right: 0;
          position: absolute;
          right: 66px; } }

.content .search-container {
  width: 65%; }
  @media all and (max-width: 651px) {
    .content .search-container {
      width: 100%; } }
  .content .search-container .form-wrapper .search-form .search-btn {
    padding: 0 12px;
    width: auto; }
    .content .search-container .form-wrapper .search-form .search-btn .icon-container {
      display: none; }
    .content .search-container .form-wrapper .search-form .search-btn span {
      display: block; }
    @media all and (max-width: 651px) {
      .content .search-container .form-wrapper .search-form .search-btn .icon-container {
        display: block; }
      .content .search-container .form-wrapper .search-form .search-btn span {
        display: none; } }

.search-results .main {
  overflow: hidden; }
  .search-results .main::after {
    clear: both;
    content: '';
    display: table-cell; }

.search-results .dyn-nav {
  float: left;
  padding-right: 30px;
  width: 25%; }
  .search-results .dyn-nav ul {
    margin-top: 0; }

.search-results .main-res {
  float: right;
  width: 75%; }
  .search-results .main-res ul {
    margin-top: -8px; }

.search-results .no--dyn-nav {
  display: none; }

.search-results .no--main-res {
  width: 100%; }

.search-results .main-res--h4,
.search-results .main-filter--h4 {
  margin-bottom: 30px;
  margin-top: 0; }

.search-results .result {
  margin-top: -12px; }

.search-results .snippet {
  margin-bottom: 12px;
  margin-top: -11px; }

.search-results .detail {
  display: block;
  list-style: none;
  margin-bottom: 24px;
  margin-top: -12px; }

.search-results .search-results--divider {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  height: 1px;
  margin-bottom: 24px;
  margin-top: 0; }

.search-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-top: 30px;
  padding-bottom: 24px; }

.search-results--no-result h3 {
  margin-left: 24px;
  margin-top: 23px; }

.search-results--no-result li {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill='%23cccccc' d='M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z' /%3E%3C/svg%3E");
  background-position-y: 4px;
  background-repeat: no-repeat no-repeat;
  background-size: 14px 14px;
  display: block;
  list-style: none;
  margin-left: 24px;
  padding-left: 25px; }

.search-filter--detail {
  list-style: none; }
  .search-filter--detail a {
    display: block;
    margin-bottom: 14px;
    margin-top: -10px; }

.main-filter--h4-sm {
  display: none;
  margin-bottom: 12px; }

.main-filter--list-sm {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Down' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #ccc;
  border-radius: 1px;
  display: none;
  height: 48px;
  margin-bottom: 30px;
  padding: 5px 15px 5px 10px;
  width: 284px; }
  .main-filter--list-sm:focus {
    outline: none; }

.auto-active {
  background-color: #efefef; }

@media (max-width: 651px) {
  .search-results .dyn-nav,
  .search-results .main-res {
    float: left;
    width: 100%; }
  .search-results .dyn-nav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
    padding: 0; }
  .main-filter--h4-sm,
  .main-filter--list-sm {
    display: block;
    width: 100%; }
  .main-filter--h4,
  .main-filter--list {
    display: none; } }

.content .search-container {
  float: left;
  top: 0; }
  .content .search-container .form-wrapper .search-form .input-wrapper {
    border: 1px solid #ccc;
    margin-right: 100px; }
    @media (max-width: 651px) {
      .content .search-container .form-wrapper .search-form .input-wrapper {
        margin-right: 48px; } }
    .content .search-container .form-wrapper .search-form .input-wrapper .search-btn,
    .content .search-container .form-wrapper .search-form .input-wrapper .search-close {
      border-radius: 0; }

@media (min-width: 651px) {
  .search-suggestions {
    width: calc(65% - 100px); }
  .search-results--pagination-container {
    display: block;
    left: -33%;
    position: relative;
    text-align: center;
    width: 133%; } }

.c-119-search-input-box .search-container .icon-container {
  height: 24px;
  margin: 0 auto;
  width: 24px; }

.search-container .icon-container {
  height: 17px; }

@media all and (max-width: 650px) {
  .search-container .search-close .icon-container {
    height: 15px;
    margin-bottom: 0;
    margin-top: 10px; }
    .search-container .search-close .icon-container svg > * {
      fill: #ccc; } }

header .primary-header-row > .container-fluid > .row {
  position: relative; }

header .search-parent {
  display: none;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

header .show-hidden-class {
  display: block; }

@media all and (min-width: 651px) {
  header .search-parent {
    left: 9px;
    right: 9px; }
    header .search-parent .icon-container {
      margin-bottom: 5px; } }

@media all and (min-width: 768px) {
  header .search-parent {
    left: 15px;
    right: 15px; } }

.search-results .pdf {
  margin-bottom: 15px; }

.search-results--no-result li {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='11px' viewBox='0 0 12 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='UI-KIT-v2.02-SCEP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Search-Results-(SW)' transform='translate(-190.000000, -2520.000000)' fill='%23cccccc'%3E%3Cg id='No-Results' transform='translate(160.000000, 2147.000000)'%3E%3Cg id='Group-3' transform='translate(0.000000, 291.000000)'%3E%3Cg id='SW/Assets/List_elements/Tick/Tick_Green' transform='translate(30.000000, 81.000000)'%3E%3Cpolygon id='Fill' points='9.72021908 1 4.90666362 8.43791946 1.41989959 6.34575743 3.41060513e-13 8.54074784 3.48607942 10.6322507 5.76586034 12 7.18644455 9.80566874 12 2.36774928'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.search-pagination--items {
  margin-right: 10px; }

.search-result--page-current {
  pointer-events: none;
  text-decoration: none; }

.search-result--next::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Right' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(-360.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position-y: 2px;
  background-repeat: no-repeat;
  background-size: 11px;
  content: '';
  display: inline-block;
  margin-left: 12px;
  min-height: 12px;
  min-width: 12px; }

.search-result--previous {
  padding-left: 12px; }
  .search-result--previous::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Right' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(-360.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px;
    content: '';
    display: inline-block;
    left: -12px;
    min-height: 12px;
    min-width: 12px;
    position: relative;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.main-filter--list-sm {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Down' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.primary-header-row .search-container .form-wrapper .search-form .input-wrapper {
  overflow: hidden; }
  @media (max-width: 651px) {
    .primary-header-row .search-container .form-wrapper .search-form .input-wrapper .search-input {
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      width: calc(100% - 15px); } }

.box-results {
  background: #fff;
  height: 200px;
  list-style: none;
  margin: -12px 0 24px;
  padding: 30px; }
  .box-results .main-res--link {
    display: inline-block;
    margin-bottom: 10px;
    width: 78%; }
  .box-results .content-type {
    border: 1px solid #ccc;
    bottom: 45px;
    height: 100px;
    position: absolute;
    right: 24px;
    text-align: center;
    width: 100px; }
    .box-results .content-type .type {
      bottom: -5px;
      font-size: 15px;
      position: relative;
      text-align: center; }
    .box-results .content-type .webpage::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eicon/html_link%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-11 -11)' fill='%2300864f' stroke='%2300864f'%3E%3Cg transform='translate(12 12)'%3E%3Cg fill-rule='nonzero' stroke-width='.5'%3E%3Cpath id='a' d='m11.131 18.161-3.1881 2.9731c-0.57313 0.57313-1.0746 0.96716-1.8627 1.1104-1.3254 0.25075-2.4716-0.10746-3.403-1.0388-0.75224-0.75224-1.1463-1.7194-1.1463-2.7582s0.39403-2.0418 1.1463-2.7582l5.0866-5.1224c0.96716-0.96716 2.3284-1.3612 3.6896-1.0388 0.39403 0.10746 0.78806 0.25075 1.1104 0.46567 0.46567 0.28657 0.8597 0.64478 1.1463 1.0746 0.25075 0.35821 0.71642 0.42985 1.0388 0.14328 0.035821 0 0.035821-0.035821 0.035821-0.035821 0.28657-0.21493 0.35821-0.64478 0.14328-0.93134-0.39403-0.60896-0.96716-1.1463-1.6119-1.5403-0.42985-0.25075-0.8597-0.46567-1.3612-0.57313-1.8627-0.46567-3.7254 0.071642-5.0149 1.3612l-5.409 5.4448c-2.0418 2.0418-2.0418 5.3373 0 7.3433 0.96716 0.96716 2.2925 1.5403 3.6896 1.5403 1.397 0 2.6866-0.53731 3.6896-1.5403l3.0806-3.1522c0.82388-0.82388-0.35821-1.6478-0.8597-0.96716z'/%3E%3Cpath d='m12.851 5.6597 3.1881-2.9731c0.57313-0.57313 1.0746-0.96716 1.8627-1.1104 1.3254-0.25075 2.4716 0.10746 3.403 1.0388 0.75224 0.75224 1.1463 1.7194 1.1463 2.7582s-0.39403 2.0418-1.1463 2.7582l-5.0866 5.1224c-0.96716 0.96716-2.3284 1.3612-3.6896 1.0388-0.39403-0.10746-0.78806-0.25075-1.1104-0.46567-0.46567-0.28657-0.8597-0.64478-1.1463-1.0746-0.25075-0.35821-0.71642-0.42985-1.0388-0.14328-0.035821 0-0.035821 0.035821-0.035821 0.035821-0.28657 0.21493-0.35821 0.64478-0.14328 0.93134 0.39403 0.60896 0.96716 1.1463 1.6119 1.5403 0.42985 0.25075 0.8597 0.46567 1.3612 0.57313 1.8627 0.46567 3.7254-0.071642 5.0149-1.3612l5.409-5.4448c2.0418-2.0418 2.0418-5.3373 0-7.3433-0.96716-0.96716-2.2925-1.5403-3.6896-1.5403-1.397 0-2.6866 0.53731-3.6896 1.5403l-3.0806 3.1522c-0.82388 0.82388 0.35821 1.6478 0.8597 0.96716z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-position-x: 35px;
      background-position-y: 16px;
      background-repeat: no-repeat;
      background-size: 28px 28px;
      content: ' ';
      display: block;
      height: 50px; }
    .box-results .content-type .download::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3E876628F8-EDC5-418D-8896-FFDFA450945F%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Asset-Artboard-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon/download/larger' fill='%2300864F'%3E%3Cg id='Group' transform='translate(1.000000, 2.000000)'%3E%3Cpath d='M1,4 L1,3 L2,3 L2,2 L3,2 L3,1 L4,1 L4,0 L14,0 L16,0 L16,6 L14,6 L14,2 L5,2 L5,3 L5,4 L5,5 L4,5 L3,5 L2,5 L2,17 L12,17 L12,18 L13,18 L13,19 L2,19 L0,19 L0,4 L1,4 Z' id='Combined-Shape'%3E%3C/path%3E%3Cpath d='M16,19 L15,19 L15,18 L14,18 L14,17 L13,17 L13,16 L12,16 L12,15 L11,15 L11,14 L13,14 L13,7 L20,7 L20,14 L22,14 L22,15 L21,15 L21,16 L20,16 L20,17 L19,17 L19,18 L18,18 L18,19 L17,19 L17,20 L16,20 L16,19 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position-x: 35px;
      background-position-y: 16px;
      background-repeat: no-repeat;
      background-size: 28px 28px;
      content: ' ';
      display: block;
      height: 50px; }
  .box-results .snippet {
    display: block;
    max-width: 78%; }
  .box-results .search-meta-data {
    bottom: 30px;
    position: absolute; }
    .box-results .search-meta-data .meta-date::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3E8A7CE153-CB10-4AFC-8D3F-D13AA01C8D88%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Asset-Artboard-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon/timeclock'%3E%3Cg id='Group-4'%3E%3Crect id='Rectangle' fill='%239B9B9B' x='0' y='3' width='18' height='14'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%23FFFFFF' x='2.11764706' y='6' width='13.7647059' height='9'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%239B9B9B' transform='translate(4.764706, 8.500000) rotate(90.000000) translate(-4.764706, -8.500000) ' x='3.17647059' y='7' width='3.17647059' height='3'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%239B9B9B' transform='translate(9.000000, 8.500000) rotate(90.000000) translate(-9.000000, -8.500000) ' x='7.41176471' y='7' width='3.17647059' height='3'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%239B9B9B' transform='translate(13.235294, 8.500000) rotate(90.000000) translate(-13.235294, -8.500000) ' x='11.6470588' y='7' width='3.17647059' height='3'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%239B9B9B' transform='translate(4.764706, 12.500000) rotate(90.000000) translate(-4.764706, -12.500000) ' x='3.17647059' y='11' width='3.17647059' height='3'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%239B9B9B' transform='translate(9.000000, 12.500000) rotate(90.000000) translate(-9.000000, -12.500000) ' x='7.41176471' y='11' width='3.17647059' height='3'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%239B9B9B' transform='translate(13.235294, 12.500000) rotate(90.000000) translate(-13.235294, -12.500000) ' x='11.6470588' y='11' width='3.17647059' height='3'%3E%3C/rect%3E%3Cg id='Group' transform='translate(2.117647, 0.000000)'%3E%3Crect id='Rectangle' fill='%239B9B9B' x='0' y='0' width='3.17647059' height='6'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%23FFFFFF' x='1.05882353' y='1' width='1.05882353' height='4'%3E%3C/rect%3E%3C/g%3E%3Cg id='Group' transform='translate(12.705882, 0.000000)'%3E%3Crect id='Rectangle' fill='%239B9B9B' x='0' y='0' width='3.17647059' height='6'%3E%3C/rect%3E%3Crect id='Rectangle' fill='%23FFFFFF' x='1.05882353' y='1' width='1.05882353' height='4'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      content: '';
      display: inline-block;
      height: 20px;
      margin-right: 5px;
      opacity: 0.5;
      vertical-align: middle;
      width: 24px; }
    .box-results .search-meta-data .meta-time::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 55.2 (78181) - https://sketchapp.com --%3E%3Ctitle%3EC8325C5C-8B90-4D78-9E52-E5F333C89ED3%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Asset-Artboard-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon/timeclock' fill='%239B9B9B'%3E%3Cpath d='M9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 Z M9,16.5 C13.1421356,16.5 16.5,13.1421356 16.5,9 C16.5,4.85786438 13.1421356,1.5 9,1.5 C4.85786438,1.5 1.5,4.85786438 1.5,9 C1.5,13.1421356 4.85786438,16.5 9,16.5 Z' id='Combined-Shape'%3E%3C/path%3E%3Crect id='Rectangle' x='8' y='4' width='2' height='6' rx='1'%3E%3C/rect%3E%3Crect id='Rectangle' transform='translate(8.000000, 10.500000) rotate(45.000000) translate(-8.000000, -10.500000) ' x='7' y='8' width='2' height='5' rx='1'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      content: '';
      display: inline-block;
      height: 20px;
      margin-right: 5px;
      opacity: 0.5;
      vertical-align: middle;
      width: 24px; }
  .box-results .divider {
    background: #bbb;
    display: inline-block;
    height: 78%;
    position: absolute;
    right: 150px;
    top: 24px;
    width: 1px; }

@media (max-width: 767px) {
  .box-results {
    align-content: baseline;
    background: #fff;
    height: auto;
    justify-content: center;
    list-style: none;
    margin: -12px 0 24px; }
    .box-results .content-type {
      border: 1px solid #ccc;
      bottom: 0;
      float: none;
      height: 100px;
      margin: 0 auto;
      pointer-events: none;
      position: relative;
      right: 0;
      text-align: center;
      width: 100px; }
    .box-results .snippet {
      max-width: none;
      pointer-events: none;
      text-align: center; }
    .box-results .search-meta-data {
      bottom: unset;
      margin-bottom: 30px;
      position: relative;
      text-align: center; }
    .box-results .main-res--link {
      padding-bottom: 15px;
      text-align: center;
      width: 100%; }
    .box-results .divider {
      background: unset;
      bottom: unset;
      display: flex;
      float: unset;
      justify-content: center;
      padding: 25px;
      position: unset;
      right: 0;
      width: unset; }
      .box-results .divider .inner {
        border-bottom: 1px solid #bbb;
        width: 100%; } }

@media screen and (max-width: 650px) {
  footer .c-119-search-input-box {
    margin-bottom: 34px;
    position: relative;
    top: 35px; } }

@charset "UTF-8";
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

fieldset {
  padding: 0; }

/* ===============================================================================
                      Generic input styling
================================================================================ */
.field input {
  border: 1px solid #b2b2b2;
  color: #333;
  height: 48px;
  line-height: 2.066rem;
  margin-top: 15px;
  max-width: 350px;
  padding: 12px; }

/* ===============================================================================
                      Number/currency input + accessibility
================================================================================ */
.field input:invalid {
  box-shadow: none; }

.field input[type='number']::-webkit-outer-spin-button,
.field input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

.field input[type='number'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }

.field .form-control-icon .form-control-icon--prepend {
  left: -15px;
  padding: 0;
  position: absolute;
  top: 3px; }

/* ===============================================================================
                          Radio input + accessibility
================================================================================ */
.field .form-check .form-check-input:checked + .form-check-label span {
  background-color: #999; }

.field .form-check .form-check-input:focus + .form-check-label span {
  outline: 1px solid #a6c7ff; }

.field .form-check {
  float: left; }
  .field .form-check.inline .form-check-radio {
    float: left; }
  .field .form-check.inline .form-check-checkmark {
    float: left; }
  .field .form-check.stacked .form-check-radio {
    float: none; }
  .field .form-check .checkmark {
    position: relative; }

.form-check .form-check-radio input.form-check-input {
  height: 30px;
  left: 1.3rem;
  position: absolute;
  top: -4px;
  width: 30px; }

/* ===============================================================================
                          Checkbox input + accessibility
================================================================================ */
.field .form-check {
  float: left; }
  .field .form-check.inline .form-check-checkmark {
    float: left; }
  .field .form-check.stacked .form-check-checkbox {
    float: none; }

/* ===============================================================================
                      Date input wl styles
================================================================================ */
.field .form-multiple-groups--date {
  display: flex; }
  .field .form-multiple-groups--date .form-group {
    display: inline-block;
    margin-bottom: 0; }
    .field .form-multiple-groups--date .form-group:last-child input {
      margin-right: 0; }
    .field .form-multiple-groups--date .form-group input,
    .field .form-multiple-groups--date .form-group select {
      height: 48px;
      margin-right: 12px;
      margin-top: 0; }
    .field .form-multiple-groups--date .form-group .date-day,
    .field .form-multiple-groups--date .form-group .date-month {
      width: 60px; }
    .field .form-multiple-groups--date .form-group .date-year {
      width: 80px; }
    .field .form-multiple-groups--date .form-group .date-label {
      margin-bottom: 6px; }
  .field .form-multiple-groups--date.memorable-date .form-group {
    display: inline-block;
    margin: 0; }
    .field .form-multiple-groups--date.memorable-date .form-group .date-month {
      padding: 12px;
      text-indent: 0;
      width: 150px; }

.form-multiple-groups--date select.form-control:not([size]):not([multiple]) {
  margin-top: 0;
  margin-top: initial; }

/* ===============================================================================
                     sortcode white-label styling
================================================================================ */
.field .form-multiple-groups--sortcode .form-group {
  display: inline-block; }
  .field .form-multiple-groups--sortcode .form-group::after {
    content: '-';
    display: inline-block; }
  .field .form-multiple-groups--sortcode .form-group:last-child::after {
    content: none; }
  .field .form-multiple-groups--sortcode .form-group input {
    display: inline-block;
    margin-top: 0;
    width: 60px; }

/* ===============================================================================
                            Dropdown styling
================================================================================ */
.form-check-dropdown select {
  border: solid 1px #767676;
  color: #767676; }

.form-check-dropdown select[type='dropdown'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: '';
  background-position: center right;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 42px;
  padding: 0 45px 0 10px;
  text-indent: 10px;
  _text-indent: 0;
  vertical-align: middle;
  width: 100%; }

/* ===============================================================================
                      slider input + accessibility
================================================================================ */
.field .slider-wrapper .slider-top .field-container {
  float: right;
  position: relative; }
  .field .slider-wrapper .slider-top .field-container .currency {
    margin: 31px 0 0 15px;
    position: absolute; }
  .field .slider-wrapper .slider-top .field-container input {
    padding: 0 18px 0 30px; }

.field .slider-wrapper .slider-bar .less-arrow,
.field .slider-wrapper .slider-bar .more-arrow {
  background-image: none; }

.field .slider-wrapper .slider-bar .slider-bar-info {
  height: 15px;
  margin-left: 0; }
  .field .slider-wrapper .slider-bar .slider-bar-info .info-first {
    float: left; }
  .field .slider-wrapper .slider-bar .slider-bar-info .info-last {
    float: right; }

.field .slider-wrapper .slider-bar .ui-slider-range {
  background: #970074;
  height: 6px; }

/* ===============================================================================
     Slider styling (Most of the styling inherited from c-143-filter.scss)
================================================================================ */
.slider-wrapper .sliders .slider-top input[type='tel'] {
  max-width: 100%;
  width: 108px; }

.slider-wrapper .sliders .slider-bar img.less-arrow:hover, .slider-wrapper .sliders .slider-bar img.more-arrow:hover {
  background-image: none; }

input[type='tel'].slider {
  max-width: 300px;
  padding-left: 30px; }
  input[type='tel'].slider:hover {
    border: 1px solid #324757;
    padding: 0 0 0 30px; }

.c-117-slider-parent {
  display: flex; }
  .c-117-slider-parent .rangeslider {
    background: #767676;
    display: block;
    position: relative; }
    .c-117-slider-parent .rangeslider__fill, .c-117-slider-parent .rangeslider__fill__bg {
      background: #767676;
      border-radius: 10px;
      display: block;
      height: 6px;
      position: absolute;
      width: 100%; }
    .c-117-slider-parent .rangeslider__fill {
      background: #970074; }
    .c-117-slider-parent .rangeslider--horizontal {
      height: 20px;
      width: 100%; }
    .c-117-slider-parent .rangeslider--vertical {
      height: 100%;
      max-height: 100%;
      min-height: 150px;
      width: 20px; }
    .c-117-slider-parent .rangeslider--disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4; }
    .c-117-slider-parent .rangeslider-active .rangeslider__handle {
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
      background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
      background-size: 100%; }
    .c-117-slider-parent .rangeslider__handle {
      background: #0040bb;
      background-size: 100%;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 30px;
      position: absolute;
      width: 30px; }
      .c-117-slider-parent .rangeslider__handle:active {
        background: #0040bb; }
      .c-117-slider-parent .rangeslider__handle::after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
        background-size: 100%;
        border-radius: 50%;
        bottom: 0;
        content: '';
        display: block;
        height: 30px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
      .c-117-slider-parent .rangeslider__handle:active {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
        background-size: 100%; }
  .c-117-slider-parent .rangeslider--horizontal .rangeslider__fill {
    height: 100%;
    top: 0; }
  .c-117-slider-parent .rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y; }
  .c-117-slider-parent input[type=range] {
    display: none; }
  .c-117-slider-parent input[type='range']:focus + .rangeslider .rangeslider__handle {
    box-shadow: 0 0 8px rgba(255, 0, 255, .9); }
  .c-117-slider-parent .slider-bar-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
  .c-117-slider-parent .pound-symbol .slider-bar-info .info-last::before {
    content: '\A3';
    margin-right: -3px; }
  .c-117-slider-parent.rangeSlider .slider-top {
    zoom: 1; }
    .c-117-slider-parent.rangeSlider .slider-top::before {
      content: '';
      display: block; }
    .c-117-slider-parent.rangeSlider .slider-top::after {
      clear: both;
      content: '';
      display: table; }
  .c-117-slider-parent.rangeSlider .slider-bar,
  .c-117-slider-parent.rangeSlider .rangeSlider__fieldset {
    zoom: 1;
    clear: both;
    outline: 0;
    overflow: visible;
    padding: 0 60px;
    position: relative;
    width: 100%; }
    .c-117-slider-parent.rangeSlider .slider-bar::before,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset::before {
      content: '';
      display: block; }
    .c-117-slider-parent.rangeSlider .slider-bar::after,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset::after {
      clear: both;
      content: '';
      display: table; }
    .c-117-slider-parent.rangeSlider .slider-bar .rangeslider,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .rangeslider {
      position: relative; }
    .c-117-slider-parent.rangeSlider .slider-bar .slider-widget,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .slider-widget {
      zoom: 1;
      background: #b2b2b2;
      border-radius: 2px;
      cursor: pointer;
      height: 6px;
      margin-bottom: 24px;
      margin-top: 24px;
      position: relative;
      width: 100%; }
      .c-117-slider-parent.rangeSlider .slider-bar .slider-widget::before,
      .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .slider-widget::before {
        content: '';
        display: block; }
      .c-117-slider-parent.rangeSlider .slider-bar .slider-widget::after,
      .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .slider-widget::after {
        clear: both;
        content: '';
        display: table; }
    .c-117-slider-parent.rangeSlider .slider-bar .less-arrow,
    .c-117-slider-parent.rangeSlider .slider-bar .more-arrow,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .less-arrow,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .more-arrow {
      background-size: 27px;
      border-radius: 50%;
      cursor: pointer;
      height: 27px;
      position: absolute;
      text-indent: -999px;
      top: -15px;
      width: 27px; }
      .c-117-slider-parent.rangeSlider .slider-bar .less-arrow img,
      .c-117-slider-parent.rangeSlider .slider-bar .more-arrow img,
      .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .less-arrow img,
      .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .more-arrow img {
        height: inherit;
        opacity: 0;
        width: inherit; }
    .c-117-slider-parent.rangeSlider .slider-bar .less-arrow,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .less-arrow {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAG5JREFUWAnt1rENgDAMRFEbZUtguYQ9g8gCn9KRftpzYT1fkYyzzyj0jkK7rFVciC6ikEIkQLkdUogEKLdDCpEA5Y0Gvnw+958xnMlr4IylJqJyQumfGm5W7mQuBBcLhRQiAcrtkEIkQLkd2k7oBayOB0HBeZT3AAAAAElFTkSuQmCC");
      left: 0; }
    .c-117-slider-parent.rangeSlider .slider-bar .less-arrow:hover,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .less-arrow:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAGtJREFUWAntlsENgDAMAxPEmGU62DNtWeB4BunytR/W2Y9krYtGdzTK8kYxEDUiIQkRAdLdkISIAOluSEJEgPSTDFvPcX+xoaeeCz2OmhC1I5T+1NBZu8oMBI2FhCREBEh3QxIiAqS7od8RmklHC0GWurn9AAAAAElFTkSuQmCC"); }
    .c-117-slider-parent.rangeSlider .slider-bar .more-arrow,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .more-arrow {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAJhJREFUWAntluEKgCAMhF30ltXLVe9pEOyH4rhF/bjg/DPcRM5vp2hl2WshGhORlluKBKGOiJAIIQKoTuehGSlG9XpuzRJbj2b+dEJHSIJQC0Xod4Qs8x/qrzY6ZVTPPAnyUETP83SEUh5y9aPY+yvjk9E+nqMjJEHemiiKUETG83SEXl97P9lXkY6QBKHWipAIIQKoTuehC5pDETedOO0HAAAAAElFTkSuQmCC");
      right: 0; }
    .c-117-slider-parent.rangeSlider .slider-bar .more-arrow:hover,
    .c-117-slider-parent.rangeSlider .rangeSlider__fieldset .more-arrow:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAJZJREFUWAntllEKgCAQRDM6Zp2u7mkRzIfiMhv1McH4s7grMr4dxVKvMQmNWUjLLcWCWEdMyIQYAVaX89DCFLN6WfdmST22Zv50IkfIglgLTeh3hErmP9RfbXbKqJ55EuyhiB7ycoRSHoL6Uez9lfHJaB/k5AhZEFoTRROKyCAvR+j1tcfJvopyhCyItdaETIgRYHU5D53sIBk3Vf2bOwAAAABJRU5ErkJggg==");
      right: 0; }

/* ===============================================================================
                                  Range input
================================================================================ */
input[type=range] {
  background-color: #fff;
  background-image: linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-size: 50% 100%; }

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  background: transparent; }

input[type=range]::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  background: transparent; }

input[type=range]::-ms-track {
  appearance: none;
  background: transparent; }

/* ===============================================================================
---------------------------------------------------------------------------------
                               Tooltip white-label
---------------------------------------------------------------------------------
================================================================================ */
.help {
  border-bottom: 1px dashed #999;
  color: #000;
  cursor: help;
  position: relative;
  text-decoration: none; }
  .help:focus {
    pointer-events: none; }
    .help:focus .lbg-tooltip {
      bottom: 28px;
      opacity: 1;
      overflow: visible;
      pointer-events: auto;
      visibility: visible; }
  .help.focused {
    pointer-events: none; }
    .help.focused .calc-tooltip {
      bottom: 28px;
      display: block;
      opacity: 1;
      overflow: visible;
      pointer-events: auto; }
  .help.icon {
    border: 0; }
    .help.icon .link-text {
      white-space: nowrap; }
      .help.icon .link-text::before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px; }
  .help .calc-tooltip,
  .help .lbg-tooltip {
    background: #fff;
    bottom: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    left: 20%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    transition: 0.3s ease bottom, 0.6s ease opacity;
    z-index: 5; }
    .help .calc-tooltip .tooltip-container,
    .help .lbg-tooltip .tooltip-container {
      background: #fff;
      border: 3px solid #333;
      color: #333;
      cursor: default;
      left: -129px;
      padding: 15px;
      position: relative;
      width: 288px; }
    .help .calc-tooltip .tooltip-content,
    .help .lbg-tooltip .tooltip-content {
      font-size: 16px; }
      .help .calc-tooltip .tooltip-content span,
      .help .lbg-tooltip .tooltip-content span {
        font-size: 16px;
        margin-bottom: 10px; }
        .help .calc-tooltip .tooltip-content span.header,
        .help .lbg-tooltip .tooltip-content span.header {
          font-size: 20px;
          width: 80%; }
    .help .calc-tooltip .btn-close,
    .help .lbg-tooltip .btn-close {
      border-radius: 50%;
      cursor: pointer;
      position: absolute;
      right: 10px;
      text-align: center;
      top: 10px; }
      .help .calc-tooltip .btn-close::after,
      .help .lbg-tooltip .btn-close::after {
        color: #333;
        content: 'X';
        font-size: 16px;
        font-weight: bold;
        speak: none;
        text-transform: none; }
      .help .calc-tooltip .btn-close:hover::after,
      .help .lbg-tooltip .btn-close:hover::after {
        color: #333; }
    .help .calc-tooltip span,
    .help .lbg-tooltip span {
      display: block; }

.calc-tooltip,
.lbg-tooltip {
  display: none; }
  .calc-tooltip .bubble-arrow,
  .lbg-tooltip .bubble-arrow {
    bottom: 0;
    position: absolute; }
    .calc-tooltip .bubble-arrow .bubble-arrow-border,
    .lbg-tooltip .bubble-arrow .bubble-arrow-border {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #333;
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }

.form-element-container .static-number-value {
  display: block; }

@media all and (max-width: 480px) {
  .help {
    position: static; }
    .help .calc-tooltip {
      bottom: 49%;
      left: 16px;
      position: fixed;
      right: 16px; }
      .help .calc-tooltip .tooltip-container {
        left: 0;
        width: 100%; }
      .help .calc-tooltip .bubble-arrow {
        display: none; }
    .help .focused .calc-tooltip {
      bottom: 50%;
      opacity: 1;
      visibility: visible; } }

/* ===============================================================================
                      Form validation error styling
================================================================================ */
.error-summary .error-summary-detail {
  padding: 24px 0 30px; }
  .error-summary .error-summary-detail .error-header {
    margin-bottom: 12px; }
  .error-summary .error-summary-detail .error-message {
    color: #dc2a4d;
    margin-bottom: 12px; }
  .error-summary .error-summary-detail .error-details ul {
    list-style-position: inside;
    padding-left: 18px; }
    .error-summary .error-summary-detail .error-details ul li a {
      color: #dc2a4d; }

/*# sourceMappingURL=c-117-form-elements.css.map*/
.accordion {
  width: 100%; }
  .accordion .c-103-rich-text ul p {
    margin-top: 8px; }
  .accordion h3 {
    margin: 30px 0 12px; }
  .accordion.author-view .accordion-list-item-panel {
    max-height: inherit;
    overflow: visible;
    visibility: visible; }
  .accordion.author-view .accordion-list-item-link::before,
  .accordion.author-view .accordion-list-item-link a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .accordion-list-item-panel {
    transition: max-height 350ms ease-out;
    background-color: #fff;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 9px;
    visibility: hidden; }
    .accordion-list-item-panel .container-fluid {
      margin: 0;
      max-width: none;
      max-width: initial;
      min-width: 0;
      padding: 0; }
      .accordion-list-item-panel .container-fluid:first-of-type {
        margin: 0;
        max-width: none;
        max-width: initial;
        min-width: 0;
        padding: 0; }
    .accordion-list-item-panel .row {
      margin: 0;
      padding: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .accordion-list-item-panel {
        display: flex;
        flex-flow: row wrap; }
        .accordion-list-item-panel > * {
          flex: 1 100%; } }
    @media print {
      .accordion-list-item-panel {
        max-height: 100%;
        visibility: visible; } }
    .accordion-list-item-panel .row + .row {
      padding-top: 60px; }
    .accordion-list-item-panel .c-106-grid-layout {
      padding: 0; }
      .accordion-list-item-panel .c-106-grid-layout .row {
        padding-bottom: 30px;
        padding-left: 0;
        padding-top: 0; }
      .accordion-list-item-panel .c-106-grid-layout .row + .row {
        padding-top: 60px; }

@-moz-document url-prefix('') {
  .accordion-list-item-panel {
    display: grid; } }
  .accordion-list-item {
    background-color: #fff;
    height: 100%;
    list-style-type: none;
    position: relative;
    width: 100%; }
    .accordion-list-item.active .accordion-list-item-panel {
      overflow: visible;
      visibility: visible; }
      @media print {
        .accordion-list-item.active .accordion-list-item-panel {
          display: block; } }
    .accordion-list-item.active > .accordion-list-item-panel,
    .accordion-list-item.active > .accordion-list-item-link {
      transition: max-height 350ms ease-out; }
      .accordion-list-item.active > .accordion-list-item-panel a::before,
      .accordion-list-item.active > .accordion-list-item-link a::before {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .accordion-list-item-link {
    cursor: pointer;
    display: block;
    width: 100%; }
    .accordion-list-item-link + .accordion-list-item-link {
      border-top: 1px solid #ccc; }
    .accordion-list-item-link a {
      align-items: center;
      display: flex;
      width: 100%; }
      @media (min-width: 884px) {
        .accordion-list-item-link a {
          padding: 24px 48px 18px 24px; } }

@media (min-width: 651px) {
  .accordion.tab-view .accordion-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative; }
    .accordion.tab-view .accordion-list-item-panel {
      display: none;
      max-height: inherit;
      top: 100%; }
  .accordion.tab-view .accordion-list-item {
    height: 100%;
    text-align: center;
    width: auto; }
    .accordion.tab-view .accordion-list-item-link {
      align-items: center;
      background-image: none;
      display: inline-flex;
      height: 100%;
      justify-content: center;
      width: auto; }
  .accordion.tab-view .accordion-tab-view-container .accordion-list-item-panel {
    overflow: visible; }
  .accordion.tab-view .accordion-tab-view-container > * {
    display: block;
    visibility: visible; } }

@media (min-width: 884px) {
  .accordion .accordion-list {
    margin: 0;
    padding: 0; }
  .accordion.tab-view {
    border-bottom: 0;
    border-top: 0;
    position: relative; }
    .accordion.tab-view .accordion-list {
      background-color: transparent;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin: 0;
      position: inherit; }
      .accordion.tab-view .accordion-list-item {
        display: inline-flex;
        height: 100%;
        text-align: center;
        width: auto; }
        .accordion.tab-view .accordion-list-item .accordion-list-item-link {
          align-items: center;
          background-image: none;
          display: inline-flex;
          height: 72px;
          justify-content: center;
          width: auto; }
          .accordion.tab-view .accordion-list-item .accordion-list-item-link a {
            height: 72px;
            justify-content: center;
            padding: 0 24px; }
        .accordion.tab-view .accordion-list-item.active > .accordion-list-item-link {
          background-color: #fff; }
          .accordion.tab-view .accordion-list-item.active > .accordion-list-item-link a {
            color: #333; }
        .accordion.tab-view .accordion-list-item.active > .accordion-list-item {
          border: 0; }
    .accordion.tab-view .accordion-tab-view-container .accordion-list-item-panel {
      max-height: inherit;
      padding-top: 30px;
      top: 100%; }
      .accordion.tab-view .accordion-tab-view-container .accordion-list-item-panel > .c-103-rich-text {
        margin-bottom: 30px; }
  .accordion:not(.tab-view) .accordion-list-item.active > .c-103-rich-text {
    margin-bottom: 24px; }
  .accordion:not(.tab-view) .accordion-list-item-link a {
    position: relative; }
    .accordion:not(.tab-view) .accordion-list-item-link a::before, .accordion:not(.tab-view) .accordion-list-item-link a::after {
      background-color: #333;
      content: ' ';
      position: absolute;
      transition: -webkit-transform .25s ease-out;
      transition: transform .25s ease-out;
      transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
    .accordion:not(.tab-view) .accordion-list-item-link a::before {
      height: 18px;
      margin-left: -2px;
      margin-top: -9px;
      right: 31px;
      top: 50%;
      width: 4px; }
    .accordion:not(.tab-view) .accordion-list-item-link a::after {
      height: 4px;
      margin-top: -2px;
      right: 24px;
      top: 50%;
      width: 18px; }
  .accordion:not(.tab-view) .accordion-list-item-panel > *:first-child {
    padding-top: 24px; }
  .accordion:not(.tab-view) .accordion-list-item-panel > .c-103-rich-text {
    margin-bottom: 0; }
  .accordion:not(.tab-view) .accordion-list-item .accordion-list-item-access {
    border-top: 1px solid #ccc; }
  .accordion-list-item-panel .row > [class*='col-']:not(:only-child):first-child:nth-last-child(2) {
    padding-right: 30px; }
    .accordion-list-item-panel .row > [class*='col-']:not(:only-child):first-child:nth-last-child(2) ~ * {
      padding-left: 30px; }
  .accordion-list-item-panel .row > [class*='col-']:not(:only-child):first-of-type {
    padding-right: 45px; }
  .accordion-list-item-panel .row > [class*='col-']:not(:only-child):last-of-type {
    padding-left: 45px; } }

@media (max-width: 883px) {
  .accordion.tab-view .accordion-list {
    display: block; }
  .accordion.tab-view .accordion-list-item {
    text-align: left;
    width: 100%; }
  .accordion.tab-view .accordion-list-item-link {
    width: 100%; }
  .accordion.tab-view .accordion-list-item-panel {
    display: block;
    max-height: 0;
    top: auto; } }
  @media all and (max-width: 883px) and (-ms-high-contrast: none), (max-width: 883px) and (-ms-high-contrast: active) {
    .accordion.tab-view .accordion-list-item-panel {
      display: flex;
      flex-flow: row wrap; }
      .accordion.tab-view .accordion-list-item-panel > * {
        flex: 1 100%; } }

@media (max-width: 883px) {
  @-moz-document url-prefix('') {
    .accordion.tab-view .accordion-list-item-panel {
      display: grid; } }
  .accordion-list-item + .accordion-list-item {
    border-top: 1px solid #ccc; }
  .accordion-list-item-panel {
    border-top: 0; }
  .accordion-list-item-link {
    padding: 0; }
    .accordion-list-item-link a {
      position: relative;
      padding-left: 18px;
      padding-right: 48px; }
      .accordion-list-item-link a::before, .accordion-list-item-link a::after {
        background-color: #333;
        content: ' ';
        position: absolute;
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
      .accordion-list-item-link a::before {
        height: 18px;
        margin-left: -2px;
        margin-top: -9px;
        right: 31px;
        top: 50%;
        width: 4px; }
      .accordion-list-item-link a::after {
        height: 4px;
        margin-top: -2px;
        right: 24px;
        top: 50%;
        width: 18px; }
    .accordion-list-item-link::before {
      right: 25px; }
    .accordion-list-item-link::after {
      right: 18px; }
  .accordion.tab-view .accordion-list-item-panel > *:first-child {
    padding-top: 24px; }
  .accordion.tab-view .accordion-list-item-panel > .c-103-rich-text {
    margin-bottom: 24px; }
  .accordion:not(.tab-view) .accordion-list-item-panel > *:first-child {
    padding-top: 24px; }
  .accordion:not(.tab-view) .accordion-list-item-panel > .c-103-rich-text {
    margin-bottom: 24px; }
  .accordion.author-view .accordion-list-item-link:hover {
    background-color: transparent; } }

@media (max-width: 767px) {
  .accordion-list-item-link a::before {
    right: 25px; }
  .accordion-list-item-link a::after {
    right: 18px; } }

.c-114-anchor-list ol {
  list-style-position: inside;
  padding: 10px 10px 10px 0; }

.c-114-anchor-list li {
  overflow: hidden;
  padding-bottom: 8px; }
  .c-114-anchor-list li a {
    display: inline; }

.c-114-anchor-details ol {
  list-style-position: inside;
  margin-top: 8px; }

.c-114-anchor-details li {
  display: flex;
  overflow: hidden;
  padding-bottom: 8px; }
  .c-114-anchor-details li .anchor-list__counter {
    margin-right: 8px;
    padding-top: 10px;
    word-break: normal; }

.c-114-anchor-details .content-wrapper ol:nth-of-type(1) > li h5:nth-of-type(1) {
  display: inline; }
  .c-114-anchor-details .content-wrapper ol:nth-of-type(1) > li h5:nth-of-type(1) + * {
    margin-top: 9px; }

.c-114-anchor-details h3,
.c-114-anchor-details h5 {
  margin-bottom: 9px;
  margin-top: 9px; }

.c-114-anchor-details .back-to-top {
  display: inline-block;
  margin: 23px 0 18px;
  padding-right: 22px;
  position: relative; }
  .c-114-anchor-details .back-to-top::after {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chevron-Down' fill='%23cccccc'%3E%3Cpolygon id='Fill-1' transform='translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) ' points='4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 14px;
    content: '';
    height: 16px;
    margin-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px; }

@charset "UTF-8";
table {
  border-collapse: collapse; }
  table th {
    background-color: #ccc;
    border: 1px solid #ddd;
    padding-bottom: 12px;
    padding-top: 15px;
    text-align: left; }
  table td {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-bottom: 15px;
    vertical-align: top; }
  @media (min-width: 768px) {
    table th,
    table td {
      padding-left: 15px;
      padding-right: 24px; } }

.table-container {
  padding: 18px 0 0; }
  .table-container table {
    border-collapse: collapse;
    width: 100%; }
    .table-container table th {
      background-clip: padding-box;
      border-collapse: collapse;
      position: relative;
      width: 100%; }
    .table-container table .table--header-content {
      display: table-cell;
      vertical-align: text-top; }
      .table-container table .table--header-content p {
        margin-bottom: 36px; }
        .table-container table .table--header-content p:first-child {
          display: inline; }
    .table-container table ul:not(.tertiary-links-wrapper):not([class*='list-style-']) > li {
      list-style-type: none; }
      .table-container table ul:not(.tertiary-links-wrapper):not([class*='list-style-']) > li::before {
        content: '\2022';
        display: inline-block;
        width: 1em; }
    .table-container table--no-header table thead,
    .table-container table--no-header table .table-cell-heading {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .table-container table .table--sort-icons {
      bottom: 9px;
      display: block;
      height: 32px;
      padding-top: 13px;
      position: relative; }
      .table-container table .table--sort-icons .table--display-none {
        display: none; }
      .table-container table .table--sort-icons button {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0 none;
        cursor: pointer;
        display: block;
        height: 5px;
        padding-left: 0;
        width: 10px; }
        .table-container table .table--sort-icons button:first-child {
          margin-bottom: 3px; }
      .table-container table .table--sort-icons .table--up-sort {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' %3E%3Ctitle%3E Icon_sort_arrow_up%3C/title%3E%3Cdesc%3E Created with Sketch.%3C/desc%3E%3Cg fill='none'%3E%3Cpolygon points='5 0 10 5 0 5' fill='%23cccccc'/%3E%3C/g%3E%3C/svg%3E"); }
      .table-container table .table--sort-icons .table--down-sort {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' %3E%3Ctitle%3E Icon_sort_arrow_up%3C/title%3E%3Cdesc%3E Created with Sketch.%3C/desc%3E%3Cg fill='none'%3E%3Cpolygon points='5 0 10 5 0 5' fill='%23cccccc'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    @media all and (min-width: 768px) {
      .table-container table td.table-column--highlight {
        background-color: #ccc; } }
    @media screen and (max-width: 767px) {
      .table-container table tbody tr td {
        background: #fff; } }
    .table-container table tbody strong {
      font-weight: normal; }
    .table-container table tbody .table-row--highlight {
      background-color: #ccc; }
    @media screen and (max-width: 767px) {
      .table-container table td,
      .table-container table th {
        border: 0; } }
  .table-container thead tr {
    background-color: #ccc; }
    .table-container thead tr th {
      text-align: left; }
  .table-container tbody tr {
    background: #fff; }
    .table-container tbody tr:last-child {
      border-bottom: 0; }
    .table-container tbody tr td {
      padding-top: 0;
      vertical-align: top; }
      .table-container tbody tr td h3 {
        margin-bottom: 16px; }
      .table-container tbody tr td *:last-child {
        margin-bottom: 0; }
    .table-container tbody tr:first-child td:first-child :nth-child(2) {
      margin-top: 14px; }
  .table-container--subtotal thead tr th {
    padding-left: 24px;
    padding-top: 15px; }
  .table-container--subtotal tbody tr td {
    padding-bottom: 12px;
    padding-left: 24px; }
    .table-container--subtotal tbody tr td:last-child p {
      padding-right: 8px;
      text-align: right; }
  .table-container--subtotal tbody p {
    font-weight: normal; }
  .table-container--subtotal tfoot tr {
    background-color: #ccc; }
    .table-container--subtotal tfoot tr td {
      padding: 18px 18px 18px 24px;
      vertical-align: top; }
      .table-container--subtotal tfoot tr td p {
        margin: 0; }
      .table-container--subtotal tfoot tr td:last-child p {
        padding-right: 8px;
        text-align: right; }
  .table-container--financial thead tr th {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-top: 24px; }
    .table-container--financial thead tr th:last-child span {
      display: inline-block;
      padding-right: 6px;
      padding-top: 9px;
      text-align: right;
      width: 100%; }
  .table-container--financial tbody tr td {
    padding-bottom: 10px;
    padding-left: 24px;
    padding-top: 0;
    vertical-align: middle; }
    .table-container--financial tbody tr td:last-child p {
      padding-right: 6px;
      text-align: right; }
      .table-container--financial tbody tr td:last-child p img {
        height: auto;
        margin-top: 0;
        width: 100%; }
      .table-container--financial tbody tr td:last-child p .fin-img--container {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        float: left;
        height: 36px;
        margin-top: 0;
        width: 36px; }
      .table-container--financial tbody tr td:last-child p::after {
        clear: both;
        content: '';
        display: table; }
  .table-container--financial tfoot tr td {
    padding: 18px 18px 16px 24px;
    vertical-align: middle; }
    .table-container--financial tfoot tr td p {
      margin: 0; }
    .table-container--financial tfoot tr td:last-child p {
      padding-right: 6px;
      text-align: right; }
      .table-container--financial tfoot tr td:last-child p img {
        height: auto;
        margin-top: 0;
        width: 100%; }
      .table-container--financial tfoot tr td:last-child p .fin-img--container {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        float: left;
        height: 36px;
        margin-top: 4px;
        width: 36px; }
      .table-container--financial tfoot tr td:last-child p::after {
        clear: both;
        content: '';
        display: table; }

.c-113-table .table-filter {
  background: #ddd;
  padding: 24px; }
  .c-113-table .table-filter .table-filter-container {
    align-items: center;
    display: flex; }
    .c-113-table .table-filter .table-filter-container .table-filter-label {
      padding-right: 12px; }
    .c-113-table .table-filter .table-filter-container .table-filter-dropdown {
      padding-right: 50px; }

.table-column--highlight {
  background-color: #fff; }

.fin-img--plus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAsVBMVEUAAAD////X19fY2NjW1tbW1tbX19fX19fX19fW1tbY2NjX19fW1tbW1tbf39/Y2NjX19fX19fc3Nzl5eXs7Ozy8vL4+Pj6+vr8/Pz////q6urX19fW1tbY2Njk5OTw8PD7+/v////X19ff39/v7+/9/f3Z2dnX19fg4OD09PT////X19fX19fa2trX19fr6+v+/v7Y2NjX19f39/fY2NjX19fp6ekzMzPY2NjX19f///8AtSR9AAAAO3RSTlMAAjNiibDR3+z5Gm3v/whbuf3//////////wx05/7///8Ecv///zzS//8Gkv4izP//QvD/VWX//26xA1Hgl3EAAAH5SURBVHgBpNNTAmQ5GEDhlHnqGn/ZtmZ6/wtru69z3vPFKqFSuVKt1RvNVqvZqNeqlXJJFajdqXX5q26t086n9AzTAmzH9fwgFAkD33MdG7BMo5eZ6Q+GMBpPpvJX08l4BMNBPxMzmzdhsVxJZKvlAprzWbqz3sB2JwnttrBZq+T2hyP2VyaRsjke9knO6czxcpXUrpcj51O8c7tjPyRTD5v7Lc55thivJGOrMa1ntPOyeEuO3livyPVYuJIrFytiTbdWshMttW5/O6c7b8ndm/tfd7c/M5YCjTnv/4AO2Csp0Mrm8Me/OB4fUqjH8fjbb5ltuEjBLmx+/eA59lUKdrWZ/3D6TXZSuB3N/ndowFY02jJQX+sN2YlGO4a9r5DBQpL673OS1ALjK2Sy1IOWmF+ctjVa6UGrkdX+DP3PWPQgGdP5DH1gogtNqClV6jLVhaZ0S6qMLbqQ2JRVBUcfcqioKq4+5FJVNTx9yKOm6vj6kE9dNQj0oYCGahJGD44uGg1pqhaiDwmtT6zYBQHAMAAEMf+uYyICtvLDvR+1pa3Nfse/LuR7Iu3RNhlZwraktol/s6NlkNeyW4hosSYErRX9Whhd8XgF9lYhVqlZNWsVv1lFfzn+df0BhIc0HmSJ2CeAqI/GDAy4LCwxB+ssgYN1ZAArUoYPAQyFrjiUZTgBAAAAAElFTkSuQmCC");
  background-position: -1px;
  background-repeat: no-repeat;
  background-size: 36px 36px; }

.fin-img--minus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAsVBMVEUAAAD////X19fY2NjW1tbW1tbX19fX19fX19fW1tbY2NjX19fW1tbW1tbf39/Y2NjX19fX19fc3Nzl5eXs7Ozy8vL4+Pj6+vr8/Pz////q6urX19fW1tbY2Njk5OTw8PD7+/v////X19ff39/v7+/9/f3Z2dnX19fg4OD09PT////X19fX19fa2trX19fr6+v+/v7Y2NjX19f39/fY2NjX19fp6enY2NjX19czMzP///8L6RKOAAAAO3RSTlMAAjNiibDR3+z5Gm3v/whbuf3//////////wx05/7///8Ecv///zzS//8Gkv4izP//QvD/VWX/brH/A7wzATYAAAHsSURBVHgBpM5VouJQEATQxrWAeBqJe4I+3//Cxn3i9/yXUI3BcDSeTGfzxWI+m07Go+GAeliuJmv8Yz1ZLamTzXYnAZAVVdMNk9k0dE1VZADSbruhtvaHI3CybIf/4djWCTge9tSG680BPwi5VBj4wNxzqVEUA0nKNdIEiCOql+UF5JQbpDKKPKMa5wuK640b3a4FLmeqdH9AfuJWnmQ87lTheQEr5JZCC4tnKvUi4ZU7eIX0UvpHgsqdqJBKPt0XULkjFYs7/eP8wCt39orHmf6SXWBxDxYuGf0phxxyD6GMnP4QFcUT9/JUFBH94sa4ck9XxC795EG+cU83GR79sJ8j5d5SzPf03QEJC0hwoG82R6QsIMVxQ19t4bMQH1v6aoeAhQTY0RdL6RSykPAkLYnoDRYLsrAionfYLMjGhGiwhsOCHKwHNITMwmQMaQSFhSkY0RgqC1Mxpgk0FqZhQlPoLEzHlGYwWJiBGc1hcpmPClzGxJwWYPEixuIzK3ZBADAMAEHMv+uYiICt/HDtR21pb7Pb8a8L2Z5Ie7RPRpqwNal94t/sqBnks+wRIm6seUGrRb8XRls8foH9VYhWal7NSsUvVNFQjkNdjwDhI40PWQL2+SDqozEDAy5zC8zBOgvgYB0ZwIqU4UMA0Jih0cD3rQAAAAAASUVORK5CYII=");
  background-position: -1px;
  background-repeat: no-repeat;
  background-size: 36px 36px; }

.fin-img--equal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAsVBMVEUAAAD////////////////f39/q6urY2Nja2trX19fZ2dnY2NjY2NjY2NjY2NjX19fX19fY2NjX19fX19fW1tbX19fW1tbX19fX19fX19fX19fX19fX19fW1tbX19fW1tbX19fW1tbX19fX19fY2NgzMzPW1tbc3Nzf39/g4ODk5OTl5eXp6enr6+vs7Ozv7+/w8PDy8vL09PT39/f4+Pj6+vr7+/v8/Pz9/f3+/v7///+x7YUvAAAAJXRSTlMAAgMEBggMGiIzPEJVW2JlbW5ydImSsLG5zNHS3+fs7/D5/f7+hcJ44wAAAglJREFUeNqtmIl2okAQRduJiUGjMS6oiCjgvFZwRVCs//+wOcOsMaJC1f2Aexq6a1U3qBitnmnZjus6tmX2WkZFlaDWNqe4YGq2a8Usz82hB0CHm32cnIhOSbzfhBqAN2w+P6x56U6AebA70gXHXTAHJt2XhzRPHQdYbFO6SrpdAE7n6b6nPgaWEd0gWgLj+h1Nte9DR3SHSMPvV295Xkfw12e6y3ntY/Sa72nMoA/0EAeNWSPP8+YiSOlB0gDu23XPu4cVFWAF7/3qeTxsqBAbeFfO1HAzT0GT2/hyXzOsqDArzC7urjpCQCUIMPr8nvrQKZUg1eh/igvfP1ApDr5f/y9Ox1hTSdYY/4vgDvSZSnLW6PzNPw4iKk0E509+6mJJDJbo/s6rE0TEIMLkV/ZtYkEsFmhmoiG2xGKLYVZ3vHlKLNK597NKfSAgJgHaSqkBdsRkB1OpyhRHYnLEtKIMaGKjYagWQmIToqV6OYnxew45qbKnTOz5oj1MZSHmi2JYykbCFyWwlYMTsTnBUS5IALhiIrFPy342mwR2dv1sYlhiD1IuRFoI2aIsaA1ovkjDEEtsUqlWLPmLlSOpAilWssWaCKm2RrjR4rd+0s0ovz2Wb9j5I4T8UMMfs/iDn/woyh+O+eO67AKBv9KQXrLIr33kF1Hyq7GM2sfg67Ju0K6pEnwrsj78AZ2gY/Kf7YiHAAAAAElFTkSuQmCC");
  background-position: -1px;
  background-repeat: no-repeat;
  background-size: 36px 36px; }

.fin-img--multiply {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAA3lBMVEUAAAD////////////////f39/q6urY2Nja2trX19fZ2dnY2NjY2NjY2NjY2NjX19fX19fY2NjX19fX19fW1tbX19fW1tbX19fX19fX19fX19fX19fX19fW1tbX19fW1tbX19fW1tbX19fX19fY2NgzMzM2NjY3NzdMTExVVVVYWFhZWVlbW1tvb290dHS0tLS6urq/v7/Ozs7Pz8/W1tbc3Nzf39/g4ODk5OTl5eXp6enr6+vs7Ozt7e3v7+/w8PDy8vL09PT39/f4+Pj6+vr7+/v8/Pz9/f3+/v7///9kf06NAAAAJXRSTlMAAgMEBggMGiIzPEJVW2JlbW5ydImSsLG5zNHS3+fs7/D5/f7+hcJ44wAAAp5JREFUeNqt2Flb4jAUBuAyLoAIIktlLbQFcUZn3L5AkQ47lPP//5A+MJpHpkmg6XfZixcKJyfJMSRJpHMls9awbNtq1MxSLp0wIiSZN1vYS8vMJ49TzrIVBwAb+tPFck20Xi6m/pABcCrZs4OZ82IT6HiTFe1lNfE6QLN4fhBzUrCA/jig0ATjPmAVTtTORR0YzEiS2QCoXyiY07ILxhkRxeCWT2VOqgp3tCFlNiMX1ZTYybTB5nRQ5gztjMi5tOEFdGACD/ZluHPl4I2OyBucq9Dv48Cno+LDCflOGVvgSCU7s++k2oL3UrxdO7VXP1V4FCEeqt/rqQwWRIEChvK3deG6c4qUuetecOekjhFFzAh1voILYJuo0Iah8NV/LMwocmawPvtTEQPSyADFf321iZkONENz132z6JNW+shuoQrGetAYle2+43TCa3H1sv/gVVCVHSf5AV3DC3f+3D59f/C79yxaKPkP6AaTcKfb3Urc6XYF0gSmYSRaWFFIXm67O4k7H7kPQj8UrYSRBqPQPH1J3Pn5l0LDkDZyGJJcUjs0RM4owSe5pHbIR8kwMSWFpHRoCtOoYUEK6VHl0AI1o4ElKaSuyqElGoaFNckltUNrWIYNkuZx69xJHSLYYojXD68CGWRhrXC4JH21BpYq545XpvjHlvz9vA55ZUr+fhNTlcMrU1aQJfhKRyn5KPFFK3G4JFm0aTCVo5YY0sLG9trjDpcehI1N2GrpuffpcOnXWNRqefMPke53DpcexsLmL9uOKFA+4NtRXBtkbFt2bIeIuI41MR+09I9+cR9G9Y/H8R/Y9a8Q8V9q9K9Z+he/+K+i+pdj/et6zAME/ZFG/EMW/bGP/iAq/tGYOsnrm/+HdTf5pBEhP44ZH74DZT02YlEnw+4AAAAASUVORK5CYII=");
  background-position: -1px;
  background-repeat: no-repeat;
  background-size: 36px 36px; }

.fin-img--divide {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAsVBMVEUAAAD////X19fY2NjW1tbW1tbX19fX19fX19fW1tbY2NjX19fW1tbW1tbf39/Y2NjX19fX19fc3Nzl5eXs7Ozy8vL4+Pj6+vr8/Pz////q6urX19fW1tbY2Njk5OTw8PD7+/v////X19ff39/v7+/9/f3Z2dnX19fg4OD09PT////X19fX19fa2trX19fr6+v+/v7Y2NjX19f39/fY2NjX19fp6enY2NjX19czMzP///8L6RKOAAAAO3RSTlMAAjNiibDR3+z5Gm3v/whbuf3//////////wx05/7///8Ecv///zzS//8Gkv4izP//QvD/VWX/brH/A7wzATYAAAHySURBVHgBpM5VouJQEATQxrWAeBqJe4I+3//Cxn3i9/yXUI3BcDSeTGfzxWI+m07Go+GAeliuJmv8Yz1ZLamTzXYnAZAVVdMNk9k0dE1VZADSbruhtvaHI3CybIf/4djWCTge9tSG680BPwi5VBj4wNxzqVEUA0nKNdIEiCOql+UF5JQbpDKKPKMa5wuK640b3a4FLmeqdH9AfuJWnmQ87lTheQEr5JZCC4tnKvUi4ZU7eIX0UvpHgsqdqJBKPt0XULkjFYs7/eP8wCt39orHmf6SXWBxDxYuGf0phxxyD6GMnP4QFcUT9/JUFBH94sa4ck9XxC795EG+cU83GR79sJ8j5d5SzPf03QEJC0hwoG82R6QsIMVxQ19t4bMQH1v6aoeAhQTY0RdL6RSykPAkLYnoDRYLsrAionfYXOvjC65lY0I0WMMRLXKwHtAQMosWsYwhjaCIFykY0RgqC1Mxpgk0FqZhQlPoLEzHlGYwWJiBGc1hcpmPClzGxJwWYPEixuIzK3ZBADAMAEHMv+uYiICt/HDtR21pb7Pb8a8L2Z5Ie7RPRpqwNal94t/sqBnks+wRIm6seUGrRb8XRls8foH9VYhWal7NSsUvVNFQjkNdjwDhI40PWQL2+SDqozEDAy5zC8zBOgvgYB0ZwIqU4UMA4v+l0ZZVI8sAAAAASUVORK5CYII=");
  background-position: -1px;
  background-repeat: no-repeat;
  background-size: 36px 36px; }

@media all and (max-width: 767px) {
  table .table-container thead {
    display: none; }
  table .table-container td {
    display: block; }
  table .table-container tbody tr:first-child {
    border-top: 1px solid #ccc; }
  table .table-container tbody tr:last-child {
    border-bottom: 1px solid #ccc; }
  table .table-container tbody tr:first-child td:first-child {
    padding-top: 12px; }
  table .table-container tbody tr td {
    padding-bottom: 0;
    padding-top: 9px; }
    table .table-container tbody tr td:first-child {
      padding-top: 18px; }
    table .table-container tbody tr td::before {
      margin-bottom: 0;
      margin-top: 0; }
    table .table-container tbody tr td *:first-child {
      margin-top: 4px;
      margin-top: 6px; }
    table .table-container tbody tr td:last-child {
      padding-bottom: 21px; }
  table .table-container--subtotal thead {
    display: table-row-group; }
    table .table-container--subtotal thead tr th {
      display: none;
      padding-bottom: 15px;
      padding-top: 15px; }
      table .table-container--subtotal thead tr th:first-child {
        display: block; }
  table .table-container--subtotal tbody tr td {
    display: block;
    padding-bottom: 0;
    padding-top: 0; }
    table .table-container--subtotal tbody tr td *,
    table .table-container--subtotal tbody tr td *:first-child {
      margin-top: 0; }
    table .table-container--subtotal tbody tr td::before {
      display: none; }
    table .table-container--subtotal tbody tr td:first-child {
      padding-bottom: 0;
      padding-top: 14px; }
    table .table-container--subtotal tbody tr td:last-child {
      padding-bottom: 12px;
      padding-top: 0; }
      table .table-container--subtotal tbody tr td:last-child p {
        padding-right: 0;
        text-align: left; }
  table .table-container--subtotal tfoot tr td {
    display: block;
    padding-bottom: 0;
    padding-top: 5px; }
    table .table-container--subtotal tfoot tr td:first-child {
      padding-bottom: 0;
      padding-top: 14px; }
    table .table-container--subtotal tfoot tr td:last-child {
      padding-bottom: 12px;
      padding-top: 0; }
      table .table-container--subtotal tfoot tr td:last-child p {
        padding-right: 0;
        text-align: left; }
  table .table-container--financial thead {
    display: table-row-group; }
    table .table-container--financial thead tr th {
      display: block;
      padding-bottom: 0;
      padding-top: 0; }
      table .table-container--financial thead tr th:first-child {
        padding-top: 28px; }
      table .table-container--financial thead tr th:last-child .table--header-content {
        padding-bottom: 27px;
        padding-top: 0;
        text-align: left; }
        table .table-container--financial thead tr th:last-child .table--header-content::before {
          content: '/ ';
          display: inline; }
  table .table-container--financial tbody tr td {
    display: block;
    padding-bottom: 0;
    padding-top: 0; }
    table .table-container--financial tbody tr td::before {
      display: none; }
    table .table-container--financial tbody tr td:first-child {
      padding-bottom: 0;
      padding-top: 8px; }
    table .table-container--financial tbody tr td:last-child {
      padding-bottom: 8px;
      padding-top: 0; }
      table .table-container--financial tbody tr td:last-child p {
        padding-right: 0;
        text-align: left; }
        table .table-container--financial tbody tr td:last-child p .fin-img--container {
          margin-right: 14px;
          margin-top: 4px; }
  table .table-container--financial tfoot tr td {
    display: block;
    padding-bottom: 0;
    padding-top: 5px; }
    table .table-container--financial tfoot tr td:first-child {
      padding-bottom: 0;
      padding-top: 14px; }
    table .table-container--financial tfoot tr td:last-child {
      padding-bottom: 8px; }
      table .table-container--financial tfoot tr td:last-child p {
        padding-right: 0;
        text-align: left; }
        table .table-container--financial tfoot tr td:last-child p .fin-img--container {
          margin-right: 14px; } }

@media (max-width: 767px) {
  .table-container thead {
    display: none; }
  .table-container tbody tr {
    display: block; }
  .table-container tbody .table--header-content {
    display: block;
    width: 100% !important; }
  .table-container tbody tr td :first child {
    margin-top: 13px; }
  .table-container td {
    display: block;
    padding: 22px 0 12px;
    width: 100% !important; }
    .table-container td:first-child {
      border-top: 1px solid #ccc;
      padding-top: 14px; }
      .table-container td:first-child * {
        margin-top: 6px; }
      .table-container td:first-child .table-cell-heading {
        margin-bottom: 12px;
        margin-top: 0; }
  .table-container tr {
    border: 0 none; }
    .table-container tr:first-child td:first-child {
      padding-top: 12px; }
    .table-container tr:last-child td:last-child {
      border-bottom: 1px solid #ccc; }
  .table-container--subtotal thead,
  .table-container--financial thead {
    display: table-row-group; }
  .table-container--subtotal td::before,
  .table-container--financial td::before {
    display: none; }
  .table-container--subtotal thead th {
    display: none; }
    .table-container--subtotal thead th:first-child {
      display: block; }
  .table-container--financial thead th {
    display: block; } }

@media (min-width: 768px) {
  .table-container {
    padding: 24px 0 0; }
    .table-container table th,
    .table-container table td {
      padding-left: 15px;
      padding-right: 24px; }
    .table-container .table-cell-heading {
      display: none; }
    .table-container tbody tr td {
      padding-bottom: 29px; }
      .table-container tbody tr td > div:first-of-type {
        margin-top: 14px; } }

table.responsive {
  background-color: #fff;
  padding: 18px 0 24px; }
  table.responsive caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.responsive div[data-type='responsive'] {
    width: 100%; }
  table.responsive .table-cell-details {
    margin-top: 6px; }
    table.responsive .table-cell-details :first-child,
    table.responsive .table-cell-details p {
      margin-bottom: 6px; }
  table.responsive td {
    padding-bottom: 6px; }
    table.responsive td:first-child {
      border-top: 1px solid #ddd;
      padding-top: 22px; }
    table.responsive td:last-child .table-cell-details :last-child {
      margin-bottom: 6px; }
  table.responsive tr {
    border: 0 none; }
    table.responsive tr:nth-of-type(2) td:first-child {
      padding-top: 14px; }
    table.responsive tr:last-child td:last-child {
      border-bottom: 1px solid #ddd; }
    table.responsive tr td:first-child {
      padding-top: 14px; }
      table.responsive tr td:first-child .table-cell-heading {
        margin-bottom: 12px; }
  @media (min-width: 768px) {
    table.responsive {
      margin: 24px 0 30px;
      padding: 0; }
      table.responsive tr td:first-child,
      table.responsive tr td {
        padding-bottom: 22px;
        padding-top: 0; }
      table.responsive .table-cell-details {
        margin-bottom: 6px;
        margin-top: 15px;
        padding-top: 0; }
        table.responsive .table-cell-details p:last-child {
          margin-bottom: 0; }
      table.responsive tr:nth-of-type(2) td:first-child {
        padding-top: 0; }
      table.responsive td:last-child .table-cell-details :last-child {
        margin-bottom: 0; } }

.rte-table-container .row--config {
  background-color: #f2f2f2;
  width: 10%; }

.rte-table-container .column--config {
  background-color: #f2f2f2; }

.rte-table-container--no-header table thead,
.rte-table-container--no-header table .table-cell-heading {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.c-110-promo-box {
  height: 100%; }

.promo-box {
  height: 100%; }
  .promo-box ul {
    list-style: none;
    margin: 0;
    text-align: left; }
    .promo-box ul > * + * {
      margin-top: 18px; }
  .promo-box svg > * {
    fill: #333; }
  .promo-box object {
    height: 45px;
    width: 45px; }
  .promo-box.floating-icon-theme .promo-box-icon-container {
    height: 52px;
    left: calc(50% - 26px);
    position: relative;
    width: 52px; }
    .promo-box.floating-icon-theme .promo-box-icon-container .icon-container svg {
      height: 100%; }
    .promo-box.floating-icon-theme .promo-box-icon-container .icon-container.hexagon {
      height: 100%;
      width: 100%; }
      .promo-box.floating-icon-theme .promo-box-icon-container .icon-container.hexagon .shape-container {
        fill: #333; }
        .promo-box.floating-icon-theme .promo-box-icon-container .icon-container.hexagon .shape-container svg {
          height: 25px; }
          .promo-box.floating-icon-theme .promo-box-icon-container .icon-container.hexagon .shape-container svg * {
            fill: #fff; }
  .promo-box.floating-icon-theme .btn-primary,
  .promo-box.floating-icon-theme .btn-secondary {
    align-self: center; }
  .promo-box-image-container {
    max-height: none;
    max-height: initial;
    overflow: hidden; }
  .promo-box .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 24px 30px;
    text-align: center; }
    .promo-box .inner p {
      margin: 0; }
    .promo-box .inner p + p {
      margin-top: 6px; }
    .promo-box .inner .heading-container:first-child:nth-last-child(1) {
      margin-bottom: 6px; }
    .promo-box .inner .heading {
      margin-bottom: 10px;
      margin-top: 0; }
      .promo-box .inner .heading + * {
        margin-top: 0; }
  .promo-box .content {
    padding-bottom: 24px;
    padding-top: 24px; }
    .promo-box .content > *:last-child {
      margin-bottom: 0; }
  .promo-box .btn-primary,
  .promo-box .btn-secondary {
    align-self: center;
    margin-bottom: 0;
    margin-top: auto; }
  .promo-box.title-icon .content {
    padding-top: 0;
    text-align: left; }
  .promo-box.title-icon .btn-primary,
  .promo-box.title-icon .btn-secondary {
    align-self: flex-start; }
  .promo-box.title-icon .c-103-rich-text * + ol,
  .promo-box.title-icon .c-103-rich-text * + ul {
    margin-bottom: 18px;
    margin-top: 18px; }
  .promo-box.title-icon .heading-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    position: relative; }
    .promo-box.title-icon .heading-container::after {
      background: #ccc;
      bottom: -15px;
      content: ' ';
      height: 1px;
      left: 0;
      opacity: .5;
      position: absolute;
      right: 0; }
    .promo-box.title-icon .heading-container .heading {
      flex: 1;
      margin-bottom: 0; }
  .promo-box.title-icon .promo-box-icon-container {
    margin-right: 12px;
    max-width: 35px; }
    .promo-box.title-icon .promo-box-icon-container .icon-container {
      max-width: 35px; }
    .promo-box.title-icon .promo-box-icon-container svg {
      height: 25px; }
  .promo-box.horizontal .btn-primary,
  .promo-box.horizontal .btn-secondary {
    margin: auto 0; }

@media all and (min-width: 651px) {
  .promo-box.horizontal ul {
    margin: 0;
    padding: 0; }
  .promo-box.horizontal .inner {
    align-items: stretch;
    display: flex;
    flex-direction: row; }
  .promo-box.horizontal .content {
    flex: 1 1 auto;
    padding: 0 30px;
    text-align: left; }
    .promo-box.horizontal .content > *:first-child {
      margin: 0 0 6px;
      padding: 0; }
    .promo-box.horizontal .content > *:last-child {
      margin-bottom: 0; }
  .promo-box.horizontal.title-icon .inner {
    flex-direction: column; }
    .promo-box.horizontal.title-icon .inner p:first-of-type {
      margin-top: 0; }
  .promo-box.horizontal.title-icon .heading-container {
    margin-bottom: 30px;
    width: 100%; }
  .promo-box.horizontal.title-icon .content {
    margin-bottom: 24px;
    padding: 0; }
  .promo-box.horizontal.floating-icon-theme p {
    text-align: left; }
  .promo-box.horizontal.floating-icon-theme .promo-box-icon-container {
    height: 60px;
    position: static;
    position: initial;
    width: 60px; } }

@media all and (max-width: 650px) {
  .promo-box.horizontal .content {
    padding: 30px 0; }
  .promo-box.horizontal.floating-icon-theme .content {
    text-align: center; } }

@media all and (min-width: 885px) {
  .promo-box .c-103-rich-text {
    max-width: none; } }

.promo-box.floating-header .inner {
  padding: 0; }
  .promo-box.floating-header .inner .content-wrapper {
    padding: 24px 24px 30px; }
    .promo-box.floating-header .inner .content-wrapper .content {
      padding-top: 0;
      text-align: left; }
  .promo-box.floating-header .inner .promo-box-image-container {
    position: relative; }
    .promo-box.floating-header .inner .promo-box-image-container .image {
      width: 100%; }
    .promo-box.floating-header .inner .promo-box-image-container .caption {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .promo-box.floating-header .inner .promo-box-image-container .caption .caption-inner {
        display: table;
        height: 100%;
        width: 100%; }
        .promo-box.floating-header .inner .promo-box-image-container .caption .caption-inner .caption-content {
          display: table-cell;
          padding-left: 20px;
          padding-right: 20px;
          vertical-align: middle; }
          .promo-box.floating-header .inner .promo-box-image-container .caption .caption-inner .caption-content h2 {
            position: relative;
            text-align: center;
            text-transform: uppercase; }

.promo-box.title-icon.second-col .content div:nth-child(n+2), .promo-box.floating-icon.second-col .content div:nth-child(n+2) {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
  width: calc(49% - 12px); }
  .promo-box.title-icon.second-col .content div:nth-child(n+2) *, .promo-box.floating-icon.second-col .content div:nth-child(n+2) * {
    margin: 0; }
  .promo-box.title-icon.second-col .content div:nth-child(n+2):last-child, .promo-box.floating-icon.second-col .content div:nth-child(n+2):last-child {
    margin-right: 0; }

@media (max-width: 650px) {
  .promo-box.title-icon.second-col .content div:nth-child(2), .promo-box.floating-icon.second-col .content div:nth-child(2) {
    margin-bottom: 12px; }
  .promo-box.title-icon.second-col .content div:nth-child(n+2), .promo-box.floating-icon.second-col .content div:nth-child(n+2) {
    display: block;
    width: 100%; } }

/* =============================================================
                        Promo box v3
==============================================================*/
.promo-box-v3.floating-image {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .promo-box-v3.floating-image .full-bleed-bg {
    background-repeat: no-repeat;
    min-height: 300px; }
  .promo-box-v3.floating-image .promo-box-image-container {
    max-height: none;
    max-height: initial;
    overflow: visible; }
  .promo-box-v3.floating-image .content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px; }
    .promo-box-v3.floating-image .content-wrapper .content {
      height: 100%;
      margin-bottom: 15px; }
      .promo-box-v3.floating-image .content-wrapper .content .heading {
        margin-bottom: 15px; }
    .promo-box-v3.floating-image .content-wrapper .btn {
      height: auto; }
    .promo-box-v3.floating-image .content-wrapper .tertiary-links-wrappers {
      margin-top: 6px; }
      .promo-box-v3.floating-image .content-wrapper .tertiary-links-wrappers li {
        list-style: none; }
  .promo-box-v3.floating-image.horizontal {
    flex-direction: row; }
    .promo-box-v3.floating-image.horizontal.img-right-thirty, .promo-box-v3.floating-image.horizontal.img-right-fifty {
      flex-direction: row-reverse; }
      .promo-box-v3.floating-image.horizontal.img-right-thirty .full-bleed-bg, .promo-box-v3.floating-image.horizontal.img-right-fifty .full-bleed-bg {
        background-position: center; }
    .promo-box-v3.floating-image.horizontal.img-left-fifty .full-bleed-bg {
      width: 50%; }
    .promo-box-v3.floating-image.horizontal.img-left-fifty .inner {
      width: 50%; }
    .promo-box-v3.floating-image.horizontal.img-left-thirty .full-bleed-bg {
      width: 30%; }
    .promo-box-v3.floating-image.horizontal.img-left-thirty .inner {
      width: 70%; }
    .promo-box-v3.floating-image.horizontal.img-right-fifty .full-bleed-bg {
      width: 50%; }
    .promo-box-v3.floating-image.horizontal.img-right-fifty .inner {
      width: 50%; }
    .promo-box-v3.floating-image.horizontal.img-right-thirty .full-bleed-bg {
      width: 30%; }
    .promo-box-v3.floating-image.horizontal.img-right-thirty .inner {
      width: 70%; }
    .promo-box-v3.floating-image.horizontal .full-bleed-bg {
      background-size: cover; }
      .promo-box-v3.floating-image.horizontal .full-bleed-bg.position-center {
        background-position: center; }
      .promo-box-v3.floating-image.horizontal .full-bleed-bg.position-left {
        background-position: left; }
      .promo-box-v3.floating-image.horizontal .full-bleed-bg.position-right {
        background-position: right; }
    .promo-box-v3.floating-image.horizontal .inner {
      height: auto;
      height: initial; }
    .promo-box-v3.floating-image.horizontal .video-component-placeholder {
      height: 90%;
      left: 10px;
      position: absolute;
      right: auto;
      width: 45%; }
    .promo-box-v3.floating-image.horizontal.img-left-thirty .video-component-placeholder {
      width: 30%; }
    .promo-box-v3.floating-image.horizontal.img-right-thirty .video-component-placeholder {
      height: 100%;
      left: auto;
      right: 10px;
      width: 30%; }
    .promo-box-v3.floating-image.horizontal.img-right-fifty .video-component-placeholder {
      height: 100%;
      left: auto;
      right: 10px;
      width: 50%; }
  .promo-box-v3.floating-image.vertical .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo-box-v3.floating-image.vertical .inner .promo-box-image-container {
        min-height: 160px;
        overflow: hidden; } }
    .promo-box-v3.floating-image.vertical .inner .promo-box-image-container img {
      width: 100%; }
  .promo-box-v3.floating-image.vertical .content-wrapper {
    position: relative;
    top: -4px; }
  .promo-box-v3.floating-image.vertical .video-component-placeholder {
    left: auto;
    overflow: visible;
    position: absolute;
    right: auto;
    top: 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .promo-box-v3.floating-image.vertical.video .inner .promo-box-image-container img {
      height: 100%; } }
  .promo-box-v3.floating-image .video-component.open-overlay::after {
    background: #333;
    opacity: 0.9; }
  .promo-box-v3.floating-image .video-component .overlay-container .overlay-content .video-component-header {
    background: #fff;
    height: 60px;
    position: absolute;
    top: 0; }
    .promo-box-v3.floating-image .video-component .overlay-container .overlay-content .video-component-header .video-component-toggle-transcript-button {
      background: 0;
      color: #333; }
  .promo-box-v3.floating-image .video-component .overlay-container .overlay-content .video-component-transcript {
    padding-top: 20px;
    top: 60px; }
  .promo-box-v3.floating-image .video-component .overlay-container .video-component-close-button {
    background: none;
    height: 60px;
    padding: 0;
    padding-right: 40px; }
    .promo-box-v3.floating-image .video-component .overlay-container .video-component-close-button::after, .promo-box-v3.floating-image .video-component .overlay-container .video-component-close-button::before {
      background: #000; }
    .promo-box-v3.floating-image .video-component .overlay-container .video-component-close-button:hover {
      color: #333;
      text-decoration: underline; }
  .promo-box-v3.floating-image.persona .inner .promo-box-image-container {
    border: 1px solid #ccc;
    border-radius: 50px;
    display: inline-block;
    height: 100px;
    margin-bottom: 15px;
    margin-right: 15px;
    overflow: hidden;
    width: 100px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .promo-box-v3.floating-image.persona .inner .promo-box-image-container {
        min-height: 100px; } }
  .promo-box-v3.floating-image.persona .heading {
    border-bottom: 2px solid #ccc;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 18px; }
  .promo-box-v3.floating-image.persona .inner .content-wrapper .content {
    border-bottom: 2px solid #ccc; }
    .promo-box-v3.floating-image.persona .inner .content-wrapper .content .c-103-rich-text {
      display: inline-block;
      padding-bottom: 15px;
      vertical-align: top; }
      .promo-box-v3.floating-image.persona .inner .content-wrapper .content .c-103-rich-text p {
        font-size: 15px;
        line-height: 23px;
        margin: 0; }

@media (max-width: 767px) {
  .promo-box-v3.floating-image.horizontal {
    flex-direction: column; }
    .promo-box-v3.floating-image.horizontal.img-right-thirty, .promo-box-v3.floating-image.horizontal.img-right-fifty, .promo-box-v3.floating-image.horizontal.img-left-thirty, .promo-box-v3.floating-image.horizontal.img-left-fifty {
      flex-direction: column; }
      .promo-box-v3.floating-image.horizontal.img-right-thirty .full-bleed-bg, .promo-box-v3.floating-image.horizontal.img-right-fifty .full-bleed-bg, .promo-box-v3.floating-image.horizontal.img-left-thirty .full-bleed-bg, .promo-box-v3.floating-image.horizontal.img-left-fifty .full-bleed-bg {
        min-height: 400px; }
      .promo-box-v3.floating-image.horizontal.img-right-thirty .full-bleed-bg,
      .promo-box-v3.floating-image.horizontal.img-right-thirty .inner, .promo-box-v3.floating-image.horizontal.img-right-fifty .full-bleed-bg,
      .promo-box-v3.floating-image.horizontal.img-right-fifty .inner, .promo-box-v3.floating-image.horizontal.img-left-thirty .full-bleed-bg,
      .promo-box-v3.floating-image.horizontal.img-left-thirty .inner, .promo-box-v3.floating-image.horizontal.img-left-fifty .full-bleed-bg,
      .promo-box-v3.floating-image.horizontal.img-left-fifty .inner {
        width: 100%; }
      .promo-box-v3.floating-image.horizontal.img-right-thirty .video-component-placeholder, .promo-box-v3.floating-image.horizontal.img-right-fifty .video-component-placeholder, .promo-box-v3.floating-image.horizontal.img-left-thirty .video-component-placeholder, .promo-box-v3.floating-image.horizontal.img-left-fifty .video-component-placeholder {
        height: 60%;
        left: auto;
        right: auto;
        top: 0;
        width: 100%; } }

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .col-md-3 .promo-box-v3.floating-image.vertical .inner .promo-box-image-container,
  .col-md-4 .promo-box-v3.floating-image.vertical .inner .promo-box-image-container,
  .col-md-5 .promo-box-v3.floating-image.vertical .inner .promo-box-image-container,
  .col-md-6 .promo-box-v3.floating-image.vertical .inner .promo-box-image-container,
  .col-md-7 .promo-box-v3.floating-image.vertical .inner .promo-box-image-container,
  .col-md-8 .promo-box-v3.floating-image.vertical .inner .promo-box-image-container {
    min-height: 250px;
    overflow: hidden; } }

@media (min-width: 768px) {
  .promo-box.horizontal .inner {
    align-items: stretch;
    display: flex;
    flex-direction: row; }
  .promo-box.horizontal .content {
    flex: 1 1 auto; } }

.promo-box-image-container {
  max-height: 300px;
  overflow: hidden; }
  .promo-box-image-container .image {
    width: auto; }

.promo-box .inner {
  display: flex;
  flex-direction: column; }

.promo-box .btn-container {
  align-self: center;
  margin-top: auto; }

.promo-box .icon-container.hexagon {
  height: 60px;
  width: 60px; }


/*# sourceMappingURL=c-108-nav-list.css.map*/
.c-122-header {
  position: relative;
  z-index: 4; }

.c-108-mega-nav {
  position: relative;
  z-index: 3; }
  .c-108-mega-nav li,
  .c-108-mega-nav ul {
    list-style: none;
    list-style-type: none;
    margin: 0; }
  .c-108-mega-nav .nav3 .container-fluid {
    margin: 0;
    padding: 0; }
  .c-108-mega-nav .nav3 .row {
    margin: 0;
    padding: 0; }
  .c-108-mega-nav .nav3 [class^='col'] {
    margin: 0;
    padding: 0; }

.mega-nav-overlay {
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  will-change: opacity;
  z-index: 1; }
  .mega-nav-overlay.visible {
    opacity: 1;
    pointer-events: auto; }

@media screen and (max-width: 650px) {
  .c-108-mega-nav .container-fluid {
    margin: 0;
    max-width: none;
    max-width: initial;
    min-width: 0;
    min-width: initial;
    padding: 0; }
  .c-108-mega-nav .row {
    margin: 0;
    padding: 0; }
  .c-108-mega-nav [class^='col'] {
    padding: 0;
    width: 100%; }
  .c-108-mega-nav .mega-menu {
    background-color: transparent; }
  .c-108-mega-nav .row {
    margin: 0; }
  .c-108-mega-nav div [class^='col'] {
    padding: 0;
    width: 100%; }
  .c-108-mega-nav .nav1,
  .c-108-mega-nav .nav2,
  .c-108-mega-nav .nav3,
  .c-108-mega-nav .menu-container-go-back-row,
  .c-108-mega-nav .mobile-menu-controls-container {
    z-index: 2; }
  .c-108-mega-nav .menu-container {
    margin: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%; }
    .c-108-mega-nav .menu-container .nav1 {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
      .c-108-mega-nav .menu-container .nav1.off-screen {
        -webkit-transform: translateY(-100%) translateX(-100%);
                transform: translateY(-100%) translateX(-100%); }
    .c-108-mega-nav .menu-container .with-nav2.visible .nav2 {
      -webkit-transform: translateX(100%) translateY(-100%);
              transform: translateX(100%) translateY(-100%); }
    .c-108-mega-nav .menu-container .with-nav3.visible .nav3 {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    .c-108-mega-nav .menu-container.animatable, .c-108-mega-nav .menu-container.visible {
      pointer-events: auto; }
    .c-108-mega-nav .menu-container.visible {
      height: 100vh; }
      .c-108-mega-nav .menu-container.visible:not(.animatable) {
        overflow: visible; }
      .c-108-mega-nav .menu-container.visible .nav1 {
        -webkit-transform: none;
                transform: none; }
        .c-108-mega-nav .menu-container.visible .nav1.off-screen {
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%); }
      .c-108-mega-nav .menu-container.visible .with-nav2 .nav2 {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
        .c-108-mega-nav .menu-container.visible .with-nav2 .nav2.off-screen {
          -webkit-transform: translateX(0%);
                  transform: translateX(0%); }
      .c-108-mega-nav .menu-container.visible .with-nav3 .nav3 {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
    .c-108-mega-nav .menu-container .menu-container-go-back-row {
      position: absolute;
      top: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      width: 100%;
      will-change: transform; }
      .c-108-mega-nav .menu-container .menu-container-go-back-row.visible {
        -webkit-transform: translateX(0%);
                transform: translateX(0%); }
      .c-108-mega-nav .menu-container .menu-container-go-back-row-btn {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .c-108-mega-nav .menu-container .menu-container-go-back-row-btn p {
          margin: 0; }
      .c-108-mega-nav .menu-container .menu-container-go-back-row-btn, .c-108-mega-nav .menu-container .menu-container-go-back-row-title {
        padding: 0;
        text-align: center; }
      .c-108-mega-nav .menu-container .menu-container-go-back-row-title {
        margin: 0; }
  .c-108-mega-nav .nav1 {
    pointer-events: auto; }
    .c-108-mega-nav .nav1 .with-nav2.visible .nav2 {
      display: block; }
    .c-108-mega-nav .nav1 .with-nav3.visible .nav3 {
      display: block; }
  .c-108-mega-nav .nav2 {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
    will-change: transform; }
  .c-108-mega-nav .nav3 {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .c-108-mega-nav .nav3 .c-110-promo-box {
      display: none; }
    .c-108-mega-nav .nav3 .row {
      flex-direction: column; } }

@media screen and (min-width: 651px) {
  .c-108-mega-header .nav3 .nav3-column > li {
    line-height: 24px; } }

@media screen and (min-width: 768px) {
  .c-108-mega-nav .menu-container {
    position: relative; }
  .c-108-mega-nav .nav1 {
    margin: 0; }
    .c-108-mega-nav .nav1 .sr-only {
      left: -9999px; }
    .c-108-mega-nav .nav1 > li {
      display: inline-block; }
      .c-108-mega-nav .nav1 > li.with-nav2 {
        cursor: pointer; }
        .c-108-mega-nav .nav1 > li.with-nav2.active .mega-menu,
        .c-108-mega-nav .nav1 > li.with-nav2.active .nav2 {
          max-height: none;
          opacity: 1;
          pointer-events: auto; }
  .c-108-mega-nav .mega-menu,
  .c-108-mega-nav .nav2,
  .c-108-mega-nav .nav3 {
    max-height: 0;
    opacity: 0;
    overflow: hidden; }
  .c-108-mega-nav .mega-menu,
  .c-108-mega-nav .nav2 {
    z-index: 2; }
  .c-108-mega-nav .mega-menu,
  .c-108-mega-nav .nav3 {
    padding: 24px 24px 30px; }
  .c-108-mega-nav .mega-menu {
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0; }
    .c-108-mega-nav .mega-menu .nav2 {
      overflow: visible;
      position: absolute;
      width: 50%; }
      .c-108-mega-nav .mega-menu .nav2 .with-nav3.active {
        width: 100%; }
        .c-108-mega-nav .mega-menu .nav2 .with-nav3.active .nav3 {
          max-height: none;
          opacity: 1;
          pointer-events: auto; }
    .c-108-mega-nav .mega-menu .nav3 {
      left: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      z-index: -1; }
      .c-108-mega-nav .mega-menu .nav3 > ul {
        flex: 1; } }

@media screen and (min-width: 768px) and (max-width: 885px) {
  .c-108-mega-nav .nav2 {
    width: 33%; } }

@media screen and (min-width: 885px) {
  .c-108-mega-nav .nav2 {
    width: 33.33333%; } }

@media screen and (min-width: 886px) {
  .c-108-mega-nav .mega-menu .nav2 {
    width: 33%; }
  .c-108-mega-nav .mega-menu .nav3 .col-md-6 {
    padding: 0 15px; }
    .c-108-mega-nav .mega-menu .nav3 .col-md-6:first-child {
      padding-left: 0; }
    .c-108-mega-nav .mega-menu .nav3 .col-md-6:last-child {
      padding-right: 0; } }

@media screen and (min-width: 992px) {
  .c-108-mega-nav .nav1 {
    position: relative; } }

/*# sourceMappingURL=c-108-mega-nav.css.map*/
@media (max-width: 650px) {
  .c-107-progressive-nav .breadcrumb {
    display: block; }
    .homepage .c-107-progressive-nav .breadcrumb {
      display: none; } }

.progressive-nav {
  margin: 18px 0; }
  .progressive-nav .hidden {
    display: none; }
  .progressive-nav--is-homepage {
    margin-top: 0; }
  .progressive-nav__container {
    position: relative; }
    .progressive-nav__container--is-homepage {
      padding: 0; }
  .progressive-nav__item {
    border-bottom: 1px solid #fff;
    display: block; }
    .progressive-nav__item--current .progressive-nav__link {
      background-color: #fff;
      position: relative; }
      .progressive-nav__item--current .progressive-nav__link::after {
        border-bottom: 2px solid #ccc;
        border-left: 0;
        border-right: 2px solid #ccc;
        border-top: 0;
        content: '';
        display: inline-block;
        height: 10px;
        position: absolute;
        right: 17px;
        top: 21px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        width: 10px; }
  .progressive-nav__link, .progressive-nav__dropdown {
    background-color: #ccc;
    text-align: left; }
  .progressive-nav__link {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    display: block;
    padding: 12px 18px; }
  .progressive-nav__dropdown {
    background: url('data:image/svg+xml,%3Csvg viewBox="0 4 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg stroke="none" stroke-width="1" fill-rule="evenodd"%3E%3Cg %3E%3Cpolygon transform="translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) " points="4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653"%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat 98% center;
    background-color: #fff;
    background-size: 14px;
    border: 0;
    box-shadow: none;
    padding: 12px 18px;
    width: 100%; }
    .opened .progressive-nav__dropdown {
      background: url('data:image/svg+xml,%3Csvg viewBox="-1.897 4 24 16" version="1.1" xmlns="http: //www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg stroke="none" stroke-width="1" fill-rule="evenodd"%3E%3Cg%3E%3Cpolygon transform="translate(12.000000, 12.000000) rotate(270.000000) translate(-12.000000, -12.000000) " points="4 0 4 4.83365323 13.2961421 12 4 19.1663468 4 24 20 12.0460653"%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat 98% center;
      background-color: #fff;
      background-size: 14px; }
  .progressive-nav__more {
    display: none; }
  .progressive-nav.shortened .progressive-nav__list {
    display: inline-block;
    width: auto; }
  .progressive-nav.shortened .progressive-nav__more {
    display: inline-block;
    position: relative; }
    .progressive-nav.shortened .progressive-nav__more-link {
      border: 0 none;
      display: block;
      height: 38px;
      padding: 18px 12px 28px; }
      .progressive-nav.shortened .progressive-nav__more-link::after {
        top: 15px; }
    .progressive-nav.shortened .progressive-nav__more-container {
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 100%; }
    .progressive-nav.shortened .progressive-nav__more-list {
      list-style: none;
      width: 200px; }
      .progressive-nav.shortened .progressive-nav__more-list .progressive-nav__item {
        display: block; }
  @media (min-width: 651px) {
    .progressive-nav {
      background-color: #fff;
      margin: 0; }
      .progressive-nav__container {
        max-height: 46px;
        max-width: 1100px;
        overflow: hidden; }
        .progressive-nav__container--is-homepage {
          padding-left: 30px; }
        .progressive-nav__container.opened {
          overflow: visible; }
      .progressive-nav__more-link {
        background-color: #fff; }
        .progressive-nav.shortened .progressive-nav__more-link {
          padding-right: 30px; }
        .progressive-nav__more-link::after {
          border-bottom: 2px solid #ccc;
          border-left: 0;
          border-right: 2px solid #ccc;
          border-top: 0;
          content: '';
          display: inline-block;
          height: 10px;
          left: 60px;
          position: absolute;
          top: 14px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 10px; }
      .progressive-nav.shortened .progressive-nav__more-container {
        top: 54px; }
      .progressive-nav__more-container .progressive-nav__link {
        padding-bottom: 5px;
        padding-top: 5px; }
      .progressive-nav__more-list {
        padding: 10px 0; }
      .progressive-nav__link {
        background-color: #fff;
        box-shadow: none;
        padding: 14px 11px;
        text-align: left; }
      .progressive-nav__item {
        display: inline-block; }
        .progressive-nav__item--current .progressive-nav__link {
          background-color: #ccc; }
      .progressive-nav__item {
        border: 0 none;
        margin-right: -4px; }
        .progressive-nav__more-container .progressive-nav__item {
          margin-right: 0; }
        .progressive-nav__item:first-child .progressive-nav__link {
          padding-left: 0; }
        .progressive-nav__item:first-child.progressive-nav__item--current .progressive-nav__link {
          padding-left: 12px; }
      .progressive-nav__item--current .progressive-nav__link {
        background-color: #ccc; }
        .progressive-nav__item--current .progressive-nav__link::after {
          content: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link,
  .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link:focus,
  .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link:active {
    background-position-x: -5px;
    background-position-y: 16px;
    background-size: 30px 16px; } }

@media (max-width: 650px) {
  .c-107-breadcrumb-nav.breadcrumb {
    display: none; } }

.breadcrumb li {
  list-style-type: none; }

.breadcrumb button {
  border-radius: 0; }

.breadcrumb-primary-list {
  display: flex;
  flex-wrap: nowrap;
  height: 49px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  white-space: nowrap; }
  .breadcrumb-primary-list-outer-container {
    display: block; }
  .breadcrumb-primary-list-inner-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1; }
    .breadcrumb-primary-list-inner-container.empty::before {
      display: none; }
    .breadcrumb-primary-list-inner-container.empty::after {
      display: none; }
  .breadcrumb-primary-list-item {
    display: inline-block;
    height: 49px;
    padding: 0 12px 0 0;
    position: relative; }
    .breadcrumb-primary-list-item:first-of-type {
      padding-left: 0; }
    .breadcrumb-primary-list-item:last-of-type {
      padding-right: 0; }
      .breadcrumb-primary-list-item:last-of-type .breadcrumb-primary-list-item-link {
        pointer-events: none; }
    .breadcrumb-primary-list-item-link {
      display: inline-block;
      margin-right: 12px;
      padding: 17px 12px;
      white-space: nowrap; }
    .breadcrumb-primary-list-item::after {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='26px' viewBox='0 0 23 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='%23cccccc' fill-rule='evenodd'%3E%3Cg id='all' transform='translate(-7.000000, -5.000000)' fill-rule='nonzero' fill='%23cccccc'%3E%3Cg id='Play' transform='translate(7.000000, 5.000000)'%3E%3Cpolyline id='Fill-4' points='0 0 0 26 22.75 13.0003912 0 0'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-position: top 21px right 0;
      background-repeat: no-repeat;
      background-size: 7px;
      content: ' ';
      display: inline-block;
      height: 100%;
      margin-right: 12px;
      position: absolute;
      right: 0;
      top: 0;
      width: 7px; }
  .breadcrumb-primary-list-intermission-link-item {
    display: none; }

.breadcrumb-primary-intermission-list {
  display: none; }

.breadcrumb-secondary-list-button {
  display: none; }

.breadcrumb-secondary-list-left-shadow, .breadcrumb-secondary-list-right-shadow {
  display: none; }

.breadcrumb-secondary-list-outer-container {
  display: none; }

.breadcrumb-secondary-list-button, .breadcrumb-secondary-list-outer-container, .breadcrumb-secondary-list-left-shadow, .breadcrumb-secondary-list-right-shadow {
  display: none; }

@media (min-width: 650px) {
  .breadcrumb-primary-list-inner-container {
    padding-left: 18px;
    padding-right: 18px; } }

@media (min-width: 651px) {
  .breadcrumb-secondary-list {
    position: absolute;
    z-index: 2; }
    .breadcrumb-secondary-list .js-breadcrumb-item {
      border-bottom: 1px solid #fff;
      display: block;
      height: auto;
      padding: 0; }
      .breadcrumb-secondary-list .js-breadcrumb-item:last-child {
        border-bottom: 0; }
      .breadcrumb-secondary-list .js-breadcrumb-item::after {
        content: none; }
      .breadcrumb-secondary-list .js-breadcrumb-item .breadcrumb-primary-list-item-link {
        display: block;
        margin: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        pointer-events: initial;
        white-space: nowrap; }
        .breadcrumb-secondary-list .js-breadcrumb-item .breadcrumb-primary-list-item-link:active, .breadcrumb-secondary-list .js-breadcrumb-item .breadcrumb-primary-list-item-link:hover, .breadcrumb-secondary-list .js-breadcrumb-item .breadcrumb-primary-list-item-link:focus {
          text-decoration: underline; }
  .breadcrumb-primary-list {
    overflow: visible; }
    .breadcrumb-primary-list-intermission-link-item {
      position: relative; }
      .shortened .breadcrumb-primary-list-intermission-link-item {
        display: inline-block; } }

@media (min-width: 768px) {
  .breadcrumb {
    display: block; }
    .breadcrumb-primary-list {
      height: auto;
      white-space: normal; } }

@media (max-width: 650px) {
  .breadcrumb-primary-list {
    padding-left: 6px; }
    .breadcrumb-primary-list-item:first-of-type .breadcrumb-primary-list-item-link {
      background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23cccccc' fill-rule='nonzero' d='M28 8.23l-4.256-2.496V.5H20.17v3.097L13.971 0 0 8.158l1.101 1.645L3.14 8.61V24h6.543v-9.546h8.573V24h6.542V8.608l2.083 1.219L28 8.23'/%3E%3C/svg%3E") no-repeat top 15px left 15px;
      background-size: 20px;
      color: transparent;
      max-width: 48px; } }

.hero-hub-image {
  align-items: center;
  background: none;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  justify-content: center;
  max-width: 100%;
  min-height: 100px; }
  @media (min-width: 768px) {
    .hero-hub-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; } }
  .hero-hub-image .hero-content-wrapper {
    padding-left: 0; }
  .hero-hub-image .themable {
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-height: 100%;
    min-height: 210px;
    padding: 24px;
    width: 100%; }
    .hero-hub-image .themable > * {
      margin-bottom: 15px;
      margin-top: 0; }
    .hero-hub-image .themable .hero-link-wrapper {
      margin-bottom: 0;
      padding-left: 0;
      position: relative; }
    .hero-hub-image .themable .header-text {
      margin-bottom: 2px;
      margin-top: 0; }
    .hero-hub-image .themable.promo {
      padding-top: 11px; }
      .hero-hub-image .themable.promo .header-text {
        margin-bottom: 0; }
    .hero-hub-image .themable .promo-overide {
      display: none; }

@media all and (max-width: 1024px) and (min-width: 768px) {
  .hero-hub-image {
    background-position: 85% top; } }

@media all and (max-width: 767px) {
  .hero-hub-image {
    background-image: unset;
    background-position: unset;
    height: auto; }
    .hero-hub-image .btn-tertiary {
      position: static; }
    .hero-hub-image .themable {
      min-height: 246px;
      overflow-y: auto;
      padding: 15px 18px 24px; }
      .hero-hub-image .themable > * {
        margin-bottom: 12px;
        margin-top: 0; }
      .hero-hub-image .themable.promo {
        padding-top: 11px; }
        .hero-hub-image .themable.promo .promo-overide {
          margin-bottom: 7px; }
          .hero-hub-image .themable.promo .promo-overide h6::before {
            left: -18px; }
        .hero-hub-image .themable.promo .header-text {
          margin-bottom: 12px; }
        .hero-hub-image .themable.promo .sub-header-text {
          margin-top: 0; }
      .hero-hub-image .themable .header-text,
      .hero-hub-image .themable .sub-header-text {
        max-width: 100%;
        width: 100%; }
      .hero-hub-image .themable .header-text {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px; }
      .hero-hub-image .themable .sub-header-text {
        margin-top: 23px; } }

.hero-image {
  background: none;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: auto;
  min-height: 0; }
  @media (min-width: 768px) {
    .hero-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; } }
  .hero-image .row {
    padding: 24px 0; }
    .hero-image .row > * {
      margin-bottom: 12px;
      margin-top: 0; }
    .hero-image .row .sub-header-text {
      margin-bottom: 14px; }
    .hero-image .row .supporting-header-text {
      display: block;
      margin-top: 15px; }
  .hero-image .hero-mobile-image {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .hero-image .hero-mobile-image {
        display: none; } }
  @media all and (max-width: 1024px) and (min-width: 768px) {
    .hero-image {
      background-position: 85% top; } }

@media all and (max-width: 767px) {
  .hero-image {
    background: none;
    position: relative; }
    .hero-image .row {
      padding: 18px 0; }
      .hero-image .row > * {
        margin-bottom: 12px;
        margin-top: 0; } }

@media all and (max-width: 480px) {
  .hero-image .row .header-text,
  .hero-image .row .sub-header-text,
  .hero-image .row .supporting-header-text {
    max-width: 100%;
    width: 100%; } }

.hero-article {
  align-items: center;
  display: flex;
  height: 256px;
  justify-content: center; }
  .hero-article .article-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media all and (min-width: 1501px) {
    .hero-article {
      height: 360px; } }
  @media all and (max-width: 1500px) and (min-width: 737px) {
    .hero-article {
      height: 256px; } }
  @media all and (max-width: 736px) {
    .hero-article {
      height: 182px; } }

.hero-image {
  background: none; }
  @media (min-width: 768px) {
    .hero-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; } }

.hero-mobile-image {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .hero-mobile-image {
      display: none; } }
.c-106-hero-overlay {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%; }
  .c-106-hero-overlay .hero-overlay {
    position: relative; }
    .c-106-hero-overlay .hero-overlay ul {
      list-style: none; }
    .c-106-hero-overlay .hero-overlay .overlay-main {
      display: block;
      max-width: 288px;
      padding: 0;
      position: absolute;
      right: 60px;
      top: 60px;
      z-index: 1; }
      @media all and (max-width: 651px) {
        .c-106-hero-overlay .hero-overlay .overlay-main {
          margin-bottom: 18px;
          max-width: 100%;
          position: relative;
          right: 0;
          top: 0;
          width: 100%; } }
      @media all and (max-width: 651px) {
        .c-106-hero-overlay .hero-overlay .overlay-main {
          background: #fff;
          padding: 6px 18px 18px; } }
      .c-106-hero-overlay .hero-overlay .overlay-main .main-container {
        background: #fff;
        padding: 12px 18px 18px; }
        @media all and (max-width: 651px) {
          .c-106-hero-overlay .hero-overlay .overlay-main .main-container {
            padding: 0; } }
      .c-106-hero-overlay .hero-overlay .overlay-main .main-buttons {
        display: flex;
        justify-content: space-between;
        margin-bottom: 18px; }
        @media all and (max-width: 651px) {
          .c-106-hero-overlay .hero-overlay .overlay-main .main-buttons {
            margin-bottom: 0; } }
        .c-106-hero-overlay .hero-overlay .overlay-main .main-buttons a {
          min-width: 0;
          min-width: initial;
          width: 48%; }
          @media all and (max-width: 651px) {
            .c-106-hero-overlay .hero-overlay .overlay-main .main-buttons a {
              max-width: 100%; } }
      .c-106-hero-overlay .hero-overlay .overlay-main .main-links {
        display: inline-flex;
        width: 100%; }
        @media all and (max-width: 651px) {
          .c-106-hero-overlay .hero-overlay .overlay-main .main-links {
            display: none; } }
        .c-106-hero-overlay .hero-overlay .overlay-main .main-links .link {
          margin-right: 12px; }
          .c-106-hero-overlay .hero-overlay .overlay-main .main-links .link::after {
            content: '';
            position: relative; }
          .c-106-hero-overlay .hero-overlay .overlay-main .main-links .link a {
            font-size: 15px; }
            @media all and (max-width: 651px) {
              .c-106-hero-overlay .hero-overlay .overlay-main .main-links .link a {
                padding-right: 24px; } }
      .c-106-hero-overlay .hero-overlay .overlay-main .main-nav {
        background: #f1f1f1;
        padding: 0; }
        @media all and (max-width: 651px) {
          .c-106-hero-overlay .hero-overlay .overlay-main .main-nav {
            display: none; } }
        .c-106-hero-overlay .hero-overlay .overlay-main .main-nav .nav-links .link {
          border-bottom: 1px solid #d8d8d8;
          display: flex;
          padding: 15px 18px; }
          .c-106-hero-overlay .hero-overlay .overlay-main .main-nav .nav-links .link::after {
            content: '';
            position: relative; }
          .c-106-hero-overlay .hero-overlay .overlay-main .main-nav .nav-links .link a {
            justify-content: left;
            padding-right: 18px;
            text-align: left;
            width: 100%; }
      .c-106-hero-overlay .hero-overlay .overlay-main .main-title {
        margin-bottom: 12px; }
        @media all and (max-width: 651px) {
          .c-106-hero-overlay .hero-overlay .overlay-main .main-title {
            align-items: center;
            display: flex;
            justify-content: space-between; } }
        .c-106-hero-overlay .hero-overlay .overlay-main .main-title .title {
          font-size: 18px; }
          .c-106-hero-overlay .hero-overlay .overlay-main .main-title .title::before {
            background-color: #fff;
            content: ' ';
            display: inline-block;
            height: 24px;
            width: 24px; }
        .c-106-hero-overlay .hero-overlay .overlay-main .main-title a {
          display: none; }
          @media all and (max-width: 651px) {
            .c-106-hero-overlay .hero-overlay .overlay-main .main-title a {
              display: inline-flex; } }

.c-106-hero-overlay .hero-overlay.authoring .overlay-main {
  position: relative;
  right: auto;
  right: initial;
  top: auto;
  top: initial; }
.carousel-container {
  position: relative; }
  .carousel-container .dots-wrapper {
    background: #333;
    border: 1px solid #333;
    border-radius: 20px;
    order: 2;
    padding: 8px 4px;
    z-index: 1; }
    .carousel-container .dots-wrapper li {
      background: #fff;
      border-radius: 10px;
      cursor: pointer;
      display: inline-block;
      height: 12px;
      margin: 0 9px;
      width: 12px; }
      .carousel-container .dots-wrapper li.active {
        background: #979a9a; }
  .carousel-container .slider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100vw; }
    .carousel-container .slider .slider-inner {
      position: absolute; }
      .carousel-container .slider .slider-inner::after {
        clear: both;
        content: '';
        display: table; }
      .carousel-container .slider .slider-inner .c-106-hero.v2 {
        float: left; }
  .carousel-container .nav-container {
    bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
    width: 15%; }
  .carousel-container .arrow-left,
  .carousel-container .arrow-right {
    background: #333;
    border: 1px solid #333;
    border-radius: 100%;
    bottom: 10%;
    cursor: pointer;
    height: 36px;
    transition: .5s;
    width: 36px;
    z-index: 2; }
    .carousel-container .arrow-left i,
    .carousel-container .arrow-right i {
      background: url("clientlibs/icons/sprite-icons/chevron-right-white.svg") no-repeat center;
      background-size: 18px;
      display: inline-block;
      height: 34px;
      width: 36px; }
  .carousel-container .arrow-left {
    order: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .carousel-container .arrow-right {
    order: 3; }

.carousel-container-author .slider {
  padding: 20px 0; }

@media (max-width: 767px) {
  .carousel-container {
    margin-top: 50px; }
    .carousel-container .nav-container {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      margin: 0 auto;
      position: absolute;
      top: -35px;
      width: 100%; }
    .carousel-container .arrow-left,
    .carousel-container .arrow-right {
      position: relative;
      top: 120px; } }
    @media (max-width: 767px) and (max-width: 480px) {
      .carousel-container .arrow-left,
      .carousel-container .arrow-right {
        top: 75px; } }

@media (max-width: 767px) {
    .carousel-container .arrow-left {
      margin-left: 30px; }
    .carousel-container .arrow-right {
      margin-right: 30px; }
    .carousel-container .dots-wrapper {
      background: none;
      border: 0;
      bottom: 100%;
      left: 0;
      margin: 0;
      text-align: center;
      width: 100%; } }

@media all and (max-width: 992px) and (min-width: 768px) {
  .carousel-container .nav-container {
    width: 25%; } }

.padded {
  padding: 30px 0; }

.padded-top {
  padding-top: 30px; }

.padded-bottom {
  padding-bottom: 30px; }

.padding-footer {
  padding-bottom: 60px; }

[class*='col-'] + [class*='col-'] {
  margin-top: 24px; }
  footer [class*='col-'] + [class*='col-'] {
    margin-top: 0; }

@media (max-width: 651px) {
  .padded {
    padding-bottom: 24px;
    padding-top: 24px; }
  .padded-top {
    padding-top: 24px; }
  .padded-bottom {
    padding-bottom: 24px; }
  .padding-footer {
    padding-bottom: 48px; }
  [class*='col-'] + [class*='col-'] > .c-103-rich-text:first-child,
  [class*='col-'] + [class*='col-'] > .c-134-adaptive-image:first-child,
  [class*='col-'] + [class*='col-'] > .c-254-call-to-action:first-child {
    margin-top: 16px; } }

.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.bg-white > .full-bleed {
  background-color: #fff; }

.content > .c-106-grid-layout > div {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .content > .c-106-grid-layout > div {
      padding-bottom: 24px; } }

@media (min-width: 651px) {
  [class*='col-'] + :not([class*='col-sm-12']) {
    margin-top: 0; } }

@media (min-width: 768px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 0; } }

.pull-up {
  margin-bottom: -60px;
  position: relative;
  top: -60px; }

.lg-pad-up {
  padding: 48px 0 0 !important; }

.lg-pad-bottom {
  padding: 0 0 48px !important; }

.pad-up {
  padding: 30px 0 0 !important; }

.pad-bottom {
  padding: 0 0 30px !important; }

.padded {
  padding: 30px 0 !important; }

.lg-padded {
  padding: 48px 0 !important; }

@media (max-width: 767px) {
  .pad-up {
    padding: 24px 0 0 !important; }
  .pad-bottom {
    padding: 0 0 24px !important; }
  .lg-pad-up {
    padding: 36px 0 0 !important; }
  .lg-pad-bottom {
    padding: 0 0 36px !important; } }

.gridSpinner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='47' y='9' rx='13.16' ry='2.52' width='6' height='22'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4rem;
  min-height: 150px; }

footer .link-list-header a {
  cursor: default;
  display: block; }

.c-105-footer {
  display: flex;
  flex-direction: column; }
  .c-105-footer .divider {
    border-top: 1px solid #ccc; }
  @media (max-width: 650px) {
    .c-105-footer .container-fluid {
      margin: 0;
      padding: 0; } }
  .c-105-footer .footer-links {
    height: 130px;
    margin: auto 18px;
    padding-bottom: 30px;
    padding-top: 30px; }
    .c-105-footer .footer-links > * {
      display: block;
      float: left;
      font-size: .9333rem;
      text-decoration: none;
      width: 50%; }
    @media all and (min-width: 650px) {
      .c-105-footer .footer-links {
        margin: 0;
        padding: 0 0 0 15px; } }
    @media all and (max-width: 650px) {
      .c-105-footer .footer-links > *:nth-child(n + 3) {
        margin-top: 12px; } }
  .c-105-footer .social-links {
    display: flex;
    height: 72px;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 24px; }
    .c-105-footer .social-links > * {
      display: inline-block; }
    .c-105-footer .social-links > * + * {
      margin-left: 30px; }
  .c-105-footer .icon-container {
    height: 24px;
    max-width: 30px; }
  @media (max-width: 650px) {
    .c-105-footer {
      display: block; } }
  @media all and (min-width: 651px) {
    .c-105-footer {
      display: block; }
      .c-105-footer .footer-links,
      .c-105-footer .social-links {
        height: 60px;
        padding-bottom: 0;
        padding-top: 0; }
        .c-105-footer .footer-links > *,
        .c-105-footer .social-links > * {
          align-items: center;
          margin-bottom: 10px;
          margin-top: 10px; }
      .c-105-footer .footer-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start; }
        .c-105-footer .footer-links > * {
          display: flex;
          float: none;
          float: initial;
          height: 14px;
          line-height: 14px;
          margin-top: 24px;
          width: auto;
          width: initial; }
        .c-105-footer .footer-links > * + * {
          border-left: 2px solid #333;
          margin-left: 11px;
          padding-left: 11px; }
      .c-105-footer .footer .social-links {
        background-color: transparent;
        justify-content: flex-end;
        margin-top: 10px;
        text-align: right; }
      .c-105-footer .icon-container {
        height: 18px;
        max-width: 25px; } }

@media all and (max-width: 650px) {
  .c-105-footer .social-links > * + * {
    margin-left: 42px; } }

@charset "UTF-8";
.c-103-rich-text.cq-Editable-dom br[_rte_temp_br='brEOB'] {
  line-height: 200px; }

.c-103-rich-text p,
.c-103-rich-text li {
  line-height: 1.6rem; }

.c-103-rich-text p,
.c-103-rich-text h1,
.c-103-rich-text h2,
.c-103-rich-text h3,
.c-103-rich-text h4,
.c-103-rich-text h5,
.c-103-rich-text h6,
.c-103-rich-text ul,
.c-103-rich-text ol {
  margin: 0 0 16px; }
  .c-103-rich-text p.rte-body--small-text,
  .c-103-rich-text h1.rte-body--small-text,
  .c-103-rich-text h2.rte-body--small-text,
  .c-103-rich-text h3.rte-body--small-text,
  .c-103-rich-text h4.rte-body--small-text,
  .c-103-rich-text h5.rte-body--small-text,
  .c-103-rich-text h6.rte-body--small-text,
  .c-103-rich-text ul.rte-body--small-text,
  .c-103-rich-text ol.rte-body--small-text {
    font-size: .9333rem;
    line-height: 1.2rem; }
  .c-103-rich-text p.rte-body--strong-text,
  .c-103-rich-text h1.rte-body--strong-text,
  .c-103-rich-text h2.rte-body--strong-text,
  .c-103-rich-text h3.rte-body--strong-text,
  .c-103-rich-text h4.rte-body--strong-text,
  .c-103-rich-text h5.rte-body--strong-text,
  .c-103-rich-text h6.rte-body--strong-text,
  .c-103-rich-text ul.rte-body--strong-text,
  .c-103-rich-text ol.rte-body--strong-text {
    color: #bd10e0;
    font-size: 1.067rem;
    line-height: 1.6rem; }
  .c-103-rich-text p.rte-body--normal-text,
  .c-103-rich-text h1.rte-body--normal-text,
  .c-103-rich-text h2.rte-body--normal-text,
  .c-103-rich-text h3.rte-body--normal-text,
  .c-103-rich-text h4.rte-body--normal-text,
  .c-103-rich-text h5.rte-body--normal-text,
  .c-103-rich-text h6.rte-body--normal-text,
  .c-103-rich-text ul.rte-body--normal-text,
  .c-103-rich-text ol.rte-body--normal-text {
    font-size: 1rem;
    line-height: 1.6rem; }
  .c-103-rich-text p.rte-body--large-text,
  .c-103-rich-text h1.rte-body--large-text,
  .c-103-rich-text h2.rte-body--large-text,
  .c-103-rich-text h3.rte-body--large-text,
  .c-103-rich-text h4.rte-body--large-text,
  .c-103-rich-text h5.rte-body--large-text,
  .c-103-rich-text h6.rte-body--large-text,
  .c-103-rich-text ul.rte-body--large-text,
  .c-103-rich-text ol.rte-body--large-text {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .c-103-rich-text p.footer-text--small,
  .c-103-rich-text h1.footer-text--small,
  .c-103-rich-text h2.footer-text--small,
  .c-103-rich-text h3.footer-text--small,
  .c-103-rich-text h4.footer-text--small,
  .c-103-rich-text h5.footer-text--small,
  .c-103-rich-text h6.footer-text--small,
  .c-103-rich-text ul.footer-text--small,
  .c-103-rich-text ol.footer-text--small {
    font-size: .9333rem;
    line-height: 1.2rem; }
  .c-103-rich-text p:first-child,
  .c-103-rich-text h1:first-child,
  .c-103-rich-text h2:first-child,
  .c-103-rich-text h3:first-child,
  .c-103-rich-text h4:first-child,
  .c-103-rich-text h5:first-child,
  .c-103-rich-text h6:first-child,
  .c-103-rich-text ul:first-child,
  .c-103-rich-text ol:first-child {
    margin-top: 0; }
  .c-103-rich-text p:last-child,
  .c-103-rich-text h1:last-child,
  .c-103-rich-text h2:last-child,
  .c-103-rich-text h3:last-child,
  .c-103-rich-text h4:last-child,
  .c-103-rich-text h5:last-child,
  .c-103-rich-text h6:last-child,
  .c-103-rich-text ul:last-child,
  .c-103-rich-text ol:last-child {
    margin-bottom: 0; }
  .c-103-rich-text p span.rte-body--small-text,
  .c-103-rich-text h1 span.rte-body--small-text,
  .c-103-rich-text h2 span.rte-body--small-text,
  .c-103-rich-text h3 span.rte-body--small-text,
  .c-103-rich-text h4 span.rte-body--small-text,
  .c-103-rich-text h5 span.rte-body--small-text,
  .c-103-rich-text h6 span.rte-body--small-text,
  .c-103-rich-text ul span.rte-body--small-text,
  .c-103-rich-text ol span.rte-body--small-text {
    font-size: .9333rem;
    line-height: 1.2rem; }
  .c-103-rich-text p span.rte-body--strong-text,
  .c-103-rich-text h1 span.rte-body--strong-text,
  .c-103-rich-text h2 span.rte-body--strong-text,
  .c-103-rich-text h3 span.rte-body--strong-text,
  .c-103-rich-text h4 span.rte-body--strong-text,
  .c-103-rich-text h5 span.rte-body--strong-text,
  .c-103-rich-text h6 span.rte-body--strong-text,
  .c-103-rich-text ul span.rte-body--strong-text,
  .c-103-rich-text ol span.rte-body--strong-text {
    color: #bd10e0;
    font-size: 1.067rem;
    line-height: 1.6rem; }
  .c-103-rich-text p span.rte-body--normal-text,
  .c-103-rich-text h1 span.rte-body--normal-text,
  .c-103-rich-text h2 span.rte-body--normal-text,
  .c-103-rich-text h3 span.rte-body--normal-text,
  .c-103-rich-text h4 span.rte-body--normal-text,
  .c-103-rich-text h5 span.rte-body--normal-text,
  .c-103-rich-text h6 span.rte-body--normal-text,
  .c-103-rich-text ul span.rte-body--normal-text,
  .c-103-rich-text ol span.rte-body--normal-text {
    font-size: 1rem;
    line-height: 1.6rem; }
  .c-103-rich-text p span.rte-body--large-text,
  .c-103-rich-text h1 span.rte-body--large-text,
  .c-103-rich-text h2 span.rte-body--large-text,
  .c-103-rich-text h3 span.rte-body--large-text,
  .c-103-rich-text h4 span.rte-body--large-text,
  .c-103-rich-text h5 span.rte-body--large-text,
  .c-103-rich-text h6 span.rte-body--large-text,
  .c-103-rich-text ul span.rte-body--large-text,
  .c-103-rich-text ol span.rte-body--large-text {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .c-103-rich-text p span.footer-text--small,
  .c-103-rich-text h1 span.footer-text--small,
  .c-103-rich-text h2 span.footer-text--small,
  .c-103-rich-text h3 span.footer-text--small,
  .c-103-rich-text h4 span.footer-text--small,
  .c-103-rich-text h5 span.footer-text--small,
  .c-103-rich-text h6 span.footer-text--small,
  .c-103-rich-text ul span.footer-text--small,
  .c-103-rich-text ol span.footer-text--small {
    font-size: .9333rem;
    line-height: 1.2rem; }

.c-103-rich-text p {
  line-height: 1.6rem; }

.c-103-rich-text li {
  list-style-position: inside;
  margin: 0 0 8px;
  word-break: break-word; }
  .c-103-rich-text li.rte-body--small-text {
    font-size: .9333rem;
    line-height: 1.2rem; }
  .c-103-rich-text li.rte-body--strong-text {
    color: #bd10e0;
    font-size: 1.067rem;
    line-height: 1.6rem; }
  .c-103-rich-text li.rte-body--normal-text {
    font-size: 1rem;
    line-height: 1.6rem; }
  .c-103-rich-text li.rte-body--large-text {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .c-103-rich-text li.footer-text--small {
    font-size: .9333rem;
    line-height: 1.2rem; }
  .c-103-rich-text li:last-child {
    margin-bottom: 0; }
  .c-103-rich-text li span.rte-body--small-text {
    font-size: .9333rem;
    line-height: 1.2rem; }
  .c-103-rich-text li span.rte-body--strong-text {
    color: #bd10e0;
    font-size: 1.067rem;
    line-height: 1.6rem; }
  .c-103-rich-text li span.rte-body--normal-text {
    font-size: 1rem;
    line-height: 1.6rem; }
  .c-103-rich-text li span.rte-body--large-text {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .c-103-rich-text li span.footer-text--small {
    font-size: .9333rem;
    line-height: 1.2rem; }

.c-103-rich-text ol li {
  list-style-type: decimal; }

.c-103-rich-text ol ol li {
  list-style-type: lower-alpha; }

.c-103-rich-text ol ol ol li {
  list-style-type: lower-roman; }

.c-103-rich-text ul {
  margin-left: 14px; }
  .c-103-rich-text ul li {
    background-image: none;
    list-style-type: none; }
    .c-103-rich-text ul li::before {
      content: '\2022';
      display: inline-block;
      margin-left: -1em;
      width: 1em; }
  .c-103-rich-text ul[class^='list-style-'] {
    margin-left: 0; }
    .c-103-rich-text ul[class^='list-style-'] li::before {
      content: none; }
  .c-103-rich-text ul ul {
    padding-top: 7px; }
    .c-103-rich-text ul ul li {
      list-style-type: decimal; }
      .c-103-rich-text ul ul li::before {
        content: none; }
  .c-103-rich-text ul ol {
    padding-top: 7px; }
    .c-103-rich-text ul ol li {
      list-style-type: decimal; }
      .c-103-rich-text ul ol li::before {
        content: none; }

.c-103-rich-text ul li ol,
.c-103-rich-text ol li ul,
.c-103-rich-text ol li ol {
  padding-top: 7px; }

.c-103-rich-text.tertiary-links-wrapper {
  margin-left: 0; }
  .c-103-rich-text.tertiary-links-wrapper::before {
    content: none; }
  .c-103-rich-text.tertiary-links-wrapper li {
    list-style: none; }

.c-103-rich-text a {
  word-wrap: break-word; }

.c-103-rich-text .btn.btn-primary, .c-103-rich-text .btn.btn-secondary {
  margin: 0; }

.c-103-rich-text .lead-text {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 12px;
  padding: 12px 0 0 2px; }

.accordion-list-item-panel .c-103-rich-text {
  overflow: visible; }

.c-103-rich-text .c-254-call-to-action,
.c-254-call-to-action + .c-103-rich-text {
  margin-top: 16px; }

.c-103-rich-text .c-113-table,
.c-113-table + .c-103-rich-text {
  margin-top: 18px; }

.c-103-rich-text img {
  max-width: 100%; }

.list-style-tick {
  padding-left: 0; }
  .list-style-tick li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill='%2cccccc' d='M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z' /%3E%3C/svg%3E%0A");
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #333;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-left: 42px;
    padding-top: 1px; }

.list-style-tick-rounded {
  padding-left: 0; }
  .list-style-tick-rounded li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23cccccc' d='M15,4C8.9,4,4,8.9,4,15c0,6.1,4.9,11,11,11c6.1,0,11-4.9,11-11 C26,8.9,21.1,4,15,4z M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z'/%3E%3C/svg%3E%0A");
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #333;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-left: 42px;
    padding-top: 1px; }

.list-style-tick-inverted {
  padding-left: 0; }
  .list-style-tick-inverted li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M15,4C8.9,4,4,8.9,4,15c0,6.1,4.9,11,11,11c6.1,0,11-4.9,11-11 C26,8.9,21.1,4,15,4z M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z'/%3E%3Cpath fill='%23cccccc' d='M13.2,20L9,15.6l1.8-1.8l2.4,1.9l5.9-5.8l1.9,2.3L13.2,20z' /%3E%3C/svg%3E%0A");
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #333;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-left: 42px;
    padding-top: 1px; }

.list-style-exclamation {
  padding-left: 0; }
  .list-style-exclamation li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill='%23cccccc' d='M13.2,8.5h3.7v4.7l-0.3,3h-3.1l-0.3-3V8.5z M17,20c0,0.5-0.1,0.9-0.4,1.1c-0.3,0.3-0.8,0.4-1.5,0.4 c-0.7,0-1.3-0.1-1.6-0.4C13.2,20.9,13,20.5,13,20v-0.2c0-0.5,0.2-0.9,0.5-1.1c0.3-0.2,0.8-0.4,1.6-0.4c0.7,0,1.3,0.1,1.5,0.4 c0.3,0.2,0.4,0.6,0.4,1.1V20z' /%3E%3C/svg%3E%0A");
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #333;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-left: 42px;
    padding-top: 1px; }

.list-style-exclamation-rounded {
  padding-left: 0; }
  .list-style-exclamation-rounded li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='4 4 22 22' enable-background='new 4 4 22 22' xml:space='preserve'%3E%3Crect x='0' fill='none' width='30' height='30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23cccccc' d='M15,4C8.9,4,4,8.9,4,15c0,6.1,4.9,11,11,11c6.1,0,11-4.9,11-11 C26,8.9,21.1,4,15,4z M13.2,8.5h3.7v4.7l-0.3,3h-3.1l-0.3-3V8.5z M17,20c0,0.5-0.1,0.9-0.4,1.1c-0.3,0.3-0.8,0.4-1.5,0.4 c-0.7,0-1.3-0.1-1.6-0.4C13.2,20.9,13,20.5,13,20v-0.2c0-0.5,0.2-0.9,0.5-1.1c0.3-0.2,0.8-0.4,1.6-0.4c0.7,0,1.3,0.1,1.5,0.4 c0.3,0.2,0.4,0.6,0.4,1.1V20z'/%3E%3C/svg%3E");
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #333;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-left: 42px;
    padding-top: 1px; }

.list-style-information {
  padding-left: 0; }
  .list-style-information li {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23649c00' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.1426666,8.03266666 C13.1426666,6.864 13.6053334,6.084 15.1166666,6.084 C16.6266666,6.084 17.092,6.864 17.092,8.03266666 L17.092,8.228 C17.092,9.422 16.6266666,10.202 15.1166666,10.202 C13.6053334,10.202 13.1426666,9.422 13.1426666,8.228 L13.1426666,8.03266666 L13.1426666,8.03266666 Z M13.3126666,23.8886666 L16.8953334,23.8886666 L16.8953334,12.0693333 L13.3126666,12.0693333 L13.3126666,23.8886666 Z'%3E%3C/path%3E%3Cpath d='M15.0006728,0 C6.71659865,0 0.00134547249,6.71248234 0,14.998991 C0,23.2814638 6.71659865,30 15.0006728,30 C23.2860923,30 30,23.2814638 30,14.998991 C30,6.71248234 23.2827286,0 15.0006728,0 M15.2166666,27.086 C8.53533334,27.086 3.11733334,21.6686666 3.11733334,14.9853334 C3.12,8.30333334 8.53533334,2.88533334 15.2166666,2.88533334 C21.9,2.88533334 27.3146666,8.30333334 27.3146666,14.9853334 C27.3146666,21.6686666 21.9,27.086 15.2166666,27.086'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #333;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 1px;
    padding-left: 42px;
    padding-top: 1px; }

.bg-white > .container-fluid > .row {
  background-color: #fff;
  margin: 0;
  padding: 18px 9px; }

@media (min-width: 769px) {
  .bg-white > .container-fluid > .row {
    margin: 0;
    padding: 24px 9px; } }

@media all and (max-width: 650px) {
  .c-103-rich-text img {
    margin-bottom: 18px; }
  table .c-103-rich-text img {
    width: auto; } }

@media all and (min-width: 885px) {
  .col-md-12 > .c-103-rich-text * {
    max-width: 100%; }
    .col-md-12 > .c-103-rich-text *:not(.help) {
      max-width: 83%; }
  .col-md-12 > .c-103-rich-text .help * {
    max-width: none;
    max-width: initial; }
  .col-md-12 > .c-103-rich-text .btn {
    max-width: 278px; }
  .col-md-12 > .c-103-rich-text *[style^='text-align: center'] {
    margin-left: 8.5%;
    margin-right: 8.5%;
    max-width: none;
    max-width: initial; }
  .col-md-12 > .c-321-reference > .cq-dd-paragraph .c-103-rich-text * {
    max-width: 100%; }
    .col-md-12 > .c-321-reference > .cq-dd-paragraph .c-103-rich-text *:not(.help) {
      max-width: 83%; }
  .col-md-12 > .c-321-reference > .cq-dd-paragraph .c-103-rich-text .help * {
    max-width: none;
    max-width: initial; }
  .col-md-12 > .c-321-reference > .cq-dd-paragraph .c-103-rich-text .btn {
    max-width: 278px; }
  .col-md-12 > .c-321-reference > .cq-dd-paragraph .c-103-rich-text *[style^='text-align: center'] {
    margin-left: 8.5%;
    margin-right: 8.5%;
    max-width: none;
    max-width: initial; } }

html,
body {
  font-size: 15px;
  line-height: 18px; }

body {
  margin: 0;
  padding: 0; }
  body.no-scroll {
    overflow-y: visible;
    position: relative; }
  body * {
    box-sizing: border-box; }

svg > * {
  fill: #fff; }

img {
  max-width: 100%; }
  img[src=''], img:not([src]) {
    display: none; }
@charset "UTF-8";
/*!
 * smartbanner.js v1.9.1 <https://github.com/ain/smartbanner.js>
 * Copyright ?? 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  height: 84px;
  left: 0;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.smartbanner__exit {
  border: 0;
  display: block;
  height: 12px;
  left: 9px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: calc(50% - 6px);
  width: 12px; }
  .smartbanner__exit::before, .smartbanner__exit::after {
    background: #767676;
    content: ' ';
    height: 12px;
    position: absolute;
    width: 1px; }
  .smartbanner__exit::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .smartbanner__exit::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.smartbanner__icon {
  background-size: 64px 64px;
  border-radius: 15px;
  height: 64px;
  left: 30px;
  position: absolute;
  top: 10px;
  width: 64px; }

.smartbanner__info {
  align-items: center;
  display: flex;
  height: 64px;
  left: 104px;
  overflow-y: hidden;
  position: absolute;
  top: 10px;
  width: 60%; }

.smartbanner__info__title {
  font-size: 14px; }

.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px; }

.smartbanner__button {
  background: #f3f3f3;
  border-radius: 5px;
  color: #1474fc;
  display: block;
  font-size: 18px;
  min-width: 10%;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-decoration: none;
  top: 32px;
  z-index: 1; }

.smartbanner__button__label {
  text-align: center; }

.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131; }
  .smartbanner.smartbanner--android .smartbanner__exit {
    background: #1c1e21;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8) inset, 0 1px 1px rgba(255, 255, 255, .3);
    color: #b1b1b3;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 17px;
    left: 6px;
    line-height: 17px;
    margin-right: 7px;
    text-shadow: 0 1px 1px #000;
    width: 17px; }
    .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
      background: #b1b1b3;
      height: 11px;
      left: 8px;
      top: 3px;
      width: 2px; }
    .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
      color: #eee; }
  .smartbanner.smartbanner--android .smartbanner__icon {
    background-color: transparent;
    box-shadow: none; }
  .smartbanner.smartbanner--android .smartbanner__info {
    color: #ccc;
    text-shadow: 0 1px 2px #000; }
  .smartbanner.smartbanner--android .smartbanner__info__title {
    color: #fff;
    font-weight: bold; }
  .smartbanner.smartbanner--android .smartbanner__button {
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: bold;
    min-width: 12%;
    padding: 0;
    right: 20px;
    top: 30px; }
    .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
      background: none; }
  .smartbanner.smartbanner--android .smartbanner__button__label {
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    box-shadow: none;
    display: block;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none; }
    .smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
      background: #2ac7e1; }

