[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'UHC Sans Bold';
    src: url("../fonts/uhcsans/uhcsans-bold-webfont.eot");
    src: url("../fonts/uhcsans/uhcsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/uhcsans/uhcsans-bold-webfont.woff") format("woff"), url("../fonts/uhcsans/uhcsans-bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'UHC Sans Medium';
    src: url("../fonts/uhcsans/uhcsans-medium-webfont.eot");
    src: url("../fonts/uhcsans/uhcsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/uhcsans/uhcsans-medium-webfont.woff") format("woff"), url("../fonts/uhcsans/uhcsans-medium-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'UHC Sans Light';
    src: url("../fonts/uhcsans/uhcsans-regular-webfont.eot");
    src: url("../fonts/uhcsans/uhcsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/uhcsans/uhcsans-regular-webfont.woff") format("woff"), url("../fonts/uhcsans/uhcsans-regular-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Optum-Micro-interaction-16';
    src:  url('../fonts/Micro-interaction-icons/Optum-Micro-interaction-16.eot?iuw55f');
    src:  url('../fonts/Micro-interaction-icons/Optum-Micro-interaction-16.eot?iuw55f#iefix') format('embedded-opentype'),
    url('../fonts/Micro-interaction-icons/Optum-Micro-interaction-16.woff2?iuw55f') format('woff2'),
    url('../fonts/Micro-interaction-icons/Optum-Micro-interaction-16.ttf?iuw55f') format('truetype'),
    url('../fonts/Micro-interaction-icons/Optum-Micro-interaction-16.woff?iuw55f') format('woff'),
    url('../fonts/Micro-interaction-icons/Optum-Micro-interaction-16.svg?iuw55f#Optum-Micro-interaction-16') format('svg');
    font-weight: normal;
    font-style: normal;
}

#hsid-login .spinner:before {
    content: url("../img/spinner.gif");
    display: block;
    text-align: center;
    width: 140px;
}

.icon-alert_filled:before {
    content: "\e98c";
    font-family: 'Optum-Micro-interaction-16' !important;
}
.icon-checkmark_filled:before {
    content: "\e994";
    font-family: 'Optum-Micro-interaction-16' !important;
}
.icon-warning_filled:before {
    content: "\e99b";
    font-family: 'Optum-Micro-interaction-16' !important;
}
.icon-close:before {
    content: "\e969";
    font-family: 'Optum-Micro-interaction-16' !important;
}

.icon-info_filled:before {
    content: "\e99a";
    font-family: 'Optum-Micro-interaction-16' !important;
    margin-right: 5px;
}

html, body {
    padding: 0;
    margin: 0;
    color: #2D2D39;
}

#hsid-login {
    font-family: Arial, sans-serif;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-width: 843px) {
    #hsid-login {
        padding-top: 15px;
        padding-bottom: 0;
    }
}

#hsid-login h1 {
    font-size: 24px;
    font-family: Arial, sans-serif;
    padding: 0 15px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
}

#hsid-login a {
    font-size: inherit;
    white-space: nowrap;
    color: #196ECF; }
#hsid-login a:hover {
    color: #115FA0; }
#hsid-login a:focus {
    outline: 3px auto rgba(94, 158, 214, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(94, 158, 214, 0.8); }

#hsid-login .nowrap {
    white-space: nowrap;
}

#hsid-login .text-center {
    text-align: center;
}

#hsid-login div > p {
    padding: 0 15px;
}
#hsid-login p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
#hsid-login .form__group {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 14px;
    max-width: 20em;
}

#hsid-login .form__group label, #hsid-login .modal label {
    font-size: 14px;
}

#hsid-login .form_group label {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#hsid-login .form__group p {
    padding: 0;
}

#hsid-login span {
    font-size: 14px;
}

#hsid-login .form-control {
    font-family: Arial, sans-serif;
    padding: 4px 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #16181C;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 96%;
    box-shadow-inset: 0 1px 1px 0 rgba(0, 0, 0, 0.075);
}
#hsid-login .form-control:focus {
    border-color: rgba(242, 180, 17, 1);
    outline: 0;
    outline: thin dotted rgba(242, 180, 17, 1);
}

#hsid-login .form-control::-webkit-input-placeholder { /* Chrome */
    color: #16181C; }
#hsid-login .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #16181C;
}
#hsid-login .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #16181C;
    opacity: 1;
}

#hsid-login .signin-form-container, #hsid-login .register-container {
    display: inline-block;
    padding: 0 40px 5px;
    vertical-align: top;
}

#hsid-login .signin-form-container {
    border-right: 1px solid #E0E0E0;
}

#hsid-login .register-container {
    margin-top: 15px;
    padding-bottom: 10px;
    padding: 0 40px 5px;
    border-radius: 0 0 10px 10px;
    width: 34%;
}

@media screen and (max-width: 843px) {
    #hsid-login .signin-form-container {
        padding: 0;
        border-right: none;
    }
    #hsid-login .register-container {
        padding: 0 0 5px;
        border-left: none;
        width: 100%;
        background-color: #F5F5F5;
    }
    #hsid-login .register-container h1 {
        padding-top: 15px !important;
        border-top: 1px solid #E0E0E0;
        font-size: 14px;
        line-height: 1.5;
        font-family: Arial, san-serif;
        font-weight: bold;
    }
}

#hsid-login .strong {
    font-weight: bold !important; }
#hsid-login .tb-margin {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

#hsid-login .button {
    font-size: 14px;
    white-space: normal;
}

#hsid-login .button {
    font-size: 14px;
    font-family: Arial, sans-serif;
    background-color: #196ECF;
    color: #fff;
    border: 1px solid #196ECF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    padding: 10px 40px;
    position: relative;
    border-radius: 4px;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
#hsid-login .button:hover, .button:focus {
    box-shadow: 0 2px #115FA0 !important;
    outline: none !important;
    top: -2px;
    transition-duration: 0.1s;
}
#hsid-login .button:active {
    top: 0;
}
#hsid-login .button.button--primary {
    background-color: #196ECF;
    color: #fff !important;
    border: 1px solid #196ECF;
}
#hsid-login .button.button--primary:hover,
#hsid-login .button.button--primary:focus,
#hsid-login .button.button--primary:active {
    background-color: #115FA0;
    border-color: #115FA0;
    text-decoration: none; }

#hsid-login .button.button--tertiary {
    background-color: #fff;
    color: #196ECF;
    border: 1px solid #196ECF;
}
#hsid-login .button.button--tertiary:hover,
#hsid-login .button.button--tertiary:focus,
#hsid-login .button.button--tertiary:active {
    background-color: #fff;
    color: #115FA0;
    border-color: #115FA0;  }

#hsid-login .error {
    color: #D83A2E; }
#hsid-login .success {
    color: #739600; }

#hsid-login input:focus {
    box-shadow: inset 0 1px 1px rgba(242, 180, 17, 1), 0 0 6px; }

/* The Modal (background) */
#hsid-login .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    max-height: 100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 80px;
    padding-bottom: 10px;
}

#hsid-login #hsid-myModal-learnmore {
    padding: 20px 0;
    padding: 2vh 0;
}

/* Modal Content */
#hsid-login .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    max-width: 325px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

#hsid-login .modal.learnmore .modal-content {
    max-width: 700px;
    max-height: 80%;
    max-height: 83vh;
    overflow-y: hidden;
    height: 100%;
}

#hsid-login .modal__header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    right: 0;
    height: 60px; }

#hsid-login .modal__header h1 {
    font-size: 20px;
    padding: 14px 40px 14px 30px; }

#hsid-login .modal-content .learnmore__content {
    overflow-y: auto;
    position: absolute;
    top: 60px;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 30px; }

@media screen and (max-width: 768px) {
    #hsid-login .modal-content .learnmore__content {
        top: 80px;
    }
}

#hsid-login .modal-content .learnmore__content p {
    padding: 0;
}

#hsid-login .modal__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff; }


/* The Close Button */
#hsid-login .close {
    color: #fff !important;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    background-color: #196ECF !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#hsid-login .close span {
    color: #fff;
    font-size: 20px !important;
}

#hsid-login .close:hover,
#hsid-login .close:focus {
    text-decoration: none;
    cursor: pointer;
    background-color: #115FA0 !important;
}
#hsid-login .pointer {
    cursor:pointer;
}


#hsid-login .modal .headerCls h2{
    font-size: 24px;
    margin-bottom: 10px;
    outline: medium none;
    color: #16181c;
    font-weight: normal;
    line-height: 1.2;
    text-rendering: optimizelegibility;
}
#hsid-login h2 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    padding: 0 15px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
}

#hsid-policyUpdate {
    padding: 0 10px;
}

#hsid-login .modal hr {
    background-color: #d0d0ce;
    border: 0 none;
    height: 1px;
    margin: 1em 0;
    box-sizing: content-box;
}
#hsid-login .modal p, label {
    margin: 0 0 5px;
    line-height: 1.5;
}
#hsid-login .modal a {
    color: #196ECF;
    text-decoration: none;
    cursor: pointer;
    background: transparent none repeat scroll 0 0;
}
@media screen and (max-width: 768px) {
    #hsid-login .modal-content {
        width: 80%; }
    #hsid-login .modal {
        padding-top: 10px;
    }
}
#hsid-login .text--error {
    color: #D83A2E; }
#hsid-login .caution-icon--circle {
    padding-left: 20px; }

#hsid-login .caution-icon--circle {
    position: relative; }
#hsid-login .caution-icon--circle:before {
    position: absolute;
    top: 4px;
    left: 0;
    color: #D83A2E; }
#hsid-login .caution-icon--circle:before {
    content: '!';
    display: inline-block;
    text-align: center;
    font-size: 10px;
    border: 1px solid #D83A2E;
    width: 15px;
    height: 15px;
    line-height: 1.5em;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px; }

#hsid-login .checkbox{
    display: block;
    padding-left: 21px;
    margin-bottom: 10px;
}
#hsid-login .checkbox input {
    margin-left: -20px;
    display: inline;
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}
#hsid-login .wdgt_checkbox{
    display: block;
    padding-left: 21px;
    margin-bottom: 10px;
}
#hsid-login .wdgt_checkbox input {
    margin-left: -20px;
    display: inline;
    width: 1em !important;
    appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

#hsid-login .radio,
#hsid-login .wdgt_checkbox {
    display: block;
    min-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 21px;
    background: none;
    border: none;
    box-shadow: 0 0 0 0 transparent; }
#hsid-login .radio label,
#hsid-login .wdgt_checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

#hsid-login .radio input[type="radio"],
#hsid-login .radio-inline input[type="radio"],
#hsid-login .wdgt_checkbox input[type="checkbox"],
#hsid-login .wdgt_checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-top: 4px; }
#hsid-login .radio input[type="radio"]:hover,
#hsid-login .radio-inline input[type="radio"]:hover,
#hsid-login .wdgt_checkbox input[type="checkbox"]:hover,
#hsid-login .wdgt_checkbox-inline input[type="checkbox"]:hover {
    cursor: pointer; }
#hsid-login .mlm20 {
    margin-left: -20px !important;
}
#hsid-login .error-text {
    color: #D83A2E;
    background: url('../sass/prototype/images/caution-icon.png') 0 0.2em no-repeat;
    background-size: 1em;
}
#hsid-login .error-msg {
    display:block;
    color: #D83A2E;
}

#hsid-login .assistText {
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  position: absolute !important;
  width: 1px;
  height: 1px; }

/* --------------------------------------
 * Tooltip Styles
 * -------------------------------------- */
#hsid-login  .tooltip {
    position: relative;
    display: inline-block; }
#hsid-login .tooltip a {
    font-size: 0.9em; }
#hsid-login .tooltip a i {
    vertical-align: middle; }
@media screen and (max-width: 768px) {
    #hsid-login .tooltip {
        display: block; }
    #hsid-login .tooltip a {
        display: block; }
    #hsid-login .tooltip a i {
        margin-left: 0; } }

#hsid-login .tooltip-content {
    position: absolute;
    width: 230px;
    left: 105%;
    top: 10px;
    transform: translateY(-50%);
    padding: 10px;
    font-size: 11px;
    color: #fff;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0CE;
    border-bottom: 3px solid #B1B3B3; }
@media screen and (max-width: 768px) {
    #hsid-login .tooltip-content {
        position: static;
        width: 100%;
        border: none;
        padding: 10px 0;
        transform: none; } }
#hsid-login .tooltip-content:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    margin-left: -5px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid #D0D0CE;
    border-left: 1px solid #D0D0CE;
    transform: rotate(-45deg); }
@media screen and (max-width: 768px) {
    #hsid-login .tooltip-content:after {
        display: none; } }
#hsid-login .tooltip-content[aria-hidden="true"] {
    display: none; }
#hsid-login .tooltip-content[aria-hidden="false"] {
    display: block; }

#hsid-login .tooltip:focus .tooltip-content, #hsid-login .tooltip .tooltip-content[aria-hidden='false'] {
    display: block;
    visibility: visible; }

#hsid-login .tooltip .tooltip-content[aria-hidden='true'] {
    display: none; }

#hsid-login .tooltip-content p {
    font-weight: 500;
    display: block; }
#hsid-login .tooltip-content p a {
    white-space: normal; }
#hsid-login .tooltip-content p.tk-margin-top-halft {
    font-weight: 600; }

/* -------------- HELP Tooltip Style -------------- */
#hsid-login .helptooltip {
    float: left;
    position: relative;
    display: inline-block;
    left: 150px;
    top: -32px;
    margin-bottom: -20px;
}

#hsid-login .helptool-link a {
    text-decoration: none;
}

#hsid-login .helptool-link a:hover {
    cursor: help;
}

#hsid-login .helptool-link .helptooltip-content {
    display: none;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    color: #000;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0CE;
    border-bottom: 3px solid #B1B3B3;
    width: 200px;
    font-family: inherit;
    line-height: 1.5;
    font-size: 14px;
    /* Positioning the tooltip */
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 135%;
}

#hsid-login .helptool-link .helptooltip-content:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    margin-left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #D0D0CE;
    border-left: 1px solid #D0D0CE;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hsid-login .helptool-link:hover .helptooltip-content, #hsid-login .helptool-link a:focus + .helptooltip-content {
    display: inline-block;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    #hsid-login .helptool-link .helptooltip-content {
        top: 45px;
        margin-left: -165px;
        padding: 0;
        border-radius: 0;
        border: none;
        width: 115%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        margin-top: 25px;
    }

    #hsid-login .helptool-link:hover a, #hsid-login .helptool-link a:focus {
        position: relative;
        top: -48px;
    }

    #hsid-login .helptool-link .helptooltip-content:after {
        display: none;
        visibility: hidden;
    }
}
/* ---------------------- End ------------------------- */

#hsid-login .ruletip {
    top: 50%; }

#hsid-login .ruletip p {
    display: block; }

#hsid-login .ruletip .fa {
    width: 16px; }

#hsid-login .ruletip .icon-ellipsis {
    color: #EFEFEE; }

#hsid-login .ruletip .icon-checkmark_filled, .success {
    color: #627D32; }
/* ---------------------- Remember Me Notice ------------------------- */
#hsid-login .notice {
    position: absolute;
    top: -150px;
    left: 0;
    width: 235px;
    margin: 0;
    padding: 0;
    z-index: 9;
    border: 1px solid #D0D0CE;
}

#hsid-login .notice-modal-content {
    position: static;
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    border: none;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

#hsid-login .notice-modal-content:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-bottom: 1px solid #D0D0CE;
    border-left: 1px solid #D0D0CE;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hsid-login .notice-modal-content p {
    margin-bottom: 0;
}

#hsid-login .modal__close {
    color: #fff !important;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 6px;
    background-color: #316BBE !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#hsid-login .modal__close span {
    color: #fff;
    font-size: 1em !important;
    vertical-align: middle;
}

#hsid-login .modal__close:hover,
#hsid-login .modal__close:focus {
    text-decoration: none;
    cursor: pointer;
    background-color: #00396C !important;
}

#hsid-login .notice .modal__close {
    text-decoration: none;
    padding: 2px 4px;
    top: 10px;
    font-size: 20px;
    font-weight: normal;
}
/* ---------------------- End ------------------------- */