/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.link-list--horizontal, .link-list, .vertical-list, .horizontal-list, .back-link ul {
  padding-left: 0;
  list-style: none;
}

.-inky-blue,
.\--inky-blue {
  color: #0D1C3D;
}

.-dolphin,
.\--dolphin {
  color: #677083;
}

.-white,
.\--white {
  color: #fff;
}

.-book,
.\--book {
  font-family: "Gotham 4r";
}

.-light,
.\--light {
  font-family: "Gotham 3r";
}

.-medium,
.\--medium {
  font-family: "Gotham 5r";
}

.-bold,
.\--bold {
  font-family: "Gotham 5r";
}

.blue-extra-dark {
  background-color: #002343;
  color: #ffffff;
}
.blue-extra-dark.-inverted {
  background-color: #F4F5F6;
  color: #002343;
}

.blue-light {
  background-color: #92CCF0;
  color: #000000;
}
.blue-light.-inverted {
  background-color: #F4F5F6;
  color: #92CCF0;
}

.blue-xlight {
  background-color: #F0F7FA;
  color: #000000;
}
.blue-xlight.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.black {
  background-color: #000000;
  color: #ffffff;
}
.black.-inverted {
  background-color: #F4F5F6;
  color: #000000;
}

.gray-dark {
  background-color: #58616B;
  color: #ffffff;
}
.gray-dark.-inverted {
  background-color: #F4F5F6;
  color: #58616B;
}

.gray {
  background-color: #ECEDEF;
  color: #000000;
}
.gray.-inverted {
  background-color: #F4F5F6;
  color: #ECEDEF;
}

.green-regular {
  background-color: #33A437;
  color: #ffffff;
}
.green-regular.-inverted {
  background-color: #F4F5F6;
  color: #33A437;
}

.red {
  background-color: #D00000;
  color: #ffffff;
}
.red.-inverted {
  background-color: #F4F5F6;
  color: #D00000;
}

.transparent-black-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
.transparent-black-light.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.05);
}

.transparent-black-regular {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.transparent-black-regular.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.1);
}

.transparent-black-dark {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.transparent-black-dark.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.2);
}

.interactive-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.interactive-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.contrast-blue {
  background-color: #006BA6;
  color: #ffffff;
}
.contrast-blue.-inverted {
  background-color: #F4F5F6;
  color: #006BA6;
}

.interactive-blue-dark {
  background-color: #003B71;
  color: #ffffff;
}
.interactive-blue-dark.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.kp-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.kp-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.inky-blue {
  background-color: #0D1C3D;
  color: #ffffff;
}
.inky-blue.-inverted {
  background-color: #F4F5F6;
  color: #0D1C3D;
}

.dolphin {
  background-color: #677083;
  color: #ffffff;
}
.dolphin.-inverted {
  background-color: #F4F5F6;
  color: #677083;
}

.graphite-dark {
  background-color: #D3D6DC;
  color: #000000;
}
.graphite-dark.-inverted {
  background-color: #F4F5F6;
  color: #D3D6DC;
}

.graphite {
  background-color: #E9EBEE;
  color: #000000;
}
.graphite.-inverted {
  background-color: #F4F5F6;
  color: #E9EBEE;
}

.graphite-light {
  background-color: #F4F5F6;
  color: #000000;
}
.graphite-light.-inverted {
  background-color: #F4F5F6;
  color: #F4F5F6;
}

.pebble {
  background-color: #F7F7F7;
  color: #000000;
}
.pebble.-inverted {
  background-color: #F4F5F6;
  color: #F7F7F7;
}

.midnight {
  background-color: #003B71;
  color: #ffffff;
}
.midnight.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.sky {
  background-color: #90CEF1;
  color: #000000;
}
.sky.-inverted {
  background-color: #F4F5F6;
  color: #90CEF1;
}

.moss {
  background-color: #4A7628;
  color: #ffffff;
}
.moss.-inverted {
  background-color: #F4F5F6;
  color: #4A7628;
}

.grass {
  background-color: #57A635;
  color: #ffffff;
}
.grass.-inverted {
  background-color: #F4F5F6;
  color: #57A635;
}

.leaf {
  background-color: #A4D751;
  color: #000000;
}
.leaf.-inverted {
  background-color: #F4F5F6;
  color: #A4D751;
}

.burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
}
.burnt-sienna.-inverted {
  background-color: #F4F5F6;
  color: #D1480C;
}

.tiger-lily {
  background-color: #F36C0D;
  color: #000000;
}
.tiger-lily.-inverted {
  background-color: #F4F5F6;
  color: #F36C0D;
}

.tangerine {
  background-color: #FEC941;
  color: #000000;
}
.tangerine.-inverted {
  background-color: #F4F5F6;
  color: #FEC941;
}

.ocean {
  background-color: #066564;
  color: #ffffff;
}
.ocean.-inverted {
  background-color: #F4F5F6;
  color: #066564;
}

.aqua {
  background-color: #20A29E;
  color: #ffffff;
}
.aqua.-inverted {
  background-color: #F4F5F6;
  color: #20A29E;
}

.robin-egg {
  background-color: #7BD3CF;
  color: #000000;
}
.robin-egg.-inverted {
  background-color: #F4F5F6;
  color: #7BD3CF;
}

.acai {
  background-color: #BB1654;
  color: #ffffff;
}
.acai.-inverted {
  background-color: #F4F5F6;
  color: #BB1654;
}

.fuchsia {
  background-color: #F05674;
  color: #000000;
}
.fuchsia.-inverted {
  background-color: #F4F5F6;
  color: #F05674;
}

.rose {
  background-color: #FFA4B4;
  color: #000000;
}
.rose.-inverted {
  background-color: #F4F5F6;
  color: #FFA4B4;
}

.plum {
  background-color: #583985;
  color: #ffffff;
}
.plum.-inverted {
  background-color: #F4F5F6;
  color: #583985;
}

.lilac {
  background-color: #846EAD;
  color: #000000;
}
.lilac.-inverted {
  background-color: #F4F5F6;
  color: #846EAD;
}

.lavender {
  background-color: #B2A8D2;
  color: #000000;
}
.lavender.-inverted {
  background-color: #F4F5F6;
  color: #B2A8D2;
}

.deep-red {
  background-color: #B63125;
  color: #ffffff;
}
.deep-red.-inverted {
  background-color: #F4F5F6;
  color: #B63125;
}

.deep-chalk {
  background-color: #585858;
  color: #ffffff;
}
.deep-chalk.-inverted {
  background-color: #F4F5F6;
  color: #585858;
}

.mid-chalk {
  background-color: #666;
  color: #ffffff;
}
.mid-chalk.-inverted {
  background-color: #F4F5F6;
  color: #666;
}

.light-chalk {
  background-color: #D8D1CA;
  color: #000000;
}
.light-chalk.-inverted {
  background-color: #F4F5F6;
  color: #D8D1CA;
}

.mid-aqua {
  background-color: #CEECFD;
  color: #000000;
}
.mid-aqua.-inverted {
  background-color: #F4F5F6;
  color: #CEECFD;
}

.light-aqua {
  background-color: #E9F7FE;
  color: #000000;
}
.light-aqua.-inverted {
  background-color: #F4F5F6;
  color: #E9F7FE;
}

.pale-blue {
  background-color: #F0F7FA;
  color: #000000;
}
.pale-blue.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.motion-blue {
  background-color: #94DFFF;
  color: #000000;
}
.motion-blue.-inverted {
  background-color: #F4F5F6;
  color: #94DFFF;
}

.white {
  background-color: #ffffff;
  color: #000000;
}
.white.-inverted {
  background-color: #F4F5F6;
  color: #ffffff;
}

.dolphin-light {
  background-color: #B3B6C5;
  color: #000000;
}
.dolphin-light.-inverted {
  background-color: #F4F5F6;
  color: #B3B6C5;
}

.slate {
  background-color: #8F949D;
  color: #000000;
}
.slate.-inverted {
  background-color: #F4F5F6;
  color: #8F949D;
}

html {
  font-size: 16px;
}

body {
  font-size: 15px;
  font-family: "Gotham 4r", Verdana;
  line-height: 1.33;
  color: #0D1C3D;
}
@media screen and (min-width: 601px) {
  body {
    font-size: 16px;
  }
}

html {
  box-sizing: border-box;
}

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

.screenreader-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}
.screenreader-only.invisible-link {
  display: flex;
}
.screenreader-only.invisible-link:focus {
  position: static;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: inherit;
}

@font-face {
  font-family: "Gotham 3r";
  src: url('clientlib-angular/css/96AFA220F80ED4389.eot');
  src: local("?"), url('clientlib-angular/css/96AFA220F80ED4389.eot?#hco') format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham 4r";
  src: url('clientlib-angular/css/2108F2E63BC303060.eot');
  src: local("?"), url('clientlib-angular/css/2108F2E63BC303060.eot?#hco') format("embedded-opentype"), url(data:application/x-font-woff;base64,d09GRk9UVE8AADpXAA0AAAAAX3QAAQAAAAA4QAAAAhcAAAZoAAAAAAAAAABDRkYgAAAIxAAAJOUAAC4IBqsa30dERUYAAC2sAAAAHgAAACABBgAER1BPUwAALcwAAAf2AAAcxswVu7pHU1VCAAA1xAAAAFoAAACA6jAts09TLzIAAAGMAAAATwAAAGBZAlcKY21hcAAABlQAAAJcAAADWB8BSFZnYXNwAAA2IAAAAAgAAAAIAAAAC2hlYWQAAAEwAAAANAAAADYDRtEIaGhlYQAAAWQAAAAgAAAAJAfdBDZobXR4AAA2KAAAAhgAAANQ39E2WG1heHAAAAGEAAAABgAAAAYA2VAAbmFtZQAAAdwAAAR3AAALkZXwJR9wb3N0AAAIsAAAABMAAAAg/7gAMnjaY2BkYGBgZHC0WqUSG89v85WBm/kFUIThAtuxMhj9//V/CxZ95n1ALgcDE0gUAFLODIF42mNgZGBgPvBfgIGBJfv/6/+vWfQZgCIo4DwAnVcHGgAAUAAA2QAAeNpjYGL8wujKwMrAwrSHqYuBgaEHQjPeZTBi+MWABBYyMP13YGCIhvE91JzzgZSSohKzwn8LhhPMBxg+APnzQXJMrEx7GBSAkAkACkUPrgB42rVVy27bRhS9tuTYTmI38TLoY4AGRlJIsig5ghN0UcCAH9vECODliByKdEQOMRxaEZpFdukPdNHf6KL/0N/pD7RnLsc1FSeqi6ImyDkzcx/n3HshE9Hjld9oheq/H/DWeIW+xa7Gq7ROocct+pouPG43bNZoi37y+A5ufvZ4nc7pF483YPOHx5sNfHd1m/70+B7ttLY8vt/AWw2bbfqu9Y3HDxocHjbwDuMWrbQ3sXvfOvV4hY5av3u8StvtLzxu0fftrzxuN2zW6FH73OM7tNEuPV6nX9s/erxBj9a6Hm828N32l2vHHt+jx5uhx/cbeKths01nmx88ftDg8LCBdxw+1MXcpJPEiieHT8Wg3w86+AaBONEqniojdsWh7onE2uLF3t5sNuvZeaEnRhbJvBfqbNH/ZPdQi3di0eSlmlRTaYJnwcHooDsa7gdBFylG/cFg1B12g/3+IHj+Wpky1bkY9ob94Ejn9ljbRGYiLYUU1shIZdK8ETpeJNYRsyQNE5HJuRgrYdQkLa0yKhJpLkJlrMR6UZm0jNLQIkHZW/A/S5Cg1LGdSaNcMpsoURhdwHV+I5s41xWnyrUVIZR3RKajNMYaIa9Jx5VVHaGNiPQsn2oZIV4jAV+leWnldCpSK6oCimU+R6ysgKthg0SX1t3GRmd8O9WhdNw5vxF1ua0WVakW4zsBZTW+UCHfOy1nymSlE/JKmcs0VEJOjFKZymGRSCvUWxAvUTs7UyoXcwiUefSR7NMYihEZhb52rz077HJVk5uMYghyGorKFLpUPXGEg0w7rjnuMhbWEcVUSfhepiWEf3bY9mZqHGM2ugsFDXEioXiRM7TdDCCWD+FNh9tToUPSVNCcDKU0oYQsCXqC06dYB9THE1DH4wCPoBN4KIppiq/Bfhevi9LD6vwt4r2gPTwzfno4meNMI74hCZRg38MPqqZsaf4TxHb3gt7hXRblJbhMqAIniduAnuE9oBHeLr5D2mfuXa9ihO8AzwgnQ7wB7t1JQM/pNasqwUZTjqxD5Biy1xGfWDrGapFdIq+AXYmvZH6OVwT/jFm8wZlGnZZVzFV2hlgpdCTAznOOdQxLAVunymWw7KkQ3WV0vEI+sbCv9xdQb9g24mjWKyiR5fP5zzi3U1AyVws2kjNdKXNK3a7AqetUnXV+C20C//g0WF2ryrlygnvmet7hO82MY7+PvF6nZQxvp7zD2QzfajDMkU1zrWt+n1Zw7ZVyHVytpnjc3rGoeJpy7l7O/OpZKnxW04iQYC3Zq/aNuRpZw9cxCrG7qvu1fsOdvJ5uyxNdIZ5ayl/8fV6hEhc4CRv+V305Y6YZW9YdecUnlzwFihlOOJ6bS8UTLPz8OqTora946efOMVBsKaCs7qBTGf1Dt085e87sHOd6oj+VvZmz08jy8Zzcpkax79BVHwqueMH9UszryFtkvCo/D7Vf1uhYh72dMunzXnLWuuP//pdtj+s45kxOd3fJhIbeRvoeL6tz3bfbMBD/6ZfwNhn+h6r8BQTVYWQAeNp1kfkzlWEUx7/ntSatJKHrdXEtkf3aWgghQpaE0KZFu9KKodI2JZX2mkLX1rUTWdJKqZ8bvzS9/oRqpmmaMU/v+95xpwZn5vOc58x5znfOOQ8AA+iwA4knuGQxIjk25NSij0EYjGCKbBSjFho8Qxu60It+fMEvMiFbciQX8qFAiqEsyqMSYpwtN8J9VZQrfvKWvA2v4JW8ig/htQ5KxkRFHrmoFpUa0CIq9aAPQxjDbzIjBanIndQUTPGUQ/n0h7PmhrkxRaniB2/BW/N2slKwTomNM4ENsgHWx3pZN+tkHayVtWAGm/g+MS55QSs0Cg2CRqgRKgX7b026qacxXyShAEUowRVUQItRjBHITEqROVlNU6FBHerFqRrRJG5JCyXC9TghQo8zImVUiJqCK6L1uIm7d0fsPzTDA3HwRPx/tKAVXkjQ441EPW1ohx+S9fgjRaYDnQhAqowaaVMIQjpCkCH+TygyZbrxXJ6kEFWysqQiVUsvJ5EqQMaYcamTRpyBoZGxiekss9nmc+bOm79goYXlIqvF1ktsbO2WKux5B6Wjk7PKxdXNfZmH53Ivbx9fP/8AdWBQcEjoipWrsDosfE1EZNTa6JjYdXHx6xMSkzYkp6SmbUzflJGZtTkbOHL02InS8svXKipvXL95687tu/ce3H/46HH1k5qntfV1DY3YnbsFI7i6c/vnPdtQeF7qaauutR37UKU5kCPf8/Z/wMGCc23tQ6/evX/9BtB24dPHUTGT/3YYh08eOnW8qLjk9JmzKLt46UJzz+CuF339e18O9P4FyxPBHHjaY2BmAIP/WxmMGLAAACzCAeoAeNqlugdUFEn0L1yEnmln3DE25h5zAgwYQFEEEUQFERRFRRERBAMowaygZC45KOacQDFijgioCCYUYUVd865xV3f3Ntaw76sew+p+5/++77x3+pzprqp7b1XdVPfXPQbE2JgYGBhwjsFBYfJDV6khkboaSN0MpW5GkmA8sb7RAur16dIndw73NshsQ0hX78ZSeSPSgDHVFzr1GOQweoLP3CWrCkscwkOCA3yDQ+eEz/TxDQ/z6+HrMy8gPGimT0j43Dk+4WFye2aIzwL9gG9giG/4XP85fov0LZ+Q4CD5YXqI3+fxsMA5M/QPc318v4zNCPQL8QsNDNU/B4f5+Pr6BemFhgQGzZTv9sHzFocEzgwIa9vVvltbi169epux39692zoF+7GZQtp2bmsf3KNtQFjYvIE9ey5cuLBH2OJ5wWxJ8wIW9/ANnqvXgawEYqAgAYTU60dsCVlGyNDWZJohmUFIFCG5hAAhswjZSUgkIVsJWU5ICCExhKQSsoiQpYTkE5JnQA4Ssp+QA4QkEnKIkAJCDhuSk4QcMyTrCDlFyDlCThuQ84ScJSSZkCJCLhqSYkI2EpJNyDVCrhiQckJKCSkjJI2Q64TcJuSGIakkpMKQ7CbkHiH3CakyIDWE/ExIJiGPCXloSJ4Qso2Qp4SkE5JESAYhKYRkEXKBkAeElBiQZ4SsICSekJUGJJqQOEIiCIklJJiQBELsCOEJCSckkJCFhCwghOllMSGzDQwY5VpiEK8m1YbEgAwiQ8hkpqGHBjMNXhuuMEw1vGr4v4wsjJyNPIymG802Wmp03eiJcSfjMOP1xm+5Sdw87q1iomK2YpkiW5GrKFI2UF5QlvPd+WX8cf4sf6tet3q29UbWW1pva738epX1auq9UmlVmapq1WPVB9UndRO1nTpYvUC9TJ2m3qo+pi5Ul6rv1VfVH18/oX5O/es/DfrJ76fFP+35qfyne5pWmnaaHprpmmzNEc0ZzXsNNmjYwKbB7AahDZY0qG7woqFdQ6+GNxs1azS60bRGfzcObJzQ+GPjf5r0b2LTZEQTzyabmlxo+lPTdk37NR3R1KvpkqaXBEPBWwgWIgQQdgpHhUvCbeG1SX8TR5PJJvNMYkzWmZxqNqKZZ7OZzRY0S2u2sdnd5ubNbZuPbe7ffHHz1c33txjdYkeLUy1utnjRUtnSpGXXlgNbTmhZ3rK65ZtWpFXTVl1aOba63qqm1etWn1o3ad2u9fjWQa0Xtd7auqjNT21Wt9nZpqBNWZuaNm/b/NWmTmwvmolWoo8YKMaKmeIWca94WDwtPhTfif9o22j7a4donbQXtLUdTnUo7HC/w9MOrzp86Niso7Zj946DOjp2nEe9jKX4T8t08YrbEwX8BHS4riVHvXROAtRGo62uPoeLpPoC1EVTW6k+F+wqIKOgn4DT6JpodL1QgZOEY7BdcoOi3gDuXGJdM+Hlnz0VGhqHOZKtUAA1uBnSegJHF9AdX5s9GP8GiWKiQFVwAAPwJ4Cb1AD2op0DzKV2dOy/jyYAjqgCbiYNoD/Jzwas2+EWI3DAsf8+mrAZXmG+gO7gT2dRdzaDl3Rc+kcYc8J9l20mf3mUm5I2iOk7BDryicrE9uXjsGsAT1OUtllj9rle5Ke6crdcqwKeRfFdrr1VYqOMp5XwF5+kTPrDqZh2388jKC9EnQk948tH6FRCohJGjvfqF8tjjBINg/YEwBiePsanQpIy8crFMw9TeLpSSQ33zj8Il3gNmqI/fhBeXXv0Spus/M35obnpKEszMUFpXmr1SsRC43MF4x20CUonfw+PCdMv3BKTleUHCgtFdKZHBLpNZ1ABGIePcZtkNAy4pXWewuvSz6JcHpqZfRP1m5h8SZD52Uj5wcKL54+Od2AjTjM9xomaHOn35cLlk1SDjbhDZ/Mu55bzI/dyIW7B4+dM5WlftOT+OFBaBM/4ZOUT+9vdqJGdXU/GDOO2Tjs9tq2PixP04BOUtN5vg7Cx+ALuHrl2k6fT8KYwvmhJLhxlbEXHjpcWFUwfK3O5TplmMZdfRD8J/VyLKtl6oORo0a9Mi67Ug/Mc6xYwAniNbmQZ85Bjn13CnBmMJuNb2k7Yd46jZq+tUQNowSwA2Pc+1kezN/wsNuDYtSvtDHQkMyJQ53e0Izp24RnnM8aIju/eYWfAkXou567YkTq+52d5cmhmep9qgFroufpa0/rUrDvjSkc3qZ1wHlZiow9Dd52i/AXkL8472dE+GxtNgGzaqGPFvCnIe1B+PLfL68MdTuOGu9FQqMTp6FtBfXG6LZ1Ofe3RV8F2U0w1QluVhu4uwxwBc2toLusddc/kczzYL6BNhdsgzfhkwYyoycPaCAGdkMeB6MkUhJ5UgVbUiV316EDqybRIPVFBrXCEmFwh0GaW2AbNZcIeD7AlNkOTR7QNNZfJzAfSVrSZqKHVONykutbDTUGHjNk0Cpsf5TSWp02k5RU6pQJdcSCHDf6+WAp/MGOhotcj2likDWDEOGdzvtiHu1R9vuA+3IOyCTAAHGZ4tDXlaQYN4zQOeI2t1OTjY2wkGxKbUoMSqsnmcR7GQ7FuLMAwfAV0Pk1e73UCOFTWTO7LnHnAcI/+Yj8YecijnHf35IrsnnhiPWb1CGmYyT22aYNyaiDNdVTo2uoWbHaXOBa/p8oFPIV1QOs4zTC8xGbt/PFXbCNvukW7GtpadIMZK6Yv5tdhGD4BuKPrAgvpbxcCuKNbT20sAf6PCld5ZgvHEV3EYeB0cHQJP8GdK3V+Mvk9m3gmPmYS26PBW2wli2xGjR9RE7EXOE+f4sRnK9HiNhttJV6DMyHnvfmTV7jRZ132WgJPR1FCrWkgEw20Q579pbHHvUvnVQGfdEvoaHfjGRNWfavyz99vjerHzGExYlhHUdMX25g8BbxdK0CJLhjAXhKY0cfjjZUCdkPFfVTLunw4usgqt2xv4VmokW1CqFEVbcouIxtK5DAaWDixbK7lXNcxYKUPPlQMxG6i1NHYYtj5e0zArZvnXry4OcGR0Q4ZNsFCpI+MqXL45dvyimoK//ijZtxgNjRsuCtVimz/Zy8LLjB+h/tZfspormRSuf8L4NEOVdgbQ/SmbRtYPf7C1BNjdlmzXXfr2J62YHumjd/3wo7ic7h27PgNfrmSmg6l7WgrcROuFzo5XJO3/6S06s8/7zhYsMmsnQa3FTU6uxqpl/4g0K011vu/zvbBl55FdU3kMHGTch8LUK0zYTFogmOgSjeLLocRLMTuS8MEye+uzk9Brxh/ftC4vXwsSIG4HMp18u9gSaBuOoGOYUmjM3PEScI5yEbCoWL9b1cBG+k93OIRW2VbGObl7sifm8SdKynKvwv880tu9rIlLR09qEk8HxvLxVDd5zMLz0pxtL/wER7trjrFL93F2Uy1D+vCVBFNbXA4hmII2uJIXIKLcQh1pM60veOoYR5z9p7TwurkrWm7+SO40ClrhSMXWuB9dDDj46iqLW1PDWvs32or4dyhwyc3TTwdeAf4l68q0Qb96FiWEBPY5UEn0ygahe50ImZpJ+FpYZjnyZ+1cGHrqbx9ubmHNx6BW3DeA4bCxPDJgYFBQTMW+TKX/vuwSTsVbajzENqrNIffmeA1BZr/fhvry9Z87XTaakfh9kun4AVTB5xYejBor+9h522ybc8pJHfqKgwYMc1MZGksBgMV7wunOmoP01tCgnLwCK92Io1AwPkK1FzzHqLVlEiWLHiawP0zd+7yE85xTqOc/U2ZoB7MKZtgfzme+rFc1hh7iq+g3LdkLH+xmHMoH3KCNmFU02lXakUnyc40BbvRPjhV1Lxjy41TMNuZoTlOlAVMpGZoSueJlHXHDRXYoc5RDe0pc/VkqqxPHURqJZ1TaFa8M+mg0sx7Z/IzFksNKnQNMEUadEcHCs3v0iC2TBW8PVNWzGMeLRiGgXSocvIMuznytm3aYkO0lufqhUYsh/YU38HlWRe9+HOXOYeSoftZNcJTf+bdNnScPK0XtmZH4zxRUyXPdUPqSm/8XDtmEL2m64rXBjGnbv2XidzB0rsJwkrhKlzYfPjQkSPbr8IDXgqw1gUqqZGb+yBxKHjnTyvj3Sdxx+2vT/iTme6ALHGMgiUDU9xKX74DWi6JeBFLOoKus64/SP0HsYQx/J2JNPeOTqxVsjnQ5Z1JlVSqwEydKhUwU1KD7trPALVjrIFm6hrTTKmxNWP6+51JR5UGrWVddFIl3xE6qzTL5OkAbeQJG1ejqawDscMjynLGOsXPukYCXkEHJXKVE7qwjfcc4kJ5kYmozTsk9KzmLlzb+xCeyEHlQTsgS4Xs6kQHUw/5+PHADtQaA8XHULm75CT/qxVHrz0QaF/Kown2kSfqw8rEptiXXTw1oX3kzOawwNlvIk+boXr8GDShHOc9e9wiF6aXI/JCd6CXAr3pjjdAZ+NhDg03378ByMtuXLjwTOB+7+OOO/sxU11U/ExrBTyIc9jSyyf0Y0vvbevRXtRMw5crhS4qjQ/uZwZSYuQd3emhGKnQ3JMaRApdVZrr+GuscAvwYq1Hf6Apuvc0WXrfhylPGoSnY4VyQA+pDMfpyq4DptR6WAEriu/TcdKDkUDH6R5QL+l+P0ZdIN2tHSOwevMonYVHewCupq/pFlr7AtgRVYhhtPA3oFuwFlfja06zD2+bdFNpsq+bdGdlQvxv1ETAw5dpYO0kDLxMD8tFgjRVXyXovlQJNL5ET1R7mx52xVl1k+gshcYqgfYVpN9Ldb8zn1gtvRRMVZoOGB0pmKnWXRHMVZpFWBcpYCPUvMfBsv5taIO3tKFoBqPH+7jweMumLqjqnfKI29UJr4FfflPowVZjjBURwhu4WnC+mJ90kpvu7TmL1WiUDHiGxrIMo/vP/hRvwcmAo9P4cxe5yedGH+3Gxk2pgjakneVg6cSqlQZoKrLpL0UKr+DKhYKrfIeq2iAbWqb0LXY5L+eLhrRBFzpYJrfBBt2wobj2ptBTpemFZRFCLxV1wvNCb7aam6hkru6BluXUqkBxd++By+JO2BK7O4q/rgzJCk2dCV7gt3z+/KCgpVNZ6T11mNNtJZv3BsveD+DmtpMnCwq2X4H7vDTEpofS55Lz6e5s7ga0fg9qKs/dDdU92NyvoPTMicv8aCX9yc6ZKkQ7GLFtzDE+wJW7Ofl+6GPgE3GbYGpV8ZEp4K+aG2/fvnRsx5y3Q89h3USN02OTKjyjeFNe9uzFeVdTkRZW4V0lNhj6iDYSLcBjauBYHi/ZKDU6q6e1KuHpL30UaXXeQpW01kbxXZ/3P4ZC9emCF1rpuI3umHJy6IIAMRKWJUUk887KDXE5iRtZUFCFPFkrxZ9/oQuNeQk0DE/jXAwxBZpHj4OUZCMDMqtfTWRtM6fYKJOfVry6euPBg3Pu3UVadA/PKf8oK65+dHZsF/1S7yix6dD7VC32hnFT/N2Diz1OWEJfmOIV6Mk/Yatm27NQafyxMkLoo0q+KfRlbvWY+V0VrlF88Zz/0cM+2ihxrc5b9qtFkuysVbUDbLoq/kcf+OIr1HmK7As0V179dAX2elmDnJj+UNEt1dbFrx+Prdi6qAtmrxT6MbI8XLNKOAh7Mnet5cuV81aEx84HfkLAtlItizyrG6xy7mVDe9kPr2Du1750+kNmMtwTKfRXaUxxTZzAEkq4tJEFtr3Ojg6V7PozFaIjhupH2kpmqNWZseAfKW1k2bW1rg9tK/UbBVSr60dbS30GyMFpgK2ktUIfwPGsUp5K1z8GdggGYl8a+AwYNtqAnpjeD9gZOZXT9MTLjwVLtuwml0ys2M1L6ssQyxqGaNoeWJoPz2Fz0n7YAo/88522Xtt85CA8gi2J+2EzPF+fj20P8BGM0mmW/0jowJzDG5bwg4N9eovzXXcqnu/2GayFJYnesAw6HByJTrMYtGqIapZIyj5ZjGRZxeu6DI6c9h0sg4+wLvE4bOCrdxc8E3denq+wCC6o1sKGpOOwDj76l1GnffwKBpjazVwfAL1hYWIgLADLgwHXw0ct9PUHS1iQFAgLoffSANpuJpun13OWf+TiKalujPC8SBEquU2DMJ0bp+kk9a0dL4yEpQMjWGnfnSq/5AmgfEWXD/78gnZlsPEll5WYBVnwGkoLzpfwk0+wxDOBJZ5o+Uriq6TWXH5EbljebP7sec63wGf3xByerqM5gpyRap5+FFNhiM6EG5479TY85DUzrptI625RxHDMu8kchCigcN3x3Xt2bM/LOQp3oCDw8CT+ymnO68roU+1gBHiE+/lNnx7uDHYs01k6PqKLlJYLOE3Ke9wkoE8f6uOCPpS/xwobn6vU56n8O5IdvxLfG2g4fUVD8ZU5YLqOp06y95xkunj2ykJB7c30dw12kSxYPeLNTr4BX2scC7Sk3uzqSwfQifL5OREtqCV6i7nG1JW2w644QiYcwbBIdxzDYFs7VjyNkAlHsFKyOx0jpmFH4ToU7Dx8hJ+Zz82aM3eRF/B2bteqGN+9S9cqxeOQH74nmD94hPPP993hJKdx674dmO7b3+/3F8OJJ3GQZCYUQN6Grbt4vzNop4QDK/cs2hS+Zc5qX/CBuSsDl/HrfLg9OTuzcoE/sydkijZWGZ4emhYIvL3nLFcmyvXi3AtiVoEQELQxj82bu3vrKTEPtsdujuFDlT6+wV4iVdN+AuacojnMBVtITgVCYR5tjqOxOY4al8d2HwBRnBsNFAawcNiHU1EnvKm6/0qbpHw15Odu3W2szcREpdm9QW/FTcZ9Rtz6hQ38cv32k6flDv3ZQH+nYX3F4beF/VcOKgpGHwWv69z29A2bYRfD/geDNs0QrRX7+wjFx5TbknIiWLgkKpesiAgTNb9JVMCyUlrGFhWOi6WOwoPK2zVsBw9sbw0YYOswgGl6YOWwB+J5Y3ef0+fZwPmC00VFBZMnsIEJPpPdWVk0ktl5oErG9pj0BTmE055CNQ4aDT1pS07W8HjJVPil9IYs+b7Ldcv+zsMHyujoqtMjkXagKgGPnqJHFdgJ1YKH78lCRnbx4InCi0emyu9PPPynjmN2aoHPCwTmOYGQSQdgwNjZ2IK60BbUmaMDZwvWKhn7JH6Jv511E4W/4dapopu85xlu4hi3gKHA9x5bXCFDgUc3L6JJCp+WthT7e8IqSjiqWGruArSRDCsVTy2xtfgDmKCNpRxhkOrHPnfWN/g/fUXSasHmx77+jGzIf8iMWN+vz3soqGtv/V0erYGH6CI1ggfU5RegF2rNuLwN23LhEF/kWeDq6unjLoLf1jn7lvDtdWayDAvJQfAL2pmfv2fnoUN75gcEBM3302rwnw0mDwEN0AXzAaiLtAqgQmcBgAkSkR/ZD0ZJ5vLjGZaIhuvGCBgkqbYD6FQcwzUcs1w5duRQlXrv1K3b/zfghk2PjVlx4RDG21BjTrNCMqlNYWqkoXUpAkMsK/Auaw9W0cp/GujbMo5BclXW4AqpExv7XkdUWferTPUNZFRclU3yrZl5VbbGt2Y7vZhvzadXf1Q4ChfxjlBJ7/yPoIvetFVIf84UvgNbDDH4X6P+GIdWim9wTPO3FFALzMQ6rg6Ez0hjSq3sLrl1O74BDtbZplb2F8d/On3f+S8moV1qJ8tLZp2xtbLL2P3IPqf2R59Bbd0/343XTqj1EFxGcG4nbHfLWOALIpHN0GNf36KRfDdKHsKVcq5kyt15T1i1EsiCbTB6yPHwctYTtzL+HRpwdQL9W0hSsgStQAH7ieVQEnbSn9c10VlxvufCrkMFj3vpCcEJxmydcoiXmkiW3BHP7SPAnmUUlsMVVKD9RAYrejKVDFLl1a2W0cU9fM+ag1XD/2mmb34GHbRzrT5Y7klD2Oh/tva7TPgZIGRKC2TL6iFb4y+Q7efPkK1Nh19kyDYK6w9iqC1RwKs/oDZnGbU544kEAQcmfKwAbChDpo99LphvubX3Zgn8xpq/W/9MG1NtHzPaTtQlVEmJyj+ulP1SfWGy/BYJBoyaZDmHd1ciH1E5Fax5+UXJ0KlUFc//ADHSpYL/oo4U1jXwx652rMv2x66/WZfdj11VrOuHU/P7wf3SEWGo6oCxPTP5NoyNFF5D5cnCopMj7814CG/h2uFzxfzkY5yP96Qge+gF1qUr0ZiXzBVJWUnpkA1oaoEaagb9wX7KdMf5d0cc7AZ2MGGJ+3x+mzN3euuJ9SXAv7o4uYd2sXJKjneWM3OkJr3dqAFTZ7tX496LmIrnhGEqXQWNFBzdD11jRii7UPCbWARnIg+tTJ6ZMXvN3MkeLn5D5CrdGLd8SSZPU0uOnCn8PwNSQIXnTFSTcH4wVXD/gUYMbV+RNd8Lt+kPoQl10d/hpl7Yj/Xaqk7ULfih981/ChPsUOf+HYEeOci4JLtalq2z+l0vu1Pdom9wJUovN7Zu1rcetP+P0F/rHL8M+ksra+2EsNPtvScfpUbA5YbtDd0dypvN2OaFylPcVbczo3e7Tzs8dp/8TqYp5Tt+RmXdUUk1rOixQoINcIgov5HsMAjrt/+Dt9I9E6jBgOdoIKvQoOIRGiF/35IayHWRsU1faiR+Rix4rlr2r+9xy1wpX96VP57Q72oU09hXROOPo/T72sf09W/fv6y3GassTTL8rwKbMQV+45B2SZuFqZM5733jNruwLfX615ZO21yOevGD+lfB8ZPc8VmFC0tZJuqFSmyIneVMdD30qs9pvuYxRw/qAgTvRN91s3fwuAWPcjsC13qDl5xlDG2YQJFZfpqcqQyrXzBUdByOLMsL4ekWeoQLyV9+DE7xX+FNgvRB3q8T7tDvt3ddlIx5nNBSv9WMuvDPzXf/2dKfdW7ywBecQqdXy9H8/xvy4S0Z89X1lTHfVxHNq3+M629upvGTBKmTAFXU0QqweDA7t3+zDQCbyv1A90tz5Tf7WnZqx7NCSod7pNaMcsh0wMIhjPD1EF8YfO8o0NJ7jOQjp5HGSc4mtWp25ssnPjvv5dO+ok6hoPOoGTWnE7X6GtuMmuI88Y4xdaAcarCnvIWeyGF9dBBR1J1TaCRD+RXIH/CouKCmoN8v41/Dm+/yy8SgYT/mF/icX/ro84sZDB43Y4BPjdWlzsz+ZpT/+lKk82efFlnyOi/nkdd0icBywXM00jty1QvmyORBL+a/jNjAprfsyF9eXmGLT80FB1bkuUita2cJjqog3R8y8P18SDxhh8QPB3y2FP/JmNHTe6zYkN8vNZEG6tloju6lwCAnGuodQCO11HdrMEV6LjyEkpPpP/NjFRH+QfM9wROCdkYcZM30QSVTHrKcht6M6bfX5orP5F9T8UNaX5iQEr4edsPO9ZsP7OXH53DTA0KDwR+mHJ/1KCEV2JXE2CsYO4sgjGH3y4CGSGwPcjSedpJbBvoWqynKcJ0gta/StWfTzJYbtVlVdVnyN7UKKUQYzlLSyFJprvzV4N+vbKuYf4cIL/6cqYg/tnnn2Y18RD43ZEngDBjIU6/eMhMjWc+4nFR0TICeJQpXM+Z/2z4YhfOFihJ9kVzhUuzoMNrNnhnCvsStQtQcli6YPP/QW0GjOwrPPlh8u2sYvgws0KMWRGWBXIcfrO0hVQjjf3YopiqgrZI6dvCnWt7c5YEiYWHiIlgkf3ZcAkuTl/IDnV8o8mm3v7pge0AObpUWPuTdj3CTHTynDoIuibYVc//mMaeU7lAkrIcNDKgnKWFj0ubkTTxuv0qzFbm/37r1HH6BMzPOOvCaDHzGouM4RirQgFqny/q1Bhp5jEXGlSlADVhBZIiDvVjZO5NeYXSb3hXQWJ93Cs1q3LlRGKHK2CCMVI05JoxSrbNjP7HGzip8lvblSTegUtibsXJ9qiINIDEpms/YFq1IjIbEWODjNq5RZEByQnIkn7nZMzpjerTiVpTgrJI8qJ2ge1F7VHqhoJ1ZRlkHmVlJa/koReKq2Ogo4FfGZKxbn56eqc2ElLjUCD5zKxuK4eJSY1OigV++ImLxktWRG7W0cY0Qk5CWmZGcnp6WHBsVlRAbqzW1FrZlxO5YGxIbvS0j5rxiZQKXkBSXFM+kropZoU2Mjs4IiVG+jBZ2ZkStVySnpaQmA9N8XEpCSmpKSmpafEqsGAtx8fFRfPbi6HRGu7RcSIfUTC4lNjU+A/g1qWuy1sRkrtLGQGx8Qgy/i1EpT08UGEtcbGpchjYL0tJTs/mcXKaRjCUA0WkQtXDV5nTWCtG3OIA1YakrE2MZB6SkJGawTVFz/EuAsHXLt4Wv3pDBrMpvi1i3ZGlkxBKxkBWfGZCUyrElsgXI4iED1ofGQCYkJyensChKiU+J4zNyYhQJsVxCSlxyLKyC2BiIgaXb2eSQkJAQD7HAiNL5aMV0bMY0viZldVZwfvDexRsiI2OXwzKYszVsL/A53YVVTEULlVGpsZliJqSmJmfxsclcYiwTAnx8YnKKdnNOxorVSmyPI4WsZetXbgR+99ZtubnhW4K1IbBo+dLQhF0LV89LTM9OWQ05fP6swy5OPj7TRAjKXrwlfPzioDngA+PP+F6GAti/dnfuvsCtkXvhGOQfSC7mo5O5lUsiIhbAQliyJmTPus3rc9Zl8dSPLhO2ZsStU6SnpLIlxceJi+Oit2bEbFJmxqevEqMhLi4+ms9eojcYLpwsMJskMvUmJMSlxqfGpmUw40I6nx6bvmpldHS0CLHJ8alx0QkxsUw9Uekxa1iiTktmomNTEtOYXlPSkjP42CQuMS4xMQHYlZzAnINd6XxahiJgnhATl5quhdTklOTktFg2QUx8Qjyj5GmrA0J2CutOSgQRGLPsWNrY5UpsliowYuZu8fEixCXEx7OlJaRACs+OmvPC+qVrluUs27QvbXvYtlUrl0cuWsFfpFVfo4+GBgh7MqI2bl0cFc3uRzMzghTRmUvD17OH6MzpUUrJM13vgHEp8amyG6cyWzPY66hHkpon7HYVUPmrzQHuAhWE0i/PGqzUQ0/NR3ZjmENqqz8cWBavTZKTfkF6Be+qiJwdvHASTILgzZF5rJluX+KjT/p3GBOD8I9rtwtYc43WyJ9G/4NONTiV9bx+bqr4LPPyuYKir8Dd/ZzPZe0hY7+gXfu/gvXAoHkMrEvxTWuHCJlNiLn8bzGBdCd9yQjiS4AcMTAxsDWYZBBmsNzgksFDg0+GJoZjDX0MYw3zDa8bdTFyMVputMYoz6jA6JrRXaOHRu+MuxpbGs83jjLONt5ufMS40LjK+A3XmNNyvTn7exvyD0MN/7xn+wPK1GkL5k9czKt/fNtQUethB5yawb5a7ENrObWUWaEbxgqIxhW6xqyAGFKhS1Goq6TbCslTd7tU/sZmA6Ar1rlIxXrGf8Hk/+6TmPp//xWM9mGFYlPaV1Sj9n3156+2f9sX0V77aY99Mw9COYNrpcVnX4gVUBZWNl7+S8KwoqF7OjFfbNF9IDXUgwXl3QnYLwC7zMn3h5EMrzm6TDQXu4PDvqHl/CQ37pHtC380Al6N9ljvL5ymlToN0pkqqfmAwQy6trT+BU1FqbO+axKq2qGdqL6PuQo8Lg3sCXQV/UAj8YMp4HGdNdNS8W3dJIU0SboDF3TslBkmjQTdRN0dTn0ZzLGTtT+nfgGXCw6c4gffxZtKKF98NiDf79DYTUPBFsZ+Q12n118B/k3RF9TllSXjo2ZfUdebca9FtYProTIZal0seCOWwrnIQ5H8ROWAwW5motq01329plD1oub120eDqUbWZKMBdl1EdTfLatTIY40e3H3/+oU1Vctj6l4DTUX1Wyg9fP67Yq4nDCqNlIu5Hl+KOf5zMWdOO7Sn9Wk3mVM2lQG2F9XZv9+ofA4f4OKATHNe/f/53ee5jVL9XZWPnamCSe75FRiI+sKQY4VhT+YiBt9Xg8Zo8PBrNTi4NzUW1R9qit7KjvFrv1zr7Y5bRm2CM8wtjh3OuyKehcJFp+fw+cXc+HyHrQy7drIbYyE7hdnz4JqwG4uuLIQJzCMmTp3tIo4Gl+1jC/gZ47hirwdBd5lDPIMLJ/Iv8b3vSWuH0DPK7k4j+/SacPm1iIU29K6SNrhjiY3Y8sZI9v0BI3RruDlDg0KnwCwISw/J4eeP5vKX5K06BtVw9vBxVrTMlXIHsMiQxpXRNwqGOLvAGZ0TwEh8xIp2XRdOfSmPtsDR2AJHjf369pe5DQsKYn2QRZSV/jWnlf41Z3PqQptTZ07dGYXBM1HZg1NfkxPboAOc+hZUXq50rQBW2ajs2YSnYFfe5pv8pLXcslmRy+ez425B1oLMeavnrw4FL5g3a6Ejf2Y5t27/6rU7YT1sWbU5alfkrshtTAHXoPJ6pVM5tMNmw5mg07Br7+ZK3iuHWzYzcsV8VrCFZYdnh2SHZofBZJg3d6Etf2oFt+7A6pydrDLbtnLrqh2R21fKgi6fOVVcNOmUq+skL3e3M16XtWr/2bmHDublHTyYN9vfb/Ycf63eg17AH188yAFsXW0v27OCjaoq2NyjwNbJ9voI+Is2u8GaL//0/39Xtep7G/br01qv79JaUk5M1nLgI1etiojIjMrRrmYlRHImKwVYCZLACrXo+JQsrTotOS5Ku1yRxY4PUR0bn7pmNSuH0lLiIiNYYaNVr8nKWrNmVWZExKqoiBVZUWu06v8HzTKfjAAAAHjaY2BkYGDgA2IJBhBgYmAEwhtAzALmMQAADZIBCwAAeNq9WV1sFFUUPrNtKZSf/tBtt7XUAgJC5Vew1eiDf0gQiRpiovggMRATkBAhPqjBSELSB6ORGNFkgxgjDwVMH6gxTaQxroRqqEDVLtJ9GZUV2CBD6BhYzPW7Z+787M5sO11a5+TemTn33HPPPX/3zC5pRFRBK2k9RR5bvW4Dzdi2add2aqJS4EkIiuCm5b1FXt6xcwfN2Lr5te1UyxiNe8L4JKpiqgjVaBkL3/QCadoB5tFEj9AarPUSbaEPqZOO0QlK0hWtVFuitWvrtRe1LbRG26G9rr2l7dE6tPdAC2rtY3CKCRP9WmoGp7Voz4sB6kQ7gqYxZipViXVULVJUgz3NFBmqxZyo+Izq8FwPvOTRIAxqxHsZqEEpsqA0mTImfofcUXEBT9fBrwq4OozHxF+YkWVMBjMywJwHxmQeGTVf0ulMV8Yza8Tfiuslpq0AdhekyyjpDIxmsNphrJGGdBlIZoLSgAwxfrI4pR35LFkuUwmVQ8Yq0UMt4BShCoy1YH4E+FPAd0AfVRiRfRnrZi76KDjLXtK1gm6V+AnvNbCgBruU0RSaTpWYUU0zgYtSHdVTjBqokRbQCmqjB8HnGdoI222id+k7WO4k/UiRhqS0bN3XsdX0AOj+l0tkAIPYD6G/JjpFWsTFIeD2qfG4uqftXiTlHGd+Aq0LYNPpaKb4VpzG/ZeclW7l3gNkMd0+hOSmpLSpxbAYtnhzu8Y7M9B0Hq4clVs2xBq3mCtw9v5FFmDmS+zuI8xemJ/DQ5wVZ/n+M4+cQT8ghkSf6JUY12Z8T/p46a5l8ilcWdhehrgh9km758mS9rxJr4h75uVS1+buDxxN7o2APUp7XBZXwV/nLBlCK4WtZNsKvmp5ZSYEP+M24uMUa+I028mAjqWPn2dt3XA178RHvzc+fPzSzDMh+iWlB3+GdSTt/Tn09IE4iKc9lteJY4rmpjo7CB5x1TP3JGOGRKd6v2phpSfJMX4bFIMcJTp77QBjhiBrQpy7Tb9yIkf0II9KeeMef8pirtSa6VpAznBo/JFZ62QWOVYKb6ko5DP2PtD3TkBuzHqi3rBzoC/Os0Xx9sQJdDPMOoY/S22FyVG+nJO1Y1ByVm+dgAFxU3yEfjg3HsVeztzX+W0vPOGgeJ/pB9GOiz/yuO9nbr+hPwro4v5A4RgsEL3GWKLU41dxAM4o0YE+7eTMDOfiHo8leoDpQKZMAtLw7GR+HMo9W7IyTQr+nxR9jDsEGIJe9qPPOGsY1hocO9YavcDFwTsF0DE/5cuhCZZYxnmKQa7T5+SSfrZRvzonLb+6iFzsOWmkV7OE/3Iukc0M0h/vQ44n3YhETt8H6a6I3VJGZ9WLvI+4OI73G4ouCZr9ohvWTGKk26erOFNJObvBqw9aSIguZ/Qc++y5XEvzHoa9uU5JqbtnZgHL31K6MMLGzyjjqcD4yFg6C5v7LRsFezT2lAzO8BzFab+EsDIyufge1SKJb8YxT8WtbOpaJzgS1U6MsZ66Ye0ho8W3ZlbpKhWow7Ss0Ly6snQarNnxq3ldu47sX2F1ZddwnlqpwBoB9siEzIdWvjPHbhcVl2lPJWufPpV5MWjVs8G18JBzDo6zdVyb4xSSWV5mnt1+mzn5UWnFrp8gVdLRuZVzDnMlknBzvYdTJ2Nk7u9SXwcjyaYHymqqs1a3qt4QNmjmVsszB1w7KJJmfFda/b3uCTAecRnq+yNbyK/4vJC6yoju26l97Lokt85Uq0t7oB4GxAvHWwH5PF+MskaFZvVw2X3U80Mv8DUQ8ozKiXP329k6sf15UJ7J1VYFoM6of4qx5ATmS8OfrRy99wdlMc7rKa89uJYwRo459R2lF2s5V0p8/xjsV1aNWDF2nancOcBnl6onZJ3IJ/loZ23B88PJWmZBf+bzXNaZhfannn/l/vwIO7hQlL2lv1ar50u858uBMtdy1pL47mI90ftdmDsXcZDKi3DTjkFZMYzd21WVpI95XgcgKf5EvZzMnQ1ZPN+dlk+gTu73fysqisOOd/Y7kCjiPDcK6Lmk6BhPO/bg38xwgqZVVaf7V+Md9Li1BGf3bJg84qyRtr7X1Fnq5MTcX5ts3fAKZqHKJCg7MHXKyTo6x7GRn0E8ucnI/a1vwnQVch8j2Nwgmrg8X8SlUTklqAFPrWiNaLNpDtoKuj+HbjnaQmoBeOeWUCmV8b8d5YyZTFNUrp5K02g6zVC/pNc4v6U3U5OaXU930J24xzgPLWDc3fy0gBZhjGgpLeOKaiWtovuojdppVsAO5uW9z6d7+J8YGyKQMaLAvspYQheqFUQxchckcyEGGWMK3EtK6IJ9tUHqNnVaRUBfCfnlntt9Ms8BLKYl0LPVS63Pg+TSGiegMXm1cBavh03qoZflrKtFzvryqgNY12z1v1NJTiYpc9abpFq5spBtHfcXu0rYKAqZo9hDDM/NgBpAAyCKJv8BmQ8PaIV2pczSNvKambezpjx7zMJOc63hz3KlLJ0LUxRMV5J5IepAs4IoS+hCq4KlkH4pe7bURxR7n897XuZbvxEwF3Yn1UutN7GvzYO8jZgpvVtKpLG3RMCnGjylT0zGeBNG5sBG07DqYmhkGT0EyzxMj4Lb47Qa1loDWEhPAhbRU/Q06J6lDZDuOdqISNsMaKdX6Q3E3NuAJ+gd+gQzPqUvaBN10hF6hb4EbKUu+oq2US98ZCedpB/oTUg0Wf3rCPgP67QyAQAAeNpjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYAGKM/z/zwCSR2YzFhcbGDJwgFhAzMTAxsAHxCCeAESeQQOIOYCYD4gZGc4CMQuUZoBiRga2/yYQWQCoaQzxAAAAAQAB//8ACnjabZJNa1NBFIbfcyaQndaFhdqiYMBQm7aXxoRoNBpzCwGLxq/bUNpuUmPRUnFTNy5UtF2IWPCDLkT/QRdBa4XWH9AKih9bN4IbwYXcYJHS6zuXBiKG8PAO58xM7jwz4gOSIDsxIsvI6wp69SYy5iQO6TJ6UUdeanBJRhYxqNfhstYnC8jDx5BsBj90HTmpokuH4eglDOgL9OgEUjqHY3oBrs5wrzkcxxbOIkCSe5wgJTKqHdhrPiNl2hHXj6jod7hmB/M5mUfFtHH9BioSwxXtxj59z/pl1idIOznH/rPt/MTeLf7vbZ7hN8r6E/HIeY6/oE/foVNfoSCvMc5v/sPMajnYEh/zWkC/LsDTLNLMjJaQlmtIhONJeBJFWaLBph4Ox2PmJeeyrrPhfM/Okyfs/UKPPEY3e6f1FGJmDAc1x3OdwX5NcM430o8bzLT1rYM4ondR0EV08jtmTA4pmWXtABx5hC7WxmUNReZS6NrHU/Yd9rP05lhnrYjsxi7rMXTYhMSCwHokIFGTQLrhsAVHQ4fNWId0rVM8s3XWAvOGaT2W/oX+6tYdc4OJ0F3D4f/EQ4fNWIfWNdPuo/e4ZwFO5CrcSAfX8N6t/8Y9h759TG9TJevkAXlLPDKqbcibO3zHdRRJMnzXq/S9iqSscPwVU3yTQ1LkfRTp/APfQw17dAkDXF/DMB5ikr8qLsLDNNZw/y8jq7GQeNrtVU2T0zAMvfMrNDkwMJPP7tIpkGYPnVngTDlwdGOl8RJbxnaazb9HCZQttLuzP2AvcSJZT3rSG6W8udcdHNB5RWYdFWkeAZqapDL7dfRte5usopvqVakxCCmC+PdqVfZG/exRSVCSTe+K1XKVLK+uiyJZ5MUyXyyWyVVSXOeL4n0EWVUe0EhyYITGdfSZsGvQwWuh7UfYUBpB77p11IZgP2TZMAxpGC3tnbDtmNakZ4hO1Wg8Pivj03DZgLuGTEg8NWEQDqNq2yoPx0/g99AiWEcWXRiBGuCam+60ZvhOPWgxgqEANdkxBs3ta/iUygendn3AGJi0pMF0JCRjniSZXcr4ILoOVIDekgFhRsbSlkPdfKElHyZv40jP3o5qEXgQc34HTu3bAIGg586E/0n4fneH9eyf+GzRaT+R+YruwN0EsXeIGg3faEUAvOfCPewwDIgGRiYojLxA/UvDrBm9bk8gfkfHc9ixL+dVNUxq4mF7Z8ljCrds0DTVa9inZ3Ix2A4Fxx6UZ/LPH+Tcs5otglmf180cz0HgaTGV2R/hVaVEXztlpwpfBPMimEcFc6qTcpr03PRqc3yDN5u3sMjzIuZnUVzI+yiBMnvAK4MTErVwP6pPxPPQ0wQF/LVeVGEMQ6t4DFPDdwgO9zwEdMib3EDN4hV83vVOeanqiYFPy+wh0XEL4+OrnFd1dvxtVL8AHg01TA==);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham 5r";
  src: url('clientlib-angular/css/365B298D61694CBD3.eot');
  src: local("?"), url('clientlib-angular/css/365B298D61694CBD3.eot?#hco') format("embedded-opentype"), url(data:application/x-font-woff;base64,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);
  font-weight: normal;
  font-style: normal;
}
.blue-extra-dark {
  background-color: #002343;
  color: #ffffff;
}
.blue-extra-dark.-inverted {
  background-color: #F4F5F6;
  color: #002343;
}

.blue-light {
  background-color: #92CCF0;
  color: #000000;
}
.blue-light.-inverted {
  background-color: #F4F5F6;
  color: #92CCF0;
}

.blue-xlight {
  background-color: #F0F7FA;
  color: #000000;
}
.blue-xlight.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.black {
  background-color: #000000;
  color: #ffffff;
}
.black.-inverted {
  background-color: #F4F5F6;
  color: #000000;
}

.gray-dark {
  background-color: #58616B;
  color: #ffffff;
}
.gray-dark.-inverted {
  background-color: #F4F5F6;
  color: #58616B;
}

.gray {
  background-color: #ECEDEF;
  color: #000000;
}
.gray.-inverted {
  background-color: #F4F5F6;
  color: #ECEDEF;
}

.green-regular {
  background-color: #33A437;
  color: #ffffff;
}
.green-regular.-inverted {
  background-color: #F4F5F6;
  color: #33A437;
}

.red {
  background-color: #D00000;
  color: #ffffff;
}
.red.-inverted {
  background-color: #F4F5F6;
  color: #D00000;
}

.transparent-black-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
.transparent-black-light.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.05);
}

.transparent-black-regular {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.transparent-black-regular.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.1);
}

.transparent-black-dark {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.transparent-black-dark.-inverted {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.2);
}

.interactive-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.interactive-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.contrast-blue {
  background-color: #006BA6;
  color: #ffffff;
}
.contrast-blue.-inverted {
  background-color: #F4F5F6;
  color: #006BA6;
}

.interactive-blue-dark {
  background-color: #003B71;
  color: #ffffff;
}
.interactive-blue-dark.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.kp-blue {
  background-color: #0078B3;
  color: #ffffff;
}
.kp-blue.-inverted {
  background-color: #F4F5F6;
  color: #0078B3;
}

.inky-blue {
  background-color: #0D1C3D;
  color: #ffffff;
}
.inky-blue.-inverted {
  background-color: #F4F5F6;
  color: #0D1C3D;
}

.dolphin {
  background-color: #677083;
  color: #ffffff;
}
.dolphin.-inverted {
  background-color: #F4F5F6;
  color: #677083;
}

.graphite-dark {
  background-color: #D3D6DC;
  color: #000000;
}
.graphite-dark.-inverted {
  background-color: #F4F5F6;
  color: #D3D6DC;
}

.graphite {
  background-color: #E9EBEE;
  color: #000000;
}
.graphite.-inverted {
  background-color: #F4F5F6;
  color: #E9EBEE;
}

.graphite-light {
  background-color: #F4F5F6;
  color: #000000;
}
.graphite-light.-inverted {
  background-color: #F4F5F6;
  color: #F4F5F6;
}

.pebble {
  background-color: #F7F7F7;
  color: #000000;
}
.pebble.-inverted {
  background-color: #F4F5F6;
  color: #F7F7F7;
}

.midnight {
  background-color: #003B71;
  color: #ffffff;
}
.midnight.-inverted {
  background-color: #F4F5F6;
  color: #003B71;
}

.sky {
  background-color: #90CEF1;
  color: #000000;
}
.sky.-inverted {
  background-color: #F4F5F6;
  color: #90CEF1;
}

.moss {
  background-color: #4A7628;
  color: #ffffff;
}
.moss.-inverted {
  background-color: #F4F5F6;
  color: #4A7628;
}

.grass {
  background-color: #57A635;
  color: #ffffff;
}
.grass.-inverted {
  background-color: #F4F5F6;
  color: #57A635;
}

.leaf {
  background-color: #A4D751;
  color: #000000;
}
.leaf.-inverted {
  background-color: #F4F5F6;
  color: #A4D751;
}

.burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
}
.burnt-sienna.-inverted {
  background-color: #F4F5F6;
  color: #D1480C;
}

.tiger-lily {
  background-color: #F36C0D;
  color: #000000;
}
.tiger-lily.-inverted {
  background-color: #F4F5F6;
  color: #F36C0D;
}

.tangerine {
  background-color: #FEC941;
  color: #000000;
}
.tangerine.-inverted {
  background-color: #F4F5F6;
  color: #FEC941;
}

.ocean {
  background-color: #066564;
  color: #ffffff;
}
.ocean.-inverted {
  background-color: #F4F5F6;
  color: #066564;
}

.aqua {
  background-color: #20A29E;
  color: #ffffff;
}
.aqua.-inverted {
  background-color: #F4F5F6;
  color: #20A29E;
}

.robin-egg {
  background-color: #7BD3CF;
  color: #000000;
}
.robin-egg.-inverted {
  background-color: #F4F5F6;
  color: #7BD3CF;
}

.acai {
  background-color: #BB1654;
  color: #ffffff;
}
.acai.-inverted {
  background-color: #F4F5F6;
  color: #BB1654;
}

.fuchsia {
  background-color: #F05674;
  color: #000000;
}
.fuchsia.-inverted {
  background-color: #F4F5F6;
  color: #F05674;
}

.rose {
  background-color: #FFA4B4;
  color: #000000;
}
.rose.-inverted {
  background-color: #F4F5F6;
  color: #FFA4B4;
}

.plum {
  background-color: #583985;
  color: #ffffff;
}
.plum.-inverted {
  background-color: #F4F5F6;
  color: #583985;
}

.lilac {
  background-color: #846EAD;
  color: #000000;
}
.lilac.-inverted {
  background-color: #F4F5F6;
  color: #846EAD;
}

.lavender {
  background-color: #B2A8D2;
  color: #000000;
}
.lavender.-inverted {
  background-color: #F4F5F6;
  color: #B2A8D2;
}

.deep-red {
  background-color: #B63125;
  color: #ffffff;
}
.deep-red.-inverted {
  background-color: #F4F5F6;
  color: #B63125;
}

.deep-chalk {
  background-color: #585858;
  color: #ffffff;
}
.deep-chalk.-inverted {
  background-color: #F4F5F6;
  color: #585858;
}

.mid-chalk {
  background-color: #666;
  color: #ffffff;
}
.mid-chalk.-inverted {
  background-color: #F4F5F6;
  color: #666;
}

.light-chalk {
  background-color: #D8D1CA;
  color: #000000;
}
.light-chalk.-inverted {
  background-color: #F4F5F6;
  color: #D8D1CA;
}

.mid-aqua {
  background-color: #CEECFD;
  color: #000000;
}
.mid-aqua.-inverted {
  background-color: #F4F5F6;
  color: #CEECFD;
}

.light-aqua {
  background-color: #E9F7FE;
  color: #000000;
}
.light-aqua.-inverted {
  background-color: #F4F5F6;
  color: #E9F7FE;
}

.pale-blue {
  background-color: #F0F7FA;
  color: #000000;
}
.pale-blue.-inverted {
  background-color: #F4F5F6;
  color: #F0F7FA;
}

.motion-blue {
  background-color: #94DFFF;
  color: #000000;
}
.motion-blue.-inverted {
  background-color: #F4F5F6;
  color: #94DFFF;
}

.white {
  background-color: #ffffff;
  color: #000000;
}
.white.-inverted {
  background-color: #F4F5F6;
  color: #ffffff;
}

.dolphin-light {
  background-color: #B3B6C5;
  color: #000000;
}
.dolphin-light.-inverted {
  background-color: #F4F5F6;
  color: #B3B6C5;
}

.slate {
  background-color: #8F949D;
  color: #000000;
}
.slate.-inverted {
  background-color: #F4F5F6;
  color: #8F949D;
}

.-inky-blue,
.\--inky-blue {
  color: #0D1C3D;
}

.-dolphin,
.\--dolphin {
  color: #677083;
}

.-white,
.\--white {
  color: #fff;
}

.-book,
.\--book {
  font-family: "Gotham 4r";
}

.-light,
.\--light {
  font-family: "Gotham 3r";
}

.-medium,
.\--medium {
  font-family: "Gotham 5r";
}

.-bold,
.\--bold {
  font-family: "Gotham 5r";
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  p,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 12px;
  }
}

.styling-1,
.styling-1-marketing {
  font-size: 48px;
  font-weight: normal;
  line-height: 54px;
  letter-spacing: -0.02em;
}
.styling-1.-book, .styling-1.\--book,
.styling-1-marketing.-book,
.styling-1-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-1.-light, .styling-1.\--light,
.styling-1-marketing.-light,
.styling-1-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-1.-medium, .styling-1.\--medium,
.styling-1-marketing.-medium,
.styling-1-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-1.-bold, .styling-1.\--bold,
.styling-1-marketing.-bold,
.styling-1-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-2,
.styling-2-marketing {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -0.02em;
}
.styling-2.-book, .styling-2.\--book,
.styling-2-marketing.-book,
.styling-2-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-2.-light, .styling-2.\--light,
.styling-2-marketing.-light,
.styling-2-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-2.-medium, .styling-2.\--medium,
.styling-2-marketing.-medium,
.styling-2-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-2.-bold, .styling-2.\--bold,
.styling-2-marketing.-bold,
.styling-2-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-3,
.styling-3-marketing {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.styling-3.-book, .styling-3.\--book,
.styling-3-marketing.-book,
.styling-3-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-3.-light, .styling-3.\--light,
.styling-3-marketing.-light,
.styling-3-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-3.-medium, .styling-3.\--medium,
.styling-3-marketing.-medium,
.styling-3-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-3.-bold, .styling-3.\--bold,
.styling-3-marketing.-bold,
.styling-3-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-4,
.styling-4-marketing {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.styling-4.-book, .styling-4.\--book,
.styling-4-marketing.-book,
.styling-4-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-4.-light, .styling-4.\--light,
.styling-4-marketing.-light,
.styling-4-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-4.-medium, .styling-4.\--medium,
.styling-4-marketing.-medium,
.styling-4-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-4.-bold, .styling-4.\--bold,
.styling-4-marketing.-bold,
.styling-4-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-5,
.styling-5-marketing {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.styling-5.-book, .styling-5.\--book,
.styling-5-marketing.-book,
.styling-5-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-5.-light, .styling-5.\--light,
.styling-5-marketing.-light,
.styling-5-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-5.-medium, .styling-5.\--medium,
.styling-5-marketing.-medium,
.styling-5-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-5.-bold, .styling-5.\--bold,
.styling-5-marketing.-bold,
.styling-5-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-6,
.styling-6-marketing {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.styling-6.-book, .styling-6.\--book,
.styling-6-marketing.-book,
.styling-6-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-6.-light, .styling-6.\--light,
.styling-6-marketing.-light,
.styling-6-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-6.-medium, .styling-6.\--medium,
.styling-6-marketing.-medium,
.styling-6-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-6.-bold, .styling-6.\--bold,
.styling-6-marketing.-bold,
.styling-6-marketing.\--bold {
  font-family: "Gotham 5r";
}

.styling-7,
.styling-7-marketing {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0;
}
.styling-7.-book, .styling-7.\--book,
.styling-7-marketing.-book,
.styling-7-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-7.-light, .styling-7.\--light,
.styling-7-marketing.-light,
.styling-7-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-7.-medium, .styling-7.\--medium,
.styling-7-marketing.-medium,
.styling-7-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-7.-bold, .styling-7.\--bold,
.styling-7-marketing.-bold,
.styling-7-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0;
}
.p1.-book, .p1.\--book {
  font-family: "Gotham 4r";
}
.p1.-light, .p1.\--light {
  font-family: "Gotham 3r";
}
.p1.-medium, .p1.\--medium {
  font-family: "Gotham 5r";
}
.p1.-bold, .p1.\--bold {
  font-family: "Gotham 5r";
}

.styling-8,
.styling-8-marketing {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.styling-8.-book, .styling-8.\--book,
.styling-8-marketing.-book,
.styling-8-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-8.-light, .styling-8.\--light,
.styling-8-marketing.-light,
.styling-8-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-8.-medium, .styling-8.\--medium,
.styling-8-marketing.-medium,
.styling-8-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-8.-bold, .styling-8.\--bold,
.styling-8-marketing.-bold,
.styling-8-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.p2.-book, .p2.\--book {
  font-family: "Gotham 4r";
}
.p2.-light, .p2.\--light {
  font-family: "Gotham 3r";
}
.p2.-medium, .p2.\--medium {
  font-family: "Gotham 5r";
}
.p2.-bold, .p2.\--bold {
  font-family: "Gotham 5r";
}

.styling-9,
.styling-9-marketing {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.styling-9.-book, .styling-9.\--book,
.styling-9-marketing.-book,
.styling-9-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-9.-light, .styling-9.\--light,
.styling-9-marketing.-light,
.styling-9-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-9.-medium, .styling-9.\--medium,
.styling-9-marketing.-medium,
.styling-9-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-9.-bold, .styling-9.\--bold,
.styling-9-marketing.-bold,
.styling-9-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.p3.-book, .p3.\--book {
  font-family: "Gotham 4r";
}
.p3.-light, .p3.\--light {
  font-family: "Gotham 3r";
}
.p3.-medium, .p3.\--medium {
  font-family: "Gotham 5r";
}
.p3.-bold, .p3.\--bold {
  font-family: "Gotham 5r";
}

.styling-10,
.styling-10-marketing {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.styling-10.-book, .styling-10.\--book,
.styling-10-marketing.-book,
.styling-10-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-10.-light, .styling-10.\--light,
.styling-10-marketing.-light,
.styling-10-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-10.-medium, .styling-10.\--medium,
.styling-10-marketing.-medium,
.styling-10-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-10.-bold, .styling-10.\--bold,
.styling-10-marketing.-bold,
.styling-10-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.p4.-book, .p4.\--book {
  font-family: "Gotham 4r";
}
.p4.-light, .p4.\--light {
  font-family: "Gotham 3r";
}
.p4.-medium, .p4.\--medium {
  font-family: "Gotham 5r";
}
.p4.-bold, .p4.\--bold {
  font-family: "Gotham 5r";
}

.styling-11,
.styling-11-marketing {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.styling-11.-book, .styling-11.\--book,
.styling-11-marketing.-book,
.styling-11-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-11.-light, .styling-11.\--light,
.styling-11-marketing.-light,
.styling-11-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-11.-medium, .styling-11.\--medium,
.styling-11-marketing.-medium,
.styling-11-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-11.-bold, .styling-11.\--bold,
.styling-11-marketing.-bold,
.styling-11-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p5 {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.p5.-book, .p5.\--book {
  font-family: "Gotham 4r";
}
.p5.-light, .p5.\--light {
  font-family: "Gotham 3r";
}
.p5.-medium, .p5.\--medium {
  font-family: "Gotham 5r";
}
.p5.-bold, .p5.\--bold {
  font-family: "Gotham 5r";
}

.styling-12,
.styling-12-marketing {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.styling-12.-book, .styling-12.\--book,
.styling-12-marketing.-book,
.styling-12-marketing.\--book {
  font-family: "Gotham 4r";
}
.styling-12.-light, .styling-12.\--light,
.styling-12-marketing.-light,
.styling-12-marketing.\--light {
  font-family: "Gotham 3r";
}
.styling-12.-medium, .styling-12.\--medium,
.styling-12-marketing.-medium,
.styling-12-marketing.\--medium {
  font-family: "Gotham 5r";
}
.styling-12.-bold, .styling-12.\--bold,
.styling-12-marketing.-bold,
.styling-12-marketing.\--bold {
  font-family: "Gotham 5r";
}

.p6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0;
}
.p6.-book, .p6.\--book {
  font-family: "Gotham 4r";
}
.p6.-light, .p6.\--light {
  font-family: "Gotham 3r";
}
.p6.-medium, .p6.\--medium {
  font-family: "Gotham 5r";
}
.p6.-bold, .p6.\--bold {
  font-family: "Gotham 5r";
}

h1 {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    line-height: normal;
  }
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.-close--small {
  color: #003B71;
}

.button {
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  height: auto;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

.button {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.-large.button {
  font-size: 24px;
  line-height: 20px;
}
.-small.button {
  min-width: 8em;
  font-size: 0.8125rem;
}
.-left.button {
  float: left;
}
.-center.button {
  float: unset;
  display: inherit;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.-block.button {
  display: block;
  width: 100%;
  min-width: 100%;
}
.-right.button {
  float: right;
}
.-tertiary.button {
  color: #006BA6;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  min-width: auto;
  padding: 0;
  height: auto;
  margin: 14px 0;
}
@media screen and (min-width: 768px) {
  .-tertiary.button {
    margin: 19px 0;
  }
}
.-tertiary.button:hover, .-tertiary.button:focus, .-tertiary.button:active {
  color: #003B71;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 15px;
  }
}
.button__icon--left.button {
  padding-left: 40px;
}
.button__icon--left.button .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
}
.button__icon--right.button {
  padding-right: 40px;
}
.button__icon--right.button .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
}
.button__icon--only.button {
  line-height: 0;
  padding: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .button__icon--only.button {
    padding: 9px;
  }
}
@media screen and (min-width: 1152px) {
  .button__icon--only.button {
    padding: 13px;
  }
}
.button__icon--left.button:hover img, .button__icon--left.button:active img, .button__icon--right.button:hover img, .button__icon--right.button:active img, .button__icon--only.button:hover img, .button__icon--only.button:active img {
  filter: grayscale(100) invert(1) brightness(100);
}

.button i, .button img {
  color: inherit;
  overflow: hidden;
  padding-right: 20px;
  vertical-align: middle;
  display: inline-block;
}
.button i, .button img {
  font-size: 0.95rem;
  padding-right: 8px;
}
.button i.-right-icon, .button img.-right-icon {
  padding-left: 8px;
}
.button i.-right-icon, .button img.-right-icon {
  padding-right: 0;
}

.link {
  -o-appearance: none;
  appearance: none;
  color: #006BA6;
  border: 0px solid transparent;
  background-color: transparent;
  text-align: left;
  padding: 0;
}

.button {
  min-width: 0;
  margin-top: 0;
  font-family: "Gotham 4r";
  font-size: 13px;
  line-height: 20px;
  border-radius: 100px;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #003B71;
  background-color: #F0F7FA;
  border: 1px solid #0078B3;
}
@media screen and (max-width: 767px) {
  .button {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .button {
    line-height: 24px;
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media screen and (min-width: 1152px) {
  .button {
    line-height: 24px;
    font-size: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.button img,
.button i {
  height: 19px;
  line-height: 19px;
  padding-right: 8px;
}
@media screen and (min-width: 1152px) {
  .button img,
  .button i {
    padding-right: 12px;
  }
}
.button img.-right,
.button i.-right {
  float: right;
  padding-left: 8px;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .button img.-right,
  .button i.-right {
    padding-left: 12px;
    padding-right: 0;
  }
}
.button:hover, .button:focus, .button:active {
  color: #ffffff;
  background-color: #0078B3;
  text-decoration: underline;
}
.button:disabled,
.button .-disabled, .button.-disabled {
  color: #ffffff;
  background-color: #D3D6DC;
  border-color: transparent;
}
.button:disabled:hover, .button:disabled:focus, .button:disabled:active,
.button .-disabled:hover,
.button .-disabled:focus,
.button .-disabled:active, .button.-disabled:hover, .button.-disabled:focus, .button.-disabled:active {
  background-color: #D3D6DC;
}
.button.-secondary, .button.-inverted {
  text-decoration: none;
  color: #003B71;
  background-color: #ffffff;
  border: 1px solid #0078B3;
}
.button.-secondary:hover, .button.-secondary:focus, .button.-secondary:active, .button.-inverted:hover, .button.-inverted:focus, .button.-inverted:active {
  color: #ffffff;
  background-color: #0078B3;
  text-decoration: underline;
  border-color: #0078B3;
}
.button.-secondary:disabled,
.button.-secondary .-disabled, .button.-secondary.-disabled, .button.-inverted:disabled,
.button.-inverted .-disabled, .button.-inverted.-disabled {
  color: #D3D6DC;
  background-color: transparent;
  border-color: #D3D6DC;
}
.button.-secondary:disabled:hover, .button.-secondary:disabled:focus, .button.-secondary:disabled:active,
.button.-secondary .-disabled:hover,
.button.-secondary .-disabled:focus,
.button.-secondary .-disabled:active, .button.-secondary.-disabled:hover, .button.-secondary.-disabled:focus, .button.-secondary.-disabled:active, .button.-inverted:disabled:hover, .button.-inverted:disabled:focus, .button.-inverted:disabled:active,
.button.-inverted .-disabled:hover,
.button.-inverted .-disabled:focus,
.button.-inverted .-disabled:active, .button.-inverted.-disabled:hover, .button.-inverted.-disabled:focus, .button.-inverted.-disabled:active {
  background-color: transparent;
}
.button img {
  height: 19px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button img {
    width: 39px;
  }
}
@media screen and (max-width: 1151px) {
  .button img {
    height: 18px;
  }
}

.rows {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  grid-gap: 0 2vw;
}
.rows .columns-1 {
  grid-column: span 1;
  -ms-grid-column-span: 1;
  margin-right: 0;
}
.rows .columns-2 {
  grid-column: span 2;
  -ms-grid-column-span: 2;
  margin-right: 0;
}
.rows .columns-3 {
  grid-column: span 3;
  -ms-grid-column-span: 3;
  margin-right: 0;
}
.rows .columns-4 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-5 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-6 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-7 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-8 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-9 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-10 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-11 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.rows .columns-12 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .rows {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1vw;
  }
  .rows .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .rows {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1vw;
  }
  .rows .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rows .columns-1-mobile {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2-mobile {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3-mobile {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5-mobile {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6-mobile {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .rows .columns-1-tablet {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2-tablet {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3-tablet {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4-tablet {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5-tablet {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6-tablet {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7-tablet {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8-tablet {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9-tablet {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10-tablet {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11-tablet {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12-tablet {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .rows .columns-1-desktop {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .rows .columns-2-desktop {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .rows .columns-3-desktop {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .rows .columns-4-desktop {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .rows .columns-5-desktop {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .rows .columns-6-desktop {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .rows .columns-7-desktop {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .rows .columns-8-desktop {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .rows .columns-9-desktop {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .rows .columns-10-desktop {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .rows .columns-11-desktop {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .rows .columns-12-desktop {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .newGrid_container,
  .grid-container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .newGrid_container,
  .grid-container {
    margin-right: 0;
    margin-left: 0;
    max-width: 85rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .newGrid_container,
  .grid-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 85rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container, .flex-grid--container {
  max-width: 85rem;
  margin-right: 1vw;
  margin-left: 1vw;
}
.container::after, .flex-grid--container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1281px) {
  .container, .flex-grid--container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1vw;
    max-width: 85rem;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1180px) {
  .container, .flex-grid--container {
    margin-right: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .container, .flex-grid--container {
    margin-right: 1vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .container, .flex-grid--container {
    margin-right: 2vw;
    margin-left: 2vw;
  }
}

.flex-grid--column-1,
.column-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}
.flex-grid--column-1:last-child,
.column-1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-1,
  .column-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1151px) {
  .flex-grid--column-1,
  .column-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%;
  }
  .flex-grid--column-1:last-child,
  .column-1:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .flex-grid--column-1,
  .column-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 20.6728200116%;
    margin-right: 5.2%;
  }
  .flex-grid--column-1:last-child,
  .column-1:last-child {
    margin-right: 0;
  }
  .flex-grid--column-1:nth-child(4n),
  .column-1:nth-child(4n) {
    margin-right: 0;
  }
  .flex-grid--column-1:nth-child(4n+1),
  .column-1:nth-child(4n+1) {
    clear: left;
  }
}

.flex-grid--column-2,
.column-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.flex-grid--column-2:last-child,
.column-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-2,
  .column-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-grid--column-2,
  .column-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.4564055131%;
    margin-right: 15px;
  }
  .flex-grid--column-2:last-child,
  .column-2:last-child {
    margin-right: 0;
  }
  .flex-grid--column-2:nth-child(2n),
  .column-2:nth-child(2n) {
    margin-right: 0;
  }
  .flex-grid--column-2:nth-child(2n+1),
  .column-2:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 400px) {
  .flex-grid--column-2,
  .column-2 {
    width: 46.456406%;
  }
}

.flex-grid--column-3,
.column-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.flex-grid--column-3:last-child,
.column-3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-3,
  .column-3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-grid--column-3,
  .column-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 47.4564055131%;
    margin-right: 15px;
  }
  .flex-grid--column-3:last-child,
  .column-3:last-child {
    margin-right: 0;
  }
  .flex-grid--column-3:nth-child(2n),
  .column-3:nth-child(2n) {
    margin-right: 0;
  }
  .flex-grid--column-3:nth-child(2n+1),
  .column-3:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 400px) {
  .flex-grid--column-3,
  .column-3 {
    width: 46.456406%;
  }
}

.flex-grid--column-4,
.column-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.flex-grid--column-4:last-child,
.column-4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-4,
  .column-4 {
    width: 100%;
  }
}

.flex-grid--column-5,
.column-5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}
.flex-grid--column-5:last-child,
.column-5:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-5,
  .column-5 {
    width: 100%;
  }
}

.flex-grid--column-6,
.column-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.flex-grid--column-6:last-child,
.column-6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-6,
  .column-6 {
    width: 100%;
  }
}

.flex-grid--column-7,
.column-7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
.flex-grid--column-7:last-child,
.column-7:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-7,
  .column-7 {
    width: 100%;
  }
}

.flex-grid--column-8,
.column-8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.flex-grid--column-8:last-child,
.column-8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-8,
  .column-8 {
    width: 100%;
  }
}

.flex-grid--column-9,
.column-9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.flex-grid--column-9:last-child,
.column-9:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-9,
  .column-9 {
    width: 100%;
  }
}

.flex-grid--column-10,
.column-10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.flex-grid--column-10:last-child,
.column-10:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-10,
  .column-10 {
    width: 100%;
  }
}

.flex-grid--column-11,
.column-11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
}
.flex-grid--column-11:last-child,
.column-11:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-11,
  .column-11 {
    width: 100%;
  }
}

.flex-grid--column-12,
.column-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.flex-grid--column-12:last-child,
.column-12:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flex-grid--column-12,
  .column-12 {
    width: 100%;
  }
}

.layout__two-column--name {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.layout__two-column--name:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .layout__two-column--name {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout__two-column--name {
    margin-right: 0;
  }
}

.column-4-of-8 {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 48.2106681966%;
}
.column-4-of-8:last-child {
  margin-right: 0;
}

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

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

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

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

b,
strong {
  font-weight: normal;
  font-family: "Gotham 5r";
}

a {
  color: #0078B3;
  text-decoration: underline;
  border-radius: 2px;
}
a.-active, a:active {
  color: #F0F7FA;
  background-color: #003B71;
}
a:hover {
  color: #F0F7FA;
  background-color: #0078B3;
  text-decoration: none;
}
a.inverted, a.-inverted {
  color: #92CCF0;
  text-decoration: underline;
}
a.inverted.-active, a.inverted:active, a.-inverted.-active, a.-inverted:active {
  color: black;
  background-color: #F0F7FA;
}
a.inverted:hover, a.-inverted:hover {
  color: black;
  background-color: #92CCF0;
}

@media screen and (max-width: 1151px) {
  input:not([type=button]):not([type=checkbox]):not([type=radio]),
  select,
  textarea {
    font-size: 16px;
  }
}
.scrollbox {
  box-sizing: border-box;
  padding: 0 0 30px 0;
  border: solid 1px #E9EBEE;
}
.scrollbox .scrollbox_content {
  height: auto;
  width: auto;
  min-height: 200px;
  max-height: 600px;
  overflow-y: scroll;
  padding: 30px;
  color: #677083;
  -ms-scrollbar-base-color: #D3D6DC;
  -ms-scrollbar-3dlight-color: #D3D6DC;
  -ms-scrollbar-highlight-color: #D3D6DC;
  -ms-scrollbar-track-color: #F7F7F7;
  -ms-scrollbar-arrow-color: #F7F7F7;
  -ms-scrollbar-shadow-color: #D3D6DC;
  -ms-scrollbar-darkshadow-color: #D3D6DC;
}
.scrollbox .scrollbox_content *:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 1152px) {
  .scrollbox .scrollbox_content::-webkit-scrollbar {
    background: #F7F7F7;
    border: solid #F7F7F7 2px;
    margin: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .scrollbox .scrollbox_content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: solid #F7F7F7 3px;
    background: #D3D6DC;
    padding: 10px;
  }
}

@media print {
  .scrollbox .scrollbox_content {
    overflow: visible;
    max-height: 100%;
    border: none;
  }
}

.modal-content .scrollbox {
  margin: 30px auto;
}

.divider-small, hr.-variation-1 {
  width: 100%;
  border: 0;
  border-top: 1px solid #E9EBEE;
  padding: 0;
  margin: 9px 0;
  margin-top: 20px;
  margin-bottom: 19px;
}
.divider-small.-small-spacing, hr.-variation-1.-small-spacing {
  margin-top: 20px;
  margin-bottom: 19px;
}
.divider-small.-medium-spacing, hr.-variation-1.-medium-spacing {
  margin-top: 40px;
  margin-bottom: 39px;
}
.divider-small.-large-spacing, hr.-variation-1.-large-spacing {
  margin-top: 60px;
  margin-bottom: 59px;
}

hr.-variation-2 {
  width: 100%;
  border: 0;
  border-top: 3px solid #E9EBEE;
  padding: 0;
  margin: 9px 0;
  margin-top: 19px;
  margin-bottom: 18px;
}
hr.-variation-2.-small-spacing {
  margin-top: 19px;
  margin-bottom: 18px;
}
hr.-variation-2.-medium-spacing {
  margin-top: 39px;
  margin-bottom: 38px;
}
hr.-variation-2.-large-spacing {
  margin-top: 59px;
  margin-bottom: 58px;
}

.divider-medium, hr.-variation-3 {
  width: 100%;
  border: 0;
  border-top: 3px solid #E9EBEE;
  padding: 0;
  margin: 9px 0;
  margin-top: 19px;
  margin-bottom: 18px;
}
.divider-medium.-small-spacing, hr.-variation-3.-small-spacing {
  margin-top: 19px;
  margin-bottom: 18px;
}
.divider-medium.-medium-spacing, hr.-variation-3.-medium-spacing {
  margin-top: 39px;
  margin-bottom: 38px;
}
.divider-medium.-large-spacing, hr.-variation-3.-large-spacing {
  margin-top: 59px;
  margin-bottom: 58px;
}

.divider-vertical-wrap {
  position: relative;
  display: inline-block;
}

.divider-vertical {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}
.divider-vertical:before {
  content: "";
  border-left: 3px solid #E9EBEE;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
}
.divider-vertical-variation-1 {
  border-left: 1px solid #E9EBEE;
}
.divider-vertical-variation-2 {
  border-left: 2px solid #E9EBEE;
}

a.divider-link {
  padding-right: 15px;
  border-right: 1px solid #D3D6DC;
  margin-right: 10px;
}
a.divider-link:last-of-type {
  padding-right: 0;
  border-right: 0;
}
a i:before {
  text-decoration: none;
  display: inline-block;
}
a.button {
  height: auto;
}
a.external-link.button i {
  font-size: 10px;
  padding: 0 5px;
  position: relative;
  bottom: 5px;
}
a .icon-link-internal,
a .icon-link-external {
  padding-left: 5px;
  padding-right: 1px;
}

.icon-link-out {
  color: #006BA6;
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  bottom: 5px;
}
.icon-link-out.extlink {
  font-size: 9.8px;
  bottom: 3px;
  padding-left: 4px;
}
.icon-link-out.extlink:before {
  font-weight: bold;
}

.new-window-link .icon-zz009new-window {
  height: 14px;
  width: 14px;
  padding-left: 5px;
  vertical-align: super;
}
.new-window-link .icon-zz009new-window:before {
  height: 14px;
  width: 14px;
  font-size: 14px;
  display: inline-block;
}

.back-link ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    line-height: normal;
  }
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai-small, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple-small, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green-small, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue-small, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    line-height: normal;
  }
}
.date-range .reset-close.show:before, [class^=date-range-single] .reset-close.show:before, .secondary-icon--acai-large:before, .secondary-icon--acai-small:before, .secondary-icon--acai:before, .primary-icon-circle--acai-large:before, .primary-icon-circle--acai-small:before, .primary-icon-circle--acai:before, .secondary_icon--blue-burnt-sienna-large:before, .secondary_icon--blue-burnt-sienna-small:before, .secondary_icon--blue-burnt-sienna:before, .primary-icon-circle--burnt-sienna-large:before, .primary-icon-circle--burnt-sienna-small:before, .primary-icon-circle--burnt-sienna:before, .secondary_icon--blue-purple:before, .primary-icon-circle--purple-large:before, .primary-icon-circle--purple-small:before, .primary-icon-circle--purple:before, .secondary_icon--blue-darkgreen-large:before, .secondary_icon--blue-darkgreen-small:before, .secondary_icon--blue-darkgreen:before, .primary-icon-circle--darkgreen-large:before, .primary-icon-circle--darkgreen-small:before, .primary-icon-circle--darkgreen:before, .secondary_icon--green-large:before, .secondary_icon--green-small:before, .secondary_icon--green:before, .primary-icon-circle--green-large:before, .primary-icon-circle--green-small:before, .primary-icon-circle--green:before, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon:before, .primary-icon--grey.icon-none.-text-icon:before, .secondary_icon--blue:before, .primary-icon-circle--blue-large:before, .primary-icon-circle--blue-small:before, .primary-icon-circle--blue:before, .primary-icon--green:before, .primary-icon--kp-blue:before, .primary-icon-circle--blue-midnight-large:before, .primary-icon-circle--blue-midnight-small:before, .primary-icon-circle--blue-midnight:before, .secondary_icon--blue-midnight-large:before, .secondary_icon--blue-midnight-small:before, .secondary_icon--blue-midnight:before, .primary-icon-circle:before, .green-blue-icon:before, .feature-icon:before {
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green, .secondary_icon--blue, .primary-icon-circle--blue, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight {
  border: solid transparent;
}

.secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large, .secondary-icon--acai-small, .secondary-icon--acai, .primary-icon-circle--acai-large, .primary-icon-circle--acai, .secondary_icon--blue-burnt-sienna-large, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna, .primary-icon-circle--burnt-sienna-large, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-purple, .primary-icon-circle--purple-large, .primary-icon-circle--purple, .secondary_icon--blue-darkgreen-large, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen, .primary-icon-circle--darkgreen-large, .primary-icon-circle--darkgreen, .secondary_icon--green-large, .secondary_icon--green-small, .secondary_icon--green, .primary-icon-circle--green-large, .primary-icon-circle--green, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon--grey.icon-none.-text-icon, .secondary_icon--blue, .primary-icon-circle--blue-large, .primary-icon-circle--blue, .primary-icon--green, .primary-icon--kp-blue, .neutral-icon-circle, .primary-icon-circle--blue-midnight-large, .primary-icon-circle--blue-midnight, .secondary_icon--blue-midnight-large, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight, .primary-icon-circle, .green-blue-icon, .feature-icon {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

.primary-icon-circle--acai-small, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--purple-small, .primary-icon-circle--darkgreen-small, .primary-icon-circle--green-small, .primary-icon-circle--blue-small, .primary-icon-circle--blue-midnight-small {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-sm {
  font-size: 28px;
  line-height: 28px;
}

.icon-md {
  font-size: 2.25em;
  line-height: 2.25em;
}

.icon-lg {
  font-size: 64px;
  line-height: 64px;
}

.feature-icon {
  background-color: #E9EBEE;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}

.green-blue-icon {
  background-color: #4A7628;
  color: #ffffff;
  color: #4A7628;
  background-color: #F0F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-icon-circle {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle {
    font-size: 35px;
  }
}
.primary-icon-circle.icon-medical-record:before {
  height: 100%;
  vertical-align: middle;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon {
  color: #003B71;
}

.secondary_icon--blue-midnight {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-small {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-small {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-large {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  /* STYLGD-9376 - styles merged from _icon.scss
  start here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large {
    font-size: 64px;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
    font-size: 26px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary:before {
  width: 28px;
  font-size: 25px;
}
.secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
  vertical-align: middle;
  width: 20px;
  font-size: 19px;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
    width: 28px;
    font-size: 23px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012baby:before {
  width: 20px;
  font-size: 29px;
  padding-left: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    width: 23px;
    font-size: 34px;
    height: 90%;
    display: inherit;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
  font-size: 22px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
    font-size: 30px;
  }
}
.secondary_icon--blue-midnight.icon-eyeglasses {
  font-size: 45px;
  line-height: 41px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-eyeglasses {
    line-height: 55px;
  }
}

.primary-icon-circle--blue-midnight {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-midnight-small {
  background-color: #003B71;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-midnight-large {
  background-color: #003B71;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue-midnight.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--blue-midnight.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.neutral-icon-circle {
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 30px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle {
    border: 3px solid #677083;
    font-size: 30px;
  }
}
.neutral-icon-circle.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-message {
    display: inline-block;
    line-height: 71px;
    text-align: center;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-location {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-search {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-calculator {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-document {
    font-size: 38px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zclaim {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zbill {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-cost-coverage {
    font-size: 39px;
  }
}

.neutral-icon-circle-lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 50px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg {
    width: 60px;
    height: 60px;
    border: 3px solid #677083;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .neutral-icon-circle-lg {
    font-size: 28px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neutral-icon-circle-lg .icon-zz002award:before {
    width: 50%;
    display: block;
  }
}
.neutral-icon-circle-lg.icon-zz002award:before {
  height: auto;
  width: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 25px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 31px;
    line-height: 1;
  }
}
.neutral-icon-circle-lg.icon-rx-form:before {
  padding-left: 8px;
}
.neutral-icon-circle-lg.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-message {
    display: inline-block;
    line-height: 71px;
  }
}

.primary-icon--kp-blue {
  color: #0078B3;
  font-size: 35px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue {
    font-size: 38px;
  }
}

.primary-icon--green {
  color: #57A635;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 42px;
  }
}

.primary-icon--grey {
  height: 34px;
  width: 34px;
  color: #677083;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey {
    font-size: 34px;
  }
}

.primary-icon--blue-med {
  height: 34px;
  width: 34px;
  color: #0078B3;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue-med {
    font-size: 34px;
  }
}

.primary-icon--blue {
  height: 50px;
  width: 50px;
  color: #0078B3;
  font-size: 50px;
  line-height: 50px;
  line-height: 1;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--blue:before {
  background-color: #ffffff;
  border-radius: 50%;
}

.primary-icon-circle--blue {
  background-color: #0078B3;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-small {
  background-color: #0078B3;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-large {
  background-color: #0078B3;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 11px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-minus:before {
    display: inline-flex;
    align-items: center;
    padding-top: 18px;
  }
}
.primary-icon-circle--blue.icon-zz003mouse:before {
  font-size: 28px;
}
.primary-icon-circle--blue.icon-stethoscope:before {
  font-size: 30px;
}
.primary-icon-circle--blue.icon-zzz0010people:before {
  font-size: 18px;
  padding-right: 16%;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-zzz0010people:before {
    font-size: 21px;
    padding-right: 16%;
  }
}
.primary-icon-circle--blue.icon-zzz0010healthsummary:before {
  font-size: 30px;
  vertical-align: middle;
}
.primary-icon-circle--blue.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue {
  color: #0078B3;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue {
    font-size: 34px;
  }
}

.neutral-icon {
  height: 50px;
  width: 50px;
  color: #677083;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.neutral-icon-small {
  height: 10px;
  width: 10px;
  color: #677083;
  font-size: 10px;
  line-height: 10px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-small {
    font-size: 10px;
  }
}
.neutral-icon-large {
  height: 64px;
  width: 64px;
  color: #677083;
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-large {
    font-size: 64px;
  }
}

.primary-icon--grey {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--grey.icon-none.-text-icon {
  color: #677083;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey.icon-none.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--grey.icon-zcaregiver_preferences {
  display: block;
  width: 100%;
}
.primary-icon--grey.icon-zcaregiver_preferences:before {
  height: 58px;
  width: 110px;
  font-size: 110px;
}
.primary-icon--grey.icon-znotifications:before {
  height: 46px;
  width: 46px;
  font-size: 46px;
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security {
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security:before {
  height: 62px;
  width: 62px;
  font-size: 62px;
}
.primary-icon--grey.icon-zz003person {
  display: inline-block;
  line-height: 1;
}
.primary-icon--grey.icon-zz003person:before {
  height: 50px;
  width: 45px;
  font-size: 45px;
}
.primary-icon--grey.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--kp-blue {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
  color: #0078B3;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--kp-blue.icon-zz003mouse {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003mouse:before {
  height: 50px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003globe {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003globe:before {
  height: 52px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003location {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003location:before {
  height: 52px;
  width: 40px;
  font-size: 48px;
}
.primary-icon--kp-blue.icon-zz003user-id {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003user-id:before {
  height: 58px;
  width: 60px;
  font-size: 60px;
}
.primary-icon--kp-blue.icon-zz003identity {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003identity:before {
  height: 52px;
  width: 47px;
  font-size: 47px;
}
.primary-icon--kp-blue.icon-zz003lock {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003lock:before {
  height: 52px;
  width: 38px;
  font-size: 48px;
}

.primary-icon-circle--green {
  background-color: #4A7628;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green {
    font-size: 34px;
  }
}
.primary-icon-circle--green-small {
  background-color: #4A7628;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-small {
    font-size: 10px;
  }
}
.primary-icon-circle--green-large {
  background-color: #4A7628;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-large {
    font-size: 64px;
  }
}
.primary-icon-circle--green.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--green.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--green {
  height: 50px;
  width: 50px;
  color: #4A7628;
  font-size: 50px;
  line-height: 50px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--green.icon-zleaf {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-zz006leaf-full-color {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-messages-circle {
  width: 64px;
  font-size: 50px;
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green.icon-messages-circle {
    width: 64px;
    font-size: 64px;
    vertical-align: baseline;
    vertical-align: -moz-middle-with-baseline;
  }
}

.secondary_icon--green {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green {
    font-size: 34px;
  }
}
.secondary_icon--green-small {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-small {
    font-size: 10px;
  }
}
.secondary_icon--green-large {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-large {
    font-size: 64px;
  }
}
.secondary_icon--green.icon-membercard {
  line-height: 42px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-membercard {
    font-size: 45px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-mouse {
  line-height: 43px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-mouse {
    font-size: 40px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-nurse {
  line-height: 42px;
  font-size: 42px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-nurse {
    font-size: 45px;
    line-height: 56px;
  }
}

.primary-icon-circle--darkgreen {
  background-color: #066564;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen {
    font-size: 34px;
  }
}
.primary-icon-circle--darkgreen-small {
  background-color: #066564;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-small {
    font-size: 10px;
  }
}
.primary-icon-circle--darkgreen-large {
  background-color: #066564;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-large {
    font-size: 64px;
  }
}
.primary-icon-circle--darkgreen.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--darkgreen.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-darkgreen {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen {
    font-size: 34px;
  }
}
.secondary_icon--blue-darkgreen-small {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-darkgreen-large {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-large {
    font-size: 64px;
  }
}

.primary-icon--purple {
  height: 50px;
  width: 50px;
  color: #583985;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--purple {
  background-color: #583985;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple {
    font-size: 34px;
  }
}
.primary-icon-circle--purple-small {
  background-color: #583985;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-small {
    font-size: 10px;
  }
}
.primary-icon-circle--purple-large {
  background-color: #583985;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-large {
    font-size: 64px;
  }
}
.primary-icon-circle--purple.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--purple.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-purple {
  color: #583985;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-purple {
    font-size: 34px;
  }
}

.primary-icon--burnt-sienna {
  height: 64px;
  width: 64px;
  color: #D1480C;
  font-size: 64px;
  line-height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--burnt-sienna {
    font-size: 64px;
  }
}

.primary-icon-circle--burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna {
    font-size: 34px;
  }
}
.primary-icon-circle--burnt-sienna-small {
  background-color: #D1480C;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-small {
    font-size: 10px;
  }
}
.primary-icon-circle--burnt-sienna-small.icon-exclamation:before {
  height: 100%;
  vertical-align: middle;
}
.primary-icon-circle--burnt-sienna-large {
  background-color: #D1480C;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-large {
    font-size: 64px;
  }
}
.primary-icon-circle--burnt-sienna.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--burnt-sienna.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-burnt-sienna {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna {
    font-size: 34px;
  }
}
.secondary_icon--blue-burnt-sienna-small {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-burnt-sienna-large {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-large {
    font-size: 64px;
  }
}

.primary-icon--acai {
  height: 50px;
  width: 50px;
  color: #BB1654;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--acai {
  background-color: #BB1654;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai {
    font-size: 34px;
  }
}
.primary-icon-circle--acai-small {
  background-color: #BB1654;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-small {
    font-size: 10px;
  }
}
.primary-icon-circle--acai-large {
  background-color: #BB1654;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-large {
    font-size: 64px;
  }
}
.primary-icon-circle--acai.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--acai.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai {
    font-size: 33px;
  }
}
.secondary-icon--acai-small {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-small {
    font-size: 10px;
  }
}
.secondary-icon--acai-large {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large {
    font-size: 64px;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* STYLGD-9376 - styles merged from _icon.scss
starts from here */
.mobile-icon-darkgreen {
  color: #066564;
  font-size: 30px;
}

.utility-icon {
  color: #677083;
  font-size: 30px;
}

.icon-zz002advice {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz002advice {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}
.icon-zz002advice:before {
  margin-top: 0;
}

.icon-zz005-checkmark-circle {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz005-checkmark-circle {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}

.icon-zwellness:before,
.icon-zclaim:before,
.icon-zbill:before,
.icon-zpay-bill:before {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .icon-zclaim:before {
    width: 20px;
  }
}

.icon-zpayment-history:before,
.icon-zpay-bill:before {
  height: 33px;
}
@media screen and (max-width: 767px) {
  .icon-zpayment-history:before,
  .icon-zpay-bill:before {
    height: 23px;
  }
}

.icon-zz008plan-of-care {
  font-size: 25px;
}
@media screen and (min-width: 1152px) {
  .icon-zz008plan-of-care {
    font-size: 30px;
  }
}

.icon-zzz0010briefcase {
  font-size: 24px;
}
@media screen and (min-width: 1152px) {
  .icon-zzz0010briefcase {
    font-size: 31px;
  }
}

.icon-link-out .icon-zz009new-window {
  font-size: 12px;
  position: relative;
  bottom: 3px;
  padding-left: 5px;
}

.icon-zzz0018-copper-iud.secondary_icon--blue-midnight:before,
.icon-zzz0018-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-internal-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-spermicide.secondary_icon--blue-midnight:before {
  height: 19px;
  width: 24px;
  line-height: 16px;
  display: inline-block;
}

.icon-zzz0018-diaphragm.secondary_icon--blue-midnight:before,
.icon-zzz0018-shot.secondary_icon--blue-midnight:before {
  height: 30px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
}

.icon-zzz0018-fertility-awareness.secondary_icon--blue-midnight:before,
.icon-zzz0018-implant.secondary_icon--blue-midnight:before,
.icon-zzz0018-pill-a.secondary_icon--blue-midnight:before {
  display: inline-block;
}

.icon-zzz0018-fertility-awareness {
  font-size: 32px;
  display: inline-block;
}

.icon-zzz0018-hormonal-iud.secondary_icon--blue-midnight:before {
  width: 18px;
  display: inline-block;
}

.icon-zzz0018-sterilization.secondary_icon--blue-midnight:before {
  display: inline-block;
}

/* merged styles from _icon.scss ends here */
.link-list--horizontal, .link-list, .vertical-list, .horizontal-list, .back-link ul {
  padding-left: 0;
  list-style: none;
}

.horizontal-list li {
  display: inline-block;
  padding-right: 20px;
}
.horizontal-list.-divided li {
  padding-right: 20px;
  border-right: 1px solid #D3D6DC;
  margin-right: 20px;
}
.horizontal-list.-divided li:last-child {
  border-right: 0;
  margin-right: 0;
}

.vertical-list li {
  display: block;
  padding-bottom: 20px;
}
.vertical-list.-divided li {
  padding-bottom: 20px;
  border-bottom: 1px solid #D3D6DC;
  margin-bottom: 20px;
}
.vertical-list.-divided li li:last-child {
  border: none;
}

.link-list-title--small {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #677083;
}
.link-list-title--small.-book, .link-list-title--small.\--book {
  font-family: "Gotham 4r";
}
.link-list-title--small.-light, .link-list-title--small.\--light {
  font-family: "Gotham 3r";
}
.link-list-title--small.-medium, .link-list-title--small.\--medium {
  font-family: "Gotham 5r";
}
.link-list-title--small.-bold, .link-list-title--small.\--bold {
  font-family: "Gotham 5r";
}
.link-list-title--large {
  margin: 0;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #0D1C3D;
}
.link-list-title--large.-book, .link-list-title--large.\--book {
  font-family: "Gotham 4r";
}
.link-list-title--large.-light, .link-list-title--large.\--light {
  font-family: "Gotham 3r";
}
.link-list-title--large.-medium, .link-list-title--large.\--medium {
  font-family: "Gotham 5r";
}
.link-list-title--large.-bold, .link-list-title--large.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 767px) {
  .link-list-title--large {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .link-list-title--large.-book, .link-list-title--large.\--book {
    font-family: "Gotham 4r";
  }
  .link-list-title--large.-light, .link-list-title--large.\--light {
    font-family: "Gotham 3r";
  }
  .link-list-title--large.-medium, .link-list-title--large.\--medium {
    font-family: "Gotham 5r";
  }
  .link-list-title--large.-bold, .link-list-title--large.\--bold {
    font-family: "Gotham 5r";
  }
}

.link-list {
  margin-top: 0;
  padding-top: 0;
}
.link-list--horizontal li {
  display: inline-block;
  padding-right: 20px;
}
.link-list--horizontal.-divided li {
  padding-right: 20px;
  border-right: 1px solid #D3D6DC;
  margin-right: 20px;
}
.link-list--horizontal.-divided li:last-child {
  border-right: 0;
  margin-right: 0;
}
.link-list--horizontal li {
  padding-bottom: 12px;
}
.link-list li {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.link-list li.-book, .link-list li.\--book {
  font-family: "Gotham 4r";
}
.link-list li.-light, .link-list li.\--light {
  font-family: "Gotham 3r";
}
.link-list li.-medium, .link-list li.\--medium {
  font-family: "Gotham 5r";
}
.link-list li.-bold, .link-list li.\--bold {
  font-family: "Gotham 5r";
}

/*All styling from link-list to a variation of horizontal link list*/
.sg-spacing .fieldset {
  margin-bottom: 20px;
}

.check-box {
  position: absolute;
  margin-top: 10.5px;
  opacity: 0;
}
.check-box + label {
  display: inline-block;
  position: relative;
  margin: 10.5px 0;
  padding: 2px 0 0 29px;
  min-height: 18px;
  font-family: "Gotham 4r";
  font-size: 16px;
  line-height: 1em;
  color: #0D1C3D;
  padding: 2px 0 1px 29px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .check-box + label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .check-box + label {
    font-family: "Gotham 5r";
  }
}
.check-box + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #003B71;
  border-radius: 2px;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .check-box + label span[aria-hidden=true]:before {
    top: 5px;
  }
}
.check-box:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
.check-box[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #003B71;
}
.check-box[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  color: #fff;
}
.check-box[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}

.check-box.-variation-1 {
  position: absolute;
  margin-top: 10.5px;
  opacity: 0;
}
.check-box.-variation-1 + label {
  display: inline-block;
  position: relative;
  margin: 10.5px 0;
  padding: 2px 0 0 29px;
  min-height: 18px;
  font-family: "Gotham 4r";
  font-size: 16px;
  line-height: 1em;
  color: #0D1C3D;
  padding: 2px 0 1px 29px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .check-box.-variation-1 + label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .check-box.-variation-1 + label {
    font-family: "Gotham 5r";
  }
}
.check-box.-variation-1 + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #003B71;
  border-radius: 2px;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .check-box.-variation-1 + label span[aria-hidden=true]:before {
    top: 5px;
  }
}
.check-box.-variation-1:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box.-variation-1:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box.-variation-1:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
.check-box.-variation-1[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #003B71;
}
.check-box.-variation-1[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  color: #fff;
}
.check-box.-variation-1[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box.-variation-1[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box.-variation-1[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box.-variation-1:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box.-variation-1:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box.-variation-1:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}

.check-box.-variation-2 {
  position: absolute;
  margin-top: 10px;
  opacity: 0;
}
.check-box.-variation-2 + label {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 2px 0 0 35px;
  min-height: 22px;
  font-family: "Gotham 4r";
  font-size: 20px;
  line-height: 1em;
  color: #0D1C3D;
}
.check-box.-variation-2 + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #003B71;
  border-radius: 2px;
}
.check-box.-variation-2:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box.-variation-2:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box.-variation-2:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
.check-box.-variation-2[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #003B71;
}
.check-box.-variation-2[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 1px;
  left: 4px;
  font-size: 15px;
  color: #fff;
}
.check-box.-variation-2[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box.-variation-2[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box.-variation-2[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box.-variation-2:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box.-variation-2:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box.-variation-2:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}

.check-box.-variation-3 {
  position: absolute;
  margin-top: 10px;
  opacity: 0;
}
.check-box.-variation-3 + label {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 2px 0 0 43px;
  min-height: 30px;
  font-family: "Gotham 4r";
  font-size: 28px;
  line-height: 1em;
  color: #0D1C3D;
}
.check-box.-variation-3 + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #003B71;
  border-radius: 2px;
}
.check-box.-variation-3:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box.-variation-3:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box.-variation-3:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
.check-box.-variation-3[type=checkbox]:checked + label span[aria-hidden=true]:before {
  background-color: #003B71;
}
.check-box.-variation-3[type=checkbox]:checked + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 1px;
  left: 4.5px;
  font-size: 22px;
  color: #fff;
}
.check-box.-variation-3[type=checkbox]:disabled + label {
  color: #677083;
  cursor: not-allowed;
}
.check-box.-variation-3[type=checkbox]:disabled + label span[aria-hidden=true]:before {
  border-color: #D3D6DC;
}
.check-box.-variation-3[type=checkbox]:disabled:checked + label span[aria-hidden=true]:before {
  background-color: #D3D6DC;
}
.check-box.-variation-3:focus + label span[aria-hidden=true]:before {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .check-box.-variation-3:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-box.-variation-3:focus + label span[aria-hidden=true]:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}

@media screen and (max-width: 1151px) {
  .check-box body:not(.-locked) .check-box + label:not(.-locked) {
    line-height: 1em;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .check-box body:not(.-locked) .styling-1:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-2:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-3:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-4:not(.-locked) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .check-box body:not(.-locked) .styling-1:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-2:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-3:not(.-locked) {
    font-size: 16px;
  }
  .check-box body:not(.-locked) .styling-4:not(.-locked) {
    font-size: 16px;
  }
}

.checkbox-toggle-switch {
  position: absolute;
  opacity: 0;
}
.checkbox-toggle-switch + label {
  display: inline-block;
  position: relative;
  padding: 4px 0 0 47px;
}
.checkbox-toggle-switch + label span[aria-hidden=true] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 26px;
  border-radius: 19px;
  background: #677083;
}
.checkbox-toggle-switch + label span[aria-hidden=true]:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  transition: left 0.1s ease-out;
}
.checkbox-toggle-switch + label span[aria-hidden=true]:after {
  content: '\f115';
  font-family: "kp-icons";
  position: absolute;
  top: 6px;
  left: 19px;
  font-size: 11px;
  color: transparent;
}
.checkbox-toggle-switch:focus + label span[aria-hidden=true] {
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  .checkbox-toggle-switch:focus + label span[aria-hidden=true] {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .checkbox-toggle-switch:focus + label span[aria-hidden=true] {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
.checkbox-toggle-switch[type=checkbox]:checked + label span[aria-hidden=true] {
  background: #0078B3;
}
.checkbox-toggle-switch[type=checkbox]:checked + label span[aria-hidden=true]:before {
  left: 12px;
  transition: left 0.1s ease-out;
}
.checkbox-toggle-switch[type=checkbox]:checked + label span[aria-hidden=true]:after {
  color: #0078B3;
  transition: color 0.1s ease-out;
}

input[type=checkbox]:not(.check-box):not(.checkbox-toggle-switch) {
  position: absolute;
  display: inline-block;
  margin: 12px 0 0 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #003B71;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox]:not(.check-box):not(.checkbox-toggle-switch) + label {
  display: inline-block;
  margin: 10px 0 0;
  padding-top: 2px;
  padding-left: 40px;
  font-size: 16px;
}

input[type=checkbox]:checked:not(.check-box):not(.checkbox-toggle-switch) {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type=checkbox]:focus:not(.check-box):not(.checkbox-toggle-switch) {
  border: 2px solid #003B71;
  box-shadow: 0 0 0 2pt rgba(123, 183, 246, 0.8);
  outline: 1px dotted #D3D6DC;
}
@-moz-document url-prefix() {
  input[type=checkbox]:focus:not(.check-box):not(.checkbox-toggle-switch) {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type=checkbox]:focus:not(.check-box):not(.checkbox-toggle-switch) {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}

input[type=checkbox]:disabled:not(.check-box):not(.checkbox-toggle-switch) {
  border-color: #D3D6DC;
}

.date-range input:-webkit-input-placeholder, [class^=date-range-single] input:-webkit-input-placeholder {
  color: #677083;
}

.date-range input:-moz-placeholder, [class^=date-range-single] input:-moz-placeholder {
  color: #677083;
}

.date-range input, [class^=date-range-single] input {
  padding: 16px 12px;
  border: solid 1px #8F949D;
  vertical-align: middle;
  color: #0D1C3D;
}
.date-range input:focus, [class^=date-range-single] input:focus {
  border-color: #0078B3;
}
.date-range input::-webkit-input-placeholder, [class^=date-range-single] input::-webkit-input-placeholder {
  color: #677083;
}
.date-range input:-moz-placeholder, [class^=date-range-single] input:-moz-placeholder {
  color: #677083;
}
.date-range input::-webkit-input-placeholder, [class^=date-range-single] input::-webkit-input-placeholder {
  color: #677083;
}

.date-range input:-moz-placeholder, [class^=date-range-single] input:-moz-placeholder {
  color: #677083;
}

.fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.fieldset legend {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
  font-family: "Gotham 5r";
  color: #0D1C3D;
  padding-bottom: 10px;
}
.fieldset legend.-book, .fieldset legend.\--book {
  font-family: "Gotham 4r";
}
.fieldset legend.-light, .fieldset legend.\--light {
  font-family: "Gotham 3r";
}
.fieldset legend.-medium, .fieldset legend.\--medium {
  font-family: "Gotham 5r";
}
.fieldset legend.-bold, .fieldset legend.\--bold {
  font-family: "Gotham 5r";
}

.disabled-field, .form-group .disabled-field {
  border: solid 1px #F7F7F7;
  background-color: #F7F7F7;
  cursor: not-allowed !important;
}

.error .form-textbox input, .error input {
  background-color: rgba(182, 49, 37, 0.05);
  border: 1px solid #D00000;
}

.error {
  color: #D00000;
}
input::-ms-clear {
  display: none;
}

.character-count {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.character-count.-book, .character-count.\--book {
  font-family: "Gotham 4r";
}
.character-count.-light, .character-count.\--light {
  font-family: "Gotham 3r";
}
.character-count.-medium, .character-count.\--medium {
  font-family: "Gotham 5r";
}
.character-count.-bold, .character-count.\--bold {
  font-family: "Gotham 5r";
}
.character-count p {
  margin: 10px auto;
}

.text-area_global {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
  display: block;
  padding: 15px;
  width: calc(100% - 28px);
  height: 252px;
  border: 1px solid #8F949D;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #003B71;
  -webkit-appearance: none;
}
.text-area_global.-book, .text-area_global.\--book {
  font-family: "Gotham 4r";
}
.text-area_global.-light, .text-area_global.\--light {
  font-family: "Gotham 3r";
}
.text-area_global.-medium, .text-area_global.\--medium {
  font-family: "Gotham 5r";
}
.text-area_global.-bold, .text-area_global.\--bold {
  font-family: "Gotham 5r";
}
.text-area_global.-book, .text-area_global.\--book {
  font-family: "Gotham 4r";
}
.text-area_global.-light, .text-area_global.\--light {
  font-family: "Gotham 3r";
}
.text-area_global.-medium, .text-area_global.\--medium {
  font-family: "Gotham 5r";
}
.text-area_global.-bold, .text-area_global.\--bold {
  font-family: "Gotham 5r";
}
.text-area_global.focus {
  border-color: #006BA6;
}
.text-area_global[data-show-lines="1"] {
  height: 54px;
}
.text-area_global[data-show-lines="2"] {
  height: 76px;
}
.text-area_global[data-show-lines="3"] {
  height: 98px;
}
.text-area_global[data-show-lines="4"] {
  height: 120px;
}
.text-area_global[data-show-lines="5"] {
  height: 142px;
}
.text-area_global[data-show-lines="6"] {
  height: 164px;
}
.text-area_global[data-show-lines="7"] {
  height: 186px;
}
.text-area_global[data-show-lines="8"] {
  height: 208px;
}
.text-area_global[data-show-lines="9"] {
  height: 230px;
}
.text-area_global[data-show-lines="10"] {
  height: 252px;
}
@media screen and (max-width: 767px) {
  .text-area_global {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
    height: 234px;
  }
  .text-area_global.-book, .text-area_global.\--book {
    font-family: "Gotham 4r";
  }
  .text-area_global.-light, .text-area_global.\--light {
    font-family: "Gotham 3r";
  }
  .text-area_global.-medium, .text-area_global.\--medium {
    font-family: "Gotham 5r";
  }
  .text-area_global.-bold, .text-area_global.\--bold {
    font-family: "Gotham 5r";
  }
  .text-area_global[data-show-lines="1"] {
    height: 54px;
  }
  .text-area_global[data-show-lines="2"] {
    height: 74px;
  }
  .text-area_global[data-show-lines="3"] {
    height: 94px;
  }
  .text-area_global[data-show-lines="4"] {
    height: 114px;
  }
  .text-area_global[data-show-lines="5"] {
    height: 134px;
  }
  .text-area_global[data-show-lines="6"] {
    height: 154px;
  }
  .text-area_global[data-show-lines="7"] {
    height: 174px;
  }
  .text-area_global[data-show-lines="8"] {
    height: 194px;
  }
  .text-area_global[data-show-lines="9"] {
    height: 214px;
  }
  .text-area_global[data-show-lines="10"] {
    height: 234px;
  }
}

.form-control {
  padding: 16px 12px;
  border: solid 1px #8F949D;
  vertical-align: middle;
  color: #0D1C3D;
}
.form-control:focus {
  border-color: #0078B3;
}
.form-control::-webkit-input-placeholder {
  color: #677083;
}
.form-control:-moz-placeholder {
  color: #677083;
}
.form-control::-webkit-input-placeholder {
  color: #677083;
}

.form-control:-moz-placeholder {
  color: #677083;
}

.form-group input {
  padding: 16px 12px;
  border: solid 1px #8F949D;
  vertical-align: middle;
  color: #0D1C3D;
}
.form-group input:focus {
  border-color: #0078B3;
}
.form-group input::-webkit-input-placeholder {
  color: #677083;
}
.form-group input:-moz-placeholder {
  color: #677083;
}
.form-group input::-webkit-input-placeholder {
  color: #677083;
}

.form-group input:-moz-placeholder {
  color: #677083;
}

@media screen and (min-width: 1152px) {
  .form-group input {
    max-height: 52px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .form-group input {
    max-height: 52px;
    width: 100%;
  }
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=url],
.form-group textarea {
  border-radius: 4px;
  -webkit-appearance: none;
}
.form-group label {
  font-size: 12px;
  line-height: 16px;
  color: #8F949D;
  font-family: "Gotham 5r";
  color: #003B71;
  display: block;
  margin-bottom: 8px;
}
.form-group .form-textbox {
  position: relative;
}
.form-group .form-textbox input {
  padding-right: 32px;
  width: 236px;
}
.form-group .text-input-helper {
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #8F949D;
  padding: 0px 42px 0px;
}

.expDesc {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #D00000;
  display: block;
  width: 100%;
}
.expDesc.-book, .expDesc.\--book {
  font-family: "Gotham 4r";
}
.expDesc.-light, .expDesc.\--light {
  font-family: "Gotham 3r";
}
.expDesc.-medium, .expDesc.\--medium {
  font-family: "Gotham 5r";
}
.expDesc.-bold, .expDesc.\--bold {
  font-family: "Gotham 5r";
}
.expDesc p {
  margin: 10px auto;
}

.error-field,
input.error-field,
.form-group input.error-field,
.form-group select.error-field,
textarea.error-field,
select.error-field {
  border: 1px solid #D00000;
  background-color: #ffffff;
}
.error-field.-readonly,
input.error-field.-readonly,
.form-group input.error-field.-readonly,
.form-group select.error-field.-readonly,
textarea.error-field.-readonly,
select.error-field.-readonly {
  padding: 0 0 12px 0;
  border: 0;
  color: #D00000;
  background-color: transparent;
  font-family: "Gotham 5r";
}
.error-field.select-dropdown,
input.error-field.select-dropdown,
.form-group input.error-field.select-dropdown,
.form-group select.error-field.select-dropdown,
textarea.error-field.select-dropdown,
select.error-field.select-dropdown {
  background-color: rgba(182, 49, 37, 0.05);
}

.error-description ul {
  padding-left: 0;
  list-style: none;
  margin: 8px 0 10px;
  color: #D00000;
  font-size: 12px;
  line-height: 16px;
  color: #D00000;
}
.error-description ul li {
  display: flex;
}
.error-description ul li .inline-error-icon {
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  width: 16px;
  height: 18px;
  color: transparent;
  background-color: transparent;
  background-image: url('clientlib-angular/css/error-inline-ds2-16x16.svg');
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.check-box + label + .error-description ul,
.radio-button + label + .error-description ul,
.fieldset + .error-description ul {
  margin-top: 2.5px;
}

.error ul,
ul.error {
  margin: 10px 0;
  padding-left: 20px;
}

.select-one {
  display: inline;
  position: relative;
}
.select-one select {
  margin-right: -20px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #D3D6DC;
  border-radius: 0;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-one select:focus {
  border-color: #0078B3;
}
@media screen and (min-width: 768px) {
  .select-one select {
    padding-top: 20px;
    padding-right: 41px;
    padding-bottom: 20px;
    width: auto;
    font-size: 16px;
    line-height: 18px;
  }
}
.select-one .icon-chevron-down[aria-hidden=true] {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.select-one .icon-chevron-down[aria-hidden=true]:before {
  color: #0078B3;
}
.select-one select:disabled {
  color: #D3D6DC;
  border-color: #D3D6DC;
  cursor: not-allowed;
}
.select-one select.error-field + .icon-chevron-down[aria-hidden=true]:before,
.select-one select:disabled + .icon-chevron-down[aria-hidden=true]:before {
  color: #677083;
}
.select-one select::-ms-expand {
  display: none;
}
.select-one select:disabled::-ms-value {
  color: #D3D6DC;
}

.radio-button {
  position: absolute;
  margin-top: 10px;
  opacity: 0;
}
.radio-button + label {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding-left: 31px;
  min-width: 20px;
  font-size: 16px;
  color: #0D1C3D;
  text-transform: none;
  padding-top: 5px;
  line-height: 24px;
  font-size: 16px !important;
  font-family: "Gotham 4r";
}
.radio-button + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #0078B3;
}
@media screen and (max-width: 767px) {
  .radio-button + label {
    font-size: 16px;
    line-height: 20px;
    font-family: "Gotham 5r";
  }
}
.radio-button:active + label:before {
  border: 5px solid #fff;
  background-color: #0078B3;
  box-shadow: 0 0 0 2pt #0078B3;
}
@-moz-document url-prefix() {
  .radio-button:active + label:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .radio-button:active + label:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@-moz-document url-prefix() {
  .radio-button:active + label:before {
    outline: 1px dotted #D3D6DC;
  }
}
.radio-button[type=radio]:not(:checked):focus + label:before {
  border: 1pt solid #0078B3;
  box-shadow: 0 0 0 2pt #0078B3;
}
@-moz-document url-prefix() {
  .radio-button[type=radio]:not(:checked):focus + label:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .radio-button[type=radio]:not(:checked):focus + label:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@-moz-document url-prefix() {
  .radio-button[type=radio]:not(:checked):focus + label:before {
    outline: 1px dotted #D3D6DC;
  }
}
.radio-button[type=radio]:checked + label:before {
  border: 5px solid #fff;
  background-color: #0078B3;
  box-shadow: 0 0 0 2px #0078B3;
}
.radio-button[type=radio]:checked:focus + label:before {
  border: 5px solid #fff;
  background-color: #0078B3;
  box-shadow: 0 0 0 2pt #0078B3;
}
@-moz-document url-prefix() {
  .radio-button[type=radio]:checked:focus + label:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .radio-button[type=radio]:checked:focus + label:before {
    box-shadow: 0 0 0 1.5pt rgba(123, 183, 246, 0.8);
  }
}
@-moz-document url-prefix() {
  .radio-button[type=radio]:checked:focus + label:before {
    outline: 1px dotted #D3D6DC;
  }
}
.radio-button[type=radio]:disabled + label {
  color: #8F949D;
  cursor: not-allowed;
}
.radio-button[type=radio]:disabled + label:before {
  box-shadow: 0 0 0 2px #8F949D;
}
.radio-button[type=radio]:disabled:active + label:before {
  background-color: transparent;
}
.radio-button[type=radio]:disabled:checked + label:before {
  background-color: #8F949D;
  box-shadow: 0 0 0 2px #8F949D;
}

.data-table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table {
    display: block;
  }
}
.data-table tr p, .data-table tr span, .data-table thead p, .data-table thead span {
  margin: 0;
}
.data-table caption {
  text-align: left;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .data-table caption {
    margin-bottom: 20px;
    display: table;
  }
}
.data-table tr {
  border-bottom: 1px solid #E9EBEE;
}
@media screen and (min-width: 768px) {
  .data-table tr:last-child {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 767px) {
  .data-table tr {
    display: block;
    border-bottom: 1px solid #E9EBEE;
  }
}
.data-table thead {
  border-bottom: 3px solid #E9EBEE;
}
@media screen and (max-width: 767px) {
  .data-table thead {
    border-bottom: 1px solid #E9EBEE;
    display: block;
  }
}
.data-table thead th,
.data-table th[scope~=row] {
  text-transform: uppercase;
  color: #677083;
  font-size: 0.8125rem;
  padding: 10px 30px 10px 0;
  text-align: left;
}
.data-table thead th:first-child,
.data-table th[scope~=row]:first-child {
  padding-left: 5px;
}
.data-table thead th:last-child,
.data-table th[scope~=row]:last-child {
  padding-right: 5px;
}
.data-table thead th.number,
.data-table th[scope~=row].number {
  text-align: right;
}
.data-table thead th.th--header,
.data-table th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table thead th.th--light,
.data-table th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table thead th.th--med,
.data-table th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table thead th.th--dark,
.data-table th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table thead th.th--darker,
.data-table th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table thead th.th--center,
.data-table th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table thead th,
  .data-table th[scope~=row] {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .data-table thead th,
  .data-table th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
  .data-table thead th.number,
  .data-table th[scope~=row].number {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .data-table tbody {
    display: block;
  }
}
.data-table tbody th,
.data-table tbody td {
  padding: 10px 30px 10px 0;
  vertical-align: top;
  word-wrap: break-word;
  font-weight: normal;
  text-align: left;
}
.data-table tbody th:first-child,
.data-table tbody td:first-child {
  padding-left: 5px;
}
.data-table tbody th:last-child,
.data-table tbody td:last-child {
  padding-right: 5px;
}
.data-table tbody th.number,
.data-table tbody td.number {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .data-table tbody th,
  .data-table tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .data-table tbody th:last-child,
  .data-table tbody td:last-child {
    padding-bottom: 20px;
  }
  .data-table tbody th.number,
  .data-table tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) {
  .data-table tbody th,
  .data-table tbody td {
    padding-bottom: 10px;
  }
  .data-table tbody th:first-child,
  .data-table tbody td:first-child {
    padding-left: 0;
  }
  .data-table tbody th:last-child,
  .data-table tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) {
  .data-table tbody th span.table-head,
  .data-table tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table tbody th[data-th]:before,
.data-table tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table tbody th[data-th]:before,
  .data-table tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table p {
  margin: 0;
}

.data-table--large {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table--large {
    display: block;
  }
}
.data-table--large tr p, .data-table--large tr span, .data-table--large thead p, .data-table--large thead span {
  margin: 0;
}
.data-table--large caption {
  text-align: left;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .data-table--large caption {
    margin-bottom: 20px;
    display: table;
  }
}
.data-table--large tr {
  border-bottom: 1px solid #E9EBEE;
}
@media screen and (min-width: 768px) {
  .data-table--large tr:last-child {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large tr {
    display: block;
    border-bottom: 1px solid #E9EBEE;
  }
}
.data-table--large thead {
  border-bottom: 3px solid #E9EBEE;
}
@media screen and (max-width: 767px) {
  .data-table--large thead {
    border-bottom: 1px solid #E9EBEE;
    display: block;
  }
}
.data-table--large thead th,
.data-table--large th[scope~=row] {
  text-transform: uppercase;
  color: #677083;
  font-size: 0.8125rem;
  padding: 10px 30px 10px 0;
  text-align: left;
}
.data-table--large thead th:first-child,
.data-table--large th[scope~=row]:first-child {
  padding-left: 5px;
}
.data-table--large thead th:last-child,
.data-table--large th[scope~=row]:last-child {
  padding-right: 5px;
}
.data-table--large thead th.number,
.data-table--large th[scope~=row].number {
  text-align: right;
}
.data-table--large thead th.th--header,
.data-table--large th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table--large thead th.th--light,
.data-table--large th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table--large thead th.th--med,
.data-table--large th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table--large thead th.th--dark,
.data-table--large th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table--large thead th.th--darker,
.data-table--large th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table--large thead th.th--center,
.data-table--large th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table--large thead th,
  .data-table--large th[scope~=row] {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large thead th,
  .data-table--large th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
  .data-table--large thead th.number,
  .data-table--large th[scope~=row].number {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .data-table--large tbody {
    display: block;
  }
}
.data-table--large tbody th,
.data-table--large tbody td {
  padding: 10px 30px 10px 0;
  vertical-align: top;
  word-wrap: break-word;
  font-weight: normal;
  text-align: left;
}
.data-table--large tbody th:first-child,
.data-table--large tbody td:first-child {
  padding-left: 5px;
}
.data-table--large tbody th:last-child,
.data-table--large tbody td:last-child {
  padding-right: 5px;
}
.data-table--large tbody th.number,
.data-table--large tbody td.number {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .data-table--large tbody th,
  .data-table--large tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .data-table--large tbody th:last-child,
  .data-table--large tbody td:last-child {
    padding-bottom: 20px;
  }
  .data-table--large tbody th.number,
  .data-table--large tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--large tbody th,
  .data-table--large tbody td {
    padding-bottom: 10px;
  }
  .data-table--large tbody th:first-child,
  .data-table--large tbody td:first-child {
    padding-left: 0;
  }
  .data-table--large tbody th:last-child,
  .data-table--large tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--large tbody th span.table-head,
  .data-table--large tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table--large tbody th[data-th]:before,
.data-table--large tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table--large tbody th[data-th]:before,
  .data-table--large tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table--large p {
  margin: 0;
}
.data-table--large td,
.data-table--large th {
  padding: 10px 30px 10px 5px;
}
@media screen and (max-width: 767px) {
  .data-table--large td,
  .data-table--large th {
    padding: 10px 0 15px;
  }
  .data-table--large td:last-child,
  .data-table--large th:last-child {
    padding-bottom: 20px;
  }
}

.data-table--grey-even-row {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row {
    display: block;
  }
}
.data-table--grey-even-row tr p, .data-table--grey-even-row tr span, .data-table--grey-even-row thead p, .data-table--grey-even-row thead span {
  margin: 0;
}
.data-table--grey-even-row caption {
  text-align: left;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row caption {
    margin-bottom: 20px;
    display: table;
  }
}
.data-table--grey-even-row tr {
  border-bottom: 1px solid #E9EBEE;
}
@media screen and (min-width: 768px) {
  .data-table--grey-even-row tr:last-child {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tr {
    display: block;
    border-bottom: 1px solid #E9EBEE;
  }
}
.data-table--grey-even-row thead {
  border-bottom: 3px solid #E9EBEE;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row thead {
    border-bottom: 1px solid #E9EBEE;
    display: block;
  }
}
.data-table--grey-even-row thead th,
.data-table--grey-even-row th[scope~=row] {
  text-transform: uppercase;
  color: #677083;
  font-size: 0.8125rem;
  padding: 10px 30px 10px 0;
  text-align: left;
}
.data-table--grey-even-row thead th:first-child,
.data-table--grey-even-row th[scope~=row]:first-child {
  padding-left: 5px;
}
.data-table--grey-even-row thead th:last-child,
.data-table--grey-even-row th[scope~=row]:last-child {
  padding-right: 5px;
}
.data-table--grey-even-row thead th.number,
.data-table--grey-even-row th[scope~=row].number {
  text-align: right;
}
.data-table--grey-even-row thead th.th--header,
.data-table--grey-even-row th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table--grey-even-row thead th.th--light,
.data-table--grey-even-row th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table--grey-even-row thead th.th--med,
.data-table--grey-even-row th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table--grey-even-row thead th.th--dark,
.data-table--grey-even-row th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table--grey-even-row thead th.th--darker,
.data-table--grey-even-row th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table--grey-even-row thead th.th--center,
.data-table--grey-even-row th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table--grey-even-row thead th,
  .data-table--grey-even-row th[scope~=row] {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row thead th,
  .data-table--grey-even-row th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
  .data-table--grey-even-row thead th.number,
  .data-table--grey-even-row th[scope~=row].number {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody {
    display: block;
  }
}
.data-table--grey-even-row tbody th,
.data-table--grey-even-row tbody td {
  padding: 10px 30px 10px 0;
  vertical-align: top;
  word-wrap: break-word;
  font-weight: normal;
  text-align: left;
}
.data-table--grey-even-row tbody th:first-child,
.data-table--grey-even-row tbody td:first-child {
  padding-left: 5px;
}
.data-table--grey-even-row tbody th:last-child,
.data-table--grey-even-row tbody td:last-child {
  padding-right: 5px;
}
.data-table--grey-even-row tbody th.number,
.data-table--grey-even-row tbody td.number {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody th,
  .data-table--grey-even-row tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .data-table--grey-even-row tbody th:last-child,
  .data-table--grey-even-row tbody td:last-child {
    padding-bottom: 20px;
  }
  .data-table--grey-even-row tbody th.number,
  .data-table--grey-even-row tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--grey-even-row tbody th,
  .data-table--grey-even-row tbody td {
    padding-bottom: 10px;
  }
  .data-table--grey-even-row tbody th:first-child,
  .data-table--grey-even-row tbody td:first-child {
    padding-left: 0;
  }
  .data-table--grey-even-row tbody th:last-child,
  .data-table--grey-even-row tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--grey-even-row tbody th span.table-head,
  .data-table--grey-even-row tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table--grey-even-row tbody th[data-th]:before,
.data-table--grey-even-row tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table--grey-even-row tbody th[data-th]:before,
  .data-table--grey-even-row tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table--grey-even-row p {
  margin: 0;
}
.data-table--grey-even-row tr:nth-of-type(even) {
  background: #F4F5F6;
}

.data-table--no-border {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .data-table--no-border {
    display: block;
  }
}
.data-table--no-border tr p, .data-table--no-border tr span, .data-table--no-border thead p, .data-table--no-border thead span {
  margin: 0;
}
.data-table--no-border caption {
  text-align: left;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .data-table--no-border caption {
    margin-bottom: 20px;
    display: table;
  }
}
.data-table--no-border tr {
  border-bottom: 1px solid #E9EBEE;
}
@media screen and (min-width: 768px) {
  .data-table--no-border tr:last-child {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border tr {
    display: block;
    border-bottom: 1px solid #E9EBEE;
  }
}
.data-table--no-border thead {
  border-bottom: 3px solid #E9EBEE;
}
@media screen and (max-width: 767px) {
  .data-table--no-border thead {
    border-bottom: 1px solid #E9EBEE;
    display: block;
  }
}
.data-table--no-border thead th,
.data-table--no-border th[scope~=row] {
  text-transform: uppercase;
  color: #677083;
  font-size: 0.8125rem;
  padding: 10px 30px 10px 0;
  text-align: left;
}
.data-table--no-border thead th:first-child,
.data-table--no-border th[scope~=row]:first-child {
  padding-left: 5px;
}
.data-table--no-border thead th:last-child,
.data-table--no-border th[scope~=row]:last-child {
  padding-right: 5px;
}
.data-table--no-border thead th.number,
.data-table--no-border th[scope~=row].number {
  text-align: right;
}
.data-table--no-border thead th.th--header,
.data-table--no-border th[scope~=row].th--header {
  border-bottom: 1px solid #E9EBEE;
  border-right: 1px solid #ffffff;
  padding-left: 5px;
}
.data-table--no-border thead th.th--light,
.data-table--no-border th[scope~=row].th--light {
  background-color: #F4F5F6;
}
.data-table--no-border thead th.th--med,
.data-table--no-border th[scope~=row].th--med {
  background-color: #E9EBEE;
}
.data-table--no-border thead th.th--dark,
.data-table--no-border th[scope~=row].th--dark {
  background-color: #D3D6DC;
}
.data-table--no-border thead th.th--darker,
.data-table--no-border th[scope~=row].th--darker {
  background-color: #677083;
  color: #ffffff;
}
.data-table--no-border thead th.th--center,
.data-table--no-border th[scope~=row].th--center {
  text-align: center;
}
@media screen and (max-width: 1151px) {
  .data-table--no-border thead th,
  .data-table--no-border th[scope~=row] {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border thead th,
  .data-table--no-border th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
  .data-table--no-border thead th.number,
  .data-table--no-border th[scope~=row].number {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody {
    display: block;
  }
}
.data-table--no-border tbody th,
.data-table--no-border tbody td {
  padding: 10px 30px 10px 0;
  vertical-align: top;
  word-wrap: break-word;
  font-weight: normal;
  text-align: left;
}
.data-table--no-border tbody th:first-child,
.data-table--no-border tbody td:first-child {
  padding-left: 5px;
}
.data-table--no-border tbody th:last-child,
.data-table--no-border tbody td:last-child {
  padding-right: 5px;
}
.data-table--no-border tbody th.number,
.data-table--no-border tbody td.number {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody th,
  .data-table--no-border tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .data-table--no-border tbody th:last-child,
  .data-table--no-border tbody td:last-child {
    padding-bottom: 20px;
  }
  .data-table--no-border tbody th.number,
  .data-table--no-border tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--no-border tbody th,
  .data-table--no-border tbody td {
    padding-bottom: 10px;
  }
  .data-table--no-border tbody th:first-child,
  .data-table--no-border tbody td:first-child {
    padding-left: 0;
  }
  .data-table--no-border tbody th:last-child,
  .data-table--no-border tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) {
  .data-table--no-border tbody th span.table-head,
  .data-table--no-border tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table--no-border tbody th[data-th]:before,
.data-table--no-border tbody td[data-th]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .data-table--no-border tbody th[data-th]:before,
  .data-table--no-border tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
.data-table--no-border p {
  margin: 0;
}
.data-table--no-border tr {
  border-bottom: none;
}

@media screen and (max-width: 1151px) {
  .-mobile-locked {
    table-layout: fixed;
    width: 100%;
    text-align: left;
    table-layout: fixed;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr p, .-mobile-locked tr span, .-mobile-locked thead p, .-mobile-locked thead span {
    margin: 0;
  }
  .-mobile-locked caption {
    text-align: left;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked caption {
    margin-bottom: 20px;
    display: table;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr {
    border-bottom: 1px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .-mobile-locked tr:last-child {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tr {
    display: block;
    border-bottom: 1px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead {
    border-bottom: 1px solid #E9EBEE;
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    text-transform: uppercase;
    color: #677083;
    font-size: 0.8125rem;
    padding: 10px 30px 10px 0;
    text-align: left;
  }
  .-mobile-locked thead th:first-child,
  .-mobile-locked th[scope~=row]:first-child {
    padding-left: 5px;
  }
  .-mobile-locked thead th:last-child,
  .-mobile-locked th[scope~=row]:last-child {
    padding-right: 5px;
  }
  .-mobile-locked thead th.number,
  .-mobile-locked th[scope~=row].number {
    text-align: right;
  }
  .-mobile-locked thead th.th--header,
  .-mobile-locked th[scope~=row].th--header {
    border-bottom: 1px solid #E9EBEE;
    border-right: 1px solid #ffffff;
    padding-left: 5px;
  }
  .-mobile-locked thead th.th--light,
  .-mobile-locked th[scope~=row].th--light {
    background-color: #F4F5F6;
  }
  .-mobile-locked thead th.th--med,
  .-mobile-locked th[scope~=row].th--med {
    background-color: #E9EBEE;
  }
  .-mobile-locked thead th.th--dark,
  .-mobile-locked th[scope~=row].th--dark {
    background-color: #D3D6DC;
  }
  .-mobile-locked thead th.th--darker,
  .-mobile-locked th[scope~=row].th--darker {
    background-color: #677083;
    color: #ffffff;
  }
  .-mobile-locked thead th.th--center,
  .-mobile-locked th[scope~=row].th--center {
    text-align: center;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
  .-mobile-locked thead th.number,
  .-mobile-locked th[scope~=row].number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding: 10px 30px 10px 0;
    vertical-align: top;
    word-wrap: break-word;
    font-weight: normal;
    text-align: left;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 5px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 5px;
  }
  .-mobile-locked tbody th.number,
  .-mobile-locked tbody td.number {
    text-align: right;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-bottom: 20px;
  }
  .-mobile-locked tbody th.number,
  .-mobile-locked tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding-bottom: 10px;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 0;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th span.table-head,
  .-mobile-locked tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked p {
    margin: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr p, .-mobile-locked tr span, .-mobile-locked thead p, .-mobile-locked thead span {
    margin: 0;
  }
  .-mobile-locked caption {
    text-align: left;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked caption {
    margin-bottom: 20px;
    display: table;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tr {
    border-bottom: 1px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .-mobile-locked tr:last-child {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tr {
    display: block;
    border-bottom: 1px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead {
    border-bottom: 3px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead {
    border-bottom: 1px solid #E9EBEE;
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    text-transform: uppercase;
    color: #677083;
    font-size: 0.8125rem;
    padding: 10px 30px 10px 0;
    text-align: left;
  }
  .-mobile-locked thead th:first-child,
  .-mobile-locked th[scope~=row]:first-child {
    padding-left: 5px;
  }
  .-mobile-locked thead th:last-child,
  .-mobile-locked th[scope~=row]:last-child {
    padding-right: 5px;
  }
  .-mobile-locked thead th.number,
  .-mobile-locked th[scope~=row].number {
    text-align: right;
  }
  .-mobile-locked thead th.th--header,
  .-mobile-locked th[scope~=row].th--header {
    border-bottom: 1px solid #E9EBEE;
    border-right: 1px solid #ffffff;
    padding-left: 5px;
  }
  .-mobile-locked thead th.th--light,
  .-mobile-locked th[scope~=row].th--light {
    background-color: #F4F5F6;
  }
  .-mobile-locked thead th.th--med,
  .-mobile-locked th[scope~=row].th--med {
    background-color: #E9EBEE;
  }
  .-mobile-locked thead th.th--dark,
  .-mobile-locked th[scope~=row].th--dark {
    background-color: #D3D6DC;
  }
  .-mobile-locked thead th.th--darker,
  .-mobile-locked th[scope~=row].th--darker {
    background-color: #677083;
    color: #ffffff;
  }
  .-mobile-locked thead th.th--center,
  .-mobile-locked th[scope~=row].th--center {
    text-align: center;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked thead th,
  .-mobile-locked th[scope~=row] {
    display: block;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    background-color: #000000;
  }
  .-mobile-locked thead th.number,
  .-mobile-locked th[scope~=row].number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody {
    display: block;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding: 10px 30px 10px 0;
    vertical-align: top;
    word-wrap: break-word;
    font-weight: normal;
    text-align: left;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 5px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 5px;
  }
  .-mobile-locked tbody th.number,
  .-mobile-locked tbody td.number {
    text-align: right;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-bottom: 20px;
  }
  .-mobile-locked tbody th.number,
  .-mobile-locked tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding-bottom: 10px;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 0;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th span.table-head,
  .-mobile-locked tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 767px) {
  .-mobile-locked tbody th[data-th]:before,
  .-mobile-locked tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked p {
    margin: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead {
    border-bottom: 1px solid #E9EBEE;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked thead th:first-child {
    padding-left: 5px;
  }
  .-mobile-locked thead th:last-child {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked thead th.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (min-width: 1152px) {
  .-mobile-locked tr:last-child {
    border-bottom: 3px solid #E9EBEE !important;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tr {
    border-top: 1px solid #E9EBEE !important;
    border-bottom: 1px solid #E9EBEE !important;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 5px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    display: block;
    padding: 10px 0 15px;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-bottom: 20px;
  }
  .-mobile-locked tbody th.number,
  .-mobile-locked tbody td.number {
    text-align: left;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th,
  .-mobile-locked tbody td {
    padding-bottom: 10px;
  }
  .-mobile-locked tbody th:first-child,
  .-mobile-locked tbody td:first-child {
    padding-left: 0;
  }
  .-mobile-locked tbody th:last-child,
  .-mobile-locked tbody td:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody th span.table-head,
  .-mobile-locked tbody td span.table-head {
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked tbody td[data-th]:before {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked tbody td[data-th]:before {
    content: attr(data-th) " ";
    color: #677083;
    text-transform: uppercase;
    font-size: 0.8125rem;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked .visuallyhidden--mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked.data-table--large td,
  .-mobile-locked.data-table--large th {
    padding: 10px 0 15px;
  }
  .-mobile-locked.data-table--large td:last-child,
  .-mobile-locked.data-table--large th:last-child {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked .tooltip.table-tooltip-header {
    display: inline-block;
    position: absolute;
    padding-top: 25px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1151px) and (min-width: 1152px) {
  .-mobile-locked .tooltip.table-tooltip-header {
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .-mobile-locked.mobile-sort {
    display: none;
  }
}
@media screen and (max-width: 1151px) and (max-width: 1151px) {
  .-mobile-locked.mobile-sort {
    display: block;
    max-width: 100%;
  }
}

.hidden-row {
  display: none;
}

.mobile_padding {
  padding: 10px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .visuallyhidden--mobile-only {
    display: none;
  }
}

.tooltip.table-tooltip-header {
  display: inline-block;
  position: absolute;
  padding-top: 25px;
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .tooltip.table-tooltip-header {
    display: none;
  }
}

.star_3-img {
  height: 32px;
}

.star_img {
  height: 18px;
}

.star-rating_0_5-large:before {
  content: '\f1c2''\f1c3''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_0_5-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_0_5:before {
  content: '\f1c2''\f1c3''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_0_5-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_1-large:before {
  content: '\f1c4''\f1c3''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_1-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_1:before {
  content: '\f1c4''\f1c3''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_1-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_1_5-large:before {
  content: '\f1c4''\f1c2''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_1_5-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_1_5:before {
  content: '\f1c4''\f1c2''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_1_5-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_2-large:before {
  content: '\f1c4''\f1c4''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_2-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_2:before {
  content: '\f1c4''\f1c4''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_2-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_2_5-large:before {
  content: '\f1c4''\f1c4''\f1c2''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_2_5-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_2_5:before {
  content: '\f1c4''\f1c4''\f1c2''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_2_5-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_3-large:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_3-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_3:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_3-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_3_5-large:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c2''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_3_5-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_3_5:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c2''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_3_5-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_4-large:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c4''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_4-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_4:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c4''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_4-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_4_5-large:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c4''\f1c2';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_4_5-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_4_5:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c4''\f1c2';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_4_5-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_5-large:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c4''\f1c4';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_5-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_5:before {
  content: '\f1c4''\f1c4''\f1c4''\f1c4''\f1c4';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_5-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_blank-large:before {
  content: '\f1c3''\f1c3''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 32px;
  letter-spacing: 2px;
  color: #0078B3;
}
.star-rating_blank-large-img {
  width: 34px;
  height: 36px;
  float: left;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.star-rating_blank:before {
  content: '\f1c3''\f1c3''\f1c3''\f1c3''\f1c3';
  font-family: "kp-icons";
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 2px;
  color: #0078B3;
}

.star-rating_blank-img {
  width: 20px;
  height: 20px;
  float: left;
}

.star-rating_text-inline {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 1.125rem;
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.star-rating_text-inline.-book, .star-rating_text-inline.\--book {
  font-family: "Gotham 4r";
}
.star-rating_text-inline.-light, .star-rating_text-inline.\--light {
  font-family: "Gotham 3r";
}
.star-rating_text-inline.-medium, .star-rating_text-inline.\--medium {
  font-family: "Gotham 5r";
}
.star-rating_text-inline.-bold, .star-rating_text-inline.\--bold {
  font-family: "Gotham 5r";
}

.star-rating_text-inline_large {
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.star-rating_text-inline_large.-book, .star-rating_text-inline_large.\--book {
  font-family: "Gotham 4r";
}
.star-rating_text-inline_large.-light, .star-rating_text-inline_large.\--light {
  font-family: "Gotham 3r";
}
.star-rating_text-inline_large.-medium, .star-rating_text-inline_large.\--medium {
  font-family: "Gotham 5r";
}
.star-rating_text-inline_large.-bold, .star-rating_text-inline_large.\--bold {
  font-family: "Gotham 5r";
}

.star-rating_text-summary {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin: 0;
  display: inline-block;
}
.star-rating_text-summary.-book, .star-rating_text-summary.\--book {
  font-family: "Gotham 4r";
}
.star-rating_text-summary.-light, .star-rating_text-summary.\--light {
  font-family: "Gotham 3r";
}
.star-rating_text-summary.-medium, .star-rating_text-summary.\--medium {
  font-family: "Gotham 5r";
}
.star-rating_text-summary.-bold, .star-rating_text-summary.\--bold {
  font-family: "Gotham 5r";
}

.star-rating_variation1 .star-rating_text-inline,
.star-rating_variation2 .star-rating_text-inline {
  padding: 0 0 3px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0;
}
.star-rating_variation1 .star-rating_text-inline.-book, .star-rating_variation1 .star-rating_text-inline.\--book,
.star-rating_variation2 .star-rating_text-inline.-book,
.star-rating_variation2 .star-rating_text-inline.\--book {
  font-family: "Gotham 4r";
}
.star-rating_variation1 .star-rating_text-inline.-light, .star-rating_variation1 .star-rating_text-inline.\--light,
.star-rating_variation2 .star-rating_text-inline.-light,
.star-rating_variation2 .star-rating_text-inline.\--light {
  font-family: "Gotham 3r";
}
.star-rating_variation1 .star-rating_text-inline.-medium, .star-rating_variation1 .star-rating_text-inline.\--medium,
.star-rating_variation2 .star-rating_text-inline.-medium,
.star-rating_variation2 .star-rating_text-inline.\--medium {
  font-family: "Gotham 5r";
}
.star-rating_variation1 .star-rating_text-inline.-bold, .star-rating_variation1 .star-rating_text-inline.\--bold,
.star-rating_variation2 .star-rating_text-inline.-bold,
.star-rating_variation2 .star-rating_text-inline.\--bold {
  font-family: "Gotham 5r";
}
.star-rating_variation1 .star-rating_text-summary,
.star-rating_variation2 .star-rating_text-summary {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.01em;
  display: block;
}
.star-rating_variation1 .star-rating_text-summary.-book, .star-rating_variation1 .star-rating_text-summary.\--book,
.star-rating_variation2 .star-rating_text-summary.-book,
.star-rating_variation2 .star-rating_text-summary.\--book {
  font-family: "Gotham 4r";
}
.star-rating_variation1 .star-rating_text-summary.-light, .star-rating_variation1 .star-rating_text-summary.\--light,
.star-rating_variation2 .star-rating_text-summary.-light,
.star-rating_variation2 .star-rating_text-summary.\--light {
  font-family: "Gotham 3r";
}
.star-rating_variation1 .star-rating_text-summary.-medium, .star-rating_variation1 .star-rating_text-summary.\--medium,
.star-rating_variation2 .star-rating_text-summary.-medium,
.star-rating_variation2 .star-rating_text-summary.\--medium {
  font-family: "Gotham 5r";
}
.star-rating_variation1 .star-rating_text-summary.-bold, .star-rating_variation1 .star-rating_text-summary.\--bold,
.star-rating_variation2 .star-rating_text-summary.-bold,
.star-rating_variation2 .star-rating_text-summary.\--bold {
  font-family: "Gotham 5r";
}

.star-rating_variation1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.star-rating_variation1 .star-rating_text-inline {
  padding: 0 0 3px 0;
}

.star-rating_variation1 .comments {
  padding-left: 14px;
}

.star-rating_variation2 {
  padding-bottom: 10px;
}
.star-rating_variation2 .star-rating_text-inline {
  padding: 0 0 0 3px;
}

.star-rating_variation2 .star-rating_text-summary {
  padding-bottom: 3px;
}

.webview-content {
  display: block;
  /* stylelint-disable declaration-no-important */
  font-family: sans-serif !important;
  /* stylelint-enable */
}
.webview-content .hide-webview-content {
  display: none;
}
.webview-content b, .webview-content strong {
  font-weight: bold;
  font-family: inherit;
}
.webview-content .-light,
.webview-content .\--light {
  font-family: sans-serif;
  font-weight: 200;
}
.webview-content .-book,
.webview-content .\--book {
  font-family: sans-serif;
  font-weight: 400;
}
.webview-content .-medium,
.webview-content .\--medium {
  font-family: sans-serif;
  font-weight: 600;
}

/* stylelint-disable declaration-no-important */
/* stylelint-disable declaration-no-important */
.print-only, .print-only-inline, .print-only-inline-block {
  display: none !important;
}

.print-link {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  color: #0078B3;
}
.print-link:hover {
  color: #003B71;
  outline: 0;
}
.print-link:focus {
  color: #003B71;
}
.print-link i {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .print-link {
    display: inline;
  }
}
@media print {
  * {
    color-adjust: exact !important;
  }
  body {
    color: #0D1C3D !important;
    background: #ffffff !important;
  }
  body a, body a:visited {
    color: #0D1C3D !important;
  }
  .print-only {
    display: block !important;
  }
  .print-only-inline {
    display: inline !important;
  }
  .print-only-inline-block {
    display: inline-block !important;
  }
  .print-only-logo {
    display: block;
    width: 33%;
  }
  .screen-only, .kp-global-header-component, .kp-global-footer {
    display: none !important;
  }
  .kp-body-component {
    margin-top: 28pt;
    padding-top: 28pt;
    border-top: 1pt solid #0D1C3D;
  }
}
/* stylelint-enable */
.short__data__point {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .short__data__point {
    margin-bottom: 20px;
  }
}
.short__data__point label {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .short__data__point label {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .short__data__point label.-book, .short__data__point label.\--book {
    font-family: "Gotham 4r";
  }
  .short__data__point label.-light, .short__data__point label.\--light {
    font-family: "Gotham 3r";
  }
  .short__data__point label.-medium, .short__data__point label.\--medium {
    font-family: "Gotham 5r";
  }
  .short__data__point label.-bold, .short__data__point label.\--bold {
    font-family: "Gotham 5r";
  }
}
.short__data__point span {
  display: block;
}
.short__data__point a {
  display: block;
}
@media screen and (max-width: 767px) {
  .short__data__point a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .short__data__point a.-book, .short__data__point a.\--book {
    font-family: "Gotham 4r";
  }
  .short__data__point a.-light, .short__data__point a.\--light {
    font-family: "Gotham 3r";
  }
  .short__data__point a.-medium, .short__data__point a.\--medium {
    font-family: "Gotham 5r";
  }
  .short__data__point a.-bold, .short__data__point a.\--bold {
    font-family: "Gotham 5r";
  }
}

.long__data__point {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .long__data__point {
    margin-bottom: 20px;
  }
}
.long__data__point label {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .long__data__point label {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .long__data__point label.-book, .long__data__point label.\--book {
    font-family: "Gotham 4r";
  }
  .long__data__point label.-light, .long__data__point label.\--light {
    font-family: "Gotham 3r";
  }
  .long__data__point label.-medium, .long__data__point label.\--medium {
    font-family: "Gotham 5r";
  }
  .long__data__point label.-bold, .long__data__point label.\--bold {
    font-family: "Gotham 5r";
  }
}
.long__data__point span {
  display: block;
}
.long__data__point a {
  display: block;
}
@media screen and (max-width: 767px) {
  .long__data__point a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .long__data__point a.-book, .long__data__point a.\--book {
    font-family: "Gotham 4r";
  }
  .long__data__point a.-light, .long__data__point a.\--light {
    font-family: "Gotham 3r";
  }
  .long__data__point a.-medium, .long__data__point a.\--medium {
    font-family: "Gotham 5r";
  }
  .long__data__point a.-bold, .long__data__point a.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 767px) {
  .long__data__point span {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .long__data__point span.-book, .long__data__point span.\--book {
    font-family: "Gotham 4r";
  }
  .long__data__point span.-light, .long__data__point span.\--light {
    font-family: "Gotham 3r";
  }
  .long__data__point span.-medium, .long__data__point span.\--medium {
    font-family: "Gotham 5r";
  }
  .long__data__point span.-bold, .long__data__point span.\--bold {
    font-family: "Gotham 5r";
  }
}

.listed__data__points {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .listed__data__points {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .listed__data__points span, .listed__data__points a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0;
  }
  .listed__data__points span.-book, .listed__data__points span.\--book, .listed__data__points a.-book, .listed__data__points a.\--book {
    font-family: "Gotham 4r";
  }
  .listed__data__points span.-light, .listed__data__points span.\--light, .listed__data__points a.-light, .listed__data__points a.\--light {
    font-family: "Gotham 3r";
  }
  .listed__data__points span.-medium, .listed__data__points span.\--medium, .listed__data__points a.-medium, .listed__data__points a.\--medium {
    font-family: "Gotham 5r";
  }
  .listed__data__points span.-bold, .listed__data__points span.\--bold, .listed__data__points a.-bold, .listed__data__points a.\--bold {
    font-family: "Gotham 5r";
  }
}

hr.reviewed__by--divider {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  hr.reviewed__by--divider {
    margin-bottom: 18px;
  }
}

.reviewed__by--title, .reviewed__by--link, .reviewed__by--copyright {
  display: block;
}
@media screen and (max-width: 767px) {
  .reviewed__by--title, .reviewed__by--link, .reviewed__by--copyright {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
  .reviewed__by--title.-book, .reviewed__by--title.\--book, .reviewed__by--link.-book, .reviewed__by--link.\--book, .reviewed__by--copyright.-book, .reviewed__by--copyright.\--book {
    font-family: "Gotham 4r";
  }
  .reviewed__by--title.-light, .reviewed__by--title.\--light, .reviewed__by--link.-light, .reviewed__by--link.\--light, .reviewed__by--copyright.-light, .reviewed__by--copyright.\--light {
    font-family: "Gotham 3r";
  }
  .reviewed__by--title.-medium, .reviewed__by--title.\--medium, .reviewed__by--link.-medium, .reviewed__by--link.\--medium, .reviewed__by--copyright.-medium, .reviewed__by--copyright.\--medium {
    font-family: "Gotham 5r";
  }
  .reviewed__by--title.-bold, .reviewed__by--title.\--bold, .reviewed__by--link.-bold, .reviewed__by--link.\--bold, .reviewed__by--copyright.-bold, .reviewed__by--copyright.\--bold {
    font-family: "Gotham 5r";
  }
}

.reviewed__by--link {
  margin-bottom: 20px;
}

.margin-top-1u {
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-1u {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-1u {
    margin-top: 12px;
  }
}

.margin-bottom-1u {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-1u {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-1u {
    margin-bottom: 12px;
  }
}

.padding-top-1u {
  padding-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-1u {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-1u {
    padding-top: 12px;
  }
}

.padding-bottom-1u {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-1u {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-1u {
    padding-bottom: 12px;
  }
}

.spacing-1u {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-1u {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-1u {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.margin-top-2u {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-2u {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-2u {
    margin-top: 24px;
  }
}

.margin-bottom-2u {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-2u {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-2u {
    margin-bottom: 24px;
  }
}

.padding-top-2u {
  padding-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-2u {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-2u {
    padding-top: 24px;
  }
}

.padding-bottom-2u {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-2u {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-2u {
    padding-bottom: 24px;
  }
}

.spacing-2u {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-2u {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-2u {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.margin-top-3u {
  margin-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-3u {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-3u {
    margin-top: 36px;
  }
}

.margin-bottom-3u {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-3u {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-3u {
    margin-bottom: 36px;
  }
}

.padding-top-3u {
  padding-top: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-3u {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-3u {
    padding-top: 36px;
  }
}

.padding-bottom-3u {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-3u {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-3u {
    padding-bottom: 36px;
  }
}

.spacing-3u {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-3u {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-3u {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.margin-top-4u {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-4u {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-4u {
    margin-top: 48px;
  }
}

.margin-bottom-4u {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-4u {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-4u {
    margin-bottom: 48px;
  }
}

.padding-top-4u {
  padding-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-4u {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-4u {
    padding-top: 48px;
  }
}

.padding-bottom-4u {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-4u {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-4u {
    padding-bottom: 48px;
  }
}

.spacing-4u {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-4u {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-4u {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.margin-top-5u {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-5u {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-5u {
    margin-top: 60px;
  }
}

.margin-bottom-5u {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-5u {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-5u {
    margin-bottom: 60px;
  }
}

.padding-top-5u {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-5u {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-5u {
    padding-top: 60px;
  }
}

.padding-bottom-5u {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-5u {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-5u {
    padding-bottom: 60px;
  }
}

.spacing-5u {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-5u {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-5u {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.margin-top-6u {
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-6u {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-6u {
    margin-top: 72px;
  }
}

.margin-bottom-6u {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-6u {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-6u {
    margin-bottom: 72px;
  }
}

.padding-top-6u {
  padding-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-6u {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-6u {
    padding-top: 72px;
  }
}

.padding-bottom-6u {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-6u {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-6u {
    padding-bottom: 72px;
  }
}

.spacing-6u {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-6u {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-6u {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

.margin-top-7u {
  margin-top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-7u {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-7u {
    margin-top: 84px;
  }
}

.margin-bottom-7u {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-7u {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-7u {
    margin-bottom: 84px;
  }
}

.padding-top-7u {
  padding-top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-7u {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-7u {
    padding-top: 84px;
  }
}

.padding-bottom-7u {
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-7u {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-7u {
    padding-bottom: 84px;
  }
}

.spacing-7u {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-7u {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-7u {
    margin-top: 84px;
    margin-bottom: 84px;
  }
}

.margin-top-8u {
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-8u {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-8u {
    margin-top: 96px;
  }
}

.margin-bottom-8u {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-8u {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-8u {
    margin-bottom: 96px;
  }
}

.padding-top-8u {
  padding-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-8u {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-8u {
    padding-top: 96px;
  }
}

.padding-bottom-8u {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-8u {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-8u {
    padding-bottom: 96px;
  }
}

.spacing-8u {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-8u {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-8u {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

.margin-top-9u {
  margin-top: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-top-9u {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-top-9u {
    margin-top: 108px;
  }
}

.margin-bottom-9u {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .margin-bottom-9u {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .margin-bottom-9u {
    margin-bottom: 108px;
  }
}

.padding-top-9u {
  padding-top: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-top-9u {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-top-9u {
    padding-top: 108px;
  }
}

.padding-bottom-9u {
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .padding-bottom-9u {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .padding-bottom-9u {
    padding-bottom: 108px;
  }
}

.spacing-9u {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .spacing-9u {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1152px) {
  .spacing-9u {
    margin-top: 108px;
    margin-bottom: 108px;
  }
}

.form-group label {
  font-size: 14px;
}

.error-description ul li img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.select-one {
  display: inline;
  position: relative;
}
.select-one select {
  padding: 14px 12px;
  padding-right: 32px;
  width: 50%;
  border: 1px solid #8F949D;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0D1C3D;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-one select:focus-visible, .select-one select:focus {
  outline-color: #0078B3;
}
.select-one select.error-field:focus-visible, .select-one select.error-field:focus {
  outline-color: #D00000;
}
.select-one img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -11px;
}
@media screen and (min-width: 768px) {
  .select-one select {
    padding: 14px 12px;
    padding-right: 32px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .select-one select {
    min-width: 8.33%;
  }
}
.select-one select:disabled {
  color: #677083;
  border-color: #8F949D;
  background-color: #F7F7F7;
  cursor: not-allowed;
}
.select-one select::-ms-expand {
  display: none;
}
.select-one select:disabled::-ms-value {
  color: #D3D6DC;
}

.card__container {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  color: black;
  background-color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  text-decoration: none;
}
.card__container img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
}
.card__container:hover img {
  transform: scale(1.04);
}
.card__container .card__content-category {
  display: block;
}
.card__container .card__content-title {
  display: block;
}
.card__container .card__content-body {
  display: block;
}
.card__container .card__content-action {
  display: block;
}

.ds-vuc-panel,
.ds-panel__container--pale-blue {
  background-color: #F0F7FA;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1rem;
}
.ds-vuc-panel .aem-Grid, .ds-vuc-panel .ds-panel__container-wrapper,
.ds-panel__container--pale-blue .aem-Grid,
.ds-panel__container--pale-blue .ds-panel__container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ds-vuc-panel .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12,
.ds-panel__container--pale-blue .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none;
  width: auto;
}
.ds-vuc-panel img,
.ds-panel__container--pale-blue img {
  float: none;
  width: inherit;
  margin-right: 1rem;
  height: 64px;
  width: 64px;
}
.ds-vuc-panel .text, .ds-vuc-panel .ds-panel__container-text,
.ds-panel__container--pale-blue .text,
.ds-panel__container--pale-blue .ds-panel__container-text {
  max-width: 70%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .text, .ds-vuc-panel .ds-panel__container-text,
  .ds-panel__container--pale-blue .text,
  .ds-panel__container--pale-blue .ds-panel__container-text {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ds-vuc-panel .gs-button,
  .ds-panel__container--pale-blue .gs-button {
    width: 100%;
    flex-grow: 1;
  }
}
.ds-vuc-panel .button,
.ds-panel__container--pale-blue .button {
  flex-grow: 1;
  margin-top: 0.75rem;
  background-color: #0078B3;
  color: #F0F7FA;
  width: 100%;
  line-height: 24px;
  font-size: 1rem;
  padding: 0.5625rem 0.8125rem;
}
.ds-vuc-panel .button:hover,
.ds-panel__container--pale-blue .button:hover {
  background-color: #003B71;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .button,
  .ds-panel__container--pale-blue .button {
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .button,
  .ds-panel__container--pale-blue .button {
    margin-top: 0;
    flex-grow: initial;
  }
}
.ds-vuc-panel .button a:hover,
.ds-panel__container--pale-blue .button a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ds-vuc-panel .button a,
  .ds-panel__container--pale-blue .button a {
    width: initial;
  }
}

.current-theme {
  content: "ds2";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "kp-icons";
  src: url('clientlib-angular/css/kp-icons.eot');
  src: url('clientlib-angular/css/kp-icons.eot?#iefix') format("embedded-opentype"), url('clientlib-angular/css/kp-icons.woff') format("woff"), url('clientlib-angular/css/kp-icons.ttf') format("truetype"), url('clientlib-angular/css/kp-icons.svg#kp-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-advice-circle:before {
  content: '\f101';
}

.icon-alarm:before {
  content: '\f102';
}

.icon-alert:before {
  content: '\f103';
}

.icon-appointment:before {
  content: '\f104';
}

.icon-appointments-circle:before {
  content: '\f105';
}

.icon-arrow-swap:before {
  content: '\f106';
}

.icon-arrow:before {
  content: '\f107';
}

.icon-audio:before {
  content: '\f108';
}

.icon-award:before {
  content: '\f109';
}

.icon-bicycle-circle:before {
  content: '\f10a';
}

.icon-briefcase:before {
  content: '\f10b';
}

.icon-businessman:before {
  content: '\f10c';
}

.icon-calculator-border:before {
  content: '\f10d';
}

.icon-calculator:before {
  content: '\f10e';
}

.icon-calendar-small:before {
  content: '\f10f';
}

.icon-calendar:before {
  content: '\f110';
}

.icon-camera:before {
  content: '\f111';
}

.icon-care-plan-circle:before {
  content: '\f112';
}

.icon-chat:before {
  content: '\f113';
}

.icon-checkbox:before {
  content: '\f114';
}

.icon-checkmark:before {
  content: '\f115';
}

.icon-chevron-back:before {
  content: '\f116';
}

.icon-chevron-down:before {
  content: '\f117';
}

.icon-chevron-forward:before {
  content: '\f118';
}

.icon-choose-border:before {
  content: '\f119';
}

.icon-choose-circle:before {
  content: '\f11a';
}

.icon-claim-border:before {
  content: '\f11b';
}

.icon-clock-border:before {
  content: '\f11c';
}

.icon-clock:before {
  content: '\f11d';
}

.icon-close:before {
  content: '\f11e';
}

.icon-compose:before {
  content: '\f11f';
}

.icon-copay:before {
  content: '\f120';
}

.icon-cost-coverage-border:before {
  content: '\f121';
}

.icon-cost-coverage:before {
  content: '\f122';
}

.icon-data:before {
  content: '\f123';
}

.icon-dental:before {
  content: '\f124';
}

.icon-directions:before {
  content: '\f125';
}

.icon-doctor-female-profile:before {
  content: '\f126';
}

.icon-doctor-female:before {
  content: '\f127';
}

.icon-doctor-male-profile:before {
  content: '\f128';
}

.icon-doctor-male:before {
  content: '\f129';
}

.icon-document-attached:before {
  content: '\f12a';
}

.icon-document-border:before {
  content: '\f12b';
}

.icon-document:before {
  content: '\f12c';
}

.icon-dollar:before {
  content: '\f12d';
}

.icon-download:before {
  content: '\f12e';
}

.icon-ekg:before {
  content: '\f12f';
}

.icon-email:before {
  content: '\f130';
}

.icon-excellent:before {
  content: '\f131';
}

.icon-exclamation:before {
  content: '\f132';
}

.icon-eyeglasses:before {
  content: '\f133';
}

.icon-facebook:before {
  content: '\f134';
}

.icon-facility-modern:before {
  content: '\f135';
}

.icon-facility:before {
  content: '\f136';
}

.icon-family:before {
  content: '\f137';
}

.icon-forms:before {
  content: '\f138';
}

.icon-globe:before {
  content: '\f139';
}

.icon-graph:before {
  content: '\f13a';
}

.icon-health-calculator:before {
  content: '\f13b';
}

.icon-health-finder:before {
  content: '\f13c';
}

.icon-health-summary-circle:before {
  content: '\f13d';
}

.icon-heart-health:before {
  content: '\f13e';
}

.icon-heart:before {
  content: '\f13f';
}

.icon-home:before {
  content: '\f140';
}

.icon-hospital:before {
  content: '\f141';
}

.icon-idea:before {
  content: '\f142';
}

.icon-info:before {
  content: '\f143';
}

.icon-instagram:before {
  content: '\f144';
}

.icon-lab-result:before {
  content: '\f145';
}

.icon-labor:before {
  content: '\f146';
}

.icon-laptop-border:before {
  content: '\f147';
}

.icon-laptop:before {
  content: '\f148';
}

.icon-link-out:before {
  content: '\f149';
}

.icon-list:before {
  content: '\f14a';
}

.icon-listen:before {
  content: '\f14b';
}

.icon-location-border:before {
  content: '\f14c';
}

.icon-location:before {
  content: '\f14d';
}

.icon-lock:before {
  content: '\f14e';
}

.icon-map:before {
  content: '\f14f';
}

.icon-market-bananas:before {
  content: '\f150';
}

.icon-market-grapes:before {
  content: '\f151';
}

.icon-medical-record:before {
  content: '\f152';
}

.icon-member-female:before {
  content: '\f153';
}

.icon-member-male:before {
  content: '\f154';
}

.icon-membercard:before {
  content: '\f155';
}

.icon-menu:before {
  content: '\f156';
}

.icon-message:before {
  content: '\f157';
}

.icon-messages-circle:before {
  content: '\f158';
}

.icon-microscope-circle:before {
  content: '\f159';
}

.icon-microscope:before {
  content: '\f15a';
}

.icon-minus:before {
  content: '\f15b';
}

.icon-more:before {
  content: '\f15c';
}

.icon-mouse:before {
  content: '\f15d';
}

.icon-none:before {
  content: '\f15e';
}

.icon-nurse:before {
  content: '\f15f';
}

.icon-paperclip:before {
  content: '\f160';
}

.icon-payment-history-border:before {
  content: '\f161';
}

.icon-pdf:before {
  content: '\f162';
}

.icon-pencil:before {
  content: '\f163';
}

.icon-phone-circle:before {
  content: '\f164';
}

.icon-phone:before {
  content: '\f165';
}

.icon-piggybank:before {
  content: '\f166';
}

.icon-pills:before {
  content: '\f167';
}

.icon-pinterest:before {
  content: '\f168';
}

.icon-play-video:before {
  content: '\f169';
}

.icon-plus:before {
  content: '\f16a';
}

.icon-preferences:before {
  content: '\f16b';
}

.icon-prescription-bottle:before {
  content: '\f16c';
}

.icon-print:before {
  content: '\f16d';
}

.icon-profile:before {
  content: '\f16e';
}

.icon-questionnaire:before {
  content: '\f16f';
}

.icon-questions:before {
  content: '\f170';
}

.icon-refresh:before {
  content: '\f171';
}

.icon-reply:before {
  content: '\f172';
}

.icon-routine-care:before {
  content: '\f173';
}

.icon-ruler:before {
  content: '\f174';
}

.icon-rx-circle:before {
  content: '\f175';
}

.icon-rx-document:before {
  content: '\f176';
}

.icon-rx-form-border:before {
  content: '\f177';
}

.icon-rx-form:before {
  content: '\f178';
}

.icon-rx:before {
  content: '\f179';
}

.icon-savings:before {
  content: '\f17a';
}

.icon-search-border:before {
  content: '\f17b';
}

.icon-search:before {
  content: '\f17c';
}

.icon-shoppingcart:before {
  content: '\f17d';
}

.icon-specialty-care:before {
  content: '\f17e';
}

.icon-star:before {
  content: '\f17f';
}

.icon-stethoscope:before {
  content: '\f180';
}

.icon-syringe:before {
  content: '\f181';
}

.icon-target:before {
  content: '\f182';
}

.icon-test-tube:before {
  content: '\f183';
}

.icon-time-urgent:before {
  content: '\f184';
}

.icon-time:before {
  content: '\f185';
}

.icon-touch:before {
  content: '\f186';
}

.icon-trafficlight:before {
  content: '\f187';
}

.icon-trashcan:before {
  content: '\f188';
}

.icon-twitter:before {
  content: '\f189';
}

.icon-unlocked:before {
  content: '\f18a';
}

.icon-video-camera:before {
  content: '\f18b';
}

.icon-walk:before {
  content: '\f18c';
}

.icon-walking-together:before {
  content: '\f18d';
}

.icon-wellness-circle:before {
  content: '\f18e';
}

.icon-wifi:before {
  content: '\f18f';
}

.icon-xray:before {
  content: '\f190';
}

.icon-yoga:before {
  content: '\f191';
}

.icon-youtube:before {
  content: '\f192';
}

.icon-zallergies-flower:before {
  content: '\f193';
}

.icon-zappointment-blank:before {
  content: '\f194';
}

.icon-zappointment-ticket:before {
  content: '\f195';
}

.icon-zappointment-waitlist:before {
  content: '\f196';
}

.icon-zbill-border:before {
  content: '\f197';
}

.icon-zbill:before {
  content: '\f198';
}

.icon-zcaregiver_preferences:before {
  content: '\f199';
}

.icon-zchat-a-doctor:before {
  content: '\f19a';
}

.icon-zchoose:before {
  content: '\f19b';
}

.icon-zclaim:before {
  content: '\f19c';
}

.icon-zgoogle-plus:before {
  content: '\f19d';
}

.icon-zleaf:before {
  content: '\f19e';
}

.icon-zlinkedin:before {
  content: '\f19f';
}

.icon-zmegaphone:before {
  content: '\f1a0';
}

.icon-znotifications:before {
  content: '\f1a1';
}

.icon-zpay-bill-border:before {
  content: '\f1a2';
}

.icon-zpay-bill:before {
  content: '\f1a3';
}

.icon-zpayment-history:before {
  content: '\f1a4';
}

.icon-zpersonal_security:before {
  content: '\f1a5';
}

.icon-zrefill-rx:before {
  content: '\f1a6';
}

.icon-zwebinar:before {
  content: '\f1a7';
}

.icon-zwellness:before {
  content: '\f1a8';
}

.icon-zz001sign-out:before {
  content: '\f1a9';
}

.icon-zz002advice:before {
  content: '\f1aa';
}

.icon-zz002award:before {
  content: '\f1ab';
}

.icon-zz003globe:before {
  content: '\f1ac';
}

.icon-zz003identity:before {
  content: '\f1ad';
}

.icon-zz003location:before {
  content: '\f1ae';
}

.icon-zz003lock-questions:before {
  content: '\f1af';
}

.icon-zz003lock:before {
  content: '\f1b0';
}

.icon-zz003mouse:before {
  content: '\f1b1';
}

.icon-zz003person:before {
  content: '\f1b2';
}

.icon-zz003user-id:before {
  content: '\f1b3';
}

.icon-zz004-profile-border:before {
  content: '\f1b4';
}

.icon-zz005-checkmark-circle:before {
  content: '\f1b5';
}

.icon-zz006leaf-full-color:before {
  content: '\f1b6';
}

.icon-zz007add:before {
  content: '\f1b7';
}

.icon-zz007card-view:before {
  content: '\f1b8';
}

.icon-zz007download:before {
  content: '\f1b9';
}

.icon-zz007filter:before {
  content: '\f1ba';
}

.icon-zz007row-view:before {
  content: '\f1bb';
}

.icon-zz008plan-of-care:before {
  content: '\f1bc';
}

.icon-zz009new-window:before {
  content: '\f1bd';
}

.icon-zzz0010briefcase:before {
  content: '\f1be';
}

.icon-zzz0010healthsummary:before {
  content: '\f1bf';
}

.icon-zzz0010howyougetcare:before {
  content: '\f1c0';
}

.icon-zzz0010people:before {
  content: '\f1c1';
}

.icon-zzz0011star-half:before {
  content: '\f1c2';
}

.icon-zzz0011star-outline:before {
  content: '\f1c3';
}

.icon-zzz0011star:before {
  content: '\f1c4';
}

.icon-zzz0012baby:before {
  content: '\f1c5';
}

.icon-zzz0012notebook-pen:before {
  content: '\f1c6';
}

.icon-zzz0013iconinformation:before {
  content: '\f1c7';
}

.icon-zzz0014pageicon:before {
  content: '\f1c8';
}

.icon-zzz0015mute:before {
  content: '\f1c9';
}

.icon-zzz0015play:before {
  content: '\f1ca';
}

.icon-zzz0015volume:before {
  content: '\f1cb';
}

.icon-zzz0016-filter:before {
  content: '\f1cc';
}

.icon-zzz0017-external-link-bold:before {
  content: '\f1cd';
}

.icon-zzz0018-condom:before {
  content: '\f1ce';
}

.icon-zzz0018-copper-iud:before {
  content: '\f1cf';
}

.icon-zzz0018-diaphragm:before {
  content: '\f1d0';
}

.icon-zzz0018-fertility-awareness:before {
  content: '\f1d1';
}

.icon-zzz0018-hormonal-iud:before {
  content: '\f1d2';
}

.icon-zzz0018-implant:before {
  content: '\f1d3';
}

.icon-zzz0018-internal-condom:before {
  content: '\f1d4';
}

.icon-zzz0018-patch:before {
  content: '\f1d5';
}

.icon-zzz0018-pill-a:before {
  content: '\f1d6';
}

.icon-zzz0018-pill-b:before {
  content: '\f1d7';
}

.icon-zzz0018-shot:before {
  content: '\f1d8';
}

.icon-zzz0018-spermicide:before {
  content: '\f1d9';
}

.icon-zzz0018-sterilization:before {
  content: '\f1da';
}

.icon-zzz0018-vaginal-ring:before {
  content: '\f1db';
}

.icon-zzz0018-vasectomy:before {
  content: '\f1dc';
}

.icon-zzz0019-checkmark-circle:before {
  content: '\f1dd';
}

.icon-zzz0020-get-care:before {
  content: '\f1de';
}

.icon-zzz0021icon-picture:before {
  content: '\f1df';
}

.icon-zzz0022-coverage:before {
  content: '\f1e0';
}

.icon-zzz0023-notification-bell:before {
  content: '\f1e1';
}

.icon-zzz0024-checklist-todo:before {
  content: '\f1e2';
}

.icon-zzz0025-checklist-complete:before {
  content: '\f1e3';
}

.icon-zzz0026-checklist-future:before {
  content: '\f1e4';
}

.icon-zzz0027-link-external:before {
  content: '\f1e5';
}

.icon-zzz0028-link-internal:before {
  content: '\f1e6';
}

.icon-zzz0029-header-profile:before {
  content: '\f1e7';
}

.icon-zzz0029-header-search:before {
  content: '\f1e8';
}

.icon-zzz0030-eye-monitor:before {
  content: '\f1e9';
}

.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}
.date-range .reset-close.show:before, [class^=date-range-single] .reset-close.show:before, .feature-icon:before, .green-blue-icon:before, .primary-icon-circle:before, .secondary_icon--blue-midnight:before, .secondary_icon--blue-midnight-small:before, .secondary_icon--blue-midnight-large:before, .primary-icon-circle--blue-midnight:before, .primary-icon-circle--blue-midnight-small:before, .primary-icon-circle--blue-midnight-large:before, .primary-icon--kp-blue:before, .primary-icon--green:before, .primary-icon-circle--blue:before, .primary-icon-circle--blue-small:before, .primary-icon-circle--blue-large:before, .secondary_icon--blue:before, .primary-icon--grey.icon-none.-text-icon:before, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon:before, .primary-icon-circle--green:before, .primary-icon-circle--green-small:before, .primary-icon-circle--green-large:before, .secondary_icon--green:before, .secondary_icon--green-small:before, .secondary_icon--green-large:before, .primary-icon-circle--darkgreen:before, .primary-icon-circle--darkgreen-small:before, .primary-icon-circle--darkgreen-large:before, .secondary_icon--blue-darkgreen:before, .secondary_icon--blue-darkgreen-small:before, .secondary_icon--blue-darkgreen-large:before, .primary-icon-circle--purple:before, .primary-icon-circle--purple-small:before, .primary-icon-circle--purple-large:before, .secondary_icon--blue-purple:before, .primary-icon-circle--burnt-sienna:before, .primary-icon-circle--burnt-sienna-small:before, .primary-icon-circle--burnt-sienna-large:before, .secondary_icon--blue-burnt-sienna:before, .secondary_icon--blue-burnt-sienna-small:before, .secondary_icon--blue-burnt-sienna-large:before, .primary-icon-circle--acai:before, .primary-icon-circle--acai-small:before, .primary-icon-circle--acai-large:before, .secondary-icon--acai:before, .secondary-icon--acai-small:before, .secondary-icon--acai-large:before {
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue, .secondary_icon--blue, .primary-icon-circle--green, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  border: solid transparent;
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 1152px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

.primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-small, .primary-icon-circle--green-small, .primary-icon-circle--darkgreen-small, .primary-icon-circle--purple-small, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--acai-small {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-sm {
  font-size: 28px;
  line-height: 28px;
}

.icon-md {
  font-size: 2.25em;
  line-height: 2.25em;
}

.icon-lg {
  font-size: 64px;
  line-height: 64px;
}

.feature-icon {
  background-color: #E9EBEE;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}

.green-blue-icon {
  background-color: #4A7628;
  color: #ffffff;
  color: #4A7628;
  background-color: #F0F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-icon-circle {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle {
    font-size: 35px;
  }
}
.primary-icon-circle.icon-medical-record:before {
  height: 100%;
  vertical-align: middle;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon {
  color: #003B71;
}

.secondary_icon--blue-midnight {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-small {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-small {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-large {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  /* STYLGD-9376 - styles merged from _icon.scss
  start here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large {
    font-size: 64px;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
    font-size: 26px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary:before {
  width: 28px;
  font-size: 25px;
}
.secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
  vertical-align: middle;
  width: 20px;
  font-size: 19px;
  text-align: left;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
    width: 28px;
    font-size: 23px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012baby:before {
  width: 20px;
  font-size: 29px;
  padding-left: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    width: 23px;
    font-size: 34px;
    height: 90%;
    display: inherit;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
  font-size: 22px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
    font-size: 30px;
  }
}
.secondary_icon--blue-midnight.icon-eyeglasses {
  font-size: 45px;
  line-height: 41px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-midnight.icon-eyeglasses {
    line-height: 55px;
  }
}

.primary-icon-circle--blue-midnight {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-midnight-small {
  background-color: #003B71;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-midnight-large {
  background-color: #003B71;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-midnight-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue-midnight.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--blue-midnight.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.neutral-icon-circle {
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 30px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle {
    border: 3px solid #677083;
    font-size: 30px;
  }
}
.neutral-icon-circle.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-message {
    display: inline-block;
    line-height: 71px;
    text-align: center;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-location {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-search {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-calculator {
    font-size: 40px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-document {
    font-size: 38px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zclaim {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-zbill {
    font-size: 35px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle.icon-cost-coverage {
    font-size: 39px;
  }
}

.neutral-icon-circle-lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 50px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg {
    width: 60px;
    height: 60px;
    border: 3px solid #677083;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .neutral-icon-circle-lg {
    font-size: 28px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neutral-icon-circle-lg .icon-zz002award:before {
    width: 50%;
    display: block;
  }
}
.neutral-icon-circle-lg.icon-zz002award:before {
  height: auto;
  width: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 25px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 31px;
    line-height: 1;
  }
}
.neutral-icon-circle-lg.icon-rx-form:before {
  padding-left: 8px;
}
.neutral-icon-circle-lg.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-circle-lg.icon-message {
    display: inline-block;
    line-height: 71px;
  }
}

.primary-icon--kp-blue {
  color: #0078B3;
  font-size: 35px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue {
    font-size: 38px;
  }
}

.primary-icon--green {
  color: #57A635;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 42px;
  }
}

.primary-icon--grey {
  height: 34px;
  width: 34px;
  color: #677083;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey {
    font-size: 34px;
  }
}

.primary-icon--blue-med {
  height: 34px;
  width: 34px;
  color: #0078B3;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue-med {
    font-size: 34px;
  }
}

.primary-icon--blue {
  height: 50px;
  width: 50px;
  color: #0078B3;
  font-size: 50px;
  line-height: 50px;
  line-height: 1;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--blue {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--blue:before {
  background-color: #ffffff;
  border-radius: 50%;
}

.primary-icon-circle--blue {
  background-color: #0078B3;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-small {
  background-color: #0078B3;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-large {
  background-color: #0078B3;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 11px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-minus:before {
    display: inline-flex;
    align-items: center;
    padding-top: 18px;
  }
}
.primary-icon-circle--blue.icon-zz003mouse:before {
  font-size: 28px;
}
.primary-icon-circle--blue.icon-stethoscope:before {
  font-size: 30px;
}
.primary-icon-circle--blue.icon-zzz0010people:before {
  font-size: 18px;
  padding-right: 16%;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--blue.icon-zzz0010people:before {
    font-size: 21px;
    padding-right: 16%;
  }
}
.primary-icon-circle--blue.icon-zzz0010healthsummary:before {
  font-size: 30px;
  vertical-align: middle;
}
.primary-icon-circle--blue.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue {
  color: #0078B3;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue {
    font-size: 34px;
  }
}

.neutral-icon {
  height: 50px;
  width: 50px;
  color: #677083;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .neutral-icon {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.neutral-icon-small {
  height: 10px;
  width: 10px;
  color: #677083;
  font-size: 10px;
  line-height: 10px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-small {
    font-size: 10px;
  }
}
.neutral-icon-large {
  height: 64px;
  width: 64px;
  color: #677083;
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .neutral-icon-large {
    font-size: 64px;
  }
}

.primary-icon--grey {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--grey.icon-none.-text-icon {
  color: #677083;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--grey.icon-none.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--grey.icon-zcaregiver_preferences {
  display: block;
  width: 100%;
}
.primary-icon--grey.icon-zcaregiver_preferences:before {
  height: 58px;
  width: 110px;
  font-size: 110px;
}
.primary-icon--grey.icon-znotifications:before {
  height: 46px;
  width: 46px;
  font-size: 46px;
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security {
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security:before {
  height: 62px;
  width: 62px;
  font-size: 62px;
}
.primary-icon--grey.icon-zz003person {
  display: inline-block;
  line-height: 1;
}
.primary-icon--grey.icon-zz003person:before {
  height: 50px;
  width: 45px;
  font-size: 45px;
}
.primary-icon--grey.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--kp-blue {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
  color: #0078B3;
  line-height: 60px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--kp-blue.icon-zz003mouse {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003mouse:before {
  height: 50px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003globe {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003globe:before {
  height: 52px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003location {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003location:before {
  height: 52px;
  width: 40px;
  font-size: 48px;
}
.primary-icon--kp-blue.icon-zz003user-id {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003user-id:before {
  height: 58px;
  width: 60px;
  font-size: 60px;
}
.primary-icon--kp-blue.icon-zz003identity {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003identity:before {
  height: 52px;
  width: 47px;
  font-size: 47px;
}
.primary-icon--kp-blue.icon-zz003lock {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003lock:before {
  height: 52px;
  width: 38px;
  font-size: 48px;
}

.primary-icon-circle--green {
  background-color: #4A7628;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green {
    font-size: 34px;
  }
}
.primary-icon-circle--green-small {
  background-color: #4A7628;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-small {
    font-size: 10px;
  }
}
.primary-icon-circle--green-large {
  background-color: #4A7628;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--green-large {
    font-size: 64px;
  }
}
.primary-icon-circle--green.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--green.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--green {
  height: 50px;
  width: 50px;
  color: #4A7628;
  font-size: 50px;
  line-height: 50px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--green {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--green.icon-zleaf {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-zz006leaf-full-color {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-messages-circle {
  width: 64px;
  font-size: 50px;
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
}
@media screen and (min-width: 1152px) {
  .primary-icon--green.icon-messages-circle {
    width: 64px;
    font-size: 64px;
    vertical-align: baseline;
    vertical-align: -moz-middle-with-baseline;
  }
}

.secondary_icon--green {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green {
    font-size: 34px;
  }
}
.secondary_icon--green-small {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-small {
    font-size: 10px;
  }
}
.secondary_icon--green-large {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green-large {
    font-size: 64px;
  }
}
.secondary_icon--green.icon-membercard {
  line-height: 42px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-membercard {
    font-size: 45px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-mouse {
  line-height: 43px;
  font-size: 39px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-mouse {
    font-size: 40px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-nurse {
  line-height: 42px;
  font-size: 42px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--green.icon-nurse {
    font-size: 45px;
    line-height: 56px;
  }
}

.primary-icon-circle--darkgreen {
  background-color: #066564;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen {
    font-size: 34px;
  }
}
.primary-icon-circle--darkgreen-small {
  background-color: #066564;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-small {
    font-size: 10px;
  }
}
.primary-icon-circle--darkgreen-large {
  background-color: #066564;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--darkgreen-large {
    font-size: 64px;
  }
}
.primary-icon-circle--darkgreen.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--darkgreen.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-darkgreen {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen {
    font-size: 34px;
  }
}
.secondary_icon--blue-darkgreen-small {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-darkgreen-large {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-darkgreen-large {
    font-size: 64px;
  }
}

.primary-icon--purple {
  height: 50px;
  width: 50px;
  color: #583985;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--purple {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--purple {
  background-color: #583985;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple {
    font-size: 34px;
  }
}
.primary-icon-circle--purple-small {
  background-color: #583985;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-small {
    font-size: 10px;
  }
}
.primary-icon-circle--purple-large {
  background-color: #583985;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--purple-large {
    font-size: 64px;
  }
}
.primary-icon-circle--purple.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--purple.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-purple {
  color: #583985;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-purple {
    font-size: 34px;
  }
}

.primary-icon--burnt-sienna {
  height: 64px;
  width: 64px;
  color: #D1480C;
  font-size: 64px;
  line-height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--burnt-sienna {
    font-size: 64px;
  }
}

.primary-icon-circle--burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna {
    font-size: 34px;
  }
}
.primary-icon-circle--burnt-sienna-small {
  background-color: #D1480C;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-small {
    font-size: 10px;
  }
}
.primary-icon-circle--burnt-sienna-small.icon-exclamation:before {
  height: 100%;
  vertical-align: middle;
}
.primary-icon-circle--burnt-sienna-large {
  background-color: #D1480C;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--burnt-sienna-large {
    font-size: 64px;
  }
}
.primary-icon-circle--burnt-sienna.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--burnt-sienna.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-burnt-sienna {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna {
    font-size: 34px;
  }
}
.secondary_icon--blue-burnt-sienna-small {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-burnt-sienna-large {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary_icon--blue-burnt-sienna-large {
    font-size: 64px;
  }
}

.primary-icon--acai {
  height: 50px;
  width: 50px;
  color: #BB1654;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    font-size: 50px;
  }
}
@media screen and (min-width: 1152px) {
  .primary-icon--acai {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--acai {
  background-color: #BB1654;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai {
    font-size: 34px;
  }
}
.primary-icon-circle--acai-small {
  background-color: #BB1654;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-small {
    font-size: 10px;
  }
}
.primary-icon-circle--acai-large {
  background-color: #BB1654;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .primary-icon-circle--acai-large {
    font-size: 64px;
  }
}
.primary-icon-circle--acai.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--acai.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai {
    font-size: 33px;
  }
}
.secondary-icon--acai-small {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-small {
    font-size: 10px;
  }
}
.secondary-icon--acai-large {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1152px) {
  .secondary-icon--acai-large {
    font-size: 64px;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* STYLGD-9376 - styles merged from _icon.scss
starts from here */
.mobile-icon-darkgreen {
  color: #066564;
  font-size: 30px;
}

.utility-icon {
  color: #677083;
  font-size: 30px;
}

.icon-zz002advice {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz002advice {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}
.icon-zz002advice:before {
  margin-top: 0;
}

.icon-zz005-checkmark-circle {
  font-size: 50px;
}
@media screen and (min-width: 1152px) {
  .icon-zz005-checkmark-circle {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}

.icon-zwellness:before,
.icon-zclaim:before,
.icon-zbill:before,
.icon-zpay-bill:before {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .icon-zclaim:before {
    width: 20px;
  }
}

.icon-zpayment-history:before,
.icon-zpay-bill:before {
  height: 33px;
}
@media screen and (max-width: 767px) {
  .icon-zpayment-history:before,
  .icon-zpay-bill:before {
    height: 23px;
  }
}

.icon-zz008plan-of-care {
  font-size: 25px;
}
@media screen and (min-width: 1152px) {
  .icon-zz008plan-of-care {
    font-size: 30px;
  }
}

.icon-zzz0010briefcase {
  font-size: 24px;
}
@media screen and (min-width: 1152px) {
  .icon-zzz0010briefcase {
    font-size: 31px;
  }
}

.icon-link-out .icon-zz009new-window {
  font-size: 12px;
  position: relative;
  bottom: 3px;
  padding-left: 5px;
}

.icon-zzz0018-copper-iud.secondary_icon--blue-midnight:before,
.icon-zzz0018-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-internal-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-spermicide.secondary_icon--blue-midnight:before {
  height: 19px;
  width: 24px;
  line-height: 16px;
  display: inline-block;
}

.icon-zzz0018-diaphragm.secondary_icon--blue-midnight:before,
.icon-zzz0018-shot.secondary_icon--blue-midnight:before {
  height: 30px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
}

.icon-zzz0018-fertility-awareness.secondary_icon--blue-midnight:before,
.icon-zzz0018-implant.secondary_icon--blue-midnight:before,
.icon-zzz0018-pill-a.secondary_icon--blue-midnight:before {
  display: inline-block;
}

.icon-zzz0018-fertility-awareness {
  font-size: 32px;
  display: inline-block;
}

.icon-zzz0018-hormonal-iud.secondary_icon--blue-midnight:before {
  width: 18px;
  display: inline-block;
}

.icon-zzz0018-sterilization.secondary_icon--blue-midnight:before {
  display: inline-block;
}

/* merged styles from _icon.scss ends here */
.icon-circle {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 40px;
}
.icon-circle img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.icon-illustrative-circle {
  width: 72px;
  height: 72px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 72px;
}
.icon-illustrative-circle img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

.icon-illustrative {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

.icon-inline {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.icon-standard {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.-icon img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.sg-spacing p {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing p {
    margin-bottom: 24px;
  }
}
.sg-spacing h1,
.sg-spacing h2,
.sg-spacing h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h1,
  .sg-spacing h2,
  .sg-spacing h3 {
    margin-bottom: 24px;
  }
}
.sg-spacing h4,
.sg-spacing h5,
.sg-spacing h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .sg-spacing h4,
  .sg-spacing h5,
  .sg-spacing h6 {
    margin-bottom: 12px;
  }
}

.sgv:before {
  content: "5.1.59";
}

.back-link ul, .horizontal-list, .vertical-list, .link-list, .link-list--horizontal {
  padding-left: 0;
  list-style: none;
}

.-inky-blue,
.\--inky-blue {
  color: #0D1C3D;
}

.-dolphin,
.\--dolphin {
  color: #677083;
}

.-white,
.\--white {
  color: #fff;
}

.-book,
.\--book {
  font-family: "Gotham 4r";
}

.-light,
.\--light {
  font-family: "Gotham 3r";
}

.-medium,
.\--medium {
  font-family: "Gotham 5r";
}

.-bold,
.\--bold {
  font-family: "Gotham 5r";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.-close--small {
  color: #003B71;
}

.button {
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  height: auto;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

.button {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.-left.button {
  float: left;
}
.-center.button {
  float: unset;
  display: inherit;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.-block.button {
  display: block;
  width: 100%;
  min-width: 100%;
}
.-right.button {
  float: right;
}
.-tertiary.button {
  color: #006BA6;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  min-width: auto;
  padding: 0;
  height: auto;
  margin: 14px 0;
}
@media screen and (min-width: 601px) {
  .-tertiary.button {
    margin: 19px 0;
  }
}
.-tertiary.button:hover, .-tertiary.button:focus, .-tertiary.button:active {
  color: #003B71;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .button + .button {
    margin-top: 15px;
  }
}

.button i, .button img {
  color: inherit;
  overflow: hidden;
  padding-right: 20px;
  vertical-align: middle;
  display: inline-block;
}
.button i, .button img {
  font-size: 20px;
  padding-right: 20px;
}
.button i.-right-icon, .button img.-right-icon {
  padding-left: 20px;
}
.button i.-right-icon, .button img.-right-icon {
  padding-right: 0;
}

.link {
  -o-appearance: none;
  appearance: none;
  color: #006BA6;
  border: 0px solid transparent;
  background-color: transparent;
  text-align: left;
  padding: 0;
}

.back-link ul, .horizontal-list, .vertical-list, .link-list, .link-list--horizontal {
  padding-left: 0;
  list-style: none;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.date-range input:-webkit-input-placeholder, [class^=date-range-single] input:-webkit-input-placeholder {
  color: #677083;
}

.date-range input:-moz-placeholder, [class^=date-range-single] input:-moz-placeholder {
  color: #677083;
}

.date-range input, [class^=date-range-single] input {
  padding: 16px 12px;
  border: solid 1px #8F949D;
  vertical-align: middle;
  color: #0D1C3D;
}
.date-range input:focus, [class^=date-range-single] input:focus {
  border-color: #0078B3;
}
.date-range input::-webkit-input-placeholder, [class^=date-range-single] input::-webkit-input-placeholder {
  color: #677083;
}
.date-range input:-moz-placeholder, [class^=date-range-single] input:-moz-placeholder {
  color: #677083;
}
.date-range input::-webkit-input-placeholder, [class^=date-range-single] input::-webkit-input-placeholder {
  color: #677083;
}

.date-range input:-moz-placeholder, [class^=date-range-single] input:-moz-placeholder {
  color: #677083;
}

.fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.fieldset legend {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-family: "Gotham 5r";
  color: #0D1C3D;
  padding-bottom: 10px;
}
.fieldset legend.-book, .fieldset legend.\--book {
  font-family: "Gotham 4r";
}
.fieldset legend.-light, .fieldset legend.\--light {
  font-family: "Gotham 3r";
}
.fieldset legend.-medium, .fieldset legend.\--medium {
  font-family: "Gotham 5r";
}
.fieldset legend.-bold, .fieldset legend.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .fieldset legend {
    font-size: 15px;
    line-height: 20px;
  }
}

.disabled-field, .form-group .disabled-field {
  border: solid 1px #F7F7F7;
  background-color: #F7F7F7;
  cursor: not-allowed !important;
}

.error input, .error .form-textbox input {
  background-color: rgba(182, 49, 37, 0.05);
  border: 1px solid #D00000;
}

.error {
  color: #D00000;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "kp-icons";
  src: url('clientlib-angular/css/kp-icons.eot');
  src: url('clientlib-angular/css/kp-icons.eot?#iefix') format("embedded-opentype"), url('clientlib-angular/css/kp-icons.woff') format("woff"), url('clientlib-angular/css/kp-icons.ttf') format("truetype"), url('clientlib-angular/css/kp-icons.svg#kp-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-advice-circle:before {
  content: '\f101';
}

.icon-alarm:before {
  content: '\f102';
}

.icon-alert:before {
  content: '\f103';
}

.icon-appointment:before {
  content: '\f104';
}

.icon-appointments-circle:before {
  content: '\f105';
}

.icon-arrow-swap:before {
  content: '\f106';
}

.icon-arrow:before {
  content: '\f107';
}

.icon-audio:before {
  content: '\f108';
}

.icon-award:before {
  content: '\f109';
}

.icon-bicycle-circle:before {
  content: '\f10a';
}

.icon-briefcase:before {
  content: '\f10b';
}

.icon-businessman:before {
  content: '\f10c';
}

.icon-calculator-border:before {
  content: '\f10d';
}

.icon-calculator:before {
  content: '\f10e';
}

.icon-calendar-small:before {
  content: '\f10f';
}

.icon-calendar:before {
  content: '\f110';
}

.icon-camera:before {
  content: '\f111';
}

.icon-care-plan-circle:before {
  content: '\f112';
}

.icon-chat:before {
  content: '\f113';
}

.icon-checkbox:before {
  content: '\f114';
}

.icon-checkmark:before {
  content: '\f115';
}

.icon-chevron-back:before {
  content: '\f116';
}

.icon-chevron-down:before {
  content: '\f117';
}

.icon-chevron-forward:before {
  content: '\f118';
}

.icon-choose-border:before {
  content: '\f119';
}

.icon-choose-circle:before {
  content: '\f11a';
}

.icon-claim-border:before {
  content: '\f11b';
}

.icon-clock-border:before {
  content: '\f11c';
}

.icon-clock:before {
  content: '\f11d';
}

.icon-close:before {
  content: '\f11e';
}

.icon-compose:before {
  content: '\f11f';
}

.icon-copay:before {
  content: '\f120';
}

.icon-cost-coverage-border:before {
  content: '\f121';
}

.icon-cost-coverage:before {
  content: '\f122';
}

.icon-data:before {
  content: '\f123';
}

.icon-dental:before {
  content: '\f124';
}

.icon-directions:before {
  content: '\f125';
}

.icon-doctor-female-profile:before {
  content: '\f126';
}

.icon-doctor-female:before {
  content: '\f127';
}

.icon-doctor-male-profile:before {
  content: '\f128';
}

.icon-doctor-male:before {
  content: '\f129';
}

.icon-document-attached:before {
  content: '\f12a';
}

.icon-document-border:before {
  content: '\f12b';
}

.icon-document:before {
  content: '\f12c';
}

.icon-dollar:before {
  content: '\f12d';
}

.icon-download:before {
  content: '\f12e';
}

.icon-ekg:before {
  content: '\f12f';
}

.icon-email:before {
  content: '\f130';
}

.icon-excellent:before {
  content: '\f131';
}

.icon-exclamation:before {
  content: '\f132';
}

.icon-eyeglasses:before {
  content: '\f133';
}

.icon-facebook:before {
  content: '\f134';
}

.icon-facility-modern:before {
  content: '\f135';
}

.icon-facility:before {
  content: '\f136';
}

.icon-family:before {
  content: '\f137';
}

.icon-forms:before {
  content: '\f138';
}

.icon-globe:before {
  content: '\f139';
}

.icon-graph:before {
  content: '\f13a';
}

.icon-health-calculator:before {
  content: '\f13b';
}

.icon-health-finder:before {
  content: '\f13c';
}

.icon-health-summary-circle:before {
  content: '\f13d';
}

.icon-heart-health:before {
  content: '\f13e';
}

.icon-heart:before {
  content: '\f13f';
}

.icon-home:before {
  content: '\f140';
}

.icon-hospital:before {
  content: '\f141';
}

.icon-idea:before {
  content: '\f142';
}

.icon-info:before {
  content: '\f143';
}

.icon-instagram:before {
  content: '\f144';
}

.icon-lab-result:before {
  content: '\f145';
}

.icon-labor:before {
  content: '\f146';
}

.icon-laptop-border:before {
  content: '\f147';
}

.icon-laptop:before {
  content: '\f148';
}

.icon-link-out:before {
  content: '\f149';
}

.icon-list:before {
  content: '\f14a';
}

.icon-listen:before {
  content: '\f14b';
}

.icon-location-border:before {
  content: '\f14c';
}

.icon-location:before {
  content: '\f14d';
}

.icon-lock:before {
  content: '\f14e';
}

.icon-map:before {
  content: '\f14f';
}

.icon-market-bananas:before {
  content: '\f150';
}

.icon-market-grapes:before {
  content: '\f151';
}

.icon-medical-record:before {
  content: '\f152';
}

.icon-member-female:before {
  content: '\f153';
}

.icon-member-male:before {
  content: '\f154';
}

.icon-membercard:before {
  content: '\f155';
}

.icon-menu:before {
  content: '\f156';
}

.icon-message:before {
  content: '\f157';
}

.icon-messages-circle:before {
  content: '\f158';
}

.icon-microscope-circle:before {
  content: '\f159';
}

.icon-microscope:before {
  content: '\f15a';
}

.icon-minus:before {
  content: '\f15b';
}

.icon-more:before {
  content: '\f15c';
}

.icon-mouse:before {
  content: '\f15d';
}

.icon-none:before {
  content: '\f15e';
}

.icon-nurse:before {
  content: '\f15f';
}

.icon-paperclip:before {
  content: '\f160';
}

.icon-payment-history-border:before {
  content: '\f161';
}

.icon-pdf:before {
  content: '\f162';
}

.icon-pencil:before {
  content: '\f163';
}

.icon-phone-circle:before {
  content: '\f164';
}

.icon-phone:before {
  content: '\f165';
}

.icon-piggybank:before {
  content: '\f166';
}

.icon-pills:before {
  content: '\f167';
}

.icon-pinterest:before {
  content: '\f168';
}

.icon-play-video:before {
  content: '\f169';
}

.icon-plus:before {
  content: '\f16a';
}

.icon-preferences:before {
  content: '\f16b';
}

.icon-prescription-bottle:before {
  content: '\f16c';
}

.icon-print:before {
  content: '\f16d';
}

.icon-profile:before {
  content: '\f16e';
}

.icon-questionnaire:before {
  content: '\f16f';
}

.icon-questions:before {
  content: '\f170';
}

.icon-refresh:before {
  content: '\f171';
}

.icon-reply:before {
  content: '\f172';
}

.icon-routine-care:before {
  content: '\f173';
}

.icon-ruler:before {
  content: '\f174';
}

.icon-rx-circle:before {
  content: '\f175';
}

.icon-rx-document:before {
  content: '\f176';
}

.icon-rx-form-border:before {
  content: '\f177';
}

.icon-rx-form:before {
  content: '\f178';
}

.icon-rx:before {
  content: '\f179';
}

.icon-savings:before {
  content: '\f17a';
}

.icon-search-border:before {
  content: '\f17b';
}

.icon-search:before {
  content: '\f17c';
}

.icon-shoppingcart:before {
  content: '\f17d';
}

.icon-specialty-care:before {
  content: '\f17e';
}

.icon-star:before {
  content: '\f17f';
}

.icon-stethoscope:before {
  content: '\f180';
}

.icon-syringe:before {
  content: '\f181';
}

.icon-target:before {
  content: '\f182';
}

.icon-test-tube:before {
  content: '\f183';
}

.icon-time-urgent:before {
  content: '\f184';
}

.icon-time:before {
  content: '\f185';
}

.icon-touch:before {
  content: '\f186';
}

.icon-trafficlight:before {
  content: '\f187';
}

.icon-trashcan:before {
  content: '\f188';
}

.icon-twitter:before {
  content: '\f189';
}

.icon-unlocked:before {
  content: '\f18a';
}

.icon-video-camera:before {
  content: '\f18b';
}

.icon-walk:before {
  content: '\f18c';
}

.icon-walking-together:before {
  content: '\f18d';
}

.icon-wellness-circle:before {
  content: '\f18e';
}

.icon-wifi:before {
  content: '\f18f';
}

.icon-xray:before {
  content: '\f190';
}

.icon-yoga:before {
  content: '\f191';
}

.icon-youtube:before {
  content: '\f192';
}

.icon-zallergies-flower:before {
  content: '\f193';
}

.icon-zappointment-blank:before {
  content: '\f194';
}

.icon-zappointment-ticket:before {
  content: '\f195';
}

.icon-zappointment-waitlist:before {
  content: '\f196';
}

.icon-zbill-border:before {
  content: '\f197';
}

.icon-zbill:before {
  content: '\f198';
}

.icon-zcaregiver_preferences:before {
  content: '\f199';
}

.icon-zchat-a-doctor:before {
  content: '\f19a';
}

.icon-zchoose:before {
  content: '\f19b';
}

.icon-zclaim:before {
  content: '\f19c';
}

.icon-zgoogle-plus:before {
  content: '\f19d';
}

.icon-zleaf:before {
  content: '\f19e';
}

.icon-zlinkedin:before {
  content: '\f19f';
}

.icon-zmegaphone:before {
  content: '\f1a0';
}

.icon-znotifications:before {
  content: '\f1a1';
}

.icon-zpay-bill-border:before {
  content: '\f1a2';
}

.icon-zpay-bill:before {
  content: '\f1a3';
}

.icon-zpayment-history:before {
  content: '\f1a4';
}

.icon-zpersonal_security:before {
  content: '\f1a5';
}

.icon-zrefill-rx:before {
  content: '\f1a6';
}

.icon-zwebinar:before {
  content: '\f1a7';
}

.icon-zwellness:before {
  content: '\f1a8';
}

.icon-zz001sign-out:before {
  content: '\f1a9';
}

.icon-zz002advice:before {
  content: '\f1aa';
}

.icon-zz002award:before {
  content: '\f1ab';
}

.icon-zz003globe:before {
  content: '\f1ac';
}

.icon-zz003identity:before {
  content: '\f1ad';
}

.icon-zz003location:before {
  content: '\f1ae';
}

.icon-zz003lock-questions:before {
  content: '\f1af';
}

.icon-zz003lock:before {
  content: '\f1b0';
}

.icon-zz003mouse:before {
  content: '\f1b1';
}

.icon-zz003person:before {
  content: '\f1b2';
}

.icon-zz003user-id:before {
  content: '\f1b3';
}

.icon-zz004-profile-border:before {
  content: '\f1b4';
}

.icon-zz005-checkmark-circle:before {
  content: '\f1b5';
}

.icon-zz006leaf-full-color:before {
  content: '\f1b6';
}

.icon-zz007add:before {
  content: '\f1b7';
}

.icon-zz007card-view:before {
  content: '\f1b8';
}

.icon-zz007download:before {
  content: '\f1b9';
}

.icon-zz007filter:before {
  content: '\f1ba';
}

.icon-zz007row-view:before {
  content: '\f1bb';
}

.icon-zz008plan-of-care:before {
  content: '\f1bc';
}

.icon-zz009new-window:before {
  content: '\f1bd';
}

.icon-zzz0010briefcase:before {
  content: '\f1be';
}

.icon-zzz0010healthsummary:before {
  content: '\f1bf';
}

.icon-zzz0010howyougetcare:before {
  content: '\f1c0';
}

.icon-zzz0010people:before {
  content: '\f1c1';
}

.icon-zzz0011star-half:before {
  content: '\f1c2';
}

.icon-zzz0011star-outline:before {
  content: '\f1c3';
}

.icon-zzz0011star:before {
  content: '\f1c4';
}

.icon-zzz0012baby:before {
  content: '\f1c5';
}

.icon-zzz0012notebook-pen:before {
  content: '\f1c6';
}

.icon-zzz0013iconinformation:before {
  content: '\f1c7';
}

.icon-zzz0014pageicon:before {
  content: '\f1c8';
}

.icon-zzz0015mute:before {
  content: '\f1c9';
}

.icon-zzz0015play:before {
  content: '\f1ca';
}

.icon-zzz0015volume:before {
  content: '\f1cb';
}

.icon-zzz0016-filter:before {
  content: '\f1cc';
}

.icon-zzz0017-external-link-bold:before {
  content: '\f1cd';
}

.icon-zzz0018-condom:before {
  content: '\f1ce';
}

.icon-zzz0018-copper-iud:before {
  content: '\f1cf';
}

.icon-zzz0018-diaphragm:before {
  content: '\f1d0';
}

.icon-zzz0018-fertility-awareness:before {
  content: '\f1d1';
}

.icon-zzz0018-hormonal-iud:before {
  content: '\f1d2';
}

.icon-zzz0018-implant:before {
  content: '\f1d3';
}

.icon-zzz0018-internal-condom:before {
  content: '\f1d4';
}

.icon-zzz0018-patch:before {
  content: '\f1d5';
}

.icon-zzz0018-pill-a:before {
  content: '\f1d6';
}

.icon-zzz0018-pill-b:before {
  content: '\f1d7';
}

.icon-zzz0018-shot:before {
  content: '\f1d8';
}

.icon-zzz0018-spermicide:before {
  content: '\f1d9';
}

.icon-zzz0018-sterilization:before {
  content: '\f1da';
}

.icon-zzz0018-vaginal-ring:before {
  content: '\f1db';
}

.icon-zzz0018-vasectomy:before {
  content: '\f1dc';
}

.icon-zzz0019-checkmark-circle:before {
  content: '\f1dd';
}

.icon-zzz0020-get-care:before {
  content: '\f1de';
}

.icon-zzz0021icon-picture:before {
  content: '\f1df';
}

.icon-zzz0022-coverage:before {
  content: '\f1e0';
}

.icon-zzz0023-notification-bell:before {
  content: '\f1e1';
}

.icon-zzz0024-checklist-todo:before {
  content: '\f1e2';
}

.icon-zzz0025-checklist-complete:before {
  content: '\f1e3';
}

.icon-zzz0026-checklist-future:before {
  content: '\f1e4';
}

.icon-zzz0027-link-external:before {
  content: '\f1e5';
}

.icon-zzz0028-link-internal:before {
  content: '\f1e6';
}

.icon-zzz0029-header-profile:before {
  content: '\f1e7';
}

.icon-zzz0029-header-search:before {
  content: '\f1e8';
}

.icon-zzz0030-eye-monitor:before {
  content: '\f1e9';
}

.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

/* neutral-icon-circle-lg mixin */
.date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
}
@-moz-document url-prefix() {
  .date-range .reset-close.show, [class^=date-range-single] .reset-close.show, .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-midnight-large, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-small, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-small, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-small, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-small, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-small, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    line-height: normal;
  }
}
.date-range .reset-close.show:before, [class^=date-range-single] .reset-close.show:before, .feature-icon:before, .green-blue-icon:before, .primary-icon-circle:before, .secondary_icon--blue-midnight:before, .secondary_icon--blue-midnight-small:before, .secondary_icon--blue-midnight-large:before, .primary-icon-circle--blue-midnight:before, .primary-icon-circle--blue-midnight-small:before, .primary-icon-circle--blue-midnight-large:before, .primary-icon--kp-blue:before, .primary-icon--green:before, .primary-icon-circle--blue:before, .primary-icon-circle--blue-small:before, .primary-icon-circle--blue-large:before, .secondary_icon--blue:before, .primary-icon--grey.icon-none.-text-icon:before, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon:before, .primary-icon-circle--green:before, .primary-icon-circle--green-small:before, .primary-icon-circle--green-large:before, .secondary_icon--green:before, .secondary_icon--green-small:before, .secondary_icon--green-large:before, .primary-icon-circle--darkgreen:before, .primary-icon-circle--darkgreen-small:before, .primary-icon-circle--darkgreen-large:before, .secondary_icon--blue-darkgreen:before, .secondary_icon--blue-darkgreen-small:before, .secondary_icon--blue-darkgreen-large:before, .primary-icon-circle--purple:before, .primary-icon-circle--purple-small:before, .primary-icon-circle--purple-large:before, .secondary_icon--blue-purple:before, .primary-icon-circle--burnt-sienna:before, .primary-icon-circle--burnt-sienna-small:before, .primary-icon-circle--burnt-sienna-large:before, .secondary_icon--blue-burnt-sienna:before, .secondary_icon--blue-burnt-sienna-small:before, .secondary_icon--blue-burnt-sienna-large:before, .primary-icon-circle--acai:before, .primary-icon-circle--acai-small:before, .primary-icon-circle--acai-large:before, .secondary-icon--acai:before, .secondary-icon--acai-small:before, .secondary-icon--acai-large:before {
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue, .secondary_icon--blue, .primary-icon-circle--green, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  border: solid transparent;
}

.feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .feature-icon, .green-blue-icon, .primary-icon-circle, .secondary_icon--blue-midnight, .secondary_icon--blue-midnight-small, .secondary_icon--blue-midnight-large, .primary-icon-circle--blue-midnight, .primary-icon-circle--blue-midnight-large, .neutral-icon-circle, .primary-icon--kp-blue, .primary-icon--green, .primary-icon-circle--blue, .primary-icon-circle--blue-large, .secondary_icon--blue, .primary-icon--grey.icon-none.-text-icon, .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon, .primary-icon-circle--green, .primary-icon-circle--green-large, .secondary_icon--green, .secondary_icon--green-small, .secondary_icon--green-large, .primary-icon-circle--darkgreen, .primary-icon-circle--darkgreen-large, .secondary_icon--blue-darkgreen, .secondary_icon--blue-darkgreen-small, .secondary_icon--blue-darkgreen-large, .primary-icon-circle--purple, .primary-icon-circle--purple-large, .secondary_icon--blue-purple, .primary-icon-circle--burnt-sienna, .primary-icon-circle--burnt-sienna-large, .secondary_icon--blue-burnt-sienna, .secondary_icon--blue-burnt-sienna-small, .secondary_icon--blue-burnt-sienna-large, .primary-icon-circle--acai, .primary-icon-circle--acai-large, .secondary-icon--acai, .secondary-icon--acai-small, .secondary-icon--acai-large {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}

.primary-icon-circle--blue-midnight-small, .primary-icon-circle--blue-small, .primary-icon-circle--green-small, .primary-icon-circle--darkgreen-small, .primary-icon-circle--purple-small, .primary-icon-circle--burnt-sienna-small, .primary-icon-circle--acai-small {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-sm {
  font-size: 28px;
  line-height: 28px;
}

.icon-md {
  font-size: 2.25em;
  line-height: 2.25em;
}

.icon-lg {
  font-size: 64px;
  line-height: 64px;
}

.feature-icon {
  background-color: #E9EBEE;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
}

.green-blue-icon {
  background-color: #4A7628;
  color: #ffffff;
  color: #4A7628;
  background-color: #F0F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-icon-circle {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle {
    font-size: 35px;
  }
}
.primary-icon-circle.icon-medical-record:before {
  height: 100%;
  vertical-align: middle;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon {
  color: #003B71;
}

.secondary_icon--blue-midnight {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-small {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight-small {
    font-size: 34px;
  }
}
.secondary_icon--blue-midnight-large {
  color: #003B71;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  /* STYLGD-9376 - styles merged from _icon.scss
  start here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight-large {
    font-size: 64px;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight-large.icon-zzz0010healthsummary {
    font-size: 26px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight-large.icon-zzz0010healthsummary:before {
  width: 28px;
  font-size: 25px;
}
.secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
  vertical-align: middle;
  width: 20px;
  font-size: 19px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight.icon-zzz0010healthsummary:before {
    width: 28px;
    font-size: 23px;
    vertical-align: middle;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012baby:before {
  width: 20px;
  font-size: 29px;
  padding-left: 9px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight.icon-zzz0012baby:before {
    width: 23px;
    font-size: 34px;
    height: 90%;
    display: inherit;
  }
}
.secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight.icon-zzz0012notebook-pen {
    font-size: 30px;
  }
}
.secondary_icon--blue-midnight.icon-eyeglasses {
  font-size: 45px;
  line-height: 41px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-midnight.icon-eyeglasses {
    line-height: 55px;
  }
}

.primary-icon-circle--blue-midnight {
  background-color: #003B71;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue-midnight {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-midnight-small {
  background-color: #003B71;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue-midnight-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-midnight-large {
  background-color: #003B71;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue-midnight-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue-midnight.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--blue-midnight.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.neutral-icon-circle {
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 30px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle {
    border: 3px solid #677083;
    font-size: 30px;
  }
}
.neutral-icon-circle.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-message {
    display: inline-block;
    line-height: 71px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-location {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-search {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-calculator {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-document {
    font-size: 38px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-zclaim {
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-zbill {
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle.icon-cost-coverage {
    font-size: 39px;
  }
}

.neutral-icon-circle-lg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #677083;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 50px;
  border: 2px solid #677083;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle-lg {
    width: 60px;
    height: 60px;
    border: 3px solid #677083;
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .neutral-icon-circle-lg {
    font-size: 28px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neutral-icon-circle-lg .icon-zz002award:before {
    width: 50%;
    display: block;
  }
}
.neutral-icon-circle-lg.icon-zz002award:before {
  height: auto;
  width: 20px;
  line-height: 1;
}
@media screen and (min-width: 601px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 25px;
    line-height: 47px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle-lg.icon-zz002award:before {
    height: 47px;
    width: 31px;
    line-height: 1;
  }
}
.neutral-icon-circle-lg.icon-rx-form:before {
  padding-left: 8px;
}
.neutral-icon-circle-lg.icon-message {
  display: inline-block;
  line-height: 56px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .neutral-icon-circle-lg.icon-message {
    display: inline-block;
    line-height: 71px;
  }
}

.primary-icon--kp-blue {
  color: #0078B3;
  font-size: 35px;
}
@media screen and (min-width: 769px) {
  .primary-icon--kp-blue {
    font-size: 38px;
  }
}

.primary-icon--green {
  color: #57A635;
}
@media screen and (min-width: 769px) {
  .primary-icon--green {
    font-size: 42px;
  }
}

.primary-icon--grey {
  height: 34px;
  width: 34px;
  color: #677083;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 769px) {
  .primary-icon--grey {
    font-size: 34px;
  }
}

.primary-icon--blue-med {
  height: 34px;
  width: 34px;
  color: #0078B3;
  font-size: 34px;
  line-height: 34px;
}
@media screen and (min-width: 769px) {
  .primary-icon--blue-med {
    font-size: 34px;
  }
}

.primary-icon--blue {
  height: 50px;
  width: 50px;
  color: #0078B3;
  font-size: 50px;
  line-height: 50px;
  line-height: 1;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon--blue {
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) {
  .primary-icon--blue {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--blue:before {
  background-color: #ffffff;
  border-radius: 50%;
}

.primary-icon-circle--blue {
  background-color: #0078B3;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue {
    font-size: 34px;
  }
}
.primary-icon-circle--blue-small {
  background-color: #0078B3;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue-small {
    font-size: 10px;
  }
}
.primary-icon-circle--blue-large {
  background-color: #0078B3;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue-large {
    font-size: 64px;
  }
}
.primary-icon-circle--blue.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 11px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue.icon-minus:before {
    display: inline-flex;
    align-items: center;
    padding-top: 18px;
  }
}
.primary-icon-circle--blue.icon-zz003mouse:before {
  font-size: 28px;
}
.primary-icon-circle--blue.icon-stethoscope:before {
  font-size: 30px;
}
.primary-icon-circle--blue.icon-zzz0010people:before {
  font-size: 18px;
  padding-right: 16%;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--blue.icon-zzz0010people:before {
    font-size: 21px;
    padding-right: 16%;
  }
}
.primary-icon-circle--blue.icon-zzz0010healthsummary:before {
  font-size: 30px;
  vertical-align: middle;
}
.primary-icon-circle--blue.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue {
  color: #0078B3;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue {
    font-size: 34px;
  }
}

.neutral-icon {
  height: 50px;
  width: 50px;
  color: #677083;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 769px) {
  .neutral-icon {
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) {
  .neutral-icon {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.neutral-icon-small {
  height: 10px;
  width: 10px;
  color: #677083;
  font-size: 10px;
  line-height: 10px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .neutral-icon-small {
    font-size: 10px;
  }
}
.neutral-icon-large {
  height: 64px;
  width: 64px;
  color: #677083;
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .neutral-icon-large {
    font-size: 64px;
  }
}

.primary-icon--grey {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--grey.icon-none.-text-icon {
  color: #677083;
  line-height: 60px;
}
@media screen and (min-width: 769px) {
  .primary-icon--grey.icon-none.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .primary-icon--grey.icon-none.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--grey.icon-zcaregiver_preferences {
  display: block;
  width: 100%;
}
.primary-icon--grey.icon-zcaregiver_preferences:before {
  height: 58px;
  width: 110px;
  font-size: 110px;
}
.primary-icon--grey.icon-znotifications:before {
  height: 46px;
  width: 46px;
  font-size: 46px;
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security {
  line-height: 1;
}
.primary-icon--grey.icon-zpersonal_security:before {
  height: 62px;
  width: 62px;
  font-size: 62px;
}
.primary-icon--grey.icon-zz003person {
  display: inline-block;
  line-height: 1;
}
.primary-icon--grey.icon-zz003person:before {
  height: 50px;
  width: 45px;
  font-size: 45px;
}
.primary-icon--grey.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--kp-blue {
  /* STYLGD-9376 - styles merged from _icon.scss
  start from here */
  /* merged styles from _icon.scss ends here */
}
.primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
  color: #0078B3;
  line-height: 60px;
}
@media screen and (min-width: 769px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .primary-icon--kp-blue.icon-zzz0019-checkmark-circle.-text-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.primary-icon--kp-blue.icon-zz003mouse {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003mouse:before {
  height: 50px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003globe {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003globe:before {
  height: 52px;
  width: 50px;
  font-size: 50px;
}
.primary-icon--kp-blue.icon-zz003location {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003location:before {
  height: 52px;
  width: 40px;
  font-size: 48px;
}
.primary-icon--kp-blue.icon-zz003user-id {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003user-id:before {
  height: 58px;
  width: 60px;
  font-size: 60px;
}
.primary-icon--kp-blue.icon-zz003identity {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003identity:before {
  height: 52px;
  width: 47px;
  font-size: 47px;
}
.primary-icon--kp-blue.icon-zz003lock {
  line-height: 1;
}
.primary-icon--kp-blue.icon-zz003lock:before {
  height: 52px;
  width: 38px;
  font-size: 48px;
}

.primary-icon-circle--green {
  background-color: #4A7628;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--green {
    font-size: 34px;
  }
}
.primary-icon-circle--green-small {
  background-color: #4A7628;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--green-small {
    font-size: 10px;
  }
}
.primary-icon-circle--green-large {
  background-color: #4A7628;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--green-large {
    font-size: 64px;
  }
}
.primary-icon-circle--green.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--green.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.primary-icon--green {
  height: 50px;
  width: 50px;
  color: #4A7628;
  font-size: 50px;
  line-height: 50px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon--green {
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) {
  .primary-icon--green {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}
.primary-icon--green.icon-zleaf {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-zz006leaf-full-color {
  width: 42px;
  font-size: 40px;
}
.primary-icon--green.icon-messages-circle {
  width: 64px;
  font-size: 50px;
  vertical-align: baseline;
  vertical-align: -moz-middle-with-baseline;
}
@media screen and (min-width: 769px) {
  .primary-icon--green.icon-messages-circle {
    width: 64px;
    font-size: 64px;
    vertical-align: baseline;
    vertical-align: -moz-middle-with-baseline;
  }
}

.secondary_icon--green {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .secondary_icon--green {
    font-size: 34px;
  }
}
.secondary_icon--green-small {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--green-small {
    font-size: 10px;
  }
}
.secondary_icon--green-large {
  color: #4A7628;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--green-large {
    font-size: 64px;
  }
}
.secondary_icon--green.icon-membercard {
  line-height: 42px;
  font-size: 39px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--green.icon-membercard {
    font-size: 45px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-mouse {
  line-height: 43px;
  font-size: 39px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--green.icon-mouse {
    font-size: 40px;
    line-height: 57px;
  }
}
.secondary_icon--green.icon-nurse {
  line-height: 42px;
  font-size: 42px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--green.icon-nurse {
    font-size: 45px;
    line-height: 56px;
  }
}

.primary-icon-circle--darkgreen {
  background-color: #066564;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--darkgreen {
    font-size: 34px;
  }
}
.primary-icon-circle--darkgreen-small {
  background-color: #066564;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--darkgreen-small {
    font-size: 10px;
  }
}
.primary-icon-circle--darkgreen-large {
  background-color: #066564;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--darkgreen-large {
    font-size: 64px;
  }
}
.primary-icon-circle--darkgreen.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--darkgreen.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-darkgreen {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-darkgreen {
    font-size: 34px;
  }
}
.secondary_icon--blue-darkgreen-small {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-darkgreen-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-darkgreen-large {
  color: #066564;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-darkgreen-large {
    font-size: 64px;
  }
}

.primary-icon--purple {
  height: 50px;
  width: 50px;
  color: #583985;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 769px) {
  .primary-icon--purple {
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) {
  .primary-icon--purple {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--purple {
  background-color: #583985;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--purple {
    font-size: 34px;
  }
}
.primary-icon-circle--purple-small {
  background-color: #583985;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--purple-small {
    font-size: 10px;
  }
}
.primary-icon-circle--purple-large {
  background-color: #583985;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--purple-large {
    font-size: 64px;
  }
}
.primary-icon-circle--purple.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--purple.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-purple {
  color: #583985;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-purple {
    font-size: 34px;
  }
}

.primary-icon--burnt-sienna {
  height: 64px;
  width: 64px;
  color: #D1480C;
  font-size: 64px;
  line-height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon--burnt-sienna {
    font-size: 64px;
  }
}

.primary-icon-circle--burnt-sienna {
  background-color: #D1480C;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--burnt-sienna {
    font-size: 34px;
  }
}
.primary-icon-circle--burnt-sienna-small {
  background-color: #D1480C;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--burnt-sienna-small {
    font-size: 10px;
  }
}
.primary-icon-circle--burnt-sienna-small.icon-exclamation:before {
  height: 100%;
  vertical-align: middle;
}
.primary-icon-circle--burnt-sienna-large {
  background-color: #D1480C;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--burnt-sienna-large {
    font-size: 64px;
  }
}
.primary-icon-circle--burnt-sienna.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--burnt-sienna.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary_icon--blue-burnt-sienna {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-burnt-sienna {
    font-size: 34px;
  }
}
.secondary_icon--blue-burnt-sienna-small {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-burnt-sienna-small {
    font-size: 10px;
  }
}
.secondary_icon--blue-burnt-sienna-large {
  color: #D1480C;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .secondary_icon--blue-burnt-sienna-large {
    font-size: 64px;
  }
}

.primary-icon--acai {
  height: 50px;
  width: 50px;
  color: #BB1654;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 769px) {
  .primary-icon--acai {
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) {
  .primary-icon--acai {
    height: 64px;
    width: 64px;
    font-size: 64px;
  }
}

.primary-icon-circle--acai {
  background-color: #BB1654;
  color: #ffffff;
  /* STYLGD-9376 - styles merged from _icon.scss
  starts from here */
  /* merged styles from _icon.scss ends here */
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--acai {
    font-size: 34px;
  }
}
.primary-icon-circle--acai-small {
  background-color: #BB1654;
  color: #ffffff;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--acai-small {
    font-size: 10px;
  }
}
.primary-icon-circle--acai-large {
  background-color: #BB1654;
  color: #ffffff;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .primary-icon-circle--acai-large {
    font-size: 64px;
  }
}
.primary-icon-circle--acai.icon-minus:before {
  display: inline-flex;
  align-items: center;
  padding-top: 18px;
}
.primary-icon-circle--acai.icon-message:before {
  height: 100%;
  vertical-align: sub;
  vertical-align: -moz-middle-with-baseline;
}

.secondary-icon--acai {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .secondary-icon--acai {
    font-size: 33px;
  }
}
.secondary-icon--acai-small {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .secondary-icon--acai-small {
    font-size: 10px;
  }
}
.secondary-icon--acai-large {
  color: #BB1654;
  font-size: 34px;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .secondary-icon--acai-large {
    font-size: 64px;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* STYLGD-9376 - styles merged from _icon.scss
starts from here */
.mobile-icon-darkgreen {
  color: #066564;
  font-size: 30px;
}

.utility-icon {
  color: #677083;
  font-size: 30px;
}

.icon-zz002advice {
  font-size: 50px;
}
@media screen and (min-width: 769px) {
  .icon-zz002advice {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}
.icon-zz002advice:before {
  margin-top: 0;
}

.icon-zz005-checkmark-circle {
  font-size: 50px;
}
@media screen and (min-width: 769px) {
  .icon-zz005-checkmark-circle {
    height: 58px;
    width: 64px;
    font-size: 64px;
  }
}

.icon-zwellness:before,
.icon-zclaim:before,
.icon-zbill:before,
.icon-zpay-bill:before {
  width: 26px;
}

@media screen and (max-width: 600px) {
  .icon-zclaim:before {
    width: 20px;
  }
}

.icon-zpayment-history:before,
.icon-zpay-bill:before {
  height: 33px;
}
@media screen and (max-width: 600px) {
  .icon-zpayment-history:before,
  .icon-zpay-bill:before {
    height: 23px;
  }
}

.icon-zz008plan-of-care {
  font-size: 25px;
}
@media screen and (min-width: 769px) {
  .icon-zz008plan-of-care {
    font-size: 30px;
  }
}

.icon-zzz0010briefcase {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .icon-zzz0010briefcase {
    font-size: 31px;
  }
}

.icon-link-out .icon-zz009new-window {
  font-size: 12px;
  position: relative;
  bottom: 3px;
  padding-left: 5px;
}

.icon-zzz0018-copper-iud.secondary_icon--blue-midnight:before,
.icon-zzz0018-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-internal-condom.secondary_icon--blue-midnight:before,
.icon-zzz0018-spermicide.secondary_icon--blue-midnight:before {
  height: 19px;
  width: 24px;
  line-height: 16px;
  display: inline-block;
}

.icon-zzz0018-diaphragm.secondary_icon--blue-midnight:before,
.icon-zzz0018-shot.secondary_icon--blue-midnight:before {
  height: 30px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
}

.icon-zzz0018-fertility-awareness.secondary_icon--blue-midnight:before,
.icon-zzz0018-implant.secondary_icon--blue-midnight:before,
.icon-zzz0018-pill-a.secondary_icon--blue-midnight:before {
  display: inline-block;
}

.icon-zzz0018-fertility-awareness {
  font-size: 32px;
  display: inline-block;
}

.icon-zzz0018-hormonal-iud.secondary_icon--blue-midnight:before {
  width: 18px;
  display: inline-block;
}

.icon-zzz0018-sterilization.secondary_icon--blue-midnight:before {
  display: inline-block;
}

/* merged styles from _icon.scss ends here */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "kp-icons";
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tile-container {
  max-width: 1204px;
  margin-right: 38px;
  margin-left: 38px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.icon-tile-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1281px) {
  .icon-tile-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 38px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .icon-tile-container {
    margin-right: 35px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .icon-tile-container {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (max-width: 600px) {
  .icon-tile-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 601px) {
  .icon-tile-container {
    margin-right: auto !important;
    padding-right: 0 !important;
  }
}
.icon-tile-container > div {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 601px) {
  .icon-tile-container > div {
    width: 46.6%;
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 769px) {
  .icon-tile-container > div {
    width: 30.2%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .icon-tile-container > div {
    width: 30.4%;
    margin-right: 2.4%;
  }
}
@media screen and (min-width: 1281px) {
  .icon-tile-container > div {
    width: 30.8%;
    margin-right: 2.2%;
  }
}
.icon-tile-container > div .icon-tile__link {
  display: flex;
  padding: 20px;
  width: 100%;
  border: 3px solid #E9EBEE;
}
@media screen and (min-width: 601px) {
  .icon-tile-container > div .icon-tile__link {
    height: 150px;
  }
}
.icon-tile-container > .icon-tile__link {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  border: 3px solid #E9EBEE;
}
@media screen and (min-width: 601px) {
  .icon-tile-container > .icon-tile__link {
    width: 46.6%;
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 769px) {
  .icon-tile-container > .icon-tile__link {
    width: 30.2%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .icon-tile-container > .icon-tile__link {
    width: 30.4%;
    margin-right: 2.4%;
  }
}
@media screen and (min-width: 1281px) {
  .icon-tile-container > .icon-tile__link {
    width: 30.8%;
    margin-right: 2.2%;
  }
}
.icon-tile-container .icon-tile__icon {
  align-self: flex-start;
  flex: 0 0 auto;
  width: 60px;
}
.icon-tile-container .icon-tile__icon img {
  width: 60px;
}
.icon-tile-container .icon-tile__content {
  align-self: flex-start;
  padding-left: 20px;
  width: 100%;
}
.icon-tile-container .icon-tile__title {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #0D1C3D;
  line-height: 20px;
}
.icon-tile-container .icon-tile__subtext {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #677083;
}
.icon-tile-container .icon-tile__subtext.-book, .icon-tile-container .icon-tile__subtext.\--book {
  font-family: "Gotham 4r";
}
.icon-tile-container .icon-tile__subtext.-light, .icon-tile-container .icon-tile__subtext.\--light {
  font-family: "Gotham 3r";
}
.icon-tile-container .icon-tile__subtext.-medium, .icon-tile-container .icon-tile__subtext.\--medium {
  font-family: "Gotham 5r";
}
.icon-tile-container .icon-tile__subtext.-bold, .icon-tile-container .icon-tile__subtext.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .icon-tile-container .icon-tile__subtext {
    font-size: 15px;
    line-height: 20px;
  }
}
.icon-tile-container .icon-tile__subtext .icon-zz009new-window {
  color: #0078B3;
}
.icon-tile-container .icon-tile__subtext .icon-zz009new-window:before {
  vertical-align: super;
  font-size: 14px;
}
.icon-tile-container .icon-tile__subtext .icon-link-out {
  font-size: 8px;
}
.icon-tile-container .green-blue-icon {
  height: 60px;
  width: 60px;
  vertical-align: top;
}
.icon-tile-container .green-blue-icon.icon-stethoscope {
  font-size: 34px;
}
.icon-tile-container .green-blue-icon.icon-nurse {
  font-size: 36px;
}
.icon-tile-container .green-blue-icon.icon-rx {
  font-size: 28px;
}
.icon-tile-container .green-blue-icon.icon-specialty-care {
  font-size: 38px;
}
.icon-tile-container .green-blue-icon.icon-membercard {
  font-size: 42px;
}
.icon-tile-container .green-blue-icon.icon-mouse {
  font-size: 38px;
}
@media screen and (min-width: 769px) {
  .icon-tile-container .green-blue-icon.icon-stethoscope {
    font-size: 40px;
  }
  .icon-tile-container .green-blue-icon.icon-nurse {
    font-size: 42px;
  }
  .icon-tile-container .green-blue-icon.icon-rx {
    font-size: 34px;
  }
  .icon-tile-container .green-blue-icon.icon-specialty-care {
    font-size: 44px;
  }
  .icon-tile-container .green-blue-icon.icon-membercard {
    font-size: 48px;
  }
  .icon-tile-container .green-blue-icon.icon-mouse {
    font-size: 44px;
  }
}

.icon-tile.container {
  max-width: 1204px;
  margin-right: 38px;
  margin-left: 38px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.icon-tile.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1281px) {
  .icon-tile.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 38px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .icon-tile.container {
    margin-right: 35px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .icon-tile.container {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (max-width: 600px) {
  .icon-tile.container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 601px) {
  .icon-tile.container {
    margin-right: auto !important;
    padding-right: 0 !important;
  }
}
.icon-tile.container > div {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 601px) {
  .icon-tile.container > div {
    width: 46.6%;
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 769px) {
  .icon-tile.container > div {
    width: 30.2%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .icon-tile.container > div {
    width: 30.4%;
    margin-right: 2.4%;
  }
}
@media screen and (min-width: 1281px) {
  .icon-tile.container > div {
    width: 30.8%;
    margin-right: 2.2%;
  }
}
.icon-tile.container > div .icon-tile__link {
  display: flex;
  padding: 20px;
  width: 100%;
  border: 3px solid #E9EBEE;
}
@media screen and (min-width: 601px) {
  .icon-tile.container > div .icon-tile__link {
    height: 150px;
  }
}
.icon-tile.container > .icon-tile__link {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  border: 3px solid #E9EBEE;
}
@media screen and (min-width: 601px) {
  .icon-tile.container > .icon-tile__link {
    width: 46.6%;
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 769px) {
  .icon-tile.container > .icon-tile__link {
    width: 30.2%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .icon-tile.container > .icon-tile__link {
    width: 30.4%;
    margin-right: 2.4%;
  }
}
@media screen and (min-width: 1281px) {
  .icon-tile.container > .icon-tile__link {
    width: 30.8%;
    margin-right: 2.2%;
  }
}
.icon-tile.container .icon-tile__icon {
  align-self: flex-start;
  flex: 0 0 auto;
  width: 60px;
}
.icon-tile.container .icon-tile__icon img {
  width: 60px;
}
.icon-tile.container .icon-tile__content {
  align-self: flex-start;
  padding-left: 20px;
  width: 100%;
}
.icon-tile.container .icon-tile__title {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #0D1C3D;
  line-height: 20px;
}
.icon-tile.container .icon-tile__subtext {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #677083;
}
.icon-tile.container .icon-tile__subtext.-book, .icon-tile.container .icon-tile__subtext.\--book {
  font-family: "Gotham 4r";
}
.icon-tile.container .icon-tile__subtext.-light, .icon-tile.container .icon-tile__subtext.\--light {
  font-family: "Gotham 3r";
}
.icon-tile.container .icon-tile__subtext.-medium, .icon-tile.container .icon-tile__subtext.\--medium {
  font-family: "Gotham 5r";
}
.icon-tile.container .icon-tile__subtext.-bold, .icon-tile.container .icon-tile__subtext.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .icon-tile.container .icon-tile__subtext {
    font-size: 15px;
    line-height: 20px;
  }
}
.icon-tile.container .icon-tile__subtext .icon-zz009new-window {
  color: #0078B3;
}
.icon-tile.container .icon-tile__subtext .icon-zz009new-window:before {
  vertical-align: super;
  font-size: 14px;
}
.icon-tile.container .icon-tile__subtext .icon-link-out {
  font-size: 8px;
}
.icon-tile.container .green-blue-icon {
  height: 60px;
  width: 60px;
  vertical-align: top;
}
.icon-tile.container .green-blue-icon.icon-stethoscope {
  font-size: 34px;
}
.icon-tile.container .green-blue-icon.icon-nurse {
  font-size: 36px;
}
.icon-tile.container .green-blue-icon.icon-rx {
  font-size: 28px;
}
.icon-tile.container .green-blue-icon.icon-specialty-care {
  font-size: 38px;
}
.icon-tile.container .green-blue-icon.icon-membercard {
  font-size: 42px;
}
.icon-tile.container .green-blue-icon.icon-mouse {
  font-size: 38px;
}
@media screen and (min-width: 769px) {
  .icon-tile.container .green-blue-icon.icon-stethoscope {
    font-size: 40px;
  }
  .icon-tile.container .green-blue-icon.icon-nurse {
    font-size: 42px;
  }
  .icon-tile.container .green-blue-icon.icon-rx {
    font-size: 34px;
  }
  .icon-tile.container .green-blue-icon.icon-specialty-care {
    font-size: 44px;
  }
  .icon-tile.container .green-blue-icon.icon-membercard {
    font-size: 48px;
  }
  .icon-tile.container .green-blue-icon.icon-mouse {
    font-size: 44px;
  }
}

.icon-tile:not(.container) .icon-tile__link {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  border: 3px solid #E9EBEE;
}
@media screen and (min-width: 601px) {
  .icon-tile:not(.container) .icon-tile__link {
    width: 46.6%;
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 769px) {
  .icon-tile:not(.container) .icon-tile__link {
    width: 30.2%;
    margin-right: 2.2%;
    margin-bottom: 30px;
    padding: 30px 15px 30px 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .icon-tile:not(.container) .icon-tile__link {
    width: 30.4%;
    margin-right: 2.4%;
  }
}
@media screen and (min-width: 1281px) {
  .icon-tile:not(.container) .icon-tile__link {
    width: 30.8%;
    margin-right: 2.2%;
  }
}
.icon-tile:not(.container) .icon-tile__icon {
  align-self: center;
  flex: 0 0 auto;
}
.icon-tile:not(.container) .icon-tile__content {
  align-self: flex-start;
  padding-left: 15px;
  width: 100%;
}
.icon-tile:not(.container) .icon-tile__title {
  display: block;
  margin-bottom: 6px;
  width: 100%;
  color: #0D1C3D;
  line-height: 20px;
}
@media screen and (min-width: 601px) {
  .icon-tile:not(.container) .icon-tile__title {
    margin-bottom: 12px;
  }
}
.icon-tile:not(.container) .icon-tile__subtext {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #677083;
  line-height: 20px;
}
@media screen and (min-width: 601px) {
  .icon-tile:not(.container) .icon-tile__subtext {
    line-height: 18px;
  }
}

.ruleContainer .icon-tile__link {
  min-height: 145px;
}

.pl-icon-tile-link-pattern-version:before {
  content: "1.0.34";
}

.loading {
  display: none;
}

.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] {
  position: relative;
  width: 100%;
  text-align: center;
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"]:focus {
  outline: 0;
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__content {
  width: 220px;
  display: inline-block;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__content {
    margin-bottom: 24px;
  }
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #0D1C3D;
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.-book, .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.\--book {
  font-family: "Gotham 4r";
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.-light, .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.\--light {
  font-family: "Gotham 3r";
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.-medium, .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.\--medium {
  font-family: "Gotham 5r";
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.-bold, .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__heading {
    font-size: 15px;
    line-height: 20px;
  }
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__body {
  font-size: 14px;
  line-height: 20px;
  color: #0D1C3D;
  width: 158px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__body {
    display: inline-block;
    text-align: center;
  }
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__body.removeText {
  display: none;
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots {
  position: relative;
  text-align: center;
  width: auto;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots {
    margin-top: 24px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots {
    margin-bottom: 12px;
  }
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots--butllet {
  animation: dot-keyframes 1.7s infinite ease-in-out;
  background-color: #0078B3;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots--butllet:nth-child(2) {
  animation-delay: 0.6s;
}
.ds-loadingindicator[data-ds-theme=vessel][data-ds-variant=basic][data-ds-version="1"] .loading-indicator__dots--butllet:nth-child(3) {
  height: 12px;
  width: 12px;
  animation-delay: 1s;
}
@keyframes dot-keyframes {
  0% {
    background-color: #0078B3;
    transform: scale(1, 1);
  }
  50% {
    background-color: #003B71;
    transform: scale(1.2, 1.2);
  }
  100% {
    background-color: #0078B3;
    transform: scale(1, 1);
  }
}

.loading-indicator {
  position: relative;
  width: 100%;
  text-align: center;
}
.loading-indicator:focus {
  outline: 0;
}
.loading-indicator .loading-indicator__content {
  width: 220px;
  display: inline-block;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .loading-indicator .loading-indicator__content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .loading-indicator .loading-indicator__content {
    margin-bottom: 24px;
  }
}
.loading-indicator .loading-indicator__heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #0D1C3D;
}
.loading-indicator .loading-indicator__heading.-book, .loading-indicator .loading-indicator__heading.\--book {
  font-family: "Gotham 4r";
}
.loading-indicator .loading-indicator__heading.-light, .loading-indicator .loading-indicator__heading.\--light {
  font-family: "Gotham 3r";
}
.loading-indicator .loading-indicator__heading.-medium, .loading-indicator .loading-indicator__heading.\--medium {
  font-family: "Gotham 5r";
}
.loading-indicator .loading-indicator__heading.-bold, .loading-indicator .loading-indicator__heading.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .loading-indicator .loading-indicator__heading {
    font-size: 15px;
    line-height: 20px;
  }
}
.loading-indicator .loading-indicator__body {
  font-size: 14px;
  line-height: 20px;
  color: #0D1C3D;
  width: 158px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .loading-indicator .loading-indicator__body {
    display: inline-block;
    text-align: center;
  }
}
.loading-indicator .loading-indicator__body.removeText {
  display: none;
}
.loading-indicator .loading-indicator__dots {
  position: relative;
  text-align: center;
  width: auto;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .loading-indicator .loading-indicator__dots {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .loading-indicator .loading-indicator__dots {
    margin-top: 24px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .loading-indicator .loading-indicator__dots {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .loading-indicator .loading-indicator__dots {
    margin-bottom: 12px;
  }
}
.loading-indicator .loading-indicator__dots--butllet {
  animation: dot-keyframes 1.7s infinite ease-in-out;
  background-color: #0078B3;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
}
.loading-indicator .loading-indicator__dots--butllet:nth-child(2) {
  animation-delay: 0.6s;
}
.loading-indicator .loading-indicator__dots--butllet:nth-child(3) {
  height: 12px;
  width: 12px;
  animation-delay: 1s;
}
@keyframes dot-keyframes {
  0% {
    background-color: #0078B3;
    transform: scale(1, 1);
  }
  50% {
    background-color: #003B71;
    transform: scale(1.2, 1.2);
  }
  100% {
    background-color: #0078B3;
    transform: scale(1, 1);
  }
}

.pl-loading-indicator-pattern-version::before {
  content: "2.2.0";
}

/* Pattern */
[class^=date-range-single] .calendar-control-wrapper {
  position: relative;
  display: inline-block;
}
[class^=date-range-single] .error-description .dateRangeError {
  color: #D00000;
}
[class^=date-range-single] .error-description .dateRangeError .inline-error-icon {
  line-height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
}
[class^=date-range-single] a {
  text-decoration: none;
}
[class^=date-range-single] input {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #0D1C3D;
  font-family: "Gotham 4r";
  border-radius: 4px;
  border: solid 1px #8F949D;
}
[class^=date-range-single] input.-book, [class^=date-range-single] input.\--book {
  font-family: "Gotham 4r";
}
[class^=date-range-single] input.-light, [class^=date-range-single] input.\--light {
  font-family: "Gotham 3r";
}
[class^=date-range-single] input.-medium, [class^=date-range-single] input.\--medium {
  font-family: "Gotham 5r";
}
[class^=date-range-single] input.-bold, [class^=date-range-single] input.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] input {
    font-size: 15px;
    line-height: 20px;
  }
}
[class^=date-range-single] input:focus, [class^=date-range-single] input:active {
  outline: none;
  border: solid 1px #006BA6;
  color: #0D1C3D;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] input {
    height: 50px;
    vertical-align: middle;
    line-height: 24px;
    padding: 0 10px;
  }
}
[class^=date-range-single] input::-ms-clear {
  display: none;
}
[class^=date-range-single] input.date-picker-field {
  display: block;
  min-width: 212px;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] input.date-picker-field {
    display: flex;
  }
}
[class^=date-range-single] input:invalid {
  box-shadow: none;
}
[class^=date-range-single] input[type=date] {
  appearance: textfield;
}
[class^=date-range-single] label {
  color: #003B71;
  display: block;
  line-height: 1.5em;
  margin-bottom: 10px;
}
[class^=date-range-single] label.inline {
  display: inline-block;
  width: 45.5%;
}
[class^=date-range-single] label[for=from] {
  margin-right: 9%;
}
[class^=date-range-single] label.helper-label {
  margin-top: 10px;
  color: #677083;
}
[class^=date-range-single] .datepicker-range-calendar-range-inputs {
  padding: 20px 0 0;
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .datepicker-range-calendar-range-inputs {
    padding: 20px 10px 0;
  }
}
[class^=date-range-single] .datepicker-range-calendar-range-inputs input {
  width: 43%;
  margin: 0;
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .datepicker-range-calendar-range-inputs input {
    width: 45.5%;
  }
}
[class^=date-range-single] .datepicker-range-calendar-range-inputs .from {
  margin-right: 9%;
}
[class^=date-range-single] .singlePickerTrigger {
  font-size: 25px;
  color: #006BA6;
  appearance: none;
  padding: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .singlePickerTrigger {
    top: 12px;
    right: 15px;
  }
}
[class^=date-range-single] .singlePickerTrigger .datepicker-single-icon {
  width: 24px;
  height: 24px;
  margin: -1px 0 18px -2px;
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .singlePickerTrigger {
    font-size: 38.4px;
    pointer-events: inherit;
    position: absolute;
    top: 21px;
    right: 15px;
  }
}
[class^=date-range-single] .singlePickerTrigger:focus {
  border: 2px solid #4D90FE;
  box-shadow: 0 0 5px #4D90FE;
  outline: 0 none;
}
[class^=date-range-single] .singlePickerTrigger:hover {
  color: #003B71;
}
[class^=date-range-single] .calendar_modal {
  height: auto;
  width: 100%;
  min-width: 240px;
  max-width: 375px;
  position: relative;
  top: 10px;
  left: 0;
  display: none;
  padding: 0 15px;
  border: 1px solid #D3D6DC;
  background-color: #fff;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  [class^=date-range-single] .calendar_modal {
    height: 600px;
    width: 100%;
    max-width: 770px;
    padding: 0 25px;
  }
  [class^=date-range-single] .calendar_modal.single-month {
    max-width: 385px;
  }
  [class^=date-range-single] .calendar_modal.single-month > .calendars .calendars {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  [class^=date-range-single] .calendar_modal {
    height: 600px;
    width: 100%;
    padding: 0 20px;
    max-width: none;
  }
  [class^=date-range-single] .calendar_modal.single-month {
    max-width: 385px;
  }
  [class^=date-range-single] .calendar_modal.single-month > .calendars .calendars {
    width: 100%;
  }
}
[class^=date-range-single] .calendar_modal.small {
  max-width: 385px;
  display: none;
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .calendar_modal.small {
    max-width: 770px;
  }
  [class^=date-range-single] .calendar_modal.small.single-month {
    max-width: 385px;
  }
}
@media screen and (min-width: 769px) {
  [class^=date-range-single] .calendar_modal.small {
    height: 418px;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 30px;
  }
  [class^=date-range-single] .calendar_modal.small.single-month {
    max-width: 385px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  [class^=date-range-single] .calendar_modal.small {
    height: 418px;
    width: 100%;
    padding: 0 20px;
  }
}
[class^=date-range-single] .calendar_modal.modal-range.open {
  display: block;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .calendar_modal.modal-range.open {
    width: 100%;
    height: auto;
  }
}
[class^=date-range-single] .calendar_modal.open.open-no-calendars {
  height: 240px;
  width: 780px;
  display: block;
  margin-bottom: 120px;
}
[class^=date-range-single] .calendar_modal.open.open-no-calendars > .calendars,
[class^=date-range-single] .calendar_modal.open.open-no-calendars .previous,
[class^=date-range-single] .calendar_modal.open.open-no-calendars .next {
  display: none;
}
[class^=date-range-single] .calendar_modal.open-calendars, [class^=date-range-single] .calendar_modal.open {
  display: block;
}
[class^=date-range-single] .calendar_modal.open-calendars > .calendars,
[class^=date-range-single] .calendar_modal.open-calendars .previous,
[class^=date-range-single] .calendar_modal.open-calendars .next, [class^=date-range-single] .calendar_modal.open > .calendars,
[class^=date-range-single] .calendar_modal.open .previous,
[class^=date-range-single] .calendar_modal.open .next {
  display: block;
  background: transparent;
  border: none;
}
[class^=date-range-single] .calendar_buttons {
  float: none;
  height: auto;
  width: 100%;
  margin-top: 36px;
  margin-right: 38px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .calendar_buttons .button {
    height: auto;
    width: 100%;
    margin: 5px 0 10px;
  }
}
[class^=date-range-single] .calendar_buttons .calendar-cancel {
  margin-right: 36px;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .calendar_buttons .calendar-cancel {
    order: 1;
    flex-grow: 2;
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .calendar_buttons .calendar-apply {
    order: -1;
    flex-grow: 2;
  }
}
[class^=date-range-single] .calendars {
  margin: 15px 0;
  color: #0D1C3D;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
[class^=date-range-single] .calendars:first-child {
  margin-right: 6%;
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .calendars:first-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .calendars > .calendars {
    width: 46.5%;
  }
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .calendars {
    float: left;
  }
}
[class^=date-range-single] .calendars tr {
  margin: 0;
  padding: 0;
  border: 0;
}
[class^=date-range-single] .calendars tr td {
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  [class^=date-range-single] .calendars tr td {
    height: 43px;
    width: 32px;
  }
}
[class^=date-range-single] .calendars tr a {
  display: block;
  line-height: 48px;
  color: #0D1C3D;
}
[class^=date-range-single] .calendars tr a.day {
  border-radius: 50%;
  border: 1px solid transparent;
}
[class^=date-range-single] .calendars tr a.day.day-selected {
  background-color: #003B71;
  color: white;
}
[class^=date-range-single] .calendars tr a.day.day-selected.selected {
  border: 1px solid #0078B3;
  background-color: #003B71;
  color: white;
}
[class^=date-range-single] .calendars tr a.extra {
  background-color: #F0F7FA;
  color: #0D1C3D;
}
[class^=date-range-single] .calendars tr a.focused {
  background-color: white;
  color: #0D1C3D;
  border: 1px solid #0078B3;
}
[class^=date-range-single] .calendars tr a.disabled {
  color: #D3D6DC;
  cursor: default;
}
[class^=date-range-single] .calendars tr a.grey {
  background: #E9EBEE;
}
[class^=date-range-single] .calendars tr a.grey.disabled {
  background: transparent;
}
[class^=date-range-single] .calendars tr a:not(.disabled):hover {
  border: 1px solid #0078B3;
}
[class^=date-range-single] .calendars th {
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: bold;
}
[class^=date-range-single] .calendars th.month {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  vertical-align: top;
  padding-bottom: 22px;
}
[class^=date-range-single] .calendars th.month.-book, [class^=date-range-single] .calendars th.month.\--book {
  font-family: "Gotham 4r";
}
[class^=date-range-single] .calendars th.month.-light, [class^=date-range-single] .calendars th.month.\--light {
  font-family: "Gotham 3r";
}
[class^=date-range-single] .calendars th.month.-medium, [class^=date-range-single] .calendars th.month.\--medium {
  font-family: "Gotham 5r";
}
[class^=date-range-single] .calendars th.month.-bold, [class^=date-range-single] .calendars th.month.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  [class^=date-range-single] .calendars th.month {
    font-size: 15px;
    line-height: 20px;
  }
}
[class^=date-range-single] .previous {
  position: absolute;
  top: 35px;
  padding: 0;
  left: 35px;
}
[class^=date-range-single] .previous:focus {
  border: 2px solid #4D90FE;
  box-shadow: 0 0 4px #4D90FE;
}
[class^=date-range-single] .previous.large-padding {
  top: 128px;
}
[class^=date-range-single] .previous.disabled {
  color: #D3D6DC;
}
[class^=date-range-single] .next {
  position: absolute;
  top: 35px;
  padding: 0;
  right: 30px;
}
[class^=date-range-single] .next:focus {
  border: 2px solid #4D90FE;
  box-shadow: 0 0 4px #4D90FE;
}
@media screen and (min-width: 601px) {
  [class^=date-range-single] .next {
    right: 35px;
  }
}
[class^=date-range-single] .next.large-padding {
  top: 128px;
}
[class^=date-range-single] .next.disabled {
  color: #D3D6DC;
}
[class^=date-range-single] .reset-close {
  display: none;
}
[class^=date-range-single] .reset-close.show {
  height: 20px;
  width: 20px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  display: inline-flexbox;
  border-radius: 50%;
  color: white;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 0;
  font-size: 10px;
  position: relative;
  top: 20px;
  right: 28px;
}
[class^=date-range-single] .reset-close.show img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
}
[class^=date-range-single] .dateRangePickerTrigger {
  display: block;
  max-width: 150px;
}
[class^=date-range-single] .dateRangeResult {
  display: none;
}
[class^=date-range-single] .dateRangeResult.show {
  font-family: "Gotham 5r";
  background-color: #0078B3;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  display: inline-flexbox;
  color: white;
  border: 2px transparent solid;
  vertical-align: middle;
  font-size: 0.8125rem;
  padding: 10px 60px 10px 20px;
  margin-top: 40px;
  height: 53px;
  width: auto;
  max-width: 300px;
  height: 41px;
}

.date-range .calendar-control-wrapper {
  position: relative;
  display: inline-block;
}
.date-range .error-description .dateRangeError {
  color: #D00000;
}
.date-range .error-description .dateRangeError .inline-error-icon {
  line-height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
}
.date-range a {
  text-decoration: none;
}
.date-range input {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #0D1C3D;
  font-family: "Gotham 4r";
  border-radius: 4px;
  border: solid 1px #8F949D;
}
.date-range input.-book, .date-range input.\--book {
  font-family: "Gotham 4r";
}
.date-range input.-light, .date-range input.\--light {
  font-family: "Gotham 3r";
}
.date-range input.-medium, .date-range input.\--medium {
  font-family: "Gotham 5r";
}
.date-range input.-bold, .date-range input.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .date-range input {
    font-size: 15px;
    line-height: 20px;
  }
}
.date-range input:focus, .date-range input:active {
  outline: none;
  border: solid 1px #006BA6;
  color: #0D1C3D;
}
@media screen and (max-width: 600px) {
  .date-range input {
    height: 50px;
    vertical-align: middle;
    line-height: 24px;
    padding: 0 10px;
  }
}
.date-range input::-ms-clear {
  display: none;
}
.date-range input.date-picker-field {
  display: block;
  min-width: 212px;
}
@media screen and (max-width: 600px) {
  .date-range input.date-picker-field {
    display: flex;
  }
}
.date-range input:invalid {
  box-shadow: none;
}
.date-range input[type=date] {
  appearance: textfield;
}
.date-range label {
  color: #003B71;
  display: block;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.date-range label.inline {
  display: inline-block;
  width: 45.5%;
}
.date-range label[for=from] {
  margin-right: 9%;
}
.date-range label.helper-label {
  margin-top: 10px;
  color: #677083;
}
.date-range .datepicker-range-calendar-range-inputs {
  padding: 20px 0 0;
}
@media screen and (min-width: 601px) {
  .date-range .datepicker-range-calendar-range-inputs {
    padding: 20px 10px 0;
  }
}
.date-range .datepicker-range-calendar-range-inputs input {
  width: 43%;
  margin: 0;
}
@media screen and (min-width: 601px) {
  .date-range .datepicker-range-calendar-range-inputs input {
    width: 45.5%;
  }
}
.date-range .datepicker-range-calendar-range-inputs .from {
  margin-right: 9%;
}
.date-range .singlePickerTrigger {
  font-size: 25px;
  color: #006BA6;
  appearance: none;
  padding: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media screen and (max-width: 600px) {
  .date-range .singlePickerTrigger {
    top: 12px;
    right: 15px;
  }
}
.date-range .singlePickerTrigger .datepicker-single-icon {
  width: 24px;
  height: 24px;
  margin: -1px 0 18px -2px;
}
@media screen and (min-width: 601px) {
  .date-range .singlePickerTrigger {
    font-size: 38.4px;
    pointer-events: inherit;
    position: absolute;
    top: 21px;
    right: 15px;
  }
}
.date-range .singlePickerTrigger:focus {
  border: 2px solid #4D90FE;
  box-shadow: 0 0 5px #4D90FE;
  outline: 0 none;
}
.date-range .singlePickerTrigger:hover {
  color: #003B71;
}
.date-range .calendar_modal {
  height: auto;
  width: 100%;
  min-width: 240px;
  max-width: 375px;
  position: relative;
  top: 10px;
  left: 0;
  display: none;
  padding: 0 15px;
  border: 1px solid #D3D6DC;
  background-color: #fff;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .date-range .calendar_modal {
    height: 600px;
    width: 100%;
    max-width: 770px;
    padding: 0 25px;
  }
  .date-range .calendar_modal.single-month {
    max-width: 385px;
  }
  .date-range .calendar_modal.single-month > .calendars .calendars {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .date-range .calendar_modal {
    height: 600px;
    width: 100%;
    padding: 0 20px;
    max-width: none;
  }
  .date-range .calendar_modal.single-month {
    max-width: 385px;
  }
  .date-range .calendar_modal.single-month > .calendars .calendars {
    width: 100%;
  }
}
.date-range .calendar_modal.small {
  max-width: 385px;
  display: none;
}
@media screen and (min-width: 601px) {
  .date-range .calendar_modal.small {
    max-width: 770px;
  }
  .date-range .calendar_modal.small.single-month {
    max-width: 385px;
  }
}
@media screen and (min-width: 769px) {
  .date-range .calendar_modal.small {
    height: 418px;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 30px;
  }
  .date-range .calendar_modal.small.single-month {
    max-width: 385px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .date-range .calendar_modal.small {
    height: 418px;
    width: 100%;
    padding: 0 20px;
  }
}
.date-range .calendar_modal.modal-range.open {
  display: block;
}
@media screen and (max-width: 600px) {
  .date-range .calendar_modal.modal-range.open {
    width: 100%;
    height: auto;
  }
}
.date-range .calendar_modal.open.open-no-calendars {
  height: 240px;
  width: 780px;
  display: block;
  margin-bottom: 120px;
}
.date-range .calendar_modal.open.open-no-calendars > .calendars,
.date-range .calendar_modal.open.open-no-calendars .previous,
.date-range .calendar_modal.open.open-no-calendars .next {
  display: none;
}
.date-range .calendar_modal.open-calendars, .date-range .calendar_modal.open {
  display: block;
}
.date-range .calendar_modal.open-calendars > .calendars,
.date-range .calendar_modal.open-calendars .previous,
.date-range .calendar_modal.open-calendars .next, .date-range .calendar_modal.open > .calendars,
.date-range .calendar_modal.open .previous,
.date-range .calendar_modal.open .next {
  display: block;
  background: transparent;
  border: none;
}
.date-range .calendar_buttons {
  float: none;
  height: auto;
  width: 100%;
  margin-top: 36px;
  margin-right: 38px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .date-range .calendar_buttons .button {
    height: auto;
    width: 100%;
    margin: 5px 0 10px;
  }
}
.date-range .calendar_buttons .calendar-cancel {
  margin-right: 36px;
}
@media screen and (max-width: 600px) {
  .date-range .calendar_buttons .calendar-cancel {
    order: 1;
    flex-grow: 2;
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .date-range .calendar_buttons .calendar-apply {
    order: -1;
    flex-grow: 2;
  }
}
.date-range .calendars {
  margin: 15px 0;
  color: #0D1C3D;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.date-range .calendars:first-child {
  margin-right: 6%;
}
@media screen and (max-width: 600px) {
  .date-range .calendars:first-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 601px) {
  .date-range .calendars > .calendars {
    width: 46.5%;
  }
}
@media screen and (min-width: 601px) {
  .date-range .calendars {
    float: left;
  }
}
.date-range .calendars tr {
  margin: 0;
  padding: 0;
  border: 0;
}
.date-range .calendars tr td {
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .date-range .calendars tr td {
    height: 43px;
    width: 32px;
  }
}
.date-range .calendars tr a {
  display: block;
  line-height: 48px;
  color: #0D1C3D;
}
.date-range .calendars tr a.day {
  border-radius: 50%;
  border: 1px solid transparent;
}
.date-range .calendars tr a.day.day-selected {
  background-color: #003B71;
  color: white;
}
.date-range .calendars tr a.day.day-selected.selected {
  border: 1px solid #0078B3;
  background-color: #003B71;
  color: white;
}
.date-range .calendars tr a.extra {
  background-color: #F0F7FA;
  color: #0D1C3D;
}
.date-range .calendars tr a.focused {
  background-color: white;
  color: #0D1C3D;
  border: 1px solid #0078B3;
}
.date-range .calendars tr a.disabled {
  color: #D3D6DC;
  cursor: default;
}
.date-range .calendars tr a.grey {
  background: #E9EBEE;
}
.date-range .calendars tr a.grey.disabled {
  background: transparent;
}
.date-range .calendars tr a:not(.disabled):hover {
  border: 1px solid #0078B3;
}
.date-range .calendars th {
  text-align: center;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: bold;
}
.date-range .calendars th.month {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  vertical-align: top;
  padding-bottom: 22px;
}
.date-range .calendars th.month.-book, .date-range .calendars th.month.\--book {
  font-family: "Gotham 4r";
}
.date-range .calendars th.month.-light, .date-range .calendars th.month.\--light {
  font-family: "Gotham 3r";
}
.date-range .calendars th.month.-medium, .date-range .calendars th.month.\--medium {
  font-family: "Gotham 5r";
}
.date-range .calendars th.month.-bold, .date-range .calendars th.month.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .date-range .calendars th.month {
    font-size: 15px;
    line-height: 20px;
  }
}
.date-range .previous {
  position: absolute;
  top: 35px;
  padding: 0;
  left: 35px;
}
.date-range .previous:focus {
  border: 2px solid #4D90FE;
  box-shadow: 0 0 4px #4D90FE;
}
.date-range .previous.large-padding {
  top: 128px;
}
.date-range .previous.disabled {
  color: #D3D6DC;
}
.date-range .next {
  position: absolute;
  top: 35px;
  padding: 0;
  right: 30px;
}
.date-range .next:focus {
  border: 2px solid #4D90FE;
  box-shadow: 0 0 4px #4D90FE;
}
@media screen and (min-width: 601px) {
  .date-range .next {
    right: 35px;
  }
}
.date-range .next.large-padding {
  top: 128px;
}
.date-range .next.disabled {
  color: #D3D6DC;
}
.date-range .reset-close {
  display: none;
}
.date-range .reset-close.show {
  height: 20px;
  width: 20px;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  display: inline-flexbox;
  border-radius: 50%;
  color: white;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 0;
  font-size: 10px;
  position: relative;
  top: 20px;
  right: 28px;
}
.date-range .reset-close.show img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 22px;
}
.date-range .dateRangePickerTrigger {
  display: block;
  max-width: 150px;
}
.date-range .dateRangeResult {
  display: none;
}
.date-range .dateRangeResult.show {
  font-family: "Gotham 5r";
  background-color: #0078B3;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  display: inline-flexbox;
  color: white;
  border: 2px transparent solid;
  vertical-align: middle;
  font-size: 0.8125rem;
  padding: 10px 60px 10px 20px;
  margin-top: 40px;
  height: 53px;
  width: auto;
  max-width: 300px;
  height: 41px;
}

.sg-spacing .date-range, .sg-spacing .date-range-single {
  margin-bottom: 20px;
}

.pl-date-picker-pattern-version::before {
  content: "3.3.5";
}

.link {
  color: #006BA6;
  font-size: 13px;
  line-height: 20px;
}

.notification-pattern {
  display: flexbox;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 2px solid #0078B3;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 12px;
  background-color: white;
}
.notification-pattern .notification-pattern__action-buttons {
  margin-top: 6px;
}
.notification-pattern .notification-pattern__action-buttons .divider-vertical-wrap {
  padding: 0 8px;
}
.notification-pattern .notification-pattern__action-buttons .divider-vertical::before {
  border-left: 1px solid #D3D6DC;
}
.notification-pattern .notification-pattern__heading {
  font-family: "Gotham 5r";
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.notification-pattern .notification-pattern__heading.-book, .notification-pattern .notification-pattern__heading.\--book {
  font-family: "Gotham 4r";
}
.notification-pattern .notification-pattern__heading.-light, .notification-pattern .notification-pattern__heading.\--light {
  font-family: "Gotham 3r";
}
.notification-pattern .notification-pattern__heading.-medium, .notification-pattern .notification-pattern__heading.\--medium {
  font-family: "Gotham 5r";
}
.notification-pattern .notification-pattern__heading.-bold, .notification-pattern .notification-pattern__heading.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .notification-pattern .notification-pattern__heading {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.notification-pattern .notification-pattern__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  margin-right: 24px;
}
.notification-pattern .notification-pattern__main {
  flex: 0 0 calc(100% - 119px);
  align-self: center;
}
@media screen and (max-width: 600px) {
  .notification-pattern .notification-pattern__main {
    order: 0;
    flex-grow: 1;
    align-self: stretch;
    flex: 1 1 100%;
  }
}
.notification-pattern .--no-header p {
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .notification-pattern .--no-header p {
    margin-top: 10px;
  }
}
.notification-pattern .notification-pattern__main-icon {
  flex: 0 0 calc(100% - 119px);
  align-self: center;
}
@media screen and (max-width: 600px) {
  .notification-pattern .notification-pattern__main-icon {
    order: 2;
    flex-grow: 1;
    align-self: stretch;
    flex: 1 1 100%;
  }
}
.notification-pattern .link {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.notification-pattern p {
  margin: 0;
  color: #0D1C3D;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 601px) {
  .notification-pattern p {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 16px;
  }
  .notification-pattern p.\-caps, .notification-pattern p.\--caps {
    text-transform: uppercase;
  }
  .notification-pattern p.-book, .notification-pattern p.\--book {
    font-family: "Gotham 4r";
  }
  .notification-pattern p.-light, .notification-pattern p.\--light {
    font-family: "Gotham 3r";
  }
  .notification-pattern p.-medium, .notification-pattern p.\--medium {
    font-family: "Gotham 5r";
  }
  .notification-pattern p.-bold, .notification-pattern p.\--bold {
    font-family: "Gotham 5r";
  }
}
.notification-pattern p + * {
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .notification-pattern {
    padding: 20px;
  }
  .notification-pattern .notification-pattern__heading {
    font-size: 18px;
    line-height: 24px;
  }
  .notification-pattern .link {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
  }
  .notification-pattern .notification-pattern__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .notification-pattern {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 16px;
  }
  .notification-pattern .notification-pattern__heading {
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .notification-pattern .notification-pattern__heading.\-caps, .notification-pattern .notification-pattern__heading.\--caps {
    text-transform: uppercase;
  }
  .notification-pattern .notification-pattern__heading.-book, .notification-pattern .notification-pattern__heading.\--book {
    font-family: "Gotham 4r";
  }
  .notification-pattern .notification-pattern__heading.-light, .notification-pattern .notification-pattern__heading.\--light {
    font-family: "Gotham 3r";
  }
  .notification-pattern .notification-pattern__heading.-medium, .notification-pattern .notification-pattern__heading.\--medium {
    font-family: "Gotham 5r";
  }
  .notification-pattern .notification-pattern__heading.-bold, .notification-pattern .notification-pattern__heading.\--bold {
    font-family: "Gotham 5r";
  }
  .notification-pattern .notification-pattern__icon {
    margin-right: 16px;
  }
  .notification-pattern .link {
    font-size: 13px;
    line-height: 20px;
  }
}
.notification-pattern ul {
  list-style: none;
  padding: 0;
}
.notification-pattern ul li::before {
  content: "•";
  color: #006BA6;
  font-weight: bold;
  display: inline-block;
  width: 14px;
}
.notification-pattern ul li a {
  font-size: 13px;
}
.notification-pattern .notification-pattern__icon {
  background: #F0F7FA;
}
.notification-pattern .notification-pattern__icon img {
  display: block;
  width: 24px;
  margin: 8px auto;
}
.notification-pattern .notification-pattern__icon {
  background: #F0F7FA;
}
.notification-pattern .notification-pattern__icon img {
  display: block;
  width: 24px;
  margin: 8px auto;
}
.notification-pattern.notification-pattern--alert {
  border: 1px solid #D3D6DC;
}
.notification-pattern.notification-pattern--alert .notification-pattern__icon {
  background: transparent;
}
.notification-pattern.notification-pattern--alert .notification-pattern__icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.notification-pattern.notification-pattern--dismiss button.dismiss {
  width: 31px;
  height: 24px;
  margin-left: 24px;
  align-self: baseline;
  order: 3;
  background-color: transparent;
  border: none;
  color: #006BA6;
  padding-right: 0;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
.notification-pattern.notification-pattern--dismiss button.dismiss span {
  display: none;
}
.notification-pattern.notification-pattern--dismiss button.dismiss i {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.notification-pattern.notification-pattern--dismiss button.dismiss i::before {
  font-weight: bold;
}
.notification-pattern.notification-pattern--error {
  border: 1px solid #B63125;
}
.notification-pattern.notification-pattern--error .notification-pattern__icon {
  background: transparent;
}
.notification-pattern.notification-pattern--error .notification-pattern__icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.notification-pattern.notification-pattern--informational {
  border: 1px solid #003B71;
}
.notification-pattern.notification-pattern--informational .notification-pattern__icon {
  background: transparent;
}
.notification-pattern.notification-pattern--informational .notification-pattern__icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.notification-pattern.notification-pattern--success {
  border: 1px solid #57A635;
}
.notification-pattern.notification-pattern--success .notification-pattern__icon {
  background: transparent;
}
.notification-pattern.notification-pattern--success .notification-pattern__icon img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.pl-notifications-pattern-version::before {
  content: "3.2.13";
}

/* Project styles */
.float-left {
  float: left;
}

.pointer {
  cursor: pointer;
}

.font-light {
  font-family: "Gotham 4r";
}

h1 {
  margin-bottom: 24px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  h1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  h1 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 16px;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.border-bottom {
  border-bottom: 1px solid #677083;
}

.para-13 {
  font-size: 13px;
}

.para-14 {
  font-size: 14px;
}

.para-18 {
  font-size: 18px;
}

.fieldset legend.para-18 {
  font-size: 18px;
  padding: 0;
}

.font-bold {
  font-weight: bold;
}

.d-inline-block {
  display: inline-block;
}

body .grid-container .spacing-btw-border {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  body .grid-container .spacing-btw-border {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  body .grid-container .spacing-btw-border {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  body .grid-container .spacing-btw-border {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  body .grid-container .spacing-btw-border {
    padding-bottom: 36px;
  }
}
body .grid-container .space-bottom-1u {
  margin-bottom: 8px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  body .grid-container .space-bottom-1u {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  body .grid-container .space-bottom-1u {
    margin-bottom: 12px;
  }
}
body .grid-container .space-bottom-2u {
  margin-bottom: 16px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  body .grid-container .space-bottom-2u {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  body .grid-container .space-bottom-2u {
    margin-bottom: 24px;
  }
}
body .grid-container .space-bottom-3u {
  margin-bottom: 24px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  body .grid-container .space-bottom-3u {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  body .grid-container .space-bottom-3u {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .form-group input[type=checkbox],
  .form-group input[type=radio] {
    max-height: 52px;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .w-70 {
    width: 70%;
  }
}

.icon-and-heading {
  display: flex;
  align-items: flex-start;
  -webkit-box-align: start;
}
.icon-and-heading .icon-and-heading__iconBg {
  margin: 0 18px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F0F7FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 40px;
}
.icon-and-heading .icon-and-heading__iconBg .icon-and-heading__image {
  width: 24px;
  height: 24px;
}
.icon-and-heading .icon-and-heading__text {
  font-size: 26px;
  font-weight: normal;
  font-family: "Gotham 5r";
  display: inline-block;
}

.min-height {
  min-height: 450px;
  margin-bottom: 63px;
}

.form-group input.error-outline {
  border: 1px solid #be0e0e;
}

.form-group [class^=date-range-single] input {
  width: 100%;
}

.form-group .calendar-control-wrapper {
  width: 100%;
}

.radio-form .form-group input {
  height: 52px;
}

.textMember p {
  margin-bottom: 0px;
}

.sg-spacing .date-range, .sg-spacing .date-range-single {
  margin-bottom: 0px;
}

.loading-indicator-wrap {
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  position: relative;
  width: 100%;
  text-align: center;
}
.loading-indicator-wrap:focus {
  outline: 0;
}
.loading-indicator-wrap__content {
  width: 220px;
  display: inline-block;
  flex-flow: wrap;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .loading-indicator-wrap__content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .loading-indicator-wrap__content {
    margin-bottom: 24px;
  }
}
.loading-indicator-wrap__heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #0D1C3D;
}
.loading-indicator-wrap__heading.-book, .loading-indicator-wrap__heading.\--book {
  font-family: "Gotham 4r";
}
.loading-indicator-wrap__heading.-light, .loading-indicator-wrap__heading.\--light {
  font-family: "Gotham 3r";
}
.loading-indicator-wrap__heading.-medium, .loading-indicator-wrap__heading.\--medium {
  font-family: "Gotham 5r";
}
.loading-indicator-wrap__heading.-bold, .loading-indicator-wrap__heading.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .loading-indicator-wrap__heading {
    font-size: 15px;
    line-height: 20px;
  }
}
.loading-indicator-wrap__body {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 16px;
  color: #0D1C3D;
}
.loading-indicator-wrap__body.\-caps, .loading-indicator-wrap__body.\--caps {
  text-transform: uppercase;
}
.loading-indicator-wrap__body.-book, .loading-indicator-wrap__body.\--book {
  font-family: "Gotham 4r";
}
.loading-indicator-wrap__body.-light, .loading-indicator-wrap__body.\--light {
  font-family: "Gotham 3r";
}
.loading-indicator-wrap__body.-medium, .loading-indicator-wrap__body.\--medium {
  font-family: "Gotham 5r";
}
.loading-indicator-wrap__body.-bold, .loading-indicator-wrap__body.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .loading-indicator-wrap__body {
    display: inline-block;
  }
}
.loading-indicator-wrap__dots {
  position: relative;
  text-align: center;
  width: auto;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .loading-indicator-wrap__dots {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .loading-indicator-wrap__dots {
    margin-top: 24px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .loading-indicator-wrap__dots {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .loading-indicator-wrap__dots {
    margin-bottom: 12px;
  }
}
.loading-indicator-wrap__dots--butllet {
  animation: dot-keyframes 1.7s infinite ease-in-out;
  background-color: #0078B3;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
}
.loading-indicator-wrap__dots--butllet:nth-child(2) {
  animation-delay: 0.6s;
}
.loading-indicator-wrap__dots--butllet:nth-child(3) {
  height: 12px;
  width: 12px;
  animation-delay: 1s;
}
@keyframes dot-keyframes {
  0% {
    background-color: #0078B3;
    transform: scale(1, 1);
  }
  50% {
    background-color: #003B71;
    transform: scale(1.2, 1.2);
  }
  100% {
    background-color: #0078B3;
    transform: scale(1, 1);
  }
}

.loading {
  display: none;
}

.loading-indicator-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
  z-index: 999;
}
.loading-indicator-wrap .loading-indicator-wrap__dots {
  margin-top: 40vh;
}

body a {
  color: #006ba6;
}
body a:hover {
  background-color: #006ba6;
}

.calendar-control-wrapper .singlePickerTrigger {
  display: block;
}

.look-like-button {
  float: left;
  margin-left: 20px;
}
.look-like-button a {
  color: #003B71;
  background-color: #ffffff;
  border: 1px solid #0078B3;
  line-height: 24px;
  font-size: 18px;
  border-radius: 100px;
  text-decoration: none;
  padding: 13px 30px;
  display: inline-block;
}
.look-like-button a:hover {
  background-color: #0078B3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .look-like-button a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .look-like-button {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.look-like-button p {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .look-like-button p a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
  }
}

body app-spinner .loading-indicator {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  overflow: hidden;
}
body app-spinner .loading-indicator .loading-indicator__dots {
  margin-top: 45vh;
}

.button span {
  padding: 0px 30px 0px 30px;
}

@media screen and (max-width: 767px) {
  button.mobile-width-100 {
    width: 100% !important;
  }
}
.form-group label, .form-group label.\--caps, .form-group label.\-caps {
  text-transform: none;
}

/*# sourceMappingURL=styles.css.map*/