﻿/*==============================================================================================================
	GLOBAL
===============================================================================================================*/
body,
.sfPublicWrapper {
    font-size: 10px;
    font-family: 'Cabin', arial, sans-serif;
}

label {
    font-weight: normal;
}

a.StdButton {
    background-color: #959181;
    padding: 5px;
    color: white;
}

a.StdButton:hover {
    opacity: .8;
    text-decoration: none;
}

a:hover img {
    opacity: .7;
}


/*==============================================================================================================
	GENERAL
===============================================================================================================*/
/*  Layout / General  */
.container {
    max-width: 1400px;
}

hr.HLine {
    width: 100%;
    float: left;
}

input[type="radio"].PadRight,
input[type="checkbox"].PadRight {
    margin-right: 10px !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.word-break {
    word-break: break-word;
    word-wrap: break-word;
}

.nowrap {
    white-space: nowrap !important;
    word-break: keep-all;
}

.ellipsis {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear-fix {
    clear: both;
    display: block;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.inline-block {
    display: inline-block !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-small {
    font-size: 12px !important;
}

.font-default {
    font-size: 14px !important;
}

.font-larger {
    font-size: 16px !important;
}

.font-largest {
    font-size: 18px !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-count {
    font-weight: 300;
    font-size: 50px;
}

.border-lt-blue {
    border: 1px solid #CFE6FA;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table>div {
    display: table-cell;
}

.header-ivant {
    font-size: 30px;
    font-weight: 700;
}

.input-label+p,
.input-wrapper p {
    padding: 0 !important;
}

/*  Spacers  */
.spacer-5 {
    clear: both;
    width: 100%;
    height: 5px;
}

.spacer-10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.spacer-15 {
    clear: both;
    width: 100%;
    height: 15px;
}

.spacer-20 {
    clear: both;
    width: 100%;
    height: 20px;
}

.spacer-30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.spacer-40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.spacer-60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.spacer-80 {
    clear: both;
    width: 100%;
    height: 80px;
}

.spacer-100 {
    clear: both;
    width: 100%;
    height: 100px;
}

.H300 {
    height: 300px;
}

/*  Padding / Margins  */
.pad-0 {
    padding: 0px !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-15 {
    padding: 15px !important;
}

.pad-20 {
    padding: 20px !important;
}

.pad-top-0 {
    padding-top: 0px !important;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.pad-bottom-0 {
    padding-bottom: 0px !important;
}

.pad-bottom-5 {
    padding-bottom: 5px !important;
}

.pad-bottom-10 {
    padding-bottom: 10px !important;
}

.pad-left-0 {
    padding-left: 0px !important;
}

.pad-left-5 {
    padding-left: 5px !important;
}

.pad-left-10 {
    padding-left: 10px !important;
}

.pad-left-15 {
    padding-left: 15px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}

.pad-left-30 {
    padding-left: 30px !important;
}

.pad-left-40 {
    padding-left: 40px !important;
}

.pad-right-0 {
    padding-right: 0px !important;
}

.pad-right-5 {
    padding-right: 5px !important;
}

.pad-right-10 {
    padding-right: 10px !important;
}

.pad-right-15 {
    padding-right: 15px !important;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-right-30 {
    padding-right: 30px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

/*  Alerts  */
.alert.alert-info p {
    font-size: 14px !important;
}

.alert-danger {
    color: red !important;
    font-size: 14px !important;
}

.alert-danger.alert-icon-triangle:before {
    color: red !important;
}

.alert-danger .alert-header {
    font-size: 18px !important;
}

.alert-error-red {
    background: #EB5757;
    color: #fff;
    font-size: 18px;
}

.alert-success-green {
    background: #69BC45;
    color: #fff;
    font-size: 18px;
}

.alert-success-green .close,
.alert-error-red .close {
    opacity: 1 !important;
    color: #fff;
}

.alert-icon-triangle {
    position: relative;
    padding-left: 60px;
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: -1px;
}

.alert-icon-triangle:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f1f4";
    position: absolute;
    font-size: 30px;
    left: 20px;
    margin-top: -8px;
    font-weight: normal;
    color: #fff;
}

.alert-icon-triangle p {
    color: red !important;
    font-size: 14px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.alert-icon-check {
    position: relative;
    padding-left: 50px;
}

.alert-icon-check:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f26b";
    position: absolute;
    font-size: 30px;
    left: 20px;
    margin-top: -8px;
    font-weight: normal;
    color: #fff;
}

.alert-icon-info {
    position: relative;
    padding-left: 50px;
}

.alert-icon-info:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f1f7";
    position: absolute;
    font-size: 22px;
    left: 0px;
    top: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.alert-turquoise {
    background: #EBFBFA;
    padding: 20px;
    color: #132D52;
    font-size: 16px;
}

.alert-list {
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
}

.alert-list li {
    padding-bottom: 5px;
}

.alert-red {
    background: #e66e5b;
    color: #fff;
}

.alert-pulse:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    animation: pulse 3s infinite;
}

.alert-red.alert-pulse p {
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
}


/*  Buttons  */
.btn {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    font-weight: 600;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    white-space: normal;
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: none;
}

.btn.btn-primary[disabled='disabled']:not(.btn_block_ui_loader) {
    background: #eef0f2 !important;
    color: #6d7176 !important;
    border: 1px solid #d6d8da !important;
}

.btn-clear {
    background: transparent;
    border: 2px solid #e2e8ea;
    color: #5EACEE !important;
}

.btn-clear:hover {
    background: #e2e8ea;
}

.btn-fullpad {
    padding: 8px 15px;
}

.btn-round {
    border-radius: 36px !important;
    background: #fff;
}

.btn-success,
.btn-success:active .btn-success:visited {
    background: #69BC45 !important;
}

.btn-success:hover {
    background: #78c358 !important;
}

.btn-clear-error {
    background: transparent;
    border: 1px solid #eb5757;
    color: #eb5757 !important;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
}

.btn-clear-error:hover {
    background: #f9e4e4;
}

.btn-clear-error:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f1f0";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1px 8px 0 8px;
    background: #eb5757;
    color: #fff;
    font-size: 18px;
}

.btn-clear-error:hover:before {
    color: #f9e4e4;
}

.btn-round.btn-download {
    padding-left: 36px;
    padding-right: 15px;
    position: relative;
}

.btn-round.btn-download:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f220";
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #5EACEE;
    display: inline-block;
}

.btn-round.btn-print {
    padding-left: 36px;
    padding-right: 15px;
    position: relative;
}

.btn-round.btn-print:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f1b0";
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #5EACEE;
    display: inline-block;
}

.btn-link.btn-icon-add {
    color: #5EACEE !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 0 0 0 48px !important;
    position: relative;
}

.btn-white {
    background: #fff;
}

.btn-outline {
    width: 30px;
    height: 30px;
    color: #5eacee;
    background-color: #fff !important;
    border: 1px solid #c0ddf6;
    border-radius: 50%;
    background-clip: border-box;
    -webkit-box-shadow: 0 2px 2px rgba(94, 172, 238, .3);
    -moz-box-shadow: 0 2px 2px rgba(94, 172, 238, .3);
    -ms-box-shadow: 0 2px 2px rgba(94, 172, 238, .3);
    box-shadow: 0 2px 2px rgba(94, 172, 238, .3);
}

.btn-outline.icon-trash {
    color: #fff !important;
    background: #e66e5b !important;
    background-color: #e66e5b !important;
    border-color: #e66e5b !important;
    -webkit-box-shadow: 0 2px 2px rgba(230, 110, 91, .4);
    -moz-box-shadow: 0 2px 2px rgba(230, 110, 91, .4);
    -ms-box-shadow: 0 2px 2px rgba(230, 110, 91, .4);
    box-shadow: 0 2px 2px rgba(230, 110, 91, .4);
}

.btn-link.btn-icon-add {
    color: #5EACEE !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 0 0 0 48px !important;
    position: relative;
    text-decoration: none !important;
}

.btn-link.btn-icon-add:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f276";
    position: absolute;
    top: -8px;
    left: 0px;
    font-size: 40px;
    font-weight: normal;
    color: #5EACEE;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 0 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-red {
    background: #e66e5b;
    color: #fff !important;
}

.btn-red:hover {
    background: #e98271;
}

.btn-40 {
    min-height: 40px !important;
}

.btn-50 {
    min-height: 50px !important;
}

.btn-50.btn-text {
    line-height: 50px;
    padding: 0;
}

.btn-70 {
    min-height: 70px !important;
}

.btn-full {
    width: 100%;
}

.btn-smaller {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

button {
    outline: none;
}

.btn-outline.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*  Opacity  */
.opacity-5 {
    opacity: .5 !important;
}

/*  Shapes  */
.circle-number {
    display: inline-block;
    float: left;
    position: relative;
    top: -5px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 17px;
    font-weight: 900;
    overflow: hidden;
    background: #5eacee;
    -webkit-border-radius: 200%;
    -moz-border-radius: 200%;
    -ms-border-radius: 200%;
    border-radius: 200%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.panel-open .circle-number {
    color: #fff;
    background: #5eacee;
}

.panel:not(.panel-open) .circle-number {
    background: #F3F5F7;
}

/*  Background Colors  */
.bg-gray {
    background: #F3F5F7 !important;
}

.bg-lt-gray {
    background: #f9f9f9 !important;
}

.bg-red {
    background: #e66e5b !important;
}

/*  Text Styles  */
.text-semibold {
    font-weight: 600 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-red {
    color: #EB5757 !important;
}

.text-green {
    color: #27AE60 !important;
}

.text-navy {
    color: #132D51 !important;
}

/*  Icons  */
.icon {
    position: relative;
}

a.icon {
    display: block;
}

.icon-help {
    font-family: "Material-Design-Iconic-Font";
    text-decoration: none !important;
    position: absolute;
    left: -30px;
    top: -4px;
    font-size: 18px;
    font-weight: normal;
    color: #E0E0E0;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.icon-credit-card {
    position: relative;
    padding-right: 5px;
    width: 40px;
}

.icon-credit-card:before {
    content: '';
    width: 40px;
    height: 25px;
    background: no-repeat;
    display: inline-block;
    background-size: cover;
}

.icon-credit-card.icon-visa:before {
    background-image: url('../Images/icon__cc_visa.png');
}

.icon-credit-card.icon-master-card:before {
    background-image: url('../Images/icon__cc_mastercard.png');
}

.icon-credit-card.icon-discover:before {
    background-image: url('../Images/icon__cc_discover.png');
}

.icon-credit-card.icon-american-express:before {
    background-image: url('../Images/icon__cc_americanexpress.png');
}

.icon-trash:before {
    font-family: FontAwesome;
    content: "\f1f8";
    font-size: 18px;
}

.icon-info {
    width: 45px;
}

.icon-info:before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f1f7";
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 36px;
}


/*==============================================================================================================
	HEADER
===============================================================================================================*/
/* Top Header Styles  */
.TopHeader {
    height: 35px;
    background-color: #202d60;
    color: white;
}

.TopHeader .PhoneEmail {
    line-height: 35px;
    font-size: 1.3em;
}

.TopHeader .PhoneEmail .glyphicon {
    padding-left: 20px;
    font-size: 1.23em;
    top: 3px;
}

.TopHeader .PhoneEmail .glyphicon:first-of-type {
    padding-left: 0px;
}

.TopHeader .PhoneEmail .glyphicon:before {
    padding-right: 5px;
}

.TopHeader .PhoneEmail a:link {
    color: white;
}

.TopHeader .PhoneEmail div.CurrentDate,
.TopHeader .PhoneEmail div.Telephone,
.TopHeader .PhoneEmail div.Email {
    display: inline-block;
}

.TopHeader .PhoneEmail div.Telephone,
.TopHeader .PhoneEmail div.Email {
    margin-left: 15px;
}

.TopHeader .AmeriCorpsLogin,
.TopHeader #CurrentCertificateIndicatorAppContainer {
    line-height: 35px;
    margin: 0px 0px 0px 10px;
    float: right;
}

.TopHeader .AmeriCorpsLogin {
    font-size: 1.2em;
}

.TopHeader .AmeriCorpsLogin p {
    margin-bottom: 0px;
}

.TopHeader .AmeriCorpsLogin p a {
    color: white;
}

.TopHeader #CurrentCertificateIndicatorAppContainer p strong {
    font-weight: normal;
}

.TopHeader #CurrentCertificateIndicatorAppContainer p {
    font-size: 1.2em;
    margin-bottom: 0px;
}

.NavHeader {
    height: 100px;
}

.NavHeader img {
    margin-top: 17.5px;
    display: block;
    max-width: 394px;
}

.MobileNav {
    display: none;
}

/*Master Page Template Styles*/
.LogoContainer img {
    margin: 60px 0px 0px 10px;
}

#Header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: white;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

/*  Navigation  */
.NavVista .navbar {
    min-height: 40px;
}

.NavVista .navbar-default .navbar-toggle .icon-bar {
    background: #000;
}

.NavVista .navbar-toggle {
    border: none;
}

.NavVista .navbar-default .navbar-nav>.active>a {
    background-color: white;
    border-bottom: solid 2px #b71f36;
}

.NavVista a.navbar-brand {
    display: block;
    background-repeat: no-repeat;
    max-width: 234px;
    width: 100%;
    background-size: 100%;
    height: 100px;
    background-position: 0px 15px;
    width: 234px;
}

.NavVista .navbar-default {
    background-color: white;
    margin-bottom: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    font-size: 1.3em;
    font-weight: 600;
}

.NavVista .navbar-nav {
    margin-top: 30px;
}

.NavVista .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: white;
}

.NavVista .navbar-nav>li>.dropdown-menu {
    background-color: #333333;
    top: 31px;
}

.NavVista .navbar-nav>li>a {
    padding: 5px 15px;
    color: #767676;
    border-bottom: solid 2px rgba(239, 65, 53, 0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.NavVista .navbar-nav>li>a:hover {
    border-bottom: solid 2px #b71f36;
}

.NavVista .dropdown-menu>li>a {
    color: #b3b3b3;
}

.NavVista .dropdown-menu>li>a:hover {
    color: white;
    background-color: #333333;
}

.NavVista .dropdown-menu>.active>a {
    background-color: #333;
    color: white;
}

.LegalNav .navbar-default {
    background-color: #202d60;
    border: none;
}

.LegalNav .navbar-default ul.nav li a {
    padding: 0px 15px 0px 15px;
    color: white;
    line-height: 61px;
}

.LegalNav .navbar {
    min-height: 20px;
}

.LegalNav .navbar-nav {
    float: right;
}


/*==============================================================================================================
	BODY
===============================================================================================================*/
.ContentBody {
    background-color: #F3F5F7 !important;
}

#ContentBody {
    padding: 136px 0px 60px 0px;
    background-color: #F3F5F7 !important;
}

#ContentBody .Banner h1 {
    font-size: 3.6em;
    color: white;
    padding: 60px 0px 20px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
    text-align: center;
}

#ContentBody .Banner h2 {
    text-transform: uppercase;
}

#ContentBody .Banner h2,
#ContentBody .Banner p {
    color: white;
    text-shadow: 2px 2px 2px #333;
}

#ContentBody .Banner h2 {
    height: 140px;
    text-align: center;
    width: 600px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

#ContentBody .Banner h2:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 25px);
}

#ContentBody .Banner p {
    font-weight: bold;
}

#ContentBody .Banner h4 {
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 2px #333;
    text-align: center;
}

#ContentBody .Banner {
    min-height: 500px;
    background-position: left center;
    background-size: cover;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    padding: 0 0 50px;
    overflow: hidden;
    position: relative;
}

#ContentBody .Banner>div:before {
    content: "";
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

#ContentBody .Banner .BannerBTN {
    margin-top: 0px;
    margin-bottom: 0px;
}

#ContentBody .Banner .BannerBTN a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#ContentBody .Banner .BannerBTN .Inner {
    width: 90%;
    height: 100px;
    background-color: #202d60;
    border: solid 2px white;
    color: white;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    opacity: initial;
}

#ContentBody .Banner .BannerBTN .Inner .glyphicon:before {
    padding-right: 10px;
}

#ContentBody .Banner .BannerBTN .Inner span.IconProvider,
#ContentBody .Banner .BannerBTN .Inner span.IconBenefits,
#ContentBody .Banner .BannerBTN .Inner span.IconResources,
#ContentBody .Banner .BannerBTN .Inner span.IconProfile,
#ContentBody .Banner .BannerBTN .Inner span.IconLogin {
    width: 25px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
}

#ContentBody .Banner .BannerBTN .Inner .IconProvider {
    background-image: url('/images/librariesprovider4/icons/icon-findprovider.png?sfvrsn=2');
}

#ContentBody .Banner .BannerBTN .Inner .IconBenefits {
    background-image: url('/images/librariesprovider4/icons/icon-mybenefits.png?sfvrsn=2');
}

#ContentBody .Banner .BannerBTN .Inner .IconResources {
    background-image: url('/images/librariesprovider4/icons/icon-memberresources.png?sfvrsn=2');
}

#ContentBody .Banner .BannerBTN .Inner .IconProfile {
    background-image: url('/images/librariesprovider4/icons/icon-profile.png?sfvrsn=2');
}

#ContentBody .Banner .BannerBTN .Inner .IconLogin {
    background-image: url('/images/librariesprovider4/icons/icon-lock.png?sfvrsn=2');
}

#ContentBody .Banner .BannerBTN .Inner a:hover {
    background-color: #ef4135;
    text-decoration: none;
}

#ContentBody .Banner .BannerBTN .Button1 {
    margin: 20px 0px;
}

#ContentBody .Banner .BannerBTN .Button2 {
    margin: 20px auto;
}

#ContentBody .Banner .BannerBTN .Button3 {
    float: right;
    margin: 20px 0px;
}

#ContentBody .Banner .CreateAcct .Inner {
    background-color: #ef4135;
}

#ContentBody .Banner .CreateAcct .Inner a:hover {
    background-color: #202d60;
}

#ContentBody .error-message,
.red {
    color: #b71f36 !important;
}

#ContentBody h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #202d60;
    line-height: 32.5px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}

#ContentBody .breadcrumb {
    margin: 0px;
}

#ContentBody h3 {
    color: #202d60;
}

#ContentBody p {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #474747;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#ContentBody p strong {
    color: #202d60;
}

#ContentBody p a:link {
    color: #b71f36;
}

#ContentBody p a:hover {
    color: #202d60;
    text-decoration: none;
}

#ContentBody p a:visited {
    color: #b71f36;
    text-decoration: none;
}

#ContentBody .panel-heading {
    color: #202d60;
}

#ContentBody .panel-heading a {
    color: #2d699e;
}

#ContentBody .panel-heading .AttText {
    color: #b71f36;
    font-weight: bold;
}

#ContentBody .breadcrumb {
    background-color: #F3F5F7;
}

.btn-primary {
    background-color: #202d60;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 2px;
}

#ContentBody .btn-tall {
    height: 100px;
}

#ContentBody a.btn-primary {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 100px;
}

#ContentBody a.btn-red {
    background-color: #92192b;
    line-height: 50px;
}

#ContentBody a.btn-primary:hover {
    opacity: .7;
}

#ContentBody li {
    font-size: 1.5em;
    margin: 15px 0px;
    line-height: 24px;
}

#ContentBody ul li ul li {
    font-size: 1em;
}

#ContentBody ol li ul li {
    font-size: 1em;
}

#ContentBody li a {
    color: #b71f36;
}

#ContentBody .nav-pills li.active>a {
    color: #fff;
}

#ContentBody .sf-document-list.sf-document-list--table .icon-file>.icon-txt-pdf {
    background-color: #ec0000;
}

#ContentBody .NoHeading {
    margin-top: 40px;
}

#ContentBody .RedText {
    color: #b71f36;
}


/*==============================================================================================================
	SITEFINITY OVERRIDES
===============================================================================================================*/
.sf-list-item {
    width: 100%;
}

.sf-list-item div>a {
    font-size: 1.8em;
}

/*in Editor styles to make editing easier */
.sfPageEditor #Header {
    position: relative;
}

.sfPageEditor #ContentBody {
    padding-top: 20px !important;
}

/*Forms Table */
.sf-document-list--table table.table thead td {
    font-size: 1.8em;
    background-color: #202d60;
    color: white;
}

.sf-document-list--table table.table tbody tr {
    font-size: 1.4em;
    color: #202d60;
}

.sf-document-list--table table.table tbody tr:nth-of-type(odd) {
    background-color: #F7F5EB;
}

.sf-document-list--table a.sf-title {
    /*color: #202d60;*/
    color: #ec0000;
    font-size: 1.2em;
}


/*==============================================================================================================
	LOGIN STYLES
===============================================================================================================*/
/* TEMP Login Styles */
.LoginControl .form-control {
    width: 200px;
    padding: 0px;
    height: 20px;
}

.LoginControl .form-group label {
    float: left;
}

.LoginControl .form-group {
    margin-bottom: 3px;
}

.LoginControl .form-group .checkbox {
    margin: 0px;
}

.LoginControl .btn-primary {
    padding: 0px 10px;
}

.LoginForm {
    margin-bottom: 20px;
}

.login-account {
    font-size: 12px;
    margin: 5px 0 15px;
    font-weight: 600;
}

.login-account.margin-top-20 {
    margin-top: 0 !important;
}

.row.login-account {
    margin-top: 20px;
}

.row.login-account .login-account-text {
    margin-bottom: 10px;
    color: #60758B;
}


/*==============================================================================================================
	ORIGINAL HOMEPAGE STYLES
===============================================================================================================*/
/* Hide FAQ Heading when additional section description is needed */
.HideHeading h3 {
    display: none;
}

.NoHeading {
    margin-top: 70px;
}

/*  My Account Section  */
h1.MemberLogin,
h1.MyIMGResources,
h1.InfoCenter {
    background-repeat: no-repeat;
    line-height: 95px;
    background-position-y: bottom;
    height: 55px;
    background-position: left bottom;
}

h1.MemberLogin {
    background-image: url('../Images/Icon-MemberOrange.png');
    padding-left: 40px;
}

/*  Help Section  */
div.has-error span.help-block,
div.has-error span span.field-validation-error {
    font-size: 14px;
    color: #b71f36;
}


/*==============================================================================================================
	WIZARDS STYLES
===============================================================================================================*/
.wizard .content .panel-body,
.wizard label {
    color: black;
}

.wizard .content .panel-body h2 {
    font-size: 2em;
    color: #2b4457;
}

.wizard .content .panel-body #datePickerDateOfBirth {
    max-width: 50%;
}

.wizard .content .panel-body .red {
    color: red;
}

.wizard .content .panel-body ul.list-inline,
.wizard .panel-body label,
.ContentArea .panel-default p,
.EnrolleeSearch label,
.InvoiceCTRL .ui-grid-header,
.InvoiceCTRL .ui-grid-row,
.panel-default div.panel-heading,
#ClaimWindowGroupInsuredSearchWidgetContainer label,
#ClaimWindowGroupInsuredSearchWidgetContainer .ui-grid-cell-contents,
#ClaimWindowGroupInsuredSearchWidgetContainer .ui-grid-cell div.ng-scope a.ng-binding,
#addressesGrid .ui-grid-cell-contents,
#EmailChangeMainContent label,
#PasswordChangeMainContent label,
#ManageClientDocumentsContainer .DocumentsCTRL .ui-grid-cell-contents,
#GroupClientDocumentsMainContent .ui-grid-cell-contents,
.modal-content .modal-body,
#ForgetUserIdAppContainer label,
#UsernameChangeMainContent label,
.LoginForm label,
#ClaimWizardContent .panel span,
.certificates-list-app,
#SsnChangeWidgetContainer,
#InformationAccessWidgetContainer,
#ClaimSearchAppContainer label,
#MFUAppContainer,
#InsuredTakeoverAppContainer .ui-grid-cell-contents,
#InsuredTakeoverAppContainer label,
#VistaMemberEnrollmentAppContainer label,
#VistaMemberEnrollmentAppContainer .alert-warning {
    font-size: 1.4em;
    font-weight: normal;
}

#MFUAppContainer div.CallOut div.panel-heading {
    font-size: 1.6em;
}

#InsuredTakeoverAppContainer {
    margin-top: 20px;
}

#ClaimWizardContent .panel span.ui-grid-header-cell-label {
    font-size: 1.1em;
}

#UsernameChangeMainContent span[uib-tooltip],
#CreateAccountAppContainer span[uib-tooltip],
#ForgetUserIdAppContainer span[uib-tooltip],
#CreateAccountAppContainer .action-items input[disabled='disabled'] {
    display: none;
}

    {
    display: none;
}

#PrecertificationAppContainer .panel-body {
    min-height: initial !important;
}

#CreateAccountAppContainer .panel .panel {
    border: none !important;
}

#ContentBody #CreateAccountAppContainer p {
    padding-left: 0;
    padding-right: 0
}


.wizard a {
    color: #7A92A4;
}

.wizard .nav-pills>li>a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #7A92A4 !important;
}

.wizard .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #7A92A4;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.wizard .panel-default,
.PasswordContainer .wizard,
#ForgetUserIdAppContainer .panel,
#InformationAccessWidgetContainer .panel {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.wizard .input-group-addon {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.wizard .input-group-addon {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


/*==============================================================================================================
	BOOTSTRAP / OTHER OVERRIDES
===============================================================================================================*/
/*  Bootstrap Container Overrides */
.row {
    margin: 0px;
}

.row.full-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.row.full-margin>.col-md-3,
.row.full-margin>.col-md-9,
.row.full-margin>.col-md-12,
.row.full-margin>.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.row.full-margin .btn-primary {
    font-size: 14px !important;
}

.row.full-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.row.full-margin>.col-md-3,
.row.full-margin>.col-md-9,
.row.full-margin>.col-md-12,
.row.full-margin>.col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.row.full-margin .btn-primary {
    font-size: 14px !important;
}

/* Container Styles */
.row.full-margin .panel-default {
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, .01);
}

.row.full-margin .panel-default .panel-heading {
    padding: 20px 20px 0 20px;
    margin-right: 0px;
}

.row.full-margin .panel-default .panel-default {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none;
}

.row.full-margin .panel-default .panel-body .panel-body {
    padding: 0;
}

.row.full-margin .panel-group .panel-default .panel-heading {
    padding: 0;
}

.row.full-margin .panel-heading {
    padding: 0px;
    background: #fff;
    overflow: hidden;
    border: none;
}

.row.full-margin .panel-heading .panel-title>a {
    display: block;
    padding: 15px 0 15px 15px;
}

.row.full-margin .panel-heading .panel-title>a:active,
.row.full-margin .panel-heading .panel-title>a:focus {
    border: none !important;
    outline: none;
    text-decoration: none;
}

.row.full-margin .panel-heading .panel-title>a:hover {
    text-decoration: none;
}

.row.full-margin .panel-heading .panel-title>a>span,
.panel-title.no-link {
    font-size: 18px;
    font-weight: bold;
    color: #2b4457;
}

.row.full-margin .panel-title.no-link {
    margin: 0px;
    padding: 0 0 15px 0;
}

.row.full-margin .panel-collapse>.panel-body {
    overflow: hidden;
    position: relative;
}

.row.full-margin .panel-body {
    padding: 20px !important;
}

.row.full-margin .panel-body p {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row.full-margin .panel-header {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #202d60;
}

.row.full-margin .ui-grid-cell-contents {
    font-size: 14px !important;
}

.row.full-margin .ui-grid-row:nth-child(even) .ui-grid-cell {
    background: rgba(0, 0, 0, 0.03);
}

h2.panel-title {
    font-size: 22px !important;
    margin: 0px !important;
    padding: 0 !important;
    font-weight: 600;
    display: inline-block;
}

.panel-default>.panel-heading {
    background: none;
    border: none;
}

.panel-body.panel-pad {
    padding: 15px 20px 20px;
}

.panel-blue .panel-default {
    border-color: #CFE6FA;
}

.row.full-margin .panel-group .panel-default .panel-heading {
    padding: 0;
}

.row.full-margin .panel-heading {
    padding: 0px;
    background: #fff;
    overflow: hidden;
    border: none;
}

.row.full-margin .panel-heading .panel-title>a {
    display: block;
    padding: 15px 0 15px 15px;
}

.row.full-margin .panel-heading .panel-title>a:active,
.row.full-margin .panel-heading .panel-title>a:focus {
    border: none !important;
    outline: none;
    text-decoration: none;
}

.row.full-margin .panel-heading .panel-title>a:hover {
    text-decoration: none;
}

.row.full-margin .panel-heading .panel-title>a>span,
.panel-title.no-link {
    font-size: 18px;
    font-weight: bold;
    color: #2b4457;
}

.row.full-margin .panel-title.no-link {
    margin: 0px;
    padding: 0 0 15px 0;
}

.row.full-margin .panel-collapse>.panel-body {
    overflow: hidden;
    position: relative;
}

.row.full-margin .panel-body {
    padding: 20px !important;
}

.row.full-margin .panel-body p {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row.full-margin .panel-header {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #202d60;
}

.row.full-margin .ui-grid-cell-contents {
    font-size: 14px !important;
}

.row.full-margin .ui-grid-row:nth-child(even) .ui-grid-cell {
    background: rgba(0, 0, 0, 0.03);
}

h2.panel-title {
    font-size: 22px !important;
    margin: 0px !important;
    padding: 0 !important;
    font-weight: 600;
    display: inline-block;
}

.panel-default>.panel-heading {
    background: none;
    border: none;
}

.panel-body.panel-pad {
    padding: 15px 20px 20px;
}

.panel-blue .panel-default {
    border-color: #CFE6FA;
}

/*  Date Picker Overrides */
.datepicker {
    z-index: 9999;
}

/*  UI Select Overrides */
.ui-select-bootstrap .ui-select-choices-row>span {
    font-size: 14px;
    padding: 10px 15px;
}

.ui-select-bootstrap .ui-select-choices li.ui-select-choices-group {
    padding: 0px;
    margin: 0px !important;
}

.form-ui-select .ui-select-bootstrap .ui-select-choices-row>span {
    padding: 10px 15px !important;
    font-size: 14px !important;
}

.form-ui-select .ui-select-toggle {
    height: 40px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-ui-select .ui-select-placeholder,
.form-ui-select .ui-select-match-text {
    line-height: 28px;
}

.form-ui-select .text-muted {
    margin: 0px !important;
}

/*  Button Overrides */
.glyphicon.btn-reset {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.glyphicon.larger {
    font-size: 20px;
}

/*  Modal Styles  */
.icon-success {
    border-radius: 50%;
    padding: 20px 30px;
    display: inline-block;
    color: #69BC45;
    position: relative;
    border: 3px solid #69BC45;
    font-size: 30px;
    margin-top: 10px;
}

.icon-success:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    color: #69BC45;
}

.icon-error {
    border-radius: 50%;
    padding: 10px 25px;
    display: inline-block;
    color: #d9534f;
    position: relative;
    border: 3px solid #d9534f;
    font-size: 30px;
    margin-top: 10px;
}

.icon-error:before {
    font-family: 'Material-Design-Iconic-Font';
    content: "\f1f4";
    color: #d9534f;
    position: relative;
    top: -3px;
}

.header-success h4 {
    font-size: 26px !important;
    color: #69BC45;
    padding-top: 10px;
}

.header-success p {
    font-size: 18px !important;
    color: #606d80 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-success a,
.header-success strong {
    font-size: 18px !important;
}

.body-success {
    padding: 20px 40px 40px;
}

.body-success h4 {
    color: #5EACEE !important;
    font-weight: 600 !important;
}

.body-success p {
    color: #606d80 !important;
}

.footer-success {
    padding: 40px !important;
}

.modal-new .modal-header {
    border-bottom: 0px;
    padding: 30px 30px 0 30px;
    position: relative;
}

.modal-new .modal-header .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-new .modal-header-text h4 {
    font-size: 24px;
}

.modal-new .modal-header-text p,
.modal-new .modal-body p {
    font-size: 16px !important;
}

.modal-new .modal-body {
    padding: 15px 30px;
}

.modal-new .modal-body-light {
    background: #F3F5F7;
}

.modal-new .modal-footer {
    padding: 0px 30px 30px;
    border: none;
}

.modal-new .panel-blue .panel-heading {
    padding: 10px 20px 0 20px;
}

.modal-new .panel-sub {
    background: #F8F9FA;
    -webkit-box-shadow: inset 0px 10px 15px -5px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: inset 0px 10px 15px -5px rgba(50, 50, 50, 0.1);
    box-shadow: inset 0px 10px 15px -5px rgba(50, 50, 50, 0.1);
}

.loading-modal-container {
    position: fixed !important;
    z-index: 99999;
}

#loadingModalInternal {
    z-index: 99999 !important;
}

.modal-errors {
    max-height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-error-row {
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 0;
    margin-bottom: 5px;
}

.modal-error-row:first-child {
    border-top: 1px solid #E9E9E9;
}

.modal-error-row .zmdi {
    font-size: 20px;
}

.modal-body .claim-tabs {
    margin: 10px 25px 0 25px;
}

.modal-body .tab-pane {
    padding: 0px 20px;
}

.modal-header-dark {
    background: #0b213f;
    color: #fff;
    padding: 15px !important;
}

.modal-header-dark button,
.modal-header-dark button:focus,
.modal-header-dark button span,
.modal-header-dark button:focus span {
    border-width: 0px !important;
}

.modal-header-dark .close {
    color: #5eacee;
    opacity: 1 !important;
    text-shadow: none;
    border: none !important;
}

.modal-header-title {
    font-size: 32px;
    font-weight: 700;
}

.modal-section-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0 20px 5px
}

.modal-section-description {
    margin: 5px 0 0;
    font-weight: normal;
    font-size: 14px;
}

.modal-terms {
    padding: 20px;
    overflow: auto;
    max-height: 210px;
}

/* Form Styles */
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

input[type="text"].form-control,
input[type="password"].form-control,
.row.full-margin input.form-control,
.row.full-margin select.form-control,
.form-container input.form-control,
.form-container select.form-control {
    height: 40px;
}

.row.full-margin input.form-control,
.row.full-margin select.form-control,
.form-container select.form-control {
    height: auto;
}

.form-container .LoginForm input.form-control,
.form-container .login-input input.form-control {
    height: 50px;
}

/* Input Styles */
.input-label {
    font-size: 13px;
    font-weight: 600;
    color: #60758B;
    margin-bottom: 8px;
}

label.input-label {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

.input-label>label {
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #60758B;
    padding: 0px;
    margin: 0px;
}

.input-content {
    font-size: 12px;
    font-weight: normal;
    color: #20242F;
    margin-bottom: 20px;
    font-size: 14px;
}

.input-content-main {
    font-size: 18px;
    position: relative;
    top: -5px;
    font-weight: 600;
    margin-bottom: 15px;
    /* text-transform: none; */
    padding-bottom: 5px;
    border-bottom: 1px solid #E9E9E9;
}

.input-label .input-note {
    text-transform: none;
    font-weight: normal;
}

.input-label .error-message {
    font-size: 12px;
}

.input-title {
    color: #132D52;
    padding-right: 5px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}

.input-radio {
    padding-left: 15px;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
}

.input-radio input[type="radio"] {
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.badge-success {
    background: none !important;
    color: #69BC45 !important;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.input-id-prompt p {
    font-size: 13px !important;
    padding-top: 10px;
}

/* Pagination */
.pagination li a {
    cursor: pointer;
}

.pagination li.active a {
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #ddd;
    cursor: default;
    color: #132D51 !important
}

.pagination li.active a:hover {
    border: 1px solid #ddd;
}

/* Grid Styles */
.new-grid.myGrid,
.new-grid.ui-grid,
.new-grid.ui-grid .ui-grid-canvas,
.new-grid.ui-grid .ui-grid-render-container-body,
.new-grid.ui-grid .ui-grid-render-container-body .ui-grid-header-canvas {
    height: auto !important;
    border: none;
}

.new-grid .ui-grid-top-panel {
    background: #337ab7
}

.new-grid .ui-grid-header-cell:last-child .ui-grid-column-resizer.right,
.new-grid .ui-grid-row:last-child .ui-grid-cell {
    border-right: none;
}

.new-grid.myGrid,
.new-grid .ui-grid-render-container-body {
    min-height: auto !important;
    height: auto !important;
}

.new-grid.ui-grid .ui-grid-viewport,
.new-grid .ui-grid-render-container-body .ui-grid-viewport {
    height: auto !important;
    overflow: hidden !important;
    overflow-y: auto !important;
}

.new-grid .ui-grid-row:last-child .ui-grid-cell {
    border-bottom-width: 1px !important;
}

.new-grid .ui-grid-cell-contents>button.glyphicon {
    border: none;
    background: none;
}

.new-grid .ui-grid-cell-contents>button.glyphicon.glyphicon-remove {
    color: red;
}

.grid-no-records {
    font-size: 14px;
    padding: 0 20px 20px 10px;
    border-bottom: 1px solid #d4d4d4;
}


/*==============================================================================================================
	CLAIMS STYLES
===============================================================================================================*/
#claimSearchForm .radio {
    margin-right: 15px;
}

#MFUAppContainer .btn-primary {
    margin-left: 10px;
}

#ClaimWizardContent .panel span.ui-grid-header-cell-label {
    font-size: 1.1em;
}

#ClaimWizardContent .panel .ui-grid-cell-contents div.primary span.ng-binding {
    font-size: 1em;
}

#claimSearchForm .radio {
    margin-right: 15px;
}

#ClaimDetail .input-label {
    margin-bottom: 4px;
}

#ClaimDetail .input-content {
    margin-bottom: 15px;
}

#ClaimDetail tr.no-files {
    display: table-row;
}

#ClaimDetail tr+tr.no-files {
    display: none;
}

.claim-tabs {
    border-bottom-color: rgba(0, 0, 0, .1);
}

.claim-tabs>li>a {
    padding: 10px 25px;
    margin-right: 0px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-bottom: 0px !important;
    border-radius: 0px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.claim-tabs>li>a:hover,
.claim-tabs>li>a:focus {}

.claim-tabs>li:first-child>a {
    border-radius: 4px 0 0 0px;
    border-right: none !important;
}

.claim-tabs>li:last-child>a {
    border-radius: 0px 4px 0 0;
    border-left: none !important;
}

.claim-tabs>li.active>a,
.claim-tabs>li.active>a:hover,
.claim-tabs>li.active>a:focus {
    font-weight: 600;
}

.claim-tabs>li.active>a {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.claim-form .panel-heading .panel-title>a {
    padding: 20px !important;
}

.claim-form .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.row.full-margin .claim-form .panel-body {
    padding-top: 10px !important;
}

.claim-form .panel-heading {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.claim-form .panel:not(.panel-open) .panel-heading:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.claim-form .accordion-toggle .btn-outline {
    position: relative;
    top: -5px;
}

.claim-form .panel.panel-open .icon-chevron-right:before {
    transform: rotate(90deg);
    transform: -webkit-rotate(90deg);
    transform: -moz-rotate(90deg);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.claim-form .panel:not(.panel-open) .icon-chevron-right:before {
    transform: rotate(0deg);
    transform: -webkit-rotate(0deg);
    transform: -moz-rotate(0deg);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.service-codes-container .col-md-6:first-child {
    padding-right: 20px;
}

table.service-codes {
    width: 100%;
}

table.service-codes thead {
    background: #CFE6FA;
}

table.service-codes thead>tr>th:first-child {
    width: 100px;
}

table.service-codes th {
    padding: 10px;
}

table.service-codes td {
    padding: 10px 10px 0 10px;
}

table.service-codes tbody>tr:last-child>td {
    padding-bottom: 10px;
}


/*==============================================================================================================
	CONTACT FORM STYLES
===============================================================================================================*/
.ContactForm {
    font-size: 1.6em;
}

.ContactForm #Textarea-1 {
    width: 100%;
}

p.success-completed {
    color: #669966 !important;
    font-weight: 600 !important;
    font-size: 1.8em !important;
}

.PDFSize {
    min-width: 70px;
}


/*==============================================================================================================
LIVE CHAT (NICE / CX ONE) OVERRIDES
===============================================================================================================*/
#be-frame {
    right: 10px !important;
    bottom: 10px !important;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#be-frame.be-frame-minimized {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


/*==============================================================================================================
KEYFRAMES (Animations)
===============================================================================================================*/
/* Complete Pop */
@keyframes complete_pop {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

/*-------------------------------------
	OVER 1920px
-------------------------------------*/
@media (min-width: 1920px) {
    .LPMcontainer {
        right: -webkit-calc(50% - 955px) !important;
        right: -moz-calc(50% - 955px) !important;
        right: -ms-calc(50% - 955px) !important;
        right: calc(50% - 955px) !important;
    }
}

/*-------------------------------------
	768px
-------------------------------------*/
@media all and (max-width: 768px) {

    .LPMcontainer {
        width: 50px !important;
        height: 50px !important;
        right: 10px !important;
        bottom: 10px !important
    }

    .LPMcontainer:after {
        padding: 0 !important;
        width: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .LPMcontainer:before {
        padding: 0 !important;
        text-align: center !important;
        width: 50px !important;
    }
}


/*==============================================================================================================
	FOOTER STYLES
===============================================================================================================*/
#Footer p {
    font-size: 1.5em;
    line-height: 1.66em;
    color: #202d60;
}

#Footer hr {
    border-color: #202d60;
}

#Footer .CopyRight {
    height: 61px;
    background-color: #202d60;
    color: white;
    line-height: 61px;
    font-size: 1.1em;
}

.FooterNavigation .sfNavHorizontal a {
    line-height: 20px;
    height: 20px;
    color: #AFBCC7;
}

.FooterNavigation .sfNavHorizontal a.sfSel {
    margin-top: 0px;
    padding-top: 0px;
    background-color: inherit;
}

.FooterNavigation .sfNavHorizontal li {
    border-right: none;
    background-color: #fff !important;
}

/*  Social Media   */
#Footer .SocialMedia {
    width: 190px;
    margin: 10px auto;
}

#Footer .SocialMedia a.FaceBook,
#Footer .SocialMedia a.Twitter,
#Footer .SocialMedia a.LinkedIn {
    width: 40px;
    height: 40px;
    margin: 0px 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

#Footer .SocialMedia a.FaceBook:link {
    background-image: url(../images/Icon-FaceBook.png);
    opacity: 1;
}

#Footer .SocialMedia a.Twitter:link {
    background-image: url(../images/Icon-Twitter.png);
}

#Footer .SocialMedia a.LinkedIn:link {
    background-image: url(../images/Icon-LinkedIn.png);
}

#Footer .SocialMedia a.FaceBook:hover,
#Footer .SocialMedia a.Twitter:hover,
#Footer .SocialMedia a.LinkedIn:hover {
    opacity: .5;
}

#Footer p.Awards,
.BottomFooter-Outer p.Awards {
    text-align: center;
}


/*==============================================================================================================
	RESPONSIVE STYLES
===============================================================================================================*/
@media all and (max-width: 1400px) {
    .NavVista .navbar-nav>li>a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .NavVista a.navbar-brand {
        width: 160px;
        margin: 10px 0 0 0;
        height: 80px;
    }
}

/* Minimum 1200px AND Maximum 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .btn.btn-full-edit {
        font-size: 12px !important;
    }
}

/* Minimum 1200px */
@media screen and (min-width:1200px) {

    .cert-container [ng-hide="hideCertificates"],
    .cert-container [ng-if="showInsureds()"],
    .cert-container .form-partial {
        width: 50%;
    }
}

/* Maximum 1199px */
@media all and (max-width: 1199px) {
    .NavVista .navbar-nav>li>a {
        padding: 5px 8px;
        font-size: 11px;
    }

    .NavVista a.navbar-brand {
        margin: 0;
        height: 60px;
        width: 140px;
    }

    .NavVista .navbar-nav {
        margin-top: 15px;
    }

    .NavVista {
        padding-left: 0;
        padding-right: 0;
    }

    .preauth .profile-info .col-md-6 {
        width: 100%;
    }

    .btn-full-edit span {
        display: none;
    }

    .btn-full-edit {
        position: relative;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #1285ef;
        border: 2px solid #e2e8ea;
        padding: 0px !important;
    }

    .btn-full-edit:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f304";
        position: absolute;
        top: 6px;
        left: 9px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .btn-full-edit:hover {
        background: #e2e8ea;
    }

}

/* Minimum 991px AND Maximum 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .cert-container [ng-hide="hideCertificates"],
    .cert-container [ng-if="showInsureds()"],
    .cert-container .form-partial {
        width: 70%;
    }

    .panel-grid .panel-heading .panel-table>div {
        padding: 10px 5px;
    }

    .panel-table .btn-edit,
    .panel-table .btn-delete {
        width: 30px;
        height: 30px;
    }

    .panel-table .btn-edit:before {
        font-size: 14px;
        left: 8px;
    }

    .panel-table .btn-delete:before {
        font-size: 18px;
        left: 8px;
    }

    .NavVista .navbar-nav>li>a {
        padding: 0px 20px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 50px 7.5px -15px
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

@media screen and (min-width:901px) {}

/*Break point Less than 991px */
@media screen and (max-width:991px) {
    .NavHeader {
        height: 70px;
    }

    .NavVista .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .NavVista .navbar-nav>li>a {
        text-align: center;
        border-bottom: none !important;
        border-top: none !important;
        padding: 10px 0;
        font-size: 14px;
    }

    .NavVista .navbar-default .navbar-nav>.active>a {
        border-bottom: none;
        background: rgba(0, 0, 0, 0.1);
        color: #000;
    }

    .NavVista .navbar-default .navbar-nav a:hover,
    .NavVista .navbar-default .navbar-nav a:active {
        border-bottom: none !important;
        border-top: none !important;
        background: rgba(0, 0, 0, 0.1);
    }

    .NavHeader .navbar-collapse {
        width: 100%;
        position: fixed;
        left: 0;
        background: #fff;
        padding: 0 15px 0 5px;
        margin: 0;
    }

    #Header .PhoneEmail .CurrentDate {
        display: none;
    }

    .NavVista .navbar-nav {
        margin-top: 15px;
    }

    .NavVista a.navbar-brand {
        height: 70px;
        margin: 0;
        width: 150px;
    }

    .NavVista .navbar-toggle {
        margin-top: 18px;
    }

    .NavVista .navbar-nav .open .dropdown-menu {
        position: relative;
        top: 0;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
        border-radius: 5px;
    }

    .NavVista .navbar-collapse.collapse.in {
        overflow-y: auto !important;
        max-height: calc(100vh - 100px);
    }

    .TopHeader {
        width: 100%;
        height: auto;
        min-height: 35px;
    }

    .TopHeader>.container {
        padding-left: 0;
    }

    .TopHeader>.container>.row {
        display: flex;
        align-items: center;
    }

    .TopHeader .PhoneEmail div.Telephone {
        margin-left: 0;
    }

    #ContentBody {
        padding-top: 106px;
    }

    #ContentBody .Banner h2 {
        display: block;
        height: auto;
        width: 100%;
    }

    #ContentBody .Banner h2:before {
        bottom: 0;
    }

    #ContentBody .Banner {
        background-size: cover;
        min-height: 500px;
    }

    #ContentBody .Banner .CreateAcct .Button2 {
        margin: 0px;
        width: 100%;
    }

    #ContentBody .Banner .BannerBTN .MultiLine a {
        line-height: 25px;
        padding-top: 25px;
    }

    .new-grid .ui-grid-row .ui-grid-cell {
        border-right: none;
    }

    .new-grid .ui-grid-row .ui-grid-cell a {
        display: inline-block;
        border-radius: 3px;
        font-weight: 600;
        background: #5EACEE;
        color: #fff;
        padding: 5px 15px;
        margin: 5px 5px 15px 5px;
    }

    .new-grid .ui-grid-row .ui-grid-cell .dropdown-menu a {
        border-radius: 0;
        background: none;
        color: #5EACF2;
        width: 100%;
        text-align: left;
    }

    .new-grid.ui-grid,
    .new-grid.ui-grid .ui-grid-render-container-body .ui-grid-viewport,
    .new-grid .ui-grid-cell {
        height: auto !important;
    }

    .new-grid.ui-grid .ui-grid-render-container-body {
        min-height: initial;
    }

    .new-grid .ui-grid-row:last-child .ui-grid-cell {
        border-bottom-width: 0px !important;
    }

    .new-grid .ui-grid-cell-contents:before {
        text-transform: none;
    }

    .new-grid .ui-grid-cell .ui-grid-cell-contents {
        display: table;
        width: 100%;
        padding: 10px;
    }

    .new-grid .ui-grid-cell .ui-grid-cell-contents:before,
    .new-grid .ui-grid-cell .ui-grid-cell-contents>div {
        float: none;
        display: table-cell;
        text-align: left;
    }

    .new-grid .ui-grid-cell .ui-grid-cell-contents:before {
        vertical-align: top;
        text-align: left;
        width: 50%;
    }

    .new-grid .ui-grid-cell .ui-grid-cell-contents .btn-round:not(.btn-full-edit) {
        color: #fff !important;
        background: #202d60;
        border: none;
        margin-bottom: 10px;
    }

    .row.full-margin .ui-grid-header-cell,
    .row.full-margin .ui-grid-cell-contents {
        white-space: normal;
        word-break: normal;
        font-size: 14px !important;
    }

    /*  Claims */
    .claim-actions>span:last-child {
        display: none;
    }

    /*  Footer */
    #Footer .navbar {
        margin-bottom: 0;
    }

    #Footer .navbar-nav {
        margin: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 20px 0;
    }

    #Footer .navbar-toggle {
        display: none !important;
    }

    #Footer .navbar-collapse.collapse {
        display: block !important;
    }

    #Footer .CopyRight {
        height: auto;
        line-height: inherit;
        margin-top: 20px;
    }

    #Footer .CopyRight>.container>.row {
        display: flex;
        flex-wrap: wrap;
    }

    #Footer .CopyRight>.container>.row>div {
        flex: 1 1 100%;
        text-align: center;
    }

    #Footer .CopyRight>.container>.row>div:first-child {
        padding: 20px 0;
    }

    #Footer .CopyRight>.container:last-child {
        max-width: 100% !important;
        width: 100% !important;
        background: #fff;
        position: absolute;
        left: 0;
        padding-bottom: 20px;
    }

    #Footer .social-box {
        top: 0;
    }

    .LegalNav .navbar-default ul.nav li a {
        line-height: inherit;
    }

    .LegalNav .navbar-default ul.nav li:first-child a {
        padding-left: 0;
    }

    .LegalNav .navbar-default ul.nav li:last-child a {
        padding-right: 0;
    }
}

/*Break point Less than 960px */
@media screen and (max-width:960px) {
    .NaviTeach li.dropdown a.dropdown-toggle {
        background-image: none;
    }

    #header {
        position: relative;
    }

    .FooterImages p.Awards {
        display: none;
    }
}

/*Break point Maximum 900px */
@media screen and (max-width:900px) {

    .ui-grid-viewport {
        min-height: auto !important;
    }

    .grid-no-records {
        padding-top: 15px;
    }

}

/*Break point Less than 768px */
@media screen and (max-width:768px) {

    .TopHeader .PhoneText,
    .TopHeader .EmailText {
        display: none;
    }

    .NavVista .navbar-nav {
        margin-bottom: 0px;
    }

    .NavVista .navbar-nav>li {
        border-bottom: solid 1px #ddd;
    }

    .NavVista .navbar-nav>li>a {
        padding: 15px 15px;
        font-size: 14px;
    }

    #ContentBody .Banner .BannerBTN .Inner {
        width: 100%;
        margin: 20px 0px;
    }

    #ContentBody .Banner .BannerBTN .MultiLine a {
        line-height: 100px;
        padding-top: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        position: static;
        background-color: white;
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #eee;
    }

    #ContentBody {
        padding-top: 106px;
    }

    #ContentBody .Banner {
        background-size: cover;
        min-height: 500px;
    }

}

/*Break point Less than 652px */
@media all and (max-width: 652px) {
    .claim-actions {
        float: none !important;
        clear: both;
        padding-top: 10px;
    }

    .claim-actions .btn {
        width: 100%;
    }
}

/*Break point Less than 640px */
@media screen and (max-width:640px) {
    #ContentBody .Banner {
        background-size: cover;
        min-height: 500px;
    }

    .TopHeader .PhoneEmail div.CurrentDate {
        display: none;
    }

    .TopHeader .PhoneEmail div.Telephone {
        margin: 0px 20px 0px 0px;
    }

    .TopHeader .PhoneEmail div.Email {
        margin: 0;
    }
}


/*Break point Less than 615px */
@media screen and (max-width:615px) {

    .TopHeader .AmeriCorpsLogin,
    .TopHeader #CurrentCertificateIndicatorAppContainer {
        line-height: inherit;
        padding: 5px 0;
    }
}

/*Break point Less than 437px */
@media screen and (max-width:437px) {}

/*Break point Less than 400px */
@media screen and (max-width:400px) {
    #ContentBody .Banner {
        background-size: cover;
        min-height: 500px;
    }
}

/*==============================================================================================================
	PRINT STYLES
===============================================================================================================*/
@media print {

    /* Global Print Styles */
    html,
    body {
        height: auto;
        margin: 0;
        padding: 0;
    }

    a[href]:after {
        content: none !important;
    }

    .ProfileInfo,
    .Navigation-Outer,
    button.btn,
    input.btn,
    .LPMcontainer,
    .sf-breadscrumb,
    .Awards {
        display: none !important;
    }

    #Header,
    #Contentplaceholder1_T682D94AF001_Col00 {
        position: relative !important;
    }

    #ContentBody {
        padding: 0px !important;
        height: auto;
    }

    .col-sm-12 {
        clear: both;
    }

    /* Header Print Styles */
    #Header {
        border-bottom: none !important;
    }

    #Header .TopHeader,
    .navbar .navbar-right {
        display: none !important;
    }

    .navbar {
        display: block !important;
    }

    .NavVista a.navbar-brand {
        background-position: left;
        background-repeat: no-repeat !important;
        -webkit-print-color-adjust: exact !important;
        margin-left: 0px !important;
        float: none !important;
        background-size: contain !important;
        height: 70px !important;
    }

    /* Modal Print Styles */
    .modal-open .ContentBody,
    .modal-open #ContentBody,
    .modal-open button {
        visibility: hidden !important;
    }

    .modal-open .modal-dialog,
    .modal-open .my-modal-window .modal-dialog {
        margin: 0px !important;
        width: 100% !important;
        height: auto;
    }

    .modal-open .modal-body .tab-pane,
    .modal-open .row.full-margin .panel-body {
        padding: 0px !important;
    }

    .modal {
        position: relative;
        top: 0;
        left: 0;
        overflow: visible !important;
    }

    .modal-open .sfPublicWrapper.wrapper {
        position: absolute;
        top: 0px;
    }

    .modal-open #Header,
    .modal-open #Contentplaceholder1_T682D94AF001_Col00 {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
    }

    .modal-open #Header .NavHeader.container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /* UI-Grid Print Styles */
    .myGrid .ui-grid-cell-contents {
        font-size: 14px !important;
    }

    .ui-grid-column-menu-button {
        display: none;
    }

    .ui-grid-cell-contents {
        white-space: normal !important;
    }

    .ui-grid-header-cell .ui-grid-cell-contents {
        font-weight: bold !important;
    }

    /* Claim Details Print Styles */
    #ClaimDetail {
        margin-top: 50px;
    }

    #ClaimDetail .modal-header.modal-header-dark {
        display: none;
    }

    #ClaimDetail .tab-content .form-group {
        display: table;
        width: 100%;
        margin-bottom: 0px;
    }

    #ClaimDetail .tab-content .col-sm-12 {
        padding: 0px;
    }
 
    #ClaimDetail .tab-content .form-group .col-md-6 {
        display: table-cell;
        float: none;
        padding-left: 0px;
        width: 25%;
    }

    #ClaimDetail .ui-grid-row {
        height: auto !important;
        display: table;
        width: auto;
    }

    #ClaimDetail [ui-grid-row="row"] {
        display: table-row;
    }

    #ClaimDetail .ui-grid-cell {
        float: none !important;
        display: table-cell;
        border-right: none;
        min-width: 110px;
        max-width: 110px;
    }

    #ClaimDetail .ui-grid-render-container-body .ui-grid-header-viewport,
    #ClaimDetail .ui-grid-render-container-body .ui-grid-header-canvas,
    #ClaimDetail .ui-grid-render-container-body .ui-grid-viewport,
    #ClaimDetail .ui-grid-render-container-body .ui-grid-canvas {
        width: auto !important;
    }

    #ClaimDetail .ui-grid-header-cell {
        min-width: 110px;
        max-width: 110px;
    }
}



/*==============================================================================================================
    ASPE OVERRIDES
===============================================================================================================*/

body,
.sfPublicWrapper {
    font-size: 10px;
    /* font-family: 'Cabin', arial, sans-serif; */
    /* font-family: 'EB Garamond', serif; */
}

/* Navigation */
.NavVista .navbar {
    min-height: 40px;
}

.NavVista .navbar-default .navbar-toggle .icon-bar {
    background: #000;
}

.NavVista .navbar-toggle {
    border: none;
}

.NavVista .navbar-default .navbar-nav>.active>a {
    background-color: white;
    border-bottom: solid 2px #b71f36;
}

.NavVista a.navbar-brand {
    display: block;
    background-image: url('/images/aspedoslibraries/default-album/aspe_img.svg');
    background-repeat: no-repeat;
    max-width: 32rem;
    width: 100%;
    background-size: 100%;
    height: 100px;
    background-position: 0px 15px;
    width: 32rem;
}

.NavVista .navbar-default {
    background-color: white;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    font-size: 1.3em;
    font-weight: 600;
}

.NavVista .navbar-nav {
    margin-top: 30px;
}

.NavVista .navbar-default .navbar-nav>.open>a,
.NavVista .navbar-default .navbar-nav>.open>a:hover,
.NavVista .navbar-default .navbar-nav>.open>a:focus {
    background-color: white;
}

.NavVista .navbar-nav>li>.dropdown-menu {
    background-color: #333333;
    top: 31px;
}

.NavVista .navbar-nav>li>a {
    padding: 5px 15px;
    color: #767676;
    border-bottom: solid 2px rgba(239, 65, 53, 0);
    transition: all 300ms ease;
}

.NavVista .navbar-nav>li>a:hover {
    border-bottom: solid 2px #b71f36;
}

.NavVista .dropdown-menu>li>a {
    color: #b3b3b3;
}

.NavVista .dropdown-menu>li>a:hover {
    color: white;
    background-color: #333333;
}

.NavVista .dropdown-menu>.active>a {
    background-color: #333;
    color: white;
}

.LegalNav .navbar-default {
    background-color: #202d60;
    border: none;
}

.LegalNav .navbar-default ul.nav li a {
    padding: 0 15px;
    color: white;
    line-height: 61px;
}

.LegalNav .navbar {
    min-height: 20px;
}

.LegalNav .navbar-nav {
    float: right;
}

/* CONTENT BODY */
#ContentBody h1, 
#ContentBody h2, 
#ContentBody h3 {
    padding-left: 15px;
    padding-right: 15px;
}


#ContentBody p strong,
#ContentBody li strong {
    color: #202d60;
}

#ContentBody p a:link,
#ContentBody p a:link strong {
    color: #b71f36;
}

#ContentBody p a:hover, 
#ContentBody p a:hover strong {
    color: #202d60;
    text-decoration: none;
}

#ContentBody p a:visited,
#ContentBody p a:visited strong {
    color: #b71f36;
    text-decoration: none;
}


#ContentBody ul li {
    margin: 1rem 0;
}


/* BUTTON */
#ContentBody a.btn-Small {
    width: 300px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;margin-bottom: 20px;
}

/* CONTENT BODY - SIDEBAR LAYOUT */
.row > .sf_colsIn.col-md-8:first-child {
    padding-right: 4rem;
    padding-left: 1.5rem;
}

.row > .sf_colsIn.col-md-4:last-child {
    padding-left: 4rem;
    padding-right: 1.5rem;
}

/* CONTENT BODY - TWO COL LAYOUT */
.row > .sf_colsIn.col-md-6:first-child {
    padding-right: 4rem;
    padding-left: 1.5rem;
}

.row > .sf_colsIn.col-md-6:last-child {
    padding-left: 4rem;
    padding-right: 1.5rem;
}

/* COLUMN BORDER */
#ContentBody .BorderLeft {
    border-left: 1px #bbb solid;
}

/* SIDEBAR */
.aspe-sidebar-section-label {
    font-size: 1.6rem;
    font-weight: 800;
}

/* ACCORDION - MATCHING ORIGINAL */
#ContentBody .panel-heading .AttText {
    color: #b71f36;
    font-weight: bold;
}

#ContentBody .aspe-panel-primary.panel-group .panel:first-child {
    margin-top: 40px;
}

#ContentBody .aspe-panel-primary .panel-heading {
    background-color: #b71f36;
    padding: 0;
}

#ContentBody .aspe-panel-primary .panel-heading:hover {
    background-color: #202d60;
}

#ContentBody .aspe-panel-primary .panel-heading a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-decoration: none !important;
}

#ContentBody .aspe-panel-primary .panel-heading a:before {
    content: "\f067";
    font-family: "FontAwesome", sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

#ContentBody .aspe-panel-primary .panel-heading a[aria-expanded="true"]:before {
    content: "\f068";
}

#ContentBody .aspe-panel-primary .panel-heading a[aria-expanded="true"] {
    background: #202d60;
}

#ContentBody .aspe-panel-primary .panel-heading a span {
    margin-right: 10px;
}

/* ACCORDION - ASPE NEW */
#ContentBody .aspe-panel.panel-group .panel:first-child {
    margin-top: 1rem;
}

#ContentBody .aspe-panel .panel-heading {
    background-color: #fff;
    padding: 0;
}

#ContentBody .aspe-panel .panel-heading:hover {
    background-color: #202d60;
}

#ContentBody .aspe-panel .panel-heading a {
    color: #202d60;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-decoration: none !important;
}

#ContentBody .aspe-panel .panel-heading a:before {
    content: "\f067";
    font-family: "FontAwesome", sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #202d60;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

#ContentBody .aspe-panel .panel-heading:hover a,
#ContentBody .aspe-panel .panel-heading:hover a span,
#ContentBody .aspe-panel .panel-heading:hover a em,
#ContentBody .aspe-panel .panel-heading:hover a:before {
    color: #fff;
}

#ContentBody .aspe-panel .panel-heading a[aria-expanded="true"]:before {
    content: "\f068";
    color: #fff;
}

#ContentBody .aspe-panel .panel-heading a[aria-expanded="true"] {
    background: #202d60;
    color: #fff;
}

#ContentBody .aspe-panel .panel-heading a span {
    margin-right: 10px;
}

/* TELEDOC */
.AppStore {
    width: 215px;
    margin: 20px auto;
    display: block;
}

.GooglePlay img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Thumbnail Placeholder */
.thumbnail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4rem;
    height: 320px;
    width: 240px;
    background: #b71f36;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.thumbnail-placeholder::before {
    content: "Thumbnail Here";
}

/* Image Wrapper */
#ContentBody .sf-Image-wrapper {
    display: block;
    height: 500px;
    overflow: hidden;
    margin-bottom: 4rem;
    padding-left: 15px;
    padding-right: 15px;
}

.sf-Image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

/*==============================================================================================================
    HOME
===============================================================================================================*/

/* Banner CTA Cards */
#ContentBody .Banner .banner-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    gap: 0.75rem;
    color: #fff;
}

#ContentBody .Banner {
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 20, 60, 0.75) 0%,
            rgba(0, 20, 60, 0.4) 50%,
            rgba(0, 20, 60, 0.1) 100%
        ),
        url('/images/aspedoslibraries/banners/international-flags.png') !important;
    background-size: cover;
    background-position: center;
}

/* Banner Title Text */
#ContentBody .Banner h1 {
    font-size: 2.8em;
    padding: 60px 0px 0px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}

#ContentBody .Banner .banner-welcome-msg {
    text-align: center;
    font-size: 6rem;
    line-height: 8rem;
    margin-bottom: 4rem;
}

/* Base Icon Circle */
#ContentBody .Banner .banner-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 auto;
    transition: background-color 0.2s ease;
}

/* Red Variant */
#ContentBody .Banner .banner-cta-icon--red {
    background-color: #981b1e;
}

#ContentBody .Banner .banner-cta:hover .banner-cta-icon--red {
    background-color: #7a1518;
}

/* Blue Variant */
#ContentBody .Banner .banner-cta-icon--blue {
    background-color: #0A2240;
}

#ContentBody .Banner .banner-cta:hover .banner-cta-icon--blue {
    background-color: #153c6e;
}

/* Arrow Icon */
#ContentBody .Banner .banner-cta-icon .icon {
    font-size: 4rem;
    line-height: 1;
    color: inherit;
}

/* Equal-height Titles */
#ContentBody .Banner .banner-cta h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    margin: 0;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#ContentBody .Banner h2 {
    height: 10rem;
}

/* Divider Line */
#ContentBody .Banner .banner-cta h2:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

/* Description Text */
#ContentBody .Banner .banner-cta p {
    margin: 0;
    font-weight: bold;
}

/* Icon Card */
.icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    text-decoration: none;
    color: #202d60;
}

.icon-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202d60;
}

.icon-card__icon .icon {
    font-size: 5rem;
    line-height: 1;
    color: inherit;
    text-decoration: none;
}

.icon-card__text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #202d60;
    text-align: center;
}

.icon-card:hover {
    text-decoration: none;
    color: #981b1e;
}

.icon-card:hover .icon-card__icon,
.icon-card:hover .icon-card__text {
    color: #981b1e;
}

@media screen and (max-width: 991px) {
    .NavVista a.navbar-brand {
        max-width: 20rem;
        height: 6rem;
        width: 20rem;
    }

    /* Banner CTAs */
    #ContentBody .Banner .banner-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        text-decoration: none;
        padding: rem;
        gap: 0.7rem;
        color: #fff;
    }

    /* Banner Title Text */
    #ContentBody .Banner h1 {
        font-size: 2em;
        padding: 40px 0px 0px;
        line-height: 3.2rem;
    }
    
    #ContentBody .Banner .banner-welcome-msg {
        text-align: center;
        font-size: 4rem;
        line-height: 4.8rem;
        margin-bottom: 2rem;
    }

    #ContentBody .Banner .banner-cta-icon {
        width: 80px;
        height: 80px;
    }

    /* Arrow Icon */
    #ContentBody .Banner .banner-cta-icon .icon {
        font-size: 2.6rem;
    }

    .icon-card {
        padding-bottom: 4.4rem;
    }

    /* CONTENT BODY - SIDEBAR LAYOUT */
    .row > .sf_colsIn.col-md-8:first-child, 
    .row > .sf_colsIn.col-md-4:last-child {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    /* CONTENT BODY - TWO COL LAYOUT */
    .row > .sf_colsIn.col-md-6:first-child,
    .row > .sf_colsIn.col-md-6:last-child {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    /* COLUMN BORDER */
    #ContentBody .BorderLeft {
        border-left: none;
    }

    /* ACCORDIONS */
    #ContentBody .aspe-panel-primary.panel-group .panel:first-child {
        margin-top: 2rem;
    }

}
