.dollar-prefix input#AnnualSalary,
.dollar-prefix input#BOEBusiness
{
    background: #FFF url(/uploads/00001225/dollar-prefix.png) left center no-repeat;
    background-size: 9px;
    background-position: 10px 16px;
    padding: .5em .5em .5em 1.4em;
}
.listButton{
    
}


.calculatorDiv {
    padding: 12px 12px;
}
.calInnerDiv{
    background: #f1f7f8;
    padding: 12px 24px;
}

.calculatorDiv .tab-pane{
    display:none;
}
.calculatorDiv .tab-pane.active{
    display:initial;
}

.slider label, .slider .spacer {
    display: none !important;
}
.checklist {
    padding-left: 48px!Important;

}
.checklist li {
    padding: 8px 0;
    font-size: 18px;
}
.checklist li span{
    font-size: 24px;
    color: #2892b9;
    padding-bottom: 0px;
}
p.formLabels {
    padding-top: 20px;
}

.yesNoDiv .spacer {
    margin-top: 0px;
    height: 10px;
}

.ltd-choice-btn h3{
    margin: 10px 0;
    line-height: 1.2;
}
.elimButton .buttonState {
    text-align: center;
border: 1px solid #ccc;

border-radius: 4px;
font-size: 14px;
font-size: 14px;
padding: 8px 8px 8px 8px;
font-weight: 600;
color: #000;
background-color: #efefef;
display: block;
margin: 0 6px 0 0;
width: 100%;
height: 100%;
}
.elimButton .spacer{
margin: 0;
}
.elimButton .buttonState:hover{
color: #002d73;
background-color: #fff;
border: 1px solid; 
border-color: #002d73;
}


.elimButton .buttonState.active{
color: #fff;
font-weight: 600;
border: 1px solid; 
border-color: #07639D;
background-color: #07639D;
}
.slider .productField{
    min-height: 36px;
}

.flex {
    display:flex;
}

.appDiv{
    display:flex;
    justify-content: center;
    align-items:center;
    border-right: 1px solid #ccc;
}

.row-eq-height {
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.productField {
 float: left;
 display: flex;
 max-width: 100%;
 width: 100%;
 margin-bottom: 0;
 justify-content: flex-start;
}








[type="text"], input[type="password"], select {
    border: 1px solid #666666 !important;
    cuinputrsor: text;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding: .5em;
    text-align: left !important;
    border-radius: 4px;
    height: 45px;
    position: relative;
}

@media (max-width: 768px) {
    .appDiv {
        display:block;
    }
    .row-eq-height {
        display:block;
    }
}

@media(max-width: 991px) {
    .flex {
       display: block; 
    }
    
}

/*************** Tri Agency ***************/
@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;
}
.triAgency p, .triAgency li {
    font-size: 14pt !important;
    font-family: 'calibri-regular', sans-serif !important;
}
.triAgency strong {
    font-family: 'calibri-bold', sans-serif !important;
}
.triAgency p, .triAgency ul {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.triAgency a {
    color: #000 !important;
    font-family: 'calibri-bold', sans-serif !important;
    text-decoration: none !important;
}

