/* FRAMEWORK CSS */
html,body{
    height:100%;
    padding:0;
    margin:0;
}
*{
    font-family:arial;
    color: #4e4e4e;
    font-size: 14px;
}

/*** header ***/

.header{
    background-color:#0a9be0;
    width:98%;
    padding:1%;
    overflow:hidden;
    height:100px;
}
.header>img{
    display:block;
}
.header>div{
    float:left;
    width:30%;
    margin-top:10px;
}
.header>div>h1, .header>div>h2{
    display:block;
    width:100%;
    color:#fff;
    padding:0;
    margin:0;
    cursor:default;
    white-space: nowrap;
     overflow: visible;
}
.header>div>h1{
     margin-bottom: 1%;
    font-weight: bold;
    font-size: 2.2em;
}
.header>div>h2{
    font-weight:normal;
    font-size:20px;
}
.header>img:first-child{
    float: left;
    height: 67%;
    width: auto;
    margin-top: 4px;
    padding-right: 1%;
}
#thm-logo{
    float:right;
    padding-right:6%;
    height:100%;
}

.header .bgr{
    display:none;
    width: 13%;
    float:right;
    padding: 2% 2% 0 0;
}

@media(max-width:700px){
    .header>img:first-child{
          width:75px;
    }
    .header{
        min-height:80px;
    }
}
ul.brgr-menu {
    position:fixed;
    top:0px;
    z-index:3000;
    margin:0;
    margin-top:80px;
    padding:0;
    list-style:none;
    width:100%;
    background-color: #0a9be0;
    display:none;
}
ul.brgr-menu>li{
    color:#fff;
    font-size:18px;
    font-family:neo-reg, arial;
    text-align:center;
    padding:2% 0;
    cursor: pointer;
}
ul.brgr-menu>li:nth-of-type(even){
    background-color: rgba(0,0,0,0.03);
}

/* error styling */
.webxError[style*='visibility:hidden']{
    display:none;
}


/*** body ***/

#ctl00_Content{
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 750px;
    box-sizing:border-box;
    padding:10px;
}

form > [id*=_ContentPlaceHolder1_ctl][id*=_Panel] {
    max-width:750px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box;
    padding:10px !important;
}

@media(max-width:700px){
    #ctl00_Content{
        box-sizing:border-box;
    }
    form > [id*=_ContentPlaceHolder1_ctl][id*=_Panel] {
        
    }
}


span[class^=SSLZone][class*=cell]{
    padding:5px 0;
}


/* Webx Invalid Form */
.WIFPopUp{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(255, 255, 255, 0.48);
    z-index:4000;
}

.WIFPopUp>div{
    width: 50%;
    min-height: 30%;
    margin:10% auto;
    border-radius:3px;
    background-color:#4c4c4c;
    padding: 1%;
}

.WIFPopUp>div>h1, .WIFPopUp>div>p{
    color:#fff;
    font-family:neo-bold, arial;

}

.WIFPopUp>div>p{
    text-align:justify;
}

.WIFPopUp>div>h1 {
    color:rgba(0,0,0,0);
    width:40px;
    height:40px;
    background-image: url(../webximage/logo-m-big.png);
    display:block;
    background-size:100% 100%;
    margin: 0;
}

@media(max-width:700px){
    .WIFPopUp>div{
        width:80%;
    }
}



/* framework media quiries */

@media(max-width:700px){
    .header .bgr{
    display:block;
    cursor:pointer;
}
.header{
    height:auto;
    position: fixed;
    z-index: 1000;
    top: 0;
}
#ctl00_Content{
    margin-top: 130px;   
}
#thm-logo{
    display:none;
}
}



/* loading */

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    background-color: rgba(0,0,0,0.7);
}

.loading>img {
    background-color: #fff;
    border-radius: 125px;
    display: block;
    width: 5%;
    margin: 15% auto;
    padding: 1%;
    animation:flip 2s infinite;
}
@-webkit-keyframes flip{
    0%{transform:rotateY(180deg);}
    49%{transform:rotateY(0deg);}
    50%{transform:rotateX(180deg);}
}
@-moz-keyframes flip{
    0%{transform:rotateY(180deg);}
    49%{transform:rotateY(0deg);}
    50%{transform:rotateX(180deg);}
}
@keyframes flip{
    0%{transform:rotateY(180deg);}
    49%{transform:rotateY(0deg);}
    50%{transform:rotateX(180deg);}
}

.loading>h3 {
    margin-top: -10%;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
@media(max-width:700px){
    .loading>img {
        width:20%;
    }
}

.insured-item{
    box-sizing:border-box;
    border: 11px solid #b7b7b7;
    border-width: 1px;
    width: 30%;
}
.jLbl,.wLbl,.jwLbl{
    width:30% !important;
}

.footer{
    border-top: 1px solid rgba(163, 239, 82, 0.8);
    display:block;
    padding:2% 0 1% 0;
    position:relative;
    clear:both;
}
.footer p{
    text-align:center;
    font-size:10px;
}
.footer img{
    position:absolute;
    right:7%;
    bottom:25%;
    width:10%;
}
@media(max-width:700px){
     .footer img{
             position: static;
             width: 40%;
             margin-left: 30%;
             margin-top: 6%;
     }
     .footer p{
          text-align:justify;
          width:90%;
          margin-left:5%;
      }
}
#ctl00_ContentPlaceHolder1_ProductsHolder{
    overflow:hidden;
}

.WebXOptionsContent{
    margin:0;
    padding:0;
}
.WebXOptionsContent li{
    list-style:none;
    margin:20px 0;
   padding:0;
   display:block;
}
.WebXOptionsContent li a{
    text-decoration:none;
    text-align:center;
    background: linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -webkit-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -moz-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -o-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -ms-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    color:#fff;
    font-family: neo-bold, arial !important;
    font-weight: bold;
    font-size: 21px !important;
    border:none;
    text-transform: uppercase;
    width: 223px;
    margin-top: 14px;
    padding: 10px 0;
    display:block;
}
#ctl00_Content>h1{
    font-size: 22px;
    color: #0a9be0;
}
.WebXProduct>h4{
    display:none;
}

@media(max-width:990px){
    span#ctl00_ContentPlaceHolder1_ctl03_SSLControl_lblActualTotalAnnualPremium2, img#ctl00_ContentPlaceHolder1_ctl03_SSLControl_PayRadio {
        width:100% !important;
        height:auto !important;
        margin:0;
        margin-bottom:1%;
        padding:0; 
    }
    span#ctl00_ContentPlaceHolder1_ctl03_SSLControl_PayText{
        margin-left:0;
        width:100%;
    }
}
/* GENERIC CSS CLASSES */

.padding-1{
    padding:1%;
}
.padding-2{
    padding:2%;
}
.padding-3{
    padding:3%;
}
.padding-4{
    padding:4%;
}
.padding-5{
    padding:5%;
}
.padding-top-1{
    padding-top:1%;
}
.padding-top-2{
    padding-top:2%;
}
.padding-top-3{
    padding-top:3%;
}
.padding-top-4{
    padding-top:4%;
}
.padding-top-5{
    padding-top:5%;
}
.padding-bottom-1{
    padding-bottom:1%;
}
.padding-bottom-2{
    padding-bottom:2%;
}
.padding-bottom-3{
    padding-bottom:3%;
}
.padding-bottom-4{
    padding-bottom:4%;
}
.padding-bottom-5{
    padding-bottom:5%;
}
.padding-left-1{
    padding-left:1%;
}
.padding-left-2{
    padding-left:2%;
}
.padding-left-3{
    padding-left:3%;
}
.padding-left-4{
    padding-left:4%;
}
.padding-left-5{
    padding-left:5%;
}
.padding-right-1{
    padding-right:1%;
}
.padding-right-2{
    padding-right:2%;
}
.padding-right-3{
    padding-right:3%;
}
.padding-right-4{
    padding-right:4%;
}
.padding-right-5{
    padding-right:5%;
}
.padding2{
    padding: 2%;
}
.margin0{
    margin: 0;
}
.margin-top-0{
    margin-top:0;
}
.margin-top-0-i{
    margin-top:0 !important;
}
.margin-top-1{
    margin-top:1%;
}
.margin-top-2{
    margin-top:2%;
}
.margin-top-3{
    margin-top:3%;
}
.margin-top-4{
    margin-top:4%;
}
.margin-top-5{
    margin-top:5%;
}
.margin-top-7{
    margin-top:7%;
}
.margin-top-10{
    margin-top:10%;
}
@media(max-width:700px){
    .mobile-margin-top-20{
        margin-top: 20%;
    }
}
.margin-bottom-1{
    margin-bottom:1%;
}
.margin-bottom-2{
    margin-bottom:2%;
}
.margin-bottom-3{
    margin-bottom:3%;
}
.margin-bottom-4{
    margin-bottom:4%;
}
.margin-bottom-5{
    margin-bottom:5%;
}
.margin-left-1{
    margin-left:1%;
}
.margin-left-2{
    margin-left:2%;
}
.margin-left-3{
    margin-left:3%;
}
.margin-left-4{
    margin-left:4%;
}
.margin-left-5{
    margin-left:5%;
}
.margin-left-8{
    margin-left:8%;
}
.margin-left-10{
    margin-left:10%;
}
.margin-left-11{
    margin-left:11%;
}
.margin-left-14{
    margin-left: 14%;
}
.margin-left-18{
    margin-left:18%;
}
.margin-left-20{
    margin-left:20%;
}
.margin-right-0-i{
    margin-right: 0 !important;
}
.margin-right-1{
    margin-right:1%;
}
.margin-right-2{
    margin-right:2%;
}
.margin-right-3{
    margin-right:3%;
}
.margin-right-4{
    margin-right:4%;
}
.margin-right-5{
    margin-right:5%;
}
.margin-left-35{
    margin-left:35%;
}
.float-left{
    float:left;
}
.margin-0-auto{
    margin: 0 auto;
}
.float-right{
    float:right;
}
.clear-float{
    clear:both;
}
.block{
    display:block;
}
.none{
    display:none;
}
.width-50{
    width:50px;
}
.width-100{
    width:100px;
}
.width-115{
    width:115px;
}
.width-165{
    width:165px;
}
.width-150{
    width:150px;
}
.width-200{
    width:200px;
}
.width-250{
    width:250px;
}
.width-267{
    width:267px;
}
.width-300{
    width:300px;
}
.width-350{
    width:350px;
}
.width-400{
    width:400px;
}
.width10{
    width:10%;
}
.width20{
    width:20%;
}
.width25{
    width:25%;
}
.width30{
    width:30%;
}
.width35{
    width:35%;
}
.width33{
    width:33.3%;
}
.width40{
    width:40%;
}
.width45{
    width:45%;
}
.width50{
    width:50%;
}
.width55{
    width:55%;
}
.width60{
    width:60%;
}
.width61{
    width:61%;
}
.width65{
    width:65%;
}
.width70{
    width:70%;
}
.width80{
    width:80%;
}
.width90{
    width:90%;
}
.width91{
    width:91%;
}
.width100{
    width:100%;
}
.rounded-5{
    border-radius:5px;
}
.grey-spans div[class^=SSLZone_][class*=_row]{
    background-color:#d1d1d1;
}
.tb-box-shadow{
    box-shadow: 2px 3px 10px -1px #d1d1d1;
    border-width:1px !important;
    border: 1px solid #dedede;
}
.red-button{
    background: linear-gradient(#fa1719 35%, #cd1719) !important;
    background: -webkit-linear-gradient(#fa1719 35%, #cd1719) !important;
    background: -o-linear-gradient(#fa1719 35%, #cd1719) !important;
    background: -moz-linear-gradient(#fa1719 35%, #cd1719) !important;
    background: -ms-linear-gradient(#fa1719 35%, #cd1719) !important;
    color:#fff;
}
.grey-button{
    color:#fff;
}
.g-button{
    background: linear-gradient(#8dcd49 35%, #549f58) !important;
    background: -webkit-linear-gradient(#8dcd49 35%, #549f58) !important;
    background: -o-linear-gradient(#8dcd49 35%, #549f58) !important;
    background: -moz-linear-gradient(#8dcd49 35%, #549f58) !important;
    background: -ms-linear-gradient(#8dcd49 35%, #549f58) !important;
    color:#fff;
}
.orange-button{
    background: linear-gradient(#f95c00 35%, #f95c00) !important;
    background: -webkit-linear-gradient(#f95c00 35%, #f95c00) !important;
    background: -o-linear-gradient(#f95c00 35%, #f95c00) !important;
    background: -moz-linear-gradient(#f95c00 35%,#f95c00) !important;
    background: -ms-linear-gradient(#f95c00 35%, #f95c00) !important;
    color:#fff;
}
.red{
    background-color:red;
}
.greyQuote{
    padding: 0.5% 2% !important;
    font-size: 40px !important;
    font-weight: bold !important;
    background-color: #d1d1d1 !important;
    border: 1px solid #cccccc !important;
    max-width: 200px;
}
.quote-sidepanels{
    position: absolute;
    right: 0;
    width: 20%;
    margin-top: 33px;
}
.quote-sidepanels>div:first-child>span{
    width: 100% !important;
}

.quote-sidepanels>div:last-child>span{
    width: 92% !important;
}

.blue-questions{
    background-color:#0a9be0;
    box-sizing:border-box;
    padding:20px;
}
.blue-questions span, .blue-questions label, .blue-questions p, .blue-questions b{
    color:#fff;
}

.whitespace-normal{
     white-space: normal;
}

.bg-blue{
    background-color:#0a9be0;
}

.padding0-i{
    padding:0 !important;
}
.margin-top-3px-i input{
    margin-top: 3px !important;
}
.txt-center{
    text-align:center;
}
.font-18{
    font-size:18px;
}
.font-18-i{
    font-size:18px !important;
}

@media(max-width:700px){
    .mob26{
        width:26%;
    }
    .mob_100{
        width:100% !important;
    }
    .mob_90{
        width:90% !important;
    }
    .margin-left-0-mob{
        margin-left:0;
    }
}
/* FONT CSS */

@font-face {
    font-family: neo-reg;
    src: url(../webximage/neo-reg.eot), url(../webximage/neo-reg.ttf) format('truetype'), url(../webximage/neo-reg.otf) format('opentype');
}
.neo-reg{
    font-family: neo-reg, arial;
}
@font-face{
    font-family:neo-bold;
    src: url(../webximage/neo-bold.eot), url(../webximage/neo-bold.ttf) format('truetype'), url(../webximage/neo-bold.otf) format('opentype');
}
.neo-bold{
    font-family:neo-bold, arial;
}
@font-face{
    font-family:joebob;
    src:url(../webximage/joebob.eot), url(../webximage/joebob.ttf) format('truetype'), url(../webximage/joebob.otf) format('opentype');
}
.joebob, arial{
    font-family:joebob;
    margin:0;
}
h1.joebob{
    color: #0a9be0;
    font-size: 36px;
    font-weight: normal, arial;
}
@media(max-width:700px){
    h1.joebob{
            font-size: 6vw;
    }
}
/* CONTROL CSS */

/* calendar control */
/* for the style to work, the control must have a label before it in the same cell*/
.calendar + .webxError{
    display:none;
}
.calendar-label{
    font-size: 13px;
    font-weight: bold;
    display: block;
    width: 160px;
    text-align: center;
    background-color: #0096d6;
    padding: 7px 0;
    color: #fff;
    box-shadow: 4px 3px 10px 0px #d1d1d1;
    float: left;
}
.calendar-label + span{
    box-shadow: 2px 3px 10px -1px #d1d1d1;
    display: block;
    width: 200px;
    float: left;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #464646;
}
.calendar-label + span input{
    border: none;
    padding: 6px 0;
    width: 100%;
    background-color: #4c4c4c;
    color: #fff;
    text-align: center;
    font-style: italic;
    transition: background-color 0.5s, box-shadow 0.5s;
    margin:0;
}
@media(max-width:700px){
        .calendar-label + span input{
            padding:6.5px 0;
        }
}
.calendar-label + span input:focus{
    outline:none;
    background-color: #4c4c4c;
    box-shadow: inset 0px 0px 10px 0px #252525;
}

@media(max-width:700px){
    .calendar-label{
        width: 50% !important;
    }
    .calendar-label + span{
        width: 50% !important;
        border:none !important;
        background-color:#d1d1d1;
    }
    .calendar-label + div{ 
        background-color:#d1d1d1;
    }
    .calendar-label + span input{
        border-radius:0 !important
    }
}
/*
@media(max-width:320px){
    .calendar-label{
        width:50% !important;
    }
    .calendar-label + span{
        width: 40% !important;
    }
}
*/

#calDate_daysTable tr{
  padding: 10px 0;
}
.ajax__calendar_month, .ajax__calendar_year{
    color:#fff;
}
.ajax__calendar,.ajax__calendar_container TABLE, .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years, .ajax__calendar_body, .ajax__calendar_container {
  width: 191px !important;
  height: 200px !important;
  background: #4f4f4f;
  /*! display: block !important; */
  visibility: visible !important;
}
.ajax__calendar_container TABLE thead {
 
}
div[id^=calDate_day], .ajax__calendar_dayname{
  width:100% !important;
  text-align: center !important;
  border: none !important;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  padding: 4px 0px;
}

.ajax__calendar_container {
  background: #4c4c4c !important;
  border: 1px solid #424242 !important;;
  overflow: hidden;
  height: 240px !important;
  box-shadow: 0px 5px 10px 0px #4C4C4C;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day{
  background: none !important;
  color:#33B2E8;
}
.ajax__calendar .ajax__calendar_footer, .ajax__calendar_title{
  border: none !important;
  font-family: arial;
  color: #fff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day{
    background-color: #0096D6 !important;
    color: #fff !important;
    padding: 4px 0px;
}

.ajax__calendar .ajax__calendar_day, .ajax__calendar .ajax__calendar_other .ajax__calendar_day{
    border: none;
    color: #fff;
    padding: 4px;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day{
    color:#0a9be0 !important;
}
.ajax__calendar_active{
    padding:4px;
}
.ajax__calendar_active>div{
    width: 100%;
    text-align: center;
}
.ajax__calendar_container TD, .ajax__calendar_container TD>div, .ajax__calendar .ajax__calendar_day{
    border:none !important;
}


/* drop down */

select{
    border:none;
    color: #fff;
    min-width: 88px;
    display: block;
    padding: 6.5px 5px;
    border-radius: 1px;
    box-shadow: 2px 3px 10px -1px #d1d1d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../webximage/dd.png) #4c4c4c;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 25px 100%;
}
select option{
    color:#fff;
}
select::-ms-expand{
    display:none;
}
select:focus{
    outline:none;
    background-color: #4c4c4c;
    box-shadow: inset 0 0 10px 0 #292929;
}


select.invalid-textbox{
    background: url(../webximage/dd.png) rgb(255, 77, 77);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 25px 100%;
}

select.invalid-textbox:focus{
    background-color: rgb(255, 77, 77);
}


/* textbbox */

.textbox-invalid{
    border: 1px solid #464646;
    padding: 6px 5px;
    background-color: red;
    color: #fff;
    box-shadow: 2px 3px 10px -1px #d1d1d1;
    resize:none;
}

.textbox{
    border: 1px solid #464646;
    padding: 6px 5px;
    background-color: #4c4c4c;
    color: #fff;
    box-shadow: 2px 3px 10px -1px #d1d1d1;
    resize:none;
}
.textbox-nobox{
    border: 1px solid #464646;
    padding: 6px 5px;
    background-color: #4c4c4c;
    color: #fff;
    resize:none;
}
.textbox:focus, .textbox-invalid:focus, .textbox-nobox:focus{
    outline:none;
    box-shadow: inset 0px 0px 7px 4px #3e3e3e;
    background-color: #4c4c4c;
}

input.invalid-textbox, input.invalid-textbox:focus{
    background-color: rgb(255, 77, 77) !important;
}

input.invalid-textbox:focus{
    box-shadow: inset 0px 0px 7px 4px #f50000 !important;
}

@media(max-width:700px){
    .textbox, .textbox-invalid, select{
        padding-left: 1% !important;
    }
    .textbox{
         width:99% !important;
         border:none;
         padding:6px 0px;
         white-space:pre-wrap;
         border-radius:0px;
     }
     select{
         width:100% !important;
         white-space:pre-wrap;
     }
}

/* insured items */
@media(max-width:700px){
    .insured-item, .float-left.width-115{
        width:30%;
        height:auto;
    }
}

/* radio */

label[for$=_0]{
    display: block;
    float: left;
    margin-top: 10px;
    padding-right:10px;
}
label[for$=_1], label[for$=_2]{
    display: block;
    float: right;
    margin-top: 10px;
    padding-left:10px;
}
input[type=radio][id$=_1], input[type=radio][id$=_1] + .radio, input[type=radio][id$=_2], input[type=radio][id$=_2] + .radio{
    margin-left: 20px;
}
input[type=radio]::-ms-check{
    display:none;
}
.radio{
    display:inline !important;
    padding-top:15px;
    padding-left:32px;
    margin-top:20%;
}
input[type=radio], input[type=radio] + .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #4e4e4e;
    height: 32px !important;
    width: 32px !important;
    border-radius: 40px;
}
input[type=radio]:focus, input[type=radio] + .radio{
    outline:none;
}
input[type=radio]:checked{
    outline:none;
    background: url(../webximage/radio.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -webkit-animation: radio-anim 0.3.7s;
    animation: radio-anim 0.3.7s;
}
 input[type=radio]:checked + .radio{
     outline:none;
    background: url(../webximage/radio.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -webkit-animation: radio-anim-firefox 0.2.9s;
    animation: radio-anim-firefox 0.2.9s;
}


@-webkit-keyframes radio-anim{
    0%{
        width:35px;
        height:35px;
    }
    50%{
        width:30px;
        height:30px;
    }
    100%{
        width:35px;
        height:35px;
    }
}
@keyframes radio-anim{
    0%{
        width:35px;
        height:35px;
    }
    50%{
        width:30px;
        height:30px;
    }
    100%{
        width:35px;
        height:35px;
    }
}

@keyframes radio-anim-firefox{
    0%{
        padding-top: 15px;
        padding-left: 32px;

    }
    50%{
       padding-top: 10px;
        padding-left: 27px;
    }
    100%{
        padding-top: 15px;
        padding-left: 32px;
    }
}

/* checkbox */
.webxCheckbox{
    background-color: #0a9be0;
    display: block;
    overflow: hidden;
    padding: 2%;
}
.webxCheckbox>input[type=checkbox]{    
    display: block;
    width: 6%;
    height: 20px;
    margin-top: 34px;
    float: left;
}

.webxCheckbox>label{
    display: block;
    width: 90%;
    float: right;
    color: #fff;
    font-size:12px;
    text-align: justify;
}

.checkbox-button{
    font-size: 16px !important;
    padding: 2.5% 9% !important;
}
.no-blue-checkbox{
    background-color: rgba(0,0,0,0) !important;
    display: initial !important;
    overflow: hidden;
    padding: 0 !important;
}
/* button */

input[type=button], input[type=submit] {
    border-radius: 4px;
    background: linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -webkit-linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -moz-linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -o-linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -ms-linear-gradient(#a8a8a8 35%,#6e6e6e);
    padding: 8px;
    font-family: neo-bold, arial;
    font-size: 12px;
    cursor:pointer;
    border:none;
}
input[type=button]:focus, input[type=submit]:focus{
    outline:none;
} 
input[type=button]:hover, input[type=submit]:hover{
    box-shadow: none;
}
input[type=button]:active, input[type=submit]:active{
    background: linear-gradient(#6e6e6e 35%,#a8a8a8);
    background: -webkit-linear-gradient(#6e6e6e 35%,#a8a8a8);
    background: -moz-linear-gradient(#6e6e6e 35%,#a8a8a8);
    background: -o-linear-gradient(#6e6e6e 35%,#a8a8a8);
    background: -ms-linear-gradient(#6e6e6e 35%,#a8a8a8);
}

/* chevrons */
.chevron{
    width:20%;
    padding-top:10%;
    display:block;
    float:left;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-image: url(../webximage/shev.png);
}
.active-chev{
    background-image: url(../webximage/ac.png);
}
.chevrons-right{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25%;
}
.chevrons-right span[class^=SSLZone][class*=cell]{
    width:100%;
    display:block;
}
@media(max-width:700px){
    .chevrons-right{
        position:fixed;
        top:80px;
        background-color: #0a9be0;
        padding-bottom: 5px;
    }
}

/* march plus policy summary panel */

.summary-panel {
    background-color: #0a9be0;
    padding: 4% !important;
    width: 92% !important;
    overflow:hidden;
    padding-bottom: 0 !important;
}
.summary-panel>h4, .summary-panel>p{
    color:#fff;
}
.summary-panel>p{
    font-size: 10px;
}
.cover-features {
    display: block;
    width: 100%;
}
.summary-panel input{
    width: 31% !important;
    font-size: 9px !important;
    padding: 4px 0;
    white-space: normal;
    min-height:41px;
    max-height:41px;
}

/* slider */
.ui-widget-content{
    border:none;
}
.ui-slider-horizontal .ui-slider-handle{
    top:-0.4em;
    border:none;
    background:none;
}
.ui-slider-handle>img{
    width:38px !important;
    height:38px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: none;
    background:none;
}
.ui-widget-header {background: #8ccc48 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;}
.ui-slider {
    padding:1%;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -khtml-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -khtml-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
@media(max-width:700px){
.ui-slider-handle>img{
    margin-top:-4px;
}
}
@media(min-width:1280px){
    .ui-slider-handle img{
         width:3.2rem !important;
         height:3.2rem !important;
    }
}
.slider-disable{
    position: absolute;
    width: 93%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,0.0);
    margin-left: 2%;
    margin-top: -1%;
}


/* postcode lookup */
.postcode{
    display:block;
}
.postcode + select{
    display:block;
    
}

/* mobile chevrons */
.mobile-chevrons{
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 3000;
    width: 100%;
    background-color: #0a9be0;
    display:none;
}

@media(max-width:700px){
    .mobile-chevrons{
         display:block;
    }
}

/* generic control css & classes */
input, select{
    /* background-color 0.5s */
    transition: box-shadow 0.5s;
}

input.back-button{
    border: none;
    width: 30px;
    height: 30px;
    background: url(../webximage/back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
}

 .continue-footer{
        background-color: #4e4e4e;
        margin-top: 10%;
        box-sizing:border-box;
        padding:20px;
}

.green-button{
    background: linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -webkit-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -moz-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -o-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    background: -ms-linear-gradient(to top, #6a9f34 28%, #86c147) !important;
    color:#fff;
    font-family: neo-bold, arial !important;
    font-weight: bold;
    font-size: 21px !important;
    border:none;
    text-transform: uppercase;
    width: 223px;
    height: 55px;
    margin-top: 14px;
}

@media(max-width:700px){
    .green-button{
        width:100% !important;
    }
}


::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity:1;
}

:-ms-input-placeholder {  
   color: #fff;  
}

.linkButtonStyle{
    display:block;
    color:#fff;
    border-radius: 4px;
    background: linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -webkit-linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -moz-linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -o-linear-gradient(#a8a8a8 35%,#6e6e6e);
    background: -ms-linear-gradient(#a8a8a8 35%,#6e6e6e);
    padding: 8px;
    font-family: neo-bold, arial;
    cursor: pointer;
    border: none;
    width:100%;
    white-space: normal;
    font-size:18px !important;
    text-align: center;
    text-decoration:none;
}
/*** PAGE SPECIFIC ***/

/* PAYMENTS */

#checkout-header {
    width: 85%;
    margin: 0 auto;
    margin-top:3%;
}
#checkout-header h1{
    font-size:22px;
    color: #0a9be0;
}
#checkout-header img{
    width:65px;
}

#ctl00_ContentPlaceHolder1_valMaestroCard, #ctl00_ContentPlaceHolder1_valStartMonth, #ctl00_ContentPlaceHolder1_valStartYear, #ctl00_ContentPlaceHolder1_reqExpiryMonth, #ctl00_ContentPlaceHolder1_reqExpiryYear, #mainTable table tr:nth-child(4), #mainTable table tr:nth-child(5), #mainTable table tr:nth-child(12){
    display: none;
}

#ctl00_ContentPlaceHolder1_ddlStartMonth, #ctl00_ContentPlaceHolder1_ddlExpiryMonth{
    margin-bottom:4px;
}

input.textboxSmall,input.textboxMedium{
    width:150px;
}
select.dropdownlistSmall,select.dropdownlistMedium, #ctl00_ContentPlaceHolder1_btnSubmit{
    width:161px !important;
}

#ctl00_ContentPlaceHolder1_btnSubmit{
    padding: 15px 0;
    font-size:16px;
}

.payment-chevrons{
    width: 20%;
    position: absolute;
    top: 138px;
    right: 7.5%;
    margin-top: 3%;
}

.payment-chevrons>img{
    width: 100%;
    margin-top: 5%;
}

#mainTable{
    margin-bottom:2% !important;
}

@meida(max-width: 450px){
    .payment-chevrons{
        width: 98%;
    }
}

@media(max-width:700px){
    #mainTable table tr:first-child td:last-child, #mainTable table tr:nth-child(3) td:last-child, #mainTable table tr:nth-child(6) td:last-child, #mainTable table tr:nth-child(9) td:last-child, #mainTable table tr:nth-child(10) td:last-child, #mainTable table tr:nth-child(13) td:last-child, #mainTable table tr:nth-child(14) td:last-child, #mainTable table tr:nth-child(15) td:last-child{
        display:none;
    }
    .payment-chevrons{
        width:85%;
        margin:2% auto;
        position:static;
        margin-top:120px;
    }
    select.dropdownlistSmall,select.dropdownlistMedium{
        width:100% !important;
    }
}
/*** IPAD CSS ***/

@media(max-width:1075px){
    input#ctl00_ContentPlaceHolder1_ctl04_SSLControl_ref {
        float:left;
        margin-left:4%;
    }
}
@media(max-width:700px){
     input#ctl00_ContentPlaceHolder1_ctl04_SSLControl_ref {
        margin-left:0;
    }
}
/** postcode lookup error */

.postcode-reselect{
    display:none;
}
.invalid-textbox + .postcode-reselect{
    clear: both;
    color: red;
    display:block !important;
}
/*** Media Fixes ***/

@media(max-width:700px)
{
.width70{
    width: 100% !important;
}
.Accept-Proceed-Zone {
    width:85%;
}
.Accept-Proceed-Zone input{
    width:100%;
    margin-bottom:10px;
}
}
@media(max-width:1070px){
.mobile_columns > [class^=SSLZone][class*=_row_],
.mobile_columns > [class^=SSLZone][class*=_row_] > [class^=SSLZone][class*=_row_][class*=cell]{
    width:100% !important;
}
}
@media(max-width:500px){
    .width-100-from-500, .width-100-from-500 [class*=_row], .width-100-from-500 [class*=_row][class*=cell]{
        width:100%;
    }
}
/*** NEW STYLING ***/

/**
This content to only be changed by SSL. The purpose is to correct the current misconfiguration.

**/


@media(max-width:700px) {
    [class^="SSLZone_"][class*="_row_"] {
        width:100% !important;
    }
    [id*="SSLControl_"]:not([type=radio]):not(.insured-item) {
        margin-left:0 !important;
        margin-right:0 !important;
    }
    [id*="Postcode"],[id*="PostCode"] {
        width:100% !important;
    }
    .mobile-margin-top-20 {
        margin-top:0 !important;
        padding-top:0 !important;
    }
    .continue-footer {
         background-color:#fff;
         margin-left: 0;
         padding-left: 0;
         margin-right: 0;
         height: auto;
         margin-top: 0;
         width: 100%;
    }
    [id$=SSLControl_PayRadio] {
        width:100% !important;
        padding-top:10px;
    }
    .WebXZone + .margin-top-3 {
        margin-top:0 !important;
    }
}

@media(max-width:760px){
    .ref-code {
        float:none;
        margin-left:4%;
    }
}

.middle-insured-item {
    margin: 0 5%;
}

.slider-zone [class$=row_4], .slider-zone [class$=row_8] {overflow: visible !important;}

.displayalways{
    display:block !important;
}
