@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Open+Sans:300,400');

@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:"";
}
.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;
}
}

/******* Fix tabbing on Payment stacked payment options  for ADA *******/
.summary-row .stackedRadio input[type="radio"]:first-child{
    display: block;
}
.summary-row .stackedRadio input[type="radio"]{
    visibility: initial;
}
@media (max-width: 991px){
    .flex {
        display:block;
    }
}
@media (max-width: 767px){
    .switch-field{
        margin-top: 0px;
    }
}

input[type="text"], input[type="password"], select {
    border: 1px solid #888;
}

.ui-widget-content {
    border: 2px solid #888888;
}

.btn.back-btn{
    border-color: #888;
}

.benefitHighlights a{
    color: #002d73;
}

.footer .nav a {
    color: #004F99;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s;
}

.nav > li > a:focus, 
.nav > li > a:hover {
    text-decoration: none;
    background-color: #004F99;
    color: #FFFFFF;
}

.footer .nav > li > a:focus,
.footer .nav > li > a:hover {
    background-color: #004F99;
    color: #FFFFFF;
    text-decoration: none;
}





@media (max-width: 500px){

    /*#trGenderBlock.switch-field{*/
    /*    margin-top: 22px;*/
    /*}*/
    
    .agreeRadio input[type="radio"] + label{
        font-size: 13px;
    }    
    /*.agreeRadio input:checked + label::before,*/
    /*.agreeRadio input[type="radio"] + label::before{*/
    /*    display: none;*/
    /*}*/

    .agreeRadio input[type="radio"] + label:first-of-type{
        min-width: 116px;
        width: 100%;
        /*margin: 0px;*/
        /*padding: 7px 0px;*/
        /*text-align: center;*/
    }
    .eftSubmit .btn{
        font-size: 14px;
    }
    
    .footer{
        position:relative !important;
    }
    
    
}

.tooltip{
    /*display: inline-block !important;*/
    /*position: absolute !important;*/
    /*height: 400px;*/
}

/* 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; 
}
.tri-agency p, .tri-agency ul, .tri-agency li{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.tri-agency a{
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-family: 'calibri-bold'!important;
}
.tri-details li{
    margin: 20px 0;
}
.tri-agency .bold{
    font-family: 'calibri-bold'!important;
}
.tri-agency .modal-title{
    text-align: center;
}

/* TRI-Agency END */

.btn.btn-fill {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    background-color: #1470aa;
    background-image: linear-gradient(to top,#154d70 -25%,#1470aa 125%);
    border-color: #1470aa;
    line-height: 1.2em;
    width: auto;
}
.btn.btn-fill span {
    font-size: 20px;
    padding-left: 4px;
    margin-right: 0;
}
.btn.btn-fill:focus, .btn.btn-fill:hover {
    background-image: linear-gradient(to top,#112f37 -25%,#154d70 125%);
    border-color: #154d70;
    color: #fff;
}
.btn.btn-white {
    text-transform: initial;
    font-size: 15px;
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    background-color: #f3f9fc;
    background-image: none;
    border-color: #999;
    line-height: 1.2em;
    width: 100%;
}
.btn.btn-white:focus, .btn.btn-white:hover {
    background-image: none;
    background-color: #e6e6e6;
    border-color: #595959;
    color: #000;
}
.btn.back-btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border-color: #999;
    line-height: 1.2em;
}
.btn.back-btn:focus, .btn.back-btn:hover {
    color: #000;
    background-color: #ccc;
    border-color: #999;
}
.btn.back-btn span {
    font-size: 20px;
    padding-right: 4px;
    margin-right: 0;
}
.btn.next-btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    background-color: #1470aa;
    background-image: linear-gradient(to top,#154d70 -25%,#1470aa 125%);
    border-color: #1470aa;
    line-height: 1.2em;
    width: auto;
}
.btn.next-btn span {
    font-size: 20px;
    padding-left: 4px;
    margin-right: 0;
}
.btn.next-btn:focus, .btn.next-btn:hover {
    background-image: none;
    background-color: #154d70;
    border-color: #154d70;
    color: #fff; 
}

.error-message:not([data-processed])::before {
  content: "Error: ";
}

/* Hide duplicate "Error:" prefix if it already exists in the text */
.error-message[data-processed] {
  position: relative;
}

.error-message[data-processed]::before {
  content: "";
}

.error-message.needs-prefix::before {
  content: "Error: ";
}


