@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Open+Sans:300,400');

input[type="text"], input[type="password"], select {
    font-family: Arial, sans-serif;;
}


@font-face {
    font-family: 'calibri-regular';
    src: url('/uploads/00001203/fonts/calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calibri-bold';
    src: url('/uploads/00001203/fonts/calibri-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* di calc styles */
.di-calc .big{
    font-size:30px;
    font-weight:700;
    color: #002d73;
    padding: 0 2px;
}
.di-calc .topPrice{
  padding-bottom: 8px;
  line-height: 40px;
}
.di-calc .btn br{
  border-bottom: 1px solid black;
  display: block;
  content: "";
  margin-bottom: 8px;
}

.di-calc .slidervalue {
    font-size:28px;
    font-weight:700;
    position:absolute;
    right:40px;
    margin-top:-38px;
}

.di-calc label{
    font-size:20px;
    font-weight: 600;
    width: 100%;
}

.di-calc .slidervalue:before{
    content:'$';
}

.di-calc .ui-widget-header{
    background: #61ccdc;
}

.di-calc .ui-slider{
    margin-bottom:30px;
}

.di-calc .sliderprompt{
    display:block!important;
    font-size: 20px;
    color: #333;
     margin: 4px 0 12px;
}

.di-calc .slidervalue.no_currency:before{
	content:"";
}

.hidden{
    display: none;
}

.ltd-choice-btn .btn{
    white-space:normal;
    margin-bottom:10px;
    border-radius: 4px;

    font-weight: 600;
    color: #000;
    background-color: #e3f2f4;
    background-image: none;
    border-color: #999;
    display: block;
    padding:  6px 16px;
    font-size: 16px;

}
.ltd-choice-btn .btn:hover{
    background-color:#a4d2d8;
}

.di-calc .answer{
	margin-top: -58px;
}
/* journey beautification below this point*/

/* padding spacing*/
.ltd-calculator {
	color: #333;
	line-height: 1.5em;
}

.ltd-calculator h1{
	color: #333;
	line-height: 1.5em;
}
.ltd-calculator h6{
margin-bottom: 0;
}
.well-left label{
    margin-top: -4px;
}
.no_currency{
    display: none;
}
@media (min-width: 480px) {
    .no_currency{
        display: inline-block;
    }
}
@media (max-width: 480px) {
    .healthAnswers.pull-right{
        float:none;
    }
}
#trOverseasAssignmentDiv legend, .perm-states legend{
    border: none;
}
input[type="text"], input[type="password"], select {
    border: 1px solid #8A8A8A;
}
.footer a{
    color: #d8d8d8;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.footer p {
    color: #989898;
}

.ui-widget :active, .ui-widget :focus {
    background: #fff;
    border: 2px solid #014e9e !important;
    outline: 3px solid #edf8ff;
}

.btn.back-btn:focus{
    /*outline-offset: 4px;*/
    /*outline: 2px auto #333;*/
}

.btn.btn-fill:focus, .btn.btn-fill:hover,
.app-box a:hover, .app-box a:focus{
    /*background-image: linear-gradient(to top, var(--secondary-color) -25%, var(--primary-color) 125%); */
     outline-offset: -2px!important; 
    outline: 2px solid #014e9e!important;
    border: none!important;
    color: #004e9e!important;
    background-color: #FFF!important;
}
.app-box a{
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    font-weight: 400;
    color: #fff;
    background-color: #004e9e;
    line-height: 1.2em;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
    border: none;
    text-decoration: none;
    display: block;
}

.mem-height .ui-widget-content .ui-state-default,
.mem-height .ui-widget-header .ui-state-default,
.sp-height .ui-widget-content .ui-state-default,
.sp-height .ui-widget-header .ui-state-default{
    outline: 3px solid #FFF; 
}



.footer .nav li a:hover, .footer .nav li a:focus{
    text-decoration: underline!important;
    background: none;
}

/*@media(max-width:400px){*/
/*    .mem-life-event{*/
/*        margin-left: -40px;*/
/*    }    */
/*}*/

.yesNoBtn .active span:hover {
    background: url('../../uploads/00001203/radio_select_bg.png');
    background-size: 36px 36px;
    background-repeat: no-repeat;
}
.yesNoBtn .buttonState span:hover {
    background: url(../../uploads/00001203/radio_bg_hover.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
}

.yesNoBtn .active span:hover {
    background: url(../../uploads/00001203/radio_select_bg.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
}

.yesNoBtnSm .answer .buttonState:focus {
    outline-offset: 4px;
    outline: 2px auto #07639d;
}

@media (max-width: 400px) {
    .yesNoDiv label{
        margin-right: 0px !important;
    }
}

@media (max-width: 575px) {
    .chi-app-btn{
        margin-top:12px;
    }
}



.family-select .yesNoBtn .spacer{
    display: none;
}

input[type="radio"] + label:hover::before{
    border: 3px solod #004e9e;
}

input[type="radio"] + label:hover::before, input[type="checkbox"] + labelhover::before, input[type="radio"] + label:focus::before, input[type="checkbox"] + labelfocus::before, input[type="checkbox"] + label:hover::before {
    border: 2.5px solid #004e9e;
}

.productField input[type="radio"] + label {
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 0px 5px 5px 5px;
}

.agency-select .spacer{
    display: none;
}

.productField input[type="radio"] + label {
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 5px;
}

.btn-block .productField .buttonState {
    padding: 5px 0 4px 5px;
    margin: -5px 5px 0 0;
    height: fit-content;
    border: 2px solid rgba(255, 0, 0, 0);
}

.btn-block .productField .buttonState:focus {
    border: 2px solid #004e9e;
}

.action-row .btn.btn-fill{
    width: auto;
}

.over-assign .spacer{
    display: none;
}


/* Side Navigation START */
@media (min-width: 768px) {
    .form__navigation {
        padding: 0px 10px 40px 10px;
        list-style-type: none;
        margin-top: 100px;
    }
   .single__navigation {
        height: 68px;
    }
    .single__navigation::before {
        content: '';
        position: absolute;
        left: 9px;
        top: 19px;
        height: 44px;
        width: 2px;
        background-color: #CCCCCC;
    }  
    .single__navigation.completed .d-inline-flex {
        font-weight: 400;
        color: #1A1D1E;
    }  
    .single__navigation .d-inline-flex {
        color: #1A1D1E;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.21px;
        gap: 4px;
        transition: all .3s;
        text-decoration: none !important;
        pointer-events: none;
        max-height: 0px;
    }
    .single__navigation.completed img {
        /*filter: invert(51%) sepia(11%) saturate(1864%) hue-rotate(42deg) brightness(92%) contrast(87%);*/
    }
    .single__navigation:last-child::before {
        height: 0;
        width: 0;
    }
    .single__navigation.active img {
        filter: brightness(0);
    }
    .single__navigation.active .d-inline-flex {
        font-weight: 600;
        color: #004e9e;
        text-decoration: overline;
    }
}

/* Side Navigation END */






@media (max-width: 767px) {
    .card-default{
        /*box-shadow: none!important;*/
    }
}

.pie-20{
    background: url(/uploads/00001203/pie-step-20.svg);
}
.pie-25{
    background: url(/uploads/00001203/pie-step-25.svg);
}
.pie-33{
    background: url(/uploads/00001203/pie-step-33.svg);
}
.pie-40{
    background: url(/uploads/00001203/pie-step-40.svg);
}
.pie-50{
    background: url(/uploads/00001203/pie-step-50.svg);
}
.pie-60{
    background: url(/uploads/00001203/pie-step-60.svg);
}
.pie-66{
    background: url(/uploads/00001203/pie-step-66.svg);
}
.pie-75{
    background: url(/uploads/00001203/pie-step-75.svg);
}
.pie-80{
    background: url(/uploads/00001203/pie-step-80.svg);
}
.pie-100{
    background: url(/uploads/00001203/pie-step-100.svg);
}

.step-pie{
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;    
    position: relative;
    margin-top: 10px;
    height: 80px;
    width: 80px;
}


.step-pie p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #004e9e;
}

 
.accordion-button{
    background: #f6f6f6;
    font-weight: 500;
}

.accordion-button:not(.collapsed){
    /*background: #014e9e;*/
    background: #f6f6f6;
    color: #333;
}

.accordion-button:not(.collapsed)::after{
    /*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(200%) contrast(200%) !important;*/
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(0%) contrast(200%) !important;
}
.accordion-button::after{
    /*background: url('uploads/00001203/accor-down.svg');*/
}

input[type="checkbox"] + label::before{
    background: #f6f6f6;
}
input:checked + label::before {
    background: url(/uploads/00001203/check-mark.svg) center no-repeat;
    background-color: #004e9e;
}

.step-pie .black{
    font-weight: 500;
}

.step-pie .bold{
    font-weight: 800;
}

.ui-slider {
    margin-top: 12px;
}

.land-card{
    border-radius: 0px 0px 10px 10px;   
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-button{
    font-size: 18px;   
    font-weight: 600;
}

.learn-more{
    text-decoration: none;
    font-weight: 600;
}
.learn-more:hover{
    text-decoration: underline!important;
    font-weight: 600;
}
.fa-circle-question{
    color: #004e9e;
}

.tooltip{
    font-size: 12px;
}

.dt-stepper {
        position: sticky!important;
        z-index: 999;
        top: 108px;
}

@media (min-width: 768px) {
    .portal-home-image {
        background-image: none;
    }
}

@media (max-width: 991px) {
    .jumbotron{
        min-height: 100px;
        padding: 40px 0!important;
    }
}

.alert {
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.alert p {
    margin-bottom: 0;
}
.alert-danger a {
    color: #007eff!important;
}
.error-link.h6{
    color: #1A1D1E;
}

/*.h4, h4{*/
/*    font-weight: 600!important;*/
/*}*/

.health-qs-main .h4{
    font-weight: 500;
}
.health-qs-main .h4 .mdBold{
    font-weight: 700;
}

.bene-add-btn .spacer, .diff-add .spacer{
    display: none;
}

@media(min-width:576px){
    .diff-add{
        margin-top: 40px;
    }    
}

input[type="radio"] + label, input[type="checkbox"] + label{
    margin-top: 0px;
}

.modal-header{
    /*background: #004e9e;*/
}
.modal-header h5{
    /*color: #FFF!important;*/
}

.btn-close {
    /*filter: brightness(0) invert(1);*/
}

@media(min-width: 1200px){
    .SectionRuleAbove{
        margin-bottom: 40px;
    }    
}

@media(max-width: 1199px){
    .SectionRuleAbove{
        margin-bottom: 10px!important;
    }    
}

/* TRI-Agency Start */

.tri-agency{
    font-family: 'calibri-regular', sans-serif;
    font-size: 19px!important; 
}
.tri-agency p, .tri-agency li{ 
    font-size: 19px!important; 
    color: #000;
}
.tri-agency p, .tri-agency ul{
    margin-bottom: 0px;
}
.tri-agency a{
    font-weight: 600;
    text-decoration: underline;
    color: #2C8BE5;
}
.tri-agency a:hover{
    color: #2376c4;
    text-decoration: underline!important;
}
.tri-details li{
    margin: 20px 0;
}
.tri-agency h2{
    color: #000;
}
.tri-agency .bold{
    font-family: 'calibri-bold'!important;
}
.tri-agency .modal-title{
    text-align: center;
}

/* TRI-Agency END */

.land-error-link{
    text-decoration: none;
    color: #0066CC;
    font-weight: 600;
}

.land-error-link:hover{
    text-decoration: underline!important;
    color: #0066CC!important;
}
.health-cond, .bene-title{
    font-size: 20px;
    font-weight: 500;
}
.accordion-button:focus {
    box-shadow: 0 0 0 2px #004e9e;
}

::placeholder{
    color: #717171;
}

::-ms-input-placeholder{
    color: #717171;
}

.ibp-modal-body p{
    margin-bottom: 20px;
}

.blocked-state a{
    color: #3F9EFF
}


@media(max-width:500px){
    #trEmploymentClassification input[type="radio"] + label, #trEmploymentClassification .productField{
        display: block;
        width: 100%;
    } 
    select#Products {
        white-space: normal;
        height: 60px;
    }
}

.ci-footnote h2, .ci-footnote h2{
    color: #989898!important;
}

.blk-state-alert h5, .blk-state-alert span{
    color: #1A1D1E;
}

.secondary-label {
    color: #757575;
    font-size: 14px;
    font-style: italic;
}









