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

html {
  box-sizing: border-box;
}

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

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "kp-icons";
  src: url("clientlib-integration/assets/fonts/kp-icons.eot");
  src: url("clientlib-integration/assets/fonts/kp-icons.eot?#iefix") format("embedded-opentype"), url("clientlib-integration/assets/fonts/kp-icons.woff") format("woff"), url("clientlib-integration/assets/fonts/kp-icons.ttf") format("truetype"), url("clientlib-integration/assets/fonts/kp-icons.svg#kp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[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-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-zz003person:before {
  content: "\f1ac";
}

.icon-zz003globe:before {
  content: "\f1ad";
}

.icon-zz003identity:before {
  content: "\f1ae";
}

.icon-zz003location:before {
  content: "\f1af";
}

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

.icon-zz003lock:before {
  content: "\f1b1";
}

.icon-zz003mouse: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";
}

@-moz-document url-prefix() {}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
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;
  }
}

p,
ul,
h1,
h2,
h3,
h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

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

a,
a:visited {
  color: #006BA6;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #003B71;
}

@media screen and (max-width: 768px) {
  input:not([type=button]):not([type=checkbox]):not([type=radio]),
  select,
  textarea {
    font-size: 16px;
  }
}
.floating-action-button .-primary-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 13px 30px;
  min-width: 160px;
  font-family: "Gotham 5r";
  cursor: pointer;
  border: none;
  user-select: none;
  text-align: center;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 601px) {
  .floating-action-button .-primary-action {
    line-height: 22px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.floating-action-button .-primary-action {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background-color: #0078B3;
  color: white;
  border: 2px transparent solid;
}
.floating-action-button .-primary-action:hover, .floating-action-button .-primary-action:focus, .floating-action-button .-primary-action:active {
  background-color: #003B71;
  color: white;
}
.floating-action-button .-action.-primary-action {
  background-color: transparent;
  border-color: white;
}
.floating-action-button .-action.-primary-action:hover, .floating-action-button .-action.-primary-action:focus {
  background-color: white;
  color: #003B71;
}
.floating-action-button .-action.-inverted.-primary-action {
  border-color: white;
  color: #0078B3;
}
.floating-action-button .-action.-inverted.-primary-action:hover, .floating-action-button .-action.-inverted.-primary-action:focus {
  background-color: white;
  color: #003B71;
}
.floating-action-button .-inverted.-primary-action {
  background-color: #ffffff;
  color: #0078B3;
  border-color: #0078B3;
}
.floating-action-button .-inverted.-primary-action:hover, .floating-action-button .-inverted.-primary-action:focus, .floating-action-button .-inverted.-primary-action:active {
  background-color: white;
  color: #003B71;
  border-color: #003B71;
}
.floating-action-button .-inverted.-primary-action:disabled,
.floating-action-button .-inverted.-primary-action .-disabled, .floating-action-button .-inverted.-disabled.-primary-action {
  background-color: #ffffff;
  border-color: #ffffff;
}
.floating-action-button .-inverted--white.-primary-action {
  color: white;
  border: 2px solid white;
  background-color: transparent;
}
.floating-action-button .-inverted--white.-primary-action:hover, .floating-action-button .-inverted--white.-primary-action:focus, .floating-action-button .-inverted--white.-primary-action:active {
  background-color: white;
  color: #0078B3;
}
.floating-action-button .-small.-primary-action {
  min-width: 8em;
  font-size: 0.8125rem;
}
.floating-action-button .-primary-action:disabled,
.floating-action-button .-primary-action .-disabled {
  background-color: #D3D6DC;
}
.floating-action-button .-primary-action:disabled:hover,
.floating-action-button .-primary-action .-disabled:hover {
  cursor: not-allowed;
  border-color: #D3D6DC;
}
.floating-action-button .-primary-action:disabled.-inverted,
.floating-action-button .-primary-action .-disabled.-inverted {
  color: #D3D6DC;
  border: 2px solid #D3D6DC;
}
.floating-action-button .-left.-primary-action {
  float: left;
}
.floating-action-button .-right.-primary-action {
  float: right;
}
.floating-action-button .-tertiary.-primary-action {
  background: none;
  min-width: auto;
  border: none;
  color: #006BA6;
  padding: 0;
  height: auto;
  margin: 14px 0;
}
@media screen and (min-width: 601px) {
  .floating-action-button .-tertiary.-primary-action {
    margin: 19px 0;
  }
}
.floating-action-button .-tertiary.-primary-action:hover, .floating-action-button .-tertiary.-primary-action:focus, .floating-action-button .-tertiary.-primary-action:active {
  color: #003B71;
}
@media screen and (max-width: 600px) {
  .floating-action-button .-primary-action {
    width: 100%;
  }
  .floating-action-button .-primary-action + .-primary-action {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .floating-action-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .floating-action-button .-primary-action {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .floating-action-button {
    position: fixed;
    background-color: #F7F7F7;
    padding: 15px;
    top: 65px;
    left: 0;
    right: 0;
    transition: all 0.25s ease-out;
  }
  .floating-action-button.scrolling {
    top: -46px;
  }
  .floating-action-button button {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .floating-action-button {
    display: none;
  }
}

.divider {
  display: none;
}
@media screen and (max-width: 768px) {
  .divider {
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .divider:last-child {
    margin-right: 0;
  }
  .divider {
    height: 1px;
    border: 0;
    border-top: 1px solid #E9EBEE;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .divider {
    width: 100%;
  }
}

@-moz-document url-prefix() {}
.link-list-title--small {
  margin: 0;
  padding-bottom: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  body:not(.-locked) .link-list-title--small:not(.-locked) {
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.link-list-title--small-marketing {
  font-size: 1.25rem;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  body:not(.-locked) .link-list-title--small-marketing:not(.-locked) {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.link-list-title--small {
  color: #677083;
}
.link-list-title--large {
  margin: 0;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
}
@media screen and (max-width: 600px) {
  body:not(.-locked) .link-list-title--large:not(.-locked) {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.link-list-title--large-marketing {
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
}
@media screen and (max-width: 600px) {
  body:not(.-locked) .link-list-title--large-marketing:not(.-locked) {
    line-height: 30px;
  }
}
.link-list-title--large {
  color: #0D1C3D;
}
@media screen and (max-width: 600px) {
  .link-list-title--large {
    font-size: 2.25rem;
    line-height: 40px;
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  body:not(.-locked) .link-list-title--large:not(.-locked) {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .link-list-title--large-marketing {
    font-size: 2.25rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  body:not(.-locked) .link-list-title--large-marketing:not(.-locked) {
    font-size: 28px;
    line-height: 42px;
  }
}

@-webkit-keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

#kp-body-container #datatilesframe {
  width: 100%;
}
#kp-body-container .hide {
  display: none;
}
#kp-body-container {
  /*********************************************************************/
  /*********************** LOADING INDICATOR STYLES START ****************/
  /*********************************************************************/
}
#kp-body-container .loadingIndicator {
  display: none;
}
#kp-body-container .loadingIndicator-show {
  opacity: 0.5;
  visibility: visible;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  background: #F7F7F7;
  z-index: 999999999999;
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  #kp-body-container .loadingIndicator-show .message {
    position: relative;
    margin: auto;
    width: 20%;
    top: 50%;
    left: 45%;
    bottom: 0;
    background: #F7F7F7;
    overflow: auto;
  }
}
@media screen and (min-width: 769px) {
  #kp-body-container .loadingIndicator-show .message {
    position: relative;
    margin: auto;
    width: 20%;
    top: 50%;
    left: 48%;
    bottom: 0;
    background: #F7F7F7;
    overflow: auto;
  }
}
#kp-body-container .loadingIndicator-show:before {
  top: 51%;
  left: 49%;
  position: relative;
  z-index: 1;
}
#kp-body-container {
  /*********************************************************************/
  /*********************** LOADING INDICATOR STYLES END ****************/
  /*********************************************************************/
}
#kp-body-container .hide {
  display: none;
}

.back-link-block {
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 600px) {
  #previousPageVALUE {
    margin-top: 24px !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .header-styles {
    font-size: 26px;
    line-height: 32px;
    position: static;
    margin: 30px auto 30px 16px !important;
  }
  #ada-symptom-inline-assessment-container {
    position: static;
    margin: 36px 16px 36px 16px !important;
    height: 508px !important;
  }
  .webview-content .ttl-title {
    display: none;
  }
  .webview-content #chat-exit-assessment-back-button {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #previousPageVALUE {
    margin-top: 30px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .header-styles {
    font-size: 32px;
    line-height: 40px;
    position: static;
    margin: 30px auto 30px 20px !important;
  }
  #ada-symptom-inline-assessment-container {
    position: static;
    margin: 36px 20px 36px 20px !important;
    height: 549px !important;
  }
  .webview-content .ttl-title {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #previousPageVALUE {
    margin-top: 36px !important;
    margin-left: 100px !important;
  }
  .header-styles {
    font-size: 48px;
    line-height: 54px;
    position: static;
    margin: 36px auto 36px 300px !important;
  }
  #ada-symptom-inline-assessment-container {
    position: static;
    margin: 36px 300px 36px 300px !important;
    height: 655px !important;
  }
}