/* Minification failed. Returning unminified contents.
(1274,31): run-time error CSS1046: Expect comma, found '1'
(1274,35): run-time error CSS1046: Expect comma, found '/'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -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/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 when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* 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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}
/* Base style for all views */
/* mobile is primary target */

/* custom font setup */
@font-face {
    font-family: roboto-regular;
    src: url("/Fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: roboto-slab-light;
    src: url("/Fonts/RobotoSlab-Light.ttf");
}

@font-face {
    font-family: roboto-bold;
    src: url("/Fonts/Roboto-Bold.ttf");
}

/* use border box mode for layouts */
html { 
    box-sizing: border-box; 
    min-width: 320px; /*iphone 5 */
}

*, *:before, *:after { box-sizing: inherit; }

/* turn off border box mode for images */
img { box-sizing: content-box; }

body {
    background: #eeefee;
    font: normal normal normal 16px/20px roboto-regular, Helvetica, Arial, sans-serif;
    color: #000000;
    margin: 0;
    min-width: 320px; /*iphone 5 */
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
    line-height: 1.1em;
}

h1 {
    font-family: roboto-slab-light;
    color: #003A96;
    font-weight: normal;
}

h2 {
    font-family: roboto-slab-light;
    color: #000000;
    font-weight: normal;
}

h3 {
    font-family: roboto-bold;
    color: #000000;
    font-weight: normal;
}

p {
    margin-top: 0; 
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    font-family: roboto-bold;
    color: #003A96;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* buttons
    ---------------------------------------------- */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #003A96;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    border-radius: 40px;
    border: 1px transparent;
    width: 100%;
    font-family: roboto-bold;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background: #009CA6;
    color: #fff;
}

.button.outlined,
button.outlined,
input[type="submit"].outlined,
input[type="reset"].outlined,
input[type="button"].outlined {
    color: #003A96;
    background-color: white;
    border: solid 2px #003A96;
}

/* form UI
    ---------------------------------------------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #003A96;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; 
}

label,
legend {
  display: block;
  font-weight: 600; 
}

fieldset {
  padding: 0;
  border-width: 0; 

}

input[type="checkbox"],
input[type="radio"] { display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; 
}

div.validation-summary-errors ul {
    color: red;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.validation-summary-errors ul li {
    color: red;
    margin-left: 5px;
    padding: 2px;
}

span.field-validation-error {
    color: red;
    padding-left: 2px;
    clear: both;
}

table.form-table-centered {
    width: 96%;
    margin: 5px auto 10px auto;
}

table.form-table-centered td {
    text-align: left;
    padding: 5px 10px 5px 5px;
}

table.form-table-centered td label {
    font-weight: bolder;
    font-size: larger;
    float: left;
}

.required {
    color: crimson;
}

table.form-table-float-left {
    width: auto;
    float: left;
}

table.form-table-float-left td {
    text-align: left;
    padding: 5px 10px 5px 5px;
}

table.form-table-float-left td label {
    font-weight: bolder;
    font-size: larger;
    float: right;
}


/* --- Top Bar Styles --- */
/* top bar fixed for mobile */
.screen-top-bar {
    background-color: white;
    height: 71px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #003A96;
}

.screen-top-bar-container {
    width: 100%;
}

.logo-top-bar {
    float: left;
    width: 220px;
    height: 31px;
    margin-left: 0.7em;
    margin-top: 20px;
}

/* -- mobile navigation  -- */
div.menu-toggle-top-bar {
    height: 32px;
    width: 32px;
    margin-top: 16px;
    float: right;
    margin-right: 10px;
    outline: none;
}

div.mobile-menu-top-bar {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 260px;
    height: auto;
    border: 2px solid #003A96;
    border-bottom-width: 4px;
    z-index: 99999;
    right: 0;
    box-shadow: 5px 10px 18px #888888;
}

div.mobile-menu-top-bar ul {
    display: block;
    clear: left;
    margin: 0;
    padding: 16px;
}

div.mobile-menu-top-bar ul li {
    display: block;
    clear: left;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    list-style-type: disc;
}

div.mobile-menu-top-bar-close {
    color: white;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    background-color: #003A96;
    position: relative;
    cursor: pointer;
    clear: both;
    margin-top: 10px;
}

div.mobile-menu-top-bar-submenu {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

div.mobile-menu-top-bar-submenu div {
    padding: 2px;
}

input.mobile-menu-button {
    display: inline-block;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #003A96;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    outline: medium none;
    border-radius: 4px;
    border: 1px solid #003A96;
    width: 118px;
}

input.mobile-menu-button:hover,
input.mobile-menu-button:focus {
    background: #4d9db6;
    color: #fff;
}

/* search */
div.mobile-menu-top-bar-search-icon {
    height: 32px;
    width: 32px;
    margin-top: 16px;
    float: right;
    margin-right: 16px;
    outline: none;
}

div.mobile-menu-top-bar-search-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 60px;
    background-color: #B1E4E3;
    z-index: 100;
    left: 0;
    top: 71px;
    width: 100%;
    padding: 10px;
}

div.mobile-menu-top-bar-search-box.expanded {
    opacity: 1;
    visibility: visible;
}

div.mobile-menu-top-bar-search-box .tt-menu {
    padding: 10px;
    background-color: #ffffff;
    display: block;
    border: solid 2px #003A96;
    width: 100%;
    cursor: pointer;
    line-height: 20px;
    border-radius: 2px;
}

div.mobile-menu-top-bar-search-box .tt-hint {
    background-color: transparent;
}

div.mobile-menu-top-bar-search-box input[type=text] {
    border-radius: 2em;
}

a.mobile-menu-top-bar-search-box-close-icon {
    position: absolute;
    z-index: 1001;
    margin-top: 5px;
    margin-left: -36px;
}

/* --- mobile ui control styles --- */
@media only screen and (max-width: 479px) {
    .do-not-display-for-mobile {
        display: none;
    }
}

@media only screen and (min-width: 480px) {
    .do-not-display-for-desktop {
        display: none;
    }
}

/* --- page content styles  --- */

/* offset content to allow room for top bar and navigation*/
.page-content-container {
    position: inherit;
    left: 0;
    width: 100%;
    max-width: 960px;
    min-height: 260px;
    margin-top: 71px;
}

div.page-content-header {
    padding: 0.938rem 8px;
    background-color: white;
}

.page-content-header-greeting {
    font-size: 1.0625rem;
    line-height: 100%;
}

.page-content-header-greeting-mobile {
    font-size: 0.8rem;
    line-height: 100%;
}

.page-content-header-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
}

.page-content-header-menu li {
    font-size: 1.0625rem;
}

.page-content-header-menu li a {
    display: block;
    padding: 0.7rem 1rem;
    text-decoration: none;
    color: #00226e;
}

.icon-doctor {
    margin-left: 5px;
}

.icon-doctor:before {
    content: "\0000a0";
    background: url("/images/icon-doctor-new.png") center center no-repeat;
    background-size: contain;
    padding: 8px;
}

.icon-contact {
    margin-left: 5px;
}

.icon-contact:before {
    content: "\0000a0";
    background: url("/images/icon-contact-new.png") center center no-repeat;
    background-size: contain;
    padding: 8px;
}

.icon-billing {
    margin-left: 5px;
}

.icon-billing:before {
    content: "\0000a0";
    background: url("/images/icon-billing.png") center center no-repeat;
    background-size: contain;
    padding: 8px;
}

.page-content {
    background-color: white;
    overflow: auto;
    padding: 8px;
    width: 100%;
}

div.page-content-gray-tab {
    display: block;
    margin: 10px 5px;
}

div.page-content-gray-tab-title {
    background-color: rgb(204,204,204);
    background-color: rgba(204,204,204, 1);
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-radius: 12px 12px 0 0;
    padding: 8px;
    color: #999f00;
    font-size: 20px;
    line-height: 26px;
    font-weight: bolder;
    width: 70%;
}

div.page-content-gray-tab-content {
    background-color: rgb(204,204,204);
    background-color: rgba(204,204,204, 1);
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-radius: 0 12px 12px 12px;
    padding: 8px;
}

div.page-content-blue-tab {
    display: block;
    margin: 10px 5px;
}

div.page-content-blue-tab-title {
    background-color: rgb(158,224,250);
    background-color: rgba(158,224,250,1);
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-radius: 12px 12px 0 0;
    padding: 8px;
    color: #999f00;
    font-size: 20px;
    line-height: 26px;
    font-weight: bolder;
    width: 70%;
}

div.page-content-blue-tab-content {
    background-color: rgb(158,224,250);
    background-color: rgba(158,224,250,1);
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-radius: 0 12px 12px 12px;
    padding: 8px;
}

div.page-content-blue-box {
    background-color: #B1E4E3;
    padding: 10px;
    border-radius: 12px 12px 12px 12px;
}

div.page-content-gray-box {
    background-color: rgb(204,204,204);
    background-color: rgba(204,204,204, 1);
    padding: 10px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-topleft: 12px;
    border-radius: 12px 12px 12px 12px;
}

div.document-list-header {
    display: block;
    background-color: #B1E4E3;
    border-radius: 12px 12px 0 0;
    padding: 10px;
    margin: 30px 10px 0 10px;
}

div.document-list-document {
    padding: 10px;
    margin: 0px 10px 0 10px;
}

div.widget-member-placard {
    background-color: #fefefe;
    border-radius: 6px;
    padding: 0.938rem .9375rem;
    margin-bottom: 10px;
    border: 1px solid #003A96;
}

div.widget-member-placard-name {
    clear: both;
}

div.widget-member-placard-name h5 {
    color: #000000;
    font-size: .9375rem;
    margin: 0;
    margin-bottom: 0.5rem;
    font-weight: bolder;
}

div.widget-member-placard-name h1 {
    color: #003A96;
    font-size: 1.875rem;
    font-weight: normal;
}

div.widget-member-placard-logo img {
    float: right;
}

div.widget-member-placard-info {
    padding: 3px;
}

div.widget-member-placard-info h5 {
    color: #000000;
    font-size: .9375rem;
    margin: 0.5rem 0;
    font-weight: bolder;
}

div.widget-member-placard-info-dependents {
    border-top: 1px solid #003A96;
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

div.widget-member-placard-info-dependents a {
    text-decoration: none;
}

div.widget-member-placard-info-dependents-item {
    margin: 0.5rem;
    margin-right: 0;
}

div.widget-member-placard-info-dependents-item-spacer {
    margin: 0.5rem;
    margin-right: 0;
}

div.widget-member-placard-post-effective {
    margin-bottom: 16px;
    border-bottom: 1px solid #003A96;
}

div.widget-member-placard-pema {
    background-color: #b1e4e3;
    padding: 20px 30px;
    margin-bottom: 30px;
}

div.widget-callout-card {
    margin-bottom: .9375rem;
    margin-left: auto;
    margin-right: auto;
    width: 294px;
    position: relative;
}

div.widget-callout-card-link-box {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100%;
    padding: .9375rem 1.875rem;
    padding-right: 10px;
    border-radius: 6px;
    background-color: #009CA6;
}

div.widget-callout-card-link-box h4 {
    margin-bottom: .9375rem;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 5rem;
    z-index: 1;
}

div.widget-callout-card-link-box a {
    color: white;
    text-decoration: none;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

span.widget-callout-card-link-box-arrow {
    margin-left: 0.5rem;
}

span.widget-callout-card-link-box-arrow:before {
    content: "\0000a0";
    background: url("/Images/arrow-white.png") center center no-repeat;
    background-size: contain;
    padding: 6px;
}

div.widget-callout-card-link-box-description {
    min-height: 145px;
    padding: .9375rem;
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    color: white;
}

div.widget-bar-graph {
    width: 100%;
    background-color: #003A96;
    height: 26px;
    border-radius: 3px;
}

div.widget-bar-graph-fill {
    width: 100%;
    background-color: #e9741c;
    height: 100%;
    border-radius: 3px;
}

div.cost-sharing-tile {
    width: 100%;
}

div.new-messages-box {
    width: 100%;
    border: 1px solid #e9741c;
    background-color: #ffdab9;
    text-align: center;
    font-weight: bolder;
    line-height: 32px;
    cursor: pointer;
}

div.user-message {
    width: 96%;
    margin: 5px auto;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #003A96;
    outline: none;
    background-color: #003A96;
}

div.user-message-subject {
    padding: 5px;
    background-color: #003A96;
    color: white;
    width: 100%;
    text-align: left;
    outline: none;
}

div.user-message-subject-new {
    background-color: #e9741c;
}

div.user-message-subject:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: larger;
}

div.user-message-subject-expanded {
}

div.user-message-subject-expanded:after {
    content: "\2212";
}

div.user-message-received {
    text-align: right;
    margin: 3px 0;
}

div.user-message-content {
    padding: 8px;
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid white;
}

div.widget-benefit-detail-tile {
    width: 100%;
    padding: 1rem;
    margin-bottom: 20px;
    box-shadow: 5px 5px rgb(0 1 1 / 25%);
    border-radius: 5px;
    border: solid 1px gray;
}

/* --- page footer styles --- */
.page-footer {
    width: 100%;
    clear: both;
    background: #003A96;
    overflow: auto;
}

.page-footer-left {
    width: 100%;
    padding: 5px;
}

.page-footer-right {
    width: 100%;
    padding: 5px;
}

.page-footer-contact-info {
    width: 100%;
    color: #fff;
    padding: 5px 5px 5px 10px;
    margin-top: 10px;
}

.page-footer-contact-info-title {
    font-size: larger;
    font-weight: bolder;
    margin: 5px 5px 10px 0px;
}

.page-footer-disclaimer {
    color: #fff;
    margin: 10px;
}

.page-footer-contact-info a,
.page-footer-contact-info a:hover,
.page-footer-contact-info a:visited,
.page-footer-disclaimer a,
.page-footer-disclaimer a:hover,
.page-footer-disclaimer a:visited {
    color: white;
}

.page-footer-copyright {
    color: #fff;
    padding: 5px 5px 5px 15px;
    margin-top: 10px;
    height: 26px;
}

.page-footer-horizontal-social-menu {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    float: right;
    margin: 26px 5px 5px 5px
}

.page-footer-horizontal-social-menu li a {
    margin: 10px;
}

figure {
    margin: 10px 10px 10px 0;
    float: left;
}

.loyalty-reward-grid div {
    float: left;
    height: auto;
    margin-bottom: 20px;
}

.loyalty-reward-logo {
    width: 120px;
    margin-left: 10px;
    margin-right: 20px;
}

.loyalty-reward-description {
    width: 320px;
    margin-left: 10px;
    margin-right: 40px;
}

.loyalty-reward-redeem {
    width: 350px;
    margin-left: 10px;
    margin-right: 20px;
}

.clear {
    clear: both;
}

.password-criteria {
    font-style: italic;
}

.password-icon {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle-slider {
    background-color: #009CA6;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle-slider {
    background-color: #009CA6;
}

input:focus + .toggle-slider {
    box-shadow: 0 0 1px #009CA6;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

.toggle-slider.round:before {
    border-radius: 50%;
}

/* spinner */
.spinner-container {
    display: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    display: block;
    margin: 20px auto;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #003A96;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #003A96;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #003A96 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}
@font-face {
    font-family: roboto-regular;
    src: url("/Fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: roboto-slab-light;
    src: url("/Fonts/RobotoSlab-Light.ttf");
}

@font-face {
    font-family: roboto-bold;
    src: url("/Fonts/Roboto-Bold.ttf");
}

body {
    background: white;
    font: normal normal normal 12px/16px roboto-regular, Helvetica, Arial, sans-serif;
    color: black;
    margin: 0;
}

.do-not-print {
    display: none;
}

