﻿/* Blue Brand */
/* Import Files */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Base Colors */
/* Grey Scale*/
/* UI colors*/
/* App / Brand Colors*/
/* Text colors*/
/* Other colours*/
/* Gradients */
/* Paths */
/* Core Layout */
/* Header */
/* Borders */
/* Inputs & Buttons */
/* Box Shadow */
/* Modals */
/* Animation */
/* Typography */
/* Breakpoints */
/* HI DPI */
/* Icon Sprites */
*,
*:after,
*:before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background: #e6e9ec;
  color: #9aa6b3;
}
.body__modal {
  background: #f9f9f9;
}
a {
  color: #0c74d5;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #0c74d5 !important;
  text-decoration: underline;
}
a.button:hover {
  color: #fff !important;
}
a.red-link {
  color: #dc4343;
}
a.green-link {
  color: #32d285;
}
.header {
  position: relative;
  margin-bottom: 40px;
  height: 88px;
  /*min-width: 1060px;*/
  background: white;
  box-shadow: 0 1px 6px 1px rgba(0,0,0,.1);
}
.header ._wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.header ._wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.header__container {
  width: 300px;
  float: left;
  margin-right: 30px;
}
.header__container:last-of-type {
  margin-right: 0;
}
.header .nav--icon-nav {
  width: 700px;
  float: right;
  margin-right: 30px;
  position: relative;
}
.header .nav--icon-nav:last-of-type {
  margin-right: 5px;
}
.header__brand {
  position: absolute;
  top: -10px;
  margin-left: 20px;
}
.header__nav {
  padding-left: 100px;
}
.header__logo {
    max-height: 55px;
    max-width: 155px;
}
.footer {
  width: 100%;
  height: 50px;
  color: #4b5967;
  font-size: 14px;
}
.footer ._wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.footer ._wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.footer__container {
  float: left;
  margin-right: 30px;
  margin-left: 5px;
}
.footer__container:last-of-type {
  margin-right: 0;
}
.footer .nav--icon-nav {
  width: 700px;
  float: right;
  margin-right: 30px;
  position: relative;
}
.footer .nav--icon-nav:last-of-type {
  margin-right: 5px;
}
.footer__brand {
  position: absolute;
  top: -10px;
}
.footer__nav {
  padding-left: 100px;
}

._wrapper {
  width: 1060px;
  margin: 0 auto;
  /* @include max-screen($wrapper-width + 40) {
    width: 100%;
    padding: 0 20px;
  }

  */
}
main {
  /*width: 1060px;*/
  margin: 0 auto;
  /* @include max-screen($wrapper-width + 40) {
    width: 100%;
    padding: 0 20px;
  }

  */
}
main:focus {
  outline: none;
}
.quad-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.quad-container:after {
  clear: both;
  content: "";
  display: table;
}
.quad-container > div {
  width: calc(25% - 30px + 7.5px);
  float: left;
  margin-right: 30px;
}
.quad-container > div:last-of-type {
  margin-right: 0;
}
.triple-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.triple-container:after {
  clear: both;
  content: "";
  display: table;
}
.triple-container > div {
  width: calc(33.33333333333333% - 30px + 10px);
  float: left;
  margin-right: 30px;
}
.triple-container > div:last-of-type {
  margin-right: 0;
}
.double-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.double-container:after {
  clear: both;
  content: "";
  display: table;
}
.double-container > div {
  width: calc(50% - 30px + 15px);
  float: left;
  margin-right: 30px;
}
.double-container > div:last-of-type {
  margin-right: 0;
}
.nav a,
.nav .flyout-hook {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  color: #4b5967;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.nav a:hover,
.nav .flyout-hook:hover {
  color: #0c74d5;
}
.nav__item--active {
  color: #0c74d5 !important;
}
.nav__item--active:after {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0c74d5;
}
.nav--icon-nav {
  text-align: right;
}
.nav--icon-nav__item {
  display: inline;
  position: relative;
  top: 2px;
  margin-left: 20px;
}
.nav--icon-nav__item > a {
  font-size: 24px;
  cursor: pointer;
  color: #0c74d5;
}
.nav--icon-nav__item > a:hover {
  color: #095aa5;
  text-decoration: none;
}
.nav--icon-nav__item > a span {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 5px;
    vertical-align: 33%;
}
.nav--icon-nav__item > a:hover span {
    text-decoration: underline;
}
.nav--icon-nav__item--flyout-active:before,
.nav--icon-nav__item--flyout-active:after {
  display: none;
}
.nav--icon-nav__unread-notifications {
  position: relative;
}
.nav--icon-nav__unread-notifications > a:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #e6923f;
}
nav:focus {
  outline: none;
}

hr {
    border: 0;
    border-bottom: 2px solid #e6e9ec;
    margin-bottom: 12px;
}

.sub-header {
    /* For some reason wihtout these styles element stretches 100% in IE */
    width: 1060px;
    margin: 0 auto;
}
.sub-header h1 {
    font-style: normal;
    font-weight: 100;
    margin-bottom: 20px;
}

.validation-summary-valid { display:none; }

.alert,
.validation-summary-errors {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.alert strong,
.validation-summary-errors strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}
.alert ul,
.validation-summary-errors ul {
  margin-left: 20px;
}
.alert ul li,
.validation-summary-errors ul li {
  list-style-type: disc;
}
.alert--error,
.validation-summary-errors,
.validation-summary-errors--error {
  background-color: #f4c4c4;
  color: #dc4343;
}
.alert--error a,
.validation-summary-errors--error a {
  color: #dc4343;
  text-decoration: underline;
}
.alert--error a:hover,
.validation-summary-errors--error a:hover{
  color: #dc4343!important;
  text-decoration: none;
}
.alert--success,
.validation-summary-errors--success {
  background-color: #d9f7e9;
  color: #26ab6b;
}
.alert--success a,
.validation-summary-errors--success a {
  color: #26ab6b;
  text-decoration: underline;
}
.alert--success a:hover,
.validation-summary-errors--success a:hover{
  color: #26ab6b!important;
  text-decoration: none;
}
.alert--warning,
.validation-summary-errors--warning {
  background-color: #fffcb7;
  color: #827e38;
}
.alert--warning a,
.validation-summary-errors--warning a {
  color: #827e38;
  text-decoration: underline;
}
.alert--warning a:hover,
.validation-summary-errors--warning a:hover{
  color: #827e38!important;
  text-decoration: none;
}
.alert--info,
.validation-summary-errors--info {
  background-color: #b7ddf7;
  color: #1990e3;
}
.alert--info a,
.validation-summary-errors--info a {
  color: #1990e3;
  text-decoration: underline;
}
.alert--info a:hover,
.validation-summary-errors--info a:hover{
  color: #1990e3!important;
  text-decoration: none;
}
.validation-summary-errors {
  background-color: #f4c4c4;
  color: #dc4343;
}
.validation-summary-errors a {
  color: #dc4343;
  text-decoration: underline;
}
.validation-summary-errors a:hover{
  color: #dc4343!important;
  text-decoration: none;
}

.box {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  margin-bottom: 10px;
  min-height: 375px;
}
.box:after {
  clear: both;
  content: "";
  display: table;
}
.box__inner--indent {
  margin-left: 50px;
}
.box__inner--indent .box__heading {
  margin-left: -50px;
}
.box__full-header {
  margin: -20px -25px;
  padding: 20px 25px;
  margin-bottom: 20px;
  background: #0c74d5;
  color: #fff;
  border-radius: 2px 2px 0 0;
}
.box__full-header i {
  position: relative;
  top: -2px;
  float: right;
  color: #fff;
  font-size: 30px;
}
.box__link-list {
  width: 100%;
}
.box__link-list a,
.box__link-list i {
  color: #0c74d5;
}
.box__link-list__item {
  margin-bottom: 15px;
}
.box__link-list__item:last-of-type {
  margin-bottom: 0;
}
.box__link-list__item__icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-size: 24px;
}
.box__link-list__item__arrow {
  float: right;
  font-size: 24px;
}
.box__link-list__item--unread-notification a,
.box__link-list__item--unread-notification i {
  color: #e6923f;
}
.box__link-list__item .mdi-close {
  color: #dc4343;
}
.box__heading {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 200;
  color: #4b5967;
}
.box__heading > i {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.box__heading--bottom-padding {
  padding-bottom: 20px;
}
.box__heading--container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box__heading--container:after {
  clear: both;
  content: "";
  display: table;
}
.box__heading__info-popout .info-popout {
  float: right;
}
.box__description {
  margin-bottom: 20px;
  font-size: 14px;
}
.box__description p {
  margin-bottom: 15px;
}
.box__tabs {
  margin: 0 auto;
  max-width: 1060px;
}
.box__tab {
  display: inline-block;
  line-height: 38px;
  padding: 0 20px;
  margin: 0 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #f4f4f4;
  font-size: 14px;
  color: #9aa6b3;
}
.box__tab:first-of-type {
  margin-left: 0;
}
.box__tab--active {
  background: #fff;
  color: #4b5967;
}
.box--icon-center-box {
  text-align: center;
  height: 255px;
  cursor: pointer;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.box--icon-center-box:hover {
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.15);
}
.box--icon-center-box__icon {
  margin: 10px 0 20px;
  display: inline-block;
}
.box--icon-center-box__title {
  display: block;
  margin-bottom: 10px;
  color: #4b5967;
}
.box--icon-center-box__description {
  color: #9aa6b3;
  font-size: 12px;
}
.box--login {
  position: relative;
  top: 20%;
  width: 720px;
  height: 360px;
}
.box--login__inner {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box--login__brand-container,
.box--login__content-container {
  height: calc(360px - 20px * 2);
  text-align: center;
}
.box--login__brand-container {
  border-right: 2px solid #e6e9ec;
}
.box--login__content-container h1 {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4b5967;
}
.box--login__content-container input {
  margin-bottom: 20px;
  width: 80%;
}
.box--login__content-container a {
  font-size: 12px;
  color: #c8d0d8;
}
.box--login .main-action-button {
  position: absolute;
  bottom: -40px;
  right: 40px;
}
.box--bottom-action-icon {
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.box--bottom-action-icon .main-action-button,
.box--bottom-action-icon .secondary-action-button {
  position: absolute;
  bottom: -40px;
}
.box--bottom-action-icon .main-action-button {
  right: 30px;
}
.box--bottom-action-icon .secondary-action-button {
  left: 30px;
}
.button--text {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: #9aa6b3;
    cursor: pointer;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
}

    .button--text:hover {
        color: #dc4343;
    }

.button {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}

    .button:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

.button--tiny {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: #0c74d5;
    color: #fff;
}

    .button--tiny:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--tiny:hover,
    .button--tiny:focus {
        background-color: #1889f2;
    }

    .button--tiny:active {
        background-color: #52a6f5;
    }

    .button--tiny:disabled,
    .button--tiny.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

.button--small {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #0c74d5;
    color: #fff;
}

    .button--small:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--small:hover,
    .button--small:focus {
        background-color: #1889f2;
    }

    .button--small:active {
        background-color: #52a6f5;
    }

    .button--small:disabled,
    .button--small.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

.button--main {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    background-color: #0c74d5;
    color: #fff;
}

    .button--main:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--main:hover,
    .button--main:focus {
        background-color: #1889f2;
    }

    .button--main:active {
        background-color: #52a6f5;
    }

    .button--main:disabled,
    .button--main.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

.button--success {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    background-color: #0c74d5;
    background-color: #32d285;
    color: #fff;
}

    .button--success:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--success:hover,
    .button--success:focus {
        background-color: #1889f2;
    }

    .button--success:active {
        background-color: #52a6f5;
    }

    .button--success:disabled,
    .button--success.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

    .button--success:hover,
    .button--success:focus {
        background-color: #53d999;
    }

    .button--success:active {
        background-color: #86e4b7;
    }

    .button--success:disabled,
    .button--success.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

.button--default {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 48px;
    line-height: 48px;
    padding: 0 35px;
    background-color: #0c74d5;
    background-color: #6d7f8d;
    color: #fff;
}

    .button--default:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--default:hover,
    .button--default:focus {
        background-color: #1889f2;
    }

    .button--default:active {
        background-color: #52a6f5;
    }

    .button--default:disabled,
    .button--default.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

    .button--default:hover,
    .button--default:focus {
        background-color: #83939f;
    }

    .button--default:active {
        background-color: #a6b1ba;
    }

    .button--default:disabled,
    .button--default.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

.button--toggle-selected {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #0c74d5;
    color: #fff;
}

    .button--toggle-selected:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--toggle-selected:hover,
    .button--toggle-selected:focus {
        background-color: #1889f2;
    }

    .button--toggle-selected:active {
        background-color: #52a6f5;
    }

    .button--toggle-selected:disabled,
    .button--toggle-selected.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

    .button--toggle-selected:hover,
    .button--toggle-selected:focus {
        background-color: #1889f2;
    }

    .button--toggle-selected:active {
        background-color: #52a6f5;
    }

    .button--toggle-selected:disabled,
    .button--toggle-selected.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

    .button--toggle-selected:hover,
    .button--toggle-selected:focus,
    .button--toggle-selected:active {
        cursor: default;
        background-color: #0c74d5;
    }

    .button--toggle-selected:disabled {
        color: white;
        background-color: #c8d0d8;
        border: 1px solid #c8d0d8;
        cursor: default;
    }

.button--toggle-notselected {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #0c74d5;
    color: #fff;
    color: #0c74d5;
    background: none;
    border: 1px solid #0c74d5;
}

    .button--toggle-notselected:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .button--toggle-notselected:hover,
    .button--toggle-notselected:focus {
        background-color: #1889f2;
    }

    .button--toggle-notselected:active {
        background-color: #52a6f5;
    }

    .button--toggle-notselected:disabled,
    .button--toggle-notselected.disabled {
        color: white;
        background-color: #c8d0d8;
        cursor: default;
        pointer-events: none;
        background-image: none;
    }

    .button--toggle-notselected:hover,
    .button--toggle-notselected:focus {
        background-color: #e3f0fd;
    }

    .button--toggle-notselected:disabled {
        color: white;
        background-color: #c8d0d8;
        border: 1px solid #c8d0d8;
        cursor: default;
    }

.main-action-button {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 50px;
    background-color: #0c74d5;
    color: #fff;
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.15);
    background-image: 8121991;
    background-image: -webkit-linear-gradient(#218ef3, #095aa5);
    background-image: -moz-linear-gradient(#218ef3, #095aa5);
    background-image: -o-linear-gradient(#218ef3, #095aa5);
    background-image: linear-gradient(#218ef3, #095aa5);
}

    .main-action-button:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .main-action-button > i {
        vertical-align: top;
        position: relative;
        top: 5px;
    }

@-moz-document url-prefix() {
    .main-action-button > i {
        top: 6px;
    }
}

.main-action-button:hover,
.main-action-button:focus {
    background-color: #1889f2;
}

.main-action-button:active {
    background-color: #52a6f5;
}

.main-action-button:disabled,
.main-action-button.disabled {
    color: white;
    background-color: #c8d0d8;
    cursor: default;
    pointer-events: none;
    background-image: none;
}

.main-action-button:hover,
.main-action-button:focus {
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
    background-image: 8121991;
    background-image: -webkit-linear-gradient(#3a9af4, #0a5fae);
    background-image: -moz-linear-gradient(#3a9af4, #0a5fae);
    background-image: -o-linear-gradient(#3a9af4, #0a5fae);
    background-image: linear-gradient(#3a9af4, #0a5fae);
}

.main-action-button--default {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 50px;
    background-color: #6d7f8d;
    color: #fff;
}

    .main-action-button--default:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .main-action-button--default > i {
        vertical-align: top;
        position: relative;
        top: 5px;
    }

@-moz-document url-prefix() {
    .main-action-button--default > i {
        top: 6px;
    }
}

.main-action-button--default:hover,
.main-action-button--default:focus {
    background-color: #83939f;
}

.main-action-button--default:active {
    background-color: #a6b1ba;
}

.main-action-button--default:disabled,
.main-action-button--default.disabled {
    color: white;
    background-color: #c8d0d8;
    cursor: default;
    pointer-events: none;
    background-image: none;
}

.secondary-action-button {
    will-change: background-color;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 50px;
    background-color: #0c74d5;
    color: #fff;
    background-color: #fff;
    border: 2px solid #9aa6b3;
    color: #9aa6b3;
    -moz-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
}

    .secondary-action-button:focus {
        outline: none;
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .secondary-action-button > i {
        vertical-align: top;
        position: relative;
        top: 5px;
    }

@-moz-document url-prefix() {
    .secondary-action-button > i {
        top: 6px;
    }
}

.secondary-action-button:hover,
.secondary-action-button:focus {
    background-color: #1889f2;
}

.secondary-action-button:active {
    background-color: #52a6f5;
}

.secondary-action-button:disabled,
.secondary-action-button.disabled {
    color: white;
    background-color: #c8d0d8;
    cursor: default;
    pointer-events: none;
    background-image: none;
}

.secondary-action-button:hover {
    border-color: #637384;
}

.button-edit-contingent {
    margin-right: 1.5em;
}

.button-edit-primary {
    padding-right: 1.5em;
}

.button-width {
    width: 200px;
}

.button--submit {
    margin-top: 10px;
    margin-bottom: -10px;
}
.calendar {
  margin: 50px auto;
  visibility: hidden;
  opacity: 0;
  z-index: 1287;
  -moz-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}
.calendar--active {
  visibility: visible;
  opacity: 1;
}
.calendar .cal {
  margin: 0 auto;
}
.cal {
  display: block;
  width: 216px;
  background: #fff;
  border: 1px solid #c8d0d8;
}
.cal a {
  text-decoration: none;
}
.cal caption {
  display: block;
  margin: -1px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #0c74d5;
}
.cal caption a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: #fff !important;
}
.cal caption .prev {
  float: left;
}
.cal caption .next {
  float: right;
}
.cal th,
.cal td {
  width: 30px;
  text-align: center;
}
.cal th:first-child,
.cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 20px;
  font-size: 8px;
  color: #696969;
  text-transform: uppercase;
  background: #f3f3f3;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 30px;
  line-height: 28px;
  color: #666;
}
.cal td a:hover,
.cal td.off a {
  background: #f3f3f3;
}
.cal td.off a {
  color: #b3b3b3;
}
.cal td.active a,
.cal td a:active {
  margin: -1px;
  color: #fff;
  background: #0c74d5;
}
.cal td.active a:hover,
.cal td a:active:hover {
  color: #fff !important;
}
.cal td.active:first-child a,
.cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a,
.cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a,
.cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}
.icon {
  display: inline-block;
}
.heading-icon-1 {
  background-image: url(../Images/is.png);
  background-position: 0px -128px;
  width: 32px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heading-icon-1 {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: 0px -64px;
  }
}
.heading-icon-2 {
  background-image: url(../Images/is.png);
  background-position: -128px -128px;
  width: 28px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heading-icon-2 {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -64px -64px;
  }
}
.heading-icon--edit-book,
.heading-icon-3 {
  background-image: url(../Images/is.png);
  background-position: 0px -256px;
  width: 26px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heading-icon--edit-book,
  .heading-icon-3 {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: 0px -128px;
  }
}
.large-current-status-icon {
  background-image: url(../Images/is.png);
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .large-current-status-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: 0px 0px;
  }
}
.large-family-status-icon {
  background-image: url(../Images/is.png);
  background-position: -128px 0px;
  width: 56px;
  height: 64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .large-family-status-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -64px 0px;
  }
}
.large-profile-icon {
  background-image: url(../Images/is.png);
  background-position: -256px 0px;
  width: 64px;
  height: 64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .large-profile-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -128px 0px;
  }
}
.large-beneficiaries-icon {
  background-image: url(../Images/is.png);
  background-position: -384px 0px;
  width: 60px;
  height: 64px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .large-beneficiaries-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -192px 0px;
  }
}
.small-personal-info-icon {
  background-image: url(../Images/is.png);
  background-position: 0px -256px;
  width: 26px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .small-personal-info-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: 0px -128px;
  }
}
.small-dependents-icon {
  background-image: url(../Images/is.png);
  background-position: -128px -256px;
  width: 32px;
  height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .small-dependents-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -64px -128px;
  }
}
.small-benefits-icon {
  background-image: url(../Images/is.png);
  background-position: -256px -256px;
  width: 32px;
  height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .small-benefits-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -128px -128px;
  }
}
.small-beneficiaries-icon {
  background-image: url(../Images/is.png);
  background-position: -384px -256px;
  width: 30px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .small-beneficiaries-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -192px -128px;
  }
}
.small-coordination-benefits-icon {
  background-image: url(../Images/is.png);
  background-position: -512px -256px;
  width: 32px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .small-coordination-benefits-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -256px -128px;
  }
}
.small-documents-icon {
  background-image: url(../Images/is.png);
  background-position: -640px -256px;
  width: 28px;
  height: 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .small-documents-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -320px -128px;
  }
}
.step-check-icon {
  background-image: url(../Images/is.png);
  background-position: -768px -256px;
  width: 27px;
  height: 27px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .step-check-icon {
    background-image: url(../Images/is_2x.png);
    background-size: 640px;
    background-position: -384px -128px;
  }
}
.info-popout {
  position: relative;
}
.info-popout .info-icon {
  color: #9aa6b3;
  font-size: 30px;
}
.info-popout__element {
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 100;
  width: 400px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #9aa6b3;
  background-color: #fafafa;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity .2s, visbility .2s;
  -o-transition: opacity .2s, visbility .2s;
  -webkit-transition: opacity .2s, visbility .2s;
  transition: opacity .2s, visbility .2s;
}
.info-popout__element p {
  margin-bottom: 10px;
}
.info-popout__element--active {
  visibility: visible;
  opacity: 1;
}
select::-ms-expand {
  display: none;
}
.select-container {
  position: relative;
  width: 100%;
}
.select-container select {
  background-color: #fafafa;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAKCAYAAAA6jzeaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY3QURGNUVBMERFNjExRTU4Mzk3OUNGQUU2MTkwNjkyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY3QURGNUVCMERFNjExRTU4Mzk3OUNGQUU2MTkwNjkyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjdBREY1RTgwREU2MTFFNTgzOTc5Q0ZBRTYxOTA2OTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjdBREY1RTkwREU2MTFFNTgzOTc5Q0ZBRTYxOTA2OTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41U6o2AAABCElEQVR42rTSwUsCQRQG8G8WGtCLBilhmEfDsx5FxENo/22HDhaIB0FIsYOGiyAoKrGXdkHXHKiXo6wpuw0L637wBt4wML/hDYgIskx9TDN7Q06vqo09p5Fu+jrrpzRsYw1b9Ngd4Knex3wtCIqI9YK6L29o9tp41i3lWb/RhPik6djCl+zshRLiAAYrAsM3jIkBU4jAEI3zS5Yt51GIafudfyAOoL/82fUXsTTuixnEOWeBEXLhkSTLKSBuwC2qpSyuIsEBMkx+jL/XGvTe6ODV2l+GaAq1yjWmjVPAQ/kOiTMBXAhPyFHCABzGcRzXaEIGeCK8IGECPMfhGk3nAzf58AAyvwIMAIaQ8bJe1lTdAAAAAElFTkSuQmCC') /*../../Images/icon-expand-more.png*/;
  background-position: right 18px;
  background-repeat: no-repeat;
  border-radius: 2px;
  border: 2px solid #c8d0d8;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  will-change: border-color;
  height: 46px;
  line-height: 14px;
  padding: 11px 40px 10px 10px;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-container select:focus:enabled {
  outline: none;
  box-shadow: 0px 3px 4px 3px rgba(12, 116, 213, 0.1);
  -webkit-box-shadow: 0px 3px 4px 1px rgba(12, 116, 213, 0.1);
}
.select-container select:hover:enabled {
  border-color: #aab7c3;
}
.select-container select:disabled {
  background-color: #eee;
  color: #aaa;
}
.select-container .mdi {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #9aa6b3;
}
textarea {
  width: 100%;
  will-change: border-color;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: inline-block;
  background-color: #fafafa;
  border-radius: 2px;
  border: 2px solid #c8d0d8;
  text-align: left;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
  height: auto;
  padding: 10px 20px;
  line-height: 22px;
  resize: none;
}
textarea:hover:enabled {
  border-color: #aab7c3;
}
textarea:focus:enabled {
  outline: none;
  box-shadow: 0px 3px 4px 3px rgba(12, 116, 213, 0.1);
  -webkit-box-shadow: 0px 3px 4px 1px rgba(12, 116, 213, 0.1);
}
textarea:disabled {
  background-color: #eee;
  color: #aaa;
}
input[type="radio"] {
  position: relative;
  top: -2px;
}
.small-input {
  width: 100%;
  will-change: border-color;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: inline-block;
  background-color: #fafafa;
  border-radius: 2px;
  border: 2px solid #c8d0d8;
  text-align: left;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
}
.small-input:hover:enabled {
  border-color: #aab7c3;
}
.small-input:focus:enabled {
  outline: none;
  box-shadow: 0px 3px 4px 3px rgba(12, 116, 213, 0.1);
  -webkit-box-shadow: 0px 3px 4px 1px rgba(12, 116, 213, 0.1);
}
.small-input:disabled {
  background-color: #eee;
  color: #aaa;
}
.medium-input {
  width: 100%;
  will-change: border-color;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: inline-block;
  background-color: #fafafa;
  border-radius: 2px;
  border: 2px solid #c8d0d8;
  text-align: left;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
  font-size: 16px;
}
.medium-input:hover:enabled {
  border-color: #aab7c3;
}
.medium-input:focus:enabled {
  outline: none;
  box-shadow: 0px 3px 4px 3px rgba(12, 116, 213, 0.1);
  -webkit-box-shadow: 0px 3px 4px 1px rgba(12, 116, 213, 0.1);
}
.medium-input:disabled {
  background-color: #eee;
  color: #aaa;
}
.medium-input__width-400 {
  width: 400px;
}
.medium-input.password {
    width: 94%;
}
.large-input {
  width: 100%;
  will-change: border-color;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  display: inline-block;
  background-color: #fafafa;
  border-radius: 2px;
  border: 2px solid #c8d0d8;
  text-align: left;
  height: 58px;
  line-height: 58px;
  padding: 0 14px;
}
.large-input:hover:enabled {
  border-color: #aab7c3;
}
.large-input:focus:enabled {
  outline: none;
  box-shadow: 0px 3px 4px 3px rgba(12, 116, 213, 0.1);
  -webkit-box-shadow: 0px 3px 4px 1px rgba(12, 116, 213, 0.1);
}
.large-input:disabled {
  background-color: #eee;
  color: #aaa;
}
.input-container {
  position: relative;
  margin-bottom: 20px;
  max-width: 400px;
}
.input-container label {
  display: block;
  margin-bottom: 4px;
}
.input-container__required {
  color: red;
}
.input-container .calendar {
  position: absolute;
  top: 10px;
  left: 0;
}
.input-container .field-description {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 5px;
}
.value-to-be-replaced-with-input {
  text-align: left;
  margin-left: 12px;
  font-size: 14px;
  font-family: Arial;
}
.input-container .input-validation-error,
.input-container .ng-invalid.ng-dirty {
  border: 2px solid red;
}
.input-container .input-validation-error:hover:enabled,
.input-container .ng-invalid.ng-dirty:hover:enabled {
  border-color: red;
}
.input-container .input-validation-error:focus:enabled,
.input-container .ng-invalid.ng-dirty:focus:enabled {
  outline: none;
  box-shadow: 0px 3px 4px 1px rgba(255, 0, 0, 0.1);
}
.field-validation-error {
  color: red;
  display: block;
  font-size: 15px;
}
.input-container .field-validation-error {
  margin-top: 5px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1337;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 233, 236, 0.95);
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}
.modal-overlay--active {
  visibility: visible;
  opacity: 1;
}
.modal {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1338;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: none;
  -moz-transition: opacity 0.2s, visibility 0.2s, top 0.2s ease-out;
  -o-transition: opacity 0.2s, visibility 0.2s, top 0.2s ease-out;
  -webkit-transition: opacity 0.2s, visibility 0.2s, top 0.2s ease-out;
  transition: opacity 0.2s, visibility 0.2s, top 0.2s ease-out;
}
.modal__pre-animation {
  display: block;
}
.modal__close-modal {
  float: right;
  margin-top: 2px;
  color: #0c74d5;
  font-size: 30px;
}
.modal__box {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.2);
}
.modal__box__header {
  padding: 20px;
  background: #0c74d5;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modal__box__header .modal__close-modal {
  position: relative;
  top: -4px;
  float: right;
  color: #fff !important;
}
.modal__box__section-heading {
  padding-bottom: 14px;
  margin: 10px 0 20px;
  border-bottom: 2px solid #c8d0d8;
  font-size: 20px;
  font-weight: 200;
  color: #2e363c;
}
.modal__box__inner {
  padding: 20px 30px;
  background: #f9f9f9;
}
.modal__box__cta-container {
  margin-bottom: 30px;
}
.modal__box__cta-container .button--success {
  float: right;
}
.modal__box__cta-container .button--text {
  position: relative;
  top: 10px;
}
.modal--active {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.modal--announcement__heading {
  margin-top: 20px;
  font-size: 18px;
  color: #4b5967;
}
.modal--announcement__sub-header {
  margin-bottom: 20px;
  font-size: 14px;
  color: #9aa6b3;
}
.modal--announcement__sub-header i {
  margin-right: 5px;
}
.modal--announcement__details {
  width: 60%;
  line-height: 22px;
}
.modal--add-member .coverage-input__container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;
}
.modal--add-member .coverage-input__container:after {
  clear: both;
  content: "";
  display: table;
}
.modal--add-member .coverage-input__container__col {
  width: calc(50% - 30px + 15px);
  float: left;
  margin-right: 30px;
  text-align: left;
}
.modal--add-member .coverage-input__container__col:last-of-type {
  margin-right: 0;
}
.modal--add-member .coverage-input__container__col > span {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #c8d0d8;
  text-align: center;
}
.modal--add-member .center-button {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.pagination {
  margin: 20px 0;
  height: 20px;
}
.pagination i {
  vertical-align: middle;
  font-size: 30px;
}
.pagination__left {
  float: left;
}
.pagination__right {
  float: right;
}
.paper,
.announcement-alert,
.docs-management__item-thumbnail,
.info-popout__element {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table th {
  text-align: left;
}
.table td {
  line-height: 1.5em;
}
.table a {
  color: #0c74d5;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.table a:hover {
  color: #218ef3;
  text-decoration: underline;
}
.table a.red-link {
  color: #dc4343;
}
.table a.green-link {
  color: #32d285;
}
.table thead th {
  background-color: #ffffff;
  border-bottom: 0px;
  padding: 20px 15px 19px;
}
.table tbody {
  background-color: #fff;
}
.table tbody td {
  border-bottom: 1px solid #e6e9ec;
  padding: 20px 15px 19px;
  font-size: 14px;
  color: #4b5967;
}
.table tbody tr:last-of-type td {
  border-bottom: none;
}
.table--stylized {
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e3;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
}
.table--stylized tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table--stylized tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table--stylized th {
  text-align: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.table--stylized td {
  line-height: 1.5em;
}
.table--stylized thead th {
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e3;
  padding: 12px 15px;
  font-size: 14px;
}
.table--stylized tbody {
  background-color: #fff;
}
.table--stylized tbody tr:nth-child(even) {
  background: #fbfbfb;
}
.table--stylized tbody td {
  border-bottom: 0px;
  border-top: 1px solid transparent;
  padding: 15px;
  font-size: 14px;
  color: #4b5967;
}
.table--plain tbody td {
  border: none;
}
.table--benefits-enrollment-select {
  border: none;
  box-shadow: none;
}
.table--benefits-enrollment-select .benefit-select-row td {
  position: relative;
}
.table--benefits-enrollment-select .benefit-select-row .mdi-check {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
}
.table--benefits-enrollment-select .benefit-select-row.active td {
  color: #0c74d5;
}
.table--benefits-enrollment-select .benefit-select-row.active td .mdi-check {
  display: block;
}
.table .table__title {
  color: #9aa6b3;
}
.table--centered-title {
  text-align: right;
}
.table input[type="text"] {
  border: 2px solid transparent;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  color: #4b5967;
  outline: none;
}
.table select {
  color: #4b5967;
}
.table--disabled-inputs input[type="text"] {
  color: #4b5967;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.table--enabled-inputs tbody td {
  border-top: 0;
  padding: 10px 15px;
}
.table--enabled-inputs input[type="text"] {
  padding: 10px;
  border: 2px solid #c8d0d8;
  border-radius: 4px;
  background: #fafafa;
  -moz-transition: border .2s;
  -o-transition: border .2s;
  -webkit-transition: border .2s;
  transition: border .2s;
  width: 100%;
}
.table--enabled-inputs input[type="text"]:focus {
  border: 2px solid #2d9be8;
}
.table--enabled-inputs .select-container select {
  border-radius: 4px;
  height: 40px;
  background-position: right 14px;
}
.table--enabled-inputs .select-container select:focus {
  border: 2px solid #2d9be8;
}
table .status {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
table .status--active {
  background-color: #32d285;
}
table .status--expired {
  background-color: #dc4343;
}
.tel {
  color: #7d8c9d;
}
.title-toolbar {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e6e9ec;
}
.title-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.title-toolbar__heading {
  display: inline-block;
  vertical-align: top;
}
.title-toolbar__heading h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  color: #4b5967;
}
.title-toolbar__action-container {
  display: inline-block;
  vertical-align: top;
}
.title-toolbar__action-container--pull-right {
  float: right;
}
.title-toolbar__action-container .button {
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
}
.title-toolbar__action-container .mdi {
  font-size: 18px;
}
.title-toolbar__action-container .info-icon i {
  position: relative;
  top: 6px;
  font-size: 36px;
}
.title-toolbar__description {
  margin-top: 10px;
  font-size: 14px;
}
.title-toolbar--benefits-dollar-amount {
  position: relative;
  margin-bottom: 180px;
}
.title-toolbar--benefits-dollar-amount:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -30px;
  height: 220px;
  width: calc(100% +  60px);
  background-image: linear-gradient(#fff, #f9f9f9);
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}
.title-toolbar__amount-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  position: relative;
  top: 55px;
}
.title-toolbar__amount-container:after {
  clear: both;
  content: "";
  display: table;
}
.title-toolbar__amount-container > div {
  width: calc(16.666666666666664% - 30px + 5px);
  float: left;
  margin-right: 30px;
  text-align: center;
}
.title-toolbar__amount-container > div:last-of-type {
  margin-right: 0;
}
.title-toolbar__amount-container__dollar-amount {
  display: block;
  margin-bottom: 10px;
  color: #0c74d5;
  font-size: 28px;
}
.title-toolbar__amount-container__amount-description {
  display: block;
  width: 85%;
  margin: 0 auto;
  font-size: 12px;
}
[data-tips] {
  position: relative;
  text-decoration: none;
  z-index: 999;
}
[data-tips]:before,
[data-tips]:after {
  position: absolute;
  z-index: 1237;
  opacity: 0;
}
[data-tips]:after {
  content: attr(data-tips);
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #222;
  border-radius: 2px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
}
[data-tips]:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
}
[data-tips]:hover:before,
[data-tips]:hover:after {
  opacity: 1;
}
[data-tips].tooltip--top:before,
[data-tips].tooltip--top:after {
  bottom: 90%;
  left: -9999px;
  margin-bottom: 12px;
}
[data-tips].tooltip--top:before {
  border-color: #222 transparent transparent transparent;
  margin-bottom: 0;
}
[data-tips].tooltip--top:hover:after {
  bottom: 100%;
}
[data-tips].tooltip--top:hover:before {
  left: 15px;
}
[data-tips].tooltip--bottom:before,
[data-tips].tooltip--bottom:after {
  top: 90%;
  left: -9999px;
  margin-top: 12px;
}
[data-tips].tooltip--bottom:before {
  border-color: transparent transparent #222 transparent;
  margin-top: 1px;
}
[data-tips].tooltip--bottom:hover:before,
[data-tips].tooltip--bottom:hover:after {
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-tips].tooltip--help:before,
[data-tips].tooltip--help:after {
  top: 90%;
  left: -9999px;
  width: 268px;
  height: auto;
  white-space: normal;
  text-align: left;
  line-height: 22px;
  padding: 5px;
  padding-left: 10px;
}
[data-tips].tooltip--help:before {
  border-color: transparent transparent #222 transparent;
  margin-top: 1px;
}
[data-tips].tooltip--help:hover:before,
[data-tips].tooltip--help:hover:after {
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h1 {
  font-size: 36px;
  line-height: 36.5px;
}
h2 {
  font-size: 30px;
  line-height: 30.5px;
}
h3 {
  font-size: 24px;
  line-height: 24.5px;
}
h4 {
  font-size: 18px;
  line-height: 18.5px;
}
h5 {
  font-size: 16px;
  line-height: 16.5px;
}
h6 {
  font-size: 12px;
  line-height: 12.5px;
}
em {
  font-style: italic;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}



/* VoUserAccount specific styles   */
.register__member, .register__admin {
    float: left;
    width: 400px;
    max-width: 100%;
}

.register__account {
    margin-left: 100px;
    float: left;
    width: 400px;
    max-width: 100%;
}
.register__consent {
    clear: both;
    background: #fafafa;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e6e6e3;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-collapse: separate;
    border-spacing: 0;
    padding: 20px;
    margin-bottom: 20px;
}

.register__consent h4 {
    margin-bottom: 10px;
}

.register__consent p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
}

.form-instructions {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.copy p {
    margin-bottom: 15px;
}

.tooltip--help.icon-i {
    cursor: help;
    background: url(../Images/icon-i.svg) 0 0 no-repeat;
    top: 6px;
    left: 7px;
    width: 14px;
    display: inline-block;
    position: relative;
}

/* Password Strength Meter */
.strength-meter {
    height: 5px;
}
.show-hide {
    position: relative;
    top: 3px;
    left: 3px;
    cursor: pointer;
    padding-right: 15px;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.show-hide.show {
    background-image: url("../Images/ShowPassword.png");
    background-repeat: no-repeat;
}

.show-hide.hide {
    background-image: url("../Images/HidePassword.png");
    background-repeat: no-repeat;
}
.very-weak {
    background-color: #FFA0A0;
    border-color: #F04040 !important;
}
.weak {
    background-color: #FFB78C;
    border-color: #FF853C !important;
}
.medium {
    background-color: #FFEC8B;
    border-color: #FC0 !important;
}
.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
}
ol .list {
    list-style: decimal
}