﻿/* Global Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    /*margin: 0;*/
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    box-sizing: border-box;   
}

body {
    margin: 0;
}

.pure-g [class *="pure-u"] {
    font-family: "Lato";
    font-size: 16px;
        /*font-size: 16px;*/
    font-weight: 200;
    line-height: 26px;
    color: #464646;
}

.pure-container {
    display: block;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}

.pure-container.quote {
   padding: 0px;
}

.pure-right {
    float: right;
}

.pure-blue {
    background-color: #46166B;
    color: white;
}

.hidden-desktop {
    display: none !important;
}

/*.header {
    font-family: "Lato";
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 16px;
}*/

input[type=number] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

ul.agreementlist {
    padding: 0;
    padding-left: 10px;
    list-style:disc;
}

ul.agreementlist li {
    margin-left: 20px;
    background-image: url('../images/bullet.png');
    background-repeat: no-repeat;
    background-position: left -5px;
}

/* Top bar - Global */
/*SC 28/05/2015*/
.pure-left-container {
    max-width: 1180px;
    min-width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
}

.top-bar {
    background-color: #465569;
    height: 33px;
    padding: 7px 0px;
    width: 100%;
}

    .top-bar .pure-container {
        display: block;
        min-width: 1000px;
        padding: 0 40px;
    }

    .top-bar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .top-bar ul li {
            float: left;
            margin-right: 15px;
        }

            .top-bar ul li a {
                color: #46166B;
                text-decoration: none;
            }

    .top-bar .freephone {
        float: right;
        margin-right: 20px;
    }

        .top-bar .freephone .blue {
            color: #46166B;
        }

        .top-bar .freephone .white {
            color: white;
        }
        /*SC to be removed*/
        /*.hero .progress.newversion {
            padding-top: 125px;
            padding-left: 10%;
            width:100%;
        }

.progress-dot {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    /*border: 1px solid #888888;
    /*color: lightgrey;
    color:#888888;
    font-family: "Lato";
    font-weight: 400;
    /*font-size: 19px;
    font-size: 24px;
    float: left;

}

    .progress-dot.active span {
        /*background-color: #46166B;
        /*border: 2px solid #46166B;
        color: #46166B;
        border-color: #46166B!important;
      
    }

 

    .progress-dot:first-child span {
        position: relative;
        top: -31px;
        left: 0px;
    }

    .progress-dot span {
        position: relative;
        top: -38px;
        left: 12px;
        position: relative;
        top: -31px;
        border: 2px solid #888888;
        border-radius: 99px;
        -moz-border-radius: 99px;
        -webkit-border-radius: 99px;
        display: inline-block;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        width: 40px;
        height: 40px;
        left:0px
    }

    

.hero .progress-dot {
    margin-top: 0px;
}

.hero .progress .seperator {
    float: left;
    width: 23.5%;
     width: 24%;
    height: 40px;
    position: relative;
    margin-top: 0px;
    background: url(../images/step.arrow.png) no-repeat center;
}*/



.form-full-width .progress-dot {
    width: 30px;
    height: 30px;
    background-color: white;
    margin-top: -15px;
}

    .form-full-width .progress-dot:first-child span {
        top: 3px;
        left: 11px;
    }

    .form-full-width .progress-dot span {
        top: 3px;
        left: 8px;
    }

.form-full-width .seperator {
    width: 41%;
    height: 1px;
    background-color: lightgrey;
    float: left;
}

.form-full-width .progress {
    display: block;
    width: 820px;
    max-width: 80%;
    margin: 0 auto;
}

.form-full-width .form-third {
    margin-top: 15px;
    padding: 15px;
    font-weight: 200;
}

    .form-full-width .form-third .title {
        padding-bottom: 7px;
        border-bottom: 1px solid #a4a5a3;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

    .form-full-width .form-third .location {
        margin-top: 35px;
        /*background-color: white;
        border: 1px solid lightgrey;*/
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }

        .form-full-width .form-third .location .search {
            position: relative;
            top: 3px;
            left: 10px;
        }

        .form-full-width .form-third .location input {
            width: 90%;
            padding: 7px 0;
            background-color: white;
            border: 0 solid lightgrey;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            outline: none;
        }

        .form-full-width .form-third .location.widget input {
             padding: 0;
        }

    .form-full-width .form-third .date-input {
        width: 75%;
        padding: 8px 5px 7px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid lightgrey;
    }

    .form-full-width .form-third .callink {
        position: relative;
        top: 9px;
        margin-left: 4px;
    }

    .form-full-width .form-third.dates .form-title {
        line-height: 24px;
        margin-top: 10px;
        color: #38c2dc;
    }

    .form-full-width .form-third.dates .date-right {
        padding-left: 4px;
    }

    .form-full-width .form-third.ages input {
        width: 64px;
        padding: 5px 5px 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #ced8d8;
    }

    .form-full-width .form-third.ages > .pure-g {
        position: relative;
        top: 11px;
        color: #46166B;
    }

    .form-full-width .form-third.ages .age-field {
        line-height: 24px;
    }

        .form-full-width .form-third.ages .age-field .number-input {
            display: inline-block;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-top:3px;
        }

.form-full-width .get-quote {
    margin-top: 22px;
    margin-right:12px;
    padding: 10px;
    font-size: 20px;

    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.progress1:before {
    display:inline-block;
    content: 'STEP';
    font-size: 38px!important;
    color:#888888!important;
    width: 115px;
    position:relative;
    left: -90px;
    top: 8px;
    font-weight:700;
}

.progress1:after {
    display: inline-block;
    content: 'CHOOSE A PLAN';
    font-size: 20px!important;
    color:#888888;
    width: 104px;
    position: relative;
    left: 45px;
    top: -70px;
    line-height:20px;
    float:left;
}
.progress2:before {
    display:inline-block;
    content: 'STEP';
    font-size: 38px!important;
    color:#888888!important;
    width: 115px;
    position:relative;
    left: -90px;
    top: 8px;
    font-weight:700;
}


.progress2:after {
    display: inline-block;
    content: 'Options & extras';
   /*font-size: 15px;*/
    font-size: 20px;
    color:#888888;
    width: 104px;
    position: relative;
    left: 45px;
    top: -70px;
    line-height:20px;
}

.progress3:before {
    display:inline-block;
    content: 'STEP';
    font-size: 38px!important;
    color:#888888!important;
    width: 115px;
    position:relative;
    left: -90px;
    top: 8px;
    font-weight:700;
}

.progress3:after {
    display: inline-block;
    content: 'PERSONAL DETAILS';
    /*font-size: 15px;*/
    font-size: 20px;
    color:#888888;
    width: 115px;
    position: relative;
    left: 45px;
    top: -70px;
    line-height:20px;
}

.progress4:before {
    display:inline-block;
    content: 'STEP';
    font-size: 38px!important;
    color:#888888!important;
    width: 115px;
    position:relative;
    left: -90px;
    top: 8px;
    font-weight:700;
}
.progress4:after {
    display: inline-block;
    content: 'PAYMENT DETAILS';
    /*font-size: 15px;*/
    font-size: 20px;
    color:#888888;
    width: 50px;
    position: relative;
   left: 45px;
    top: -70px;
    line-height:20px;
}

.active.progress-dot:after {
    color: #46166B;
}

.active.progress-dot:before {
    color: #46166B!important;
}


.progress-wrapper {
    float: left;
}

.form-full-width {
    background-color: #f2f2f2;
    width: 100%;
    min-height: 290px;
    margin-top: 25px;
}
.form-full-width.home-form {
    margin:0;
    padding-top: 35px;
    background-color:white;
}

    .form-full-width .form-progress-dots {
        display: block;
        margin: 0 auto;
    }

        .form-full-width .form-progress-dots.pure-container {
            max-width: 750px;
            min-width: 750px;
        }

            .form-full-width .form-progress-dots.pure-container .seperator {
                width: 330px;
                height: 1px;
                background-color: lightgray;
                display: inline-block;
            }

        .form-full-width .form-progress-dots .dot {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            border-radius: 50px;
            background-color: white;
            border: 1px solid lightgray;
            display: inline-block;
        }

.core {
    margin-top: 90px;
}

.core.quote{
    margin-top:0px;
    padding-top: 150px;
}


    .core h1.big-blue,
    h1 {
        font-family: tobagoregular, sans-serif;
        /*color: #46166B;*/
         color:#46166B;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-top:0px;
        margin-bottom: 23px;
        /*border-bottom: 1px solid lightgrey;*/
        text-transform:uppercase;
        background: url(../images/small.divider.png) repeat-x bottom ;
    }

    .core h1.big-blue.mediconditionheader  {
             padding-top:15px!important;
        }
        .core h1.big-blue.mediconditionheader span {
            margin-top:18px;
            font-family: tobagoregular, sans-serif;
             text-transform:uppercase;
        }

    .core .go.go-budget h1 {
        color:#46166B;
        background-image:none;
        padding-top:5px;
    }

     .core .go.go-comprehensive h1 {
        color:#46166B;
        background-image:none;
        padding-top:5px;
    }

      .core .go.go-frequent h1 {
        color:#46166B;
        background-image:none;
        padding-top:5px;
    }

    .core .go .title h1 {
        border-bottom: 0;
    }

        .core h1.big-blue span {
            font-family: tobagoregular, sans-serif, sans-serif;
            color: #46166B;
            font-size: 26px;
            margin-left: 0px;           
        }

            .core h1.big-blue span.credicardtext {
                font-family: "Lato";
                color: #6b6b6b;
                font-size: 15px;
                font-weight: 500;
                margin-left: 110px;
            }

            .core h1.big-blue span.payamout {
                font-family: "Lato";
                font-size: 24px;
            }

.product-image {
    margin-left:-35px;
}

.big-blue span {
    margin: 0px 10px 0px 160px;
    font-family: "Lato";
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 500;
}

/*style terms and conditions details*/
.content-tc {
    color:#6b6b6b;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height:20px;
    padding:20px;
}

.information {
    margin-top: 45px;
}

.information-outer {
   padding: 25px 25px;
   padding-bottom:20px;
   background: url(../images/yellow-back.png);
   margin-bottom:-25px;
}
.information-inner {
    font-size: 14px;
    /*font-weight: 200;*/
    line-height: 26px;
    padding: 0px 20px 20px;
    background-color:#ffffff!important;
}

.information-footer {
    position:relative;
    background: url(../images/yellow-back-footer.png) no-repeat;
    height:70px;
    background-size:cover;
    /*background-position-y: 600px;*/
}

.core .information {
    padding: 25px 25px;
    padding-bottom:20px;
}

    .core .information ol {
        line-height: 26px;
        counter-reset: info;
        padding: 0 0 0 40px;
    }

        .core .information ol li {
            position: relative;
            margin-bottom: 14px;
            padding: 0;
            list-style: none;
            color: #6b6b6b;
        }

    .core .information .medicondition {
        color: #6b6b6b;
        line-height: 26px;
    }
    .core .information ol li:before {
        content: counter(info);
        counter-increment: info;
        display: inline-block;
        position: absolute;
        border: 1px solid #46166B;
        width: 25px;
        height: 25px;
        left: -40px;
        margin-right: 30px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        text-align: center;
    }


    /*big radio button style*/
    /*.core .information .selects input[type="radio"] {
        width: 25px;
        height: 25px;
    }*/

    /*.core .information .selects .radio label {
        width: 33px;
        height: 33px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 5px;
    }*/

    /*.core .information .selects {
        margin-top: 30px;
        margin-right: 5px;
        padding-left: 40px;
    }*/

    .core .information .creditcardtype {
        margin-bottom:10px;
    }

    .core .information .creditcardtype .selects {
        margin-top: 5px;        
        padding-left: 0px;
        padding-bottom:16px;
    }

    /*.core .information .selects label {
        position: relative;
        top: -6px;
        line-height: 15px;
        margin-right: 40px;
        margin-left: 5px;
        display: inline-block;
    }*/

.creditcardinfo {
    margin-top:30px;
}

      .core .infoform h1.big-blue,
    h1 {
        /*font-family: tobagoregular, sans-serif;
        /*color: #46166B;
         color:#46166B;
        padding-bottom: 15px;
        margin-top:0px;
        margin-bottom: 23px;
        /*border-bottom: 1px solid lightgrey;
        text-transform:uppercase;
        background: url(../images/small.divider.png) repeat-x bottom ;*/
        font-size:23px;
    }

h2 {
    font-family: "Lato";
    /*color: #46166B;*/
    color: #46166B;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

    h2 .payment {
        text-transform:none
    }

.core .infoform .creditcardtype .selects label {
    color: #6b6b6b;
    /*margin-right: 55px;*/
   font-family: "Lato";
}
/*end for radio button style*/


.core .information .input-info,
.core .information .mediasssment {
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
    color: #46166B;

}

    .core .information .mediasssment .errorright {
        color: red;
        /*float:right;*/
        display:block;
    }

    .core .information .mediasssment .assessonline {
        font-size: 15px;
        color: #6b6b6b;
        font-weight: 200;
    }

    .core .information .input-info > div {
        max-height: 0;
        overflow: hidden;
    }

        .core .information .input-info > div.active {
            max-height: 400px;
        }

.core .information .page-controls,
.page-controls {
    margin-top: 40px;
    display: table;
    width: 100% !important;
     
}


.controls {
    margin-top: 25px;
}
.controls img {
    width: 100px;
}

    .core .information .page-controls.userdetails {
        margin-top: 20px;
    }

    .core .information .page-controls .pure-button,
    .page-controls .pure-button {
        color: white;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 25px;
        /*-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;*/
        height:43px;
        font-family: tobagoregular, sans-serif;
        text-transform:uppercase;
        background: url(../images/purple.button.png) #FFFFFF;
        background-repeat:no-repeat;
        background-size: 100% 100% !important;
        background-color:#fff !important;
        display: inline-block;
    }

  

        .core .information .page-controls .pure-button.dark {
            background-color: #465569;
            max-width: 146px;
        }

    .page-controls .pure-button.dark {
        background-color: #465569;     
    }
        .page-controls.decline .pure-button.dark {
            margin-bottom:20px;
        
        }
        .core .information .page-controls.single .pure-button.light {
            width: 70%;

        }
        .core .information .page-controls .pure-button.light{
            background-color: #46166B;
            display: inline-block;
            float: right;
            height:43px;
            font-family: tobagoregular, sans-serif;
            text-transform:uppercase;
            background: url(../images/purple.button.png);
            max-width: 146px;
        }
        .core .information .page-controls .pure-button.save {
            background-color: #46166B;
            float: none;
            height:43px;
            font-family: tobagoregular, sans-serif;
            text-transform:uppercase;
            background: url(../images/purple.button.png);
            width:45%;
            max-width: 146px;
            margin-left: 25%;
        }

    /*.page-controls .pure-button.light {
        background-color: #46166B;      
        height:42px;
        font-family: tobagoregular, sans-serif;
        text-transform:uppercase;
        background: url(../images/purple.button.jpg);
    }*/
    
     .payment-button {
       background-color: #46166B;
       height:43px;
        font-family: tobagoregular, sans-serif;
        text-transform:uppercase;
        background: url(../images/purple.button.png);
        width:141px;
        
    }

     /*CL added for payment page buttons */
 .core .information .page-controls.payments > * > * {
        width: 100% !important;
        /*display:inline-block;
        float:left;*/
    }

  .core .information .page-controls.payments > * > * > * {
        width: 100% !important;
        /*display:inline-block;
        float:left;*/
    }

     /*CL */
    #block-1 {float:left;
              width:20%;
    } 
    #block-2 {
        float:left;
        margin-left:15%
    }

.tblpeopledetails .firstname,.tblpeopledetails .lastname, .tblpeopledetails .dob {
    /*padding:0px 10px;*/
}

.form-row .title div {
    padding-right:10px;
}

.form-row .title div select{
    width:100%;
}


.core .information .tblpeopledetails tbody {
    width: 100%;
    display: block;
}

.core .information #details-form,
.core .information .tblpeopledetails {
    margin-bottom: 20px;
}

    .core .information #details-form .form-row .core .information .tblpeopledetails .form-row{
        height: 70px;
    }




.core .information .quoteform .form-row {
    margin-bottom: 10px;
}
    
.core .information label {
    /* line-height: 26px; */
    text-align: left;
    color: #464646;
    font-family: 'tobagoregular', sans-serif;
    font-size:14px;
    text-transform:uppercase;
}

.selectcountry label {
    display: block;
}

.core .information .paymentinfo label {
    color:#46166B;
    display:inline-block;
}

.core .information .paymentinfo span {
    position:relative;
}

/*SC add style for user details table*/

.core .information tr {
    display: block;
    color: #46166B;
    line-height: 26px;
}

.core .information .creditcardtype tr {
    margin-top:8px;
}

.core .infoform .credicardtext  {
    color: #46166B!important;
    font-family: tobagoregular, sans-serif!important;
    font-size: 14px!important;
    text-transform:uppercase;

}

.core .infoform .payamout {
    color: #46166B!important;
    font-family: tobagoregular, sans-serif!important;
    font-size: 18px!important;
    text-transform:uppercase;

}


.core .information th {
    text-align: left;
    color: #46166B;
        font-family: 'tobagoregular', sans-serif;
        font-size:14px;
        text-transform:uppercase;
}

.core .information .addidestinat {
    font-family: 'tobagoregular', sans-serif;
    text-transform: uppercase;
    color: #46166B;
    line-height: 32px;
    margin: 30px 0px 20px 0px;
    font-size: 23px;
}

.core .information input[type="text"] {
    height: 33px;
    border: 1px solid #ced8d8;
    color: #6d6966;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .core .information input[type="text"].quoteinfo {
        width: 100%;
    }

.core .information .additionalinfo.frequenttraveller input[type="text"] {
    width:70%;
    margin-left: -2px;
}

.core .information .additionalinfo.frequenttraveller .infoform .pure-u-3-4 {
    width: 74%;
}


    .core .information .additionalinfo.frequenttraveller input[type="text"].itemdescrip {
        width:95%;
    }

.core .information .restcardinfo input[type="text"] {
    width:50%;
}

/*additional destination text box style*/
.daysusa {
    width: 100%;
}

    .daysusa input {
        width:100%;
    }
    .daysusa span{
        padding-left:20px;
        line-height:32px;
    }
.core .information .infoform .daysusa input[type="text"] {
    width: 42px;
    padding: 0px;
    text-align: center;
    border: 1px solid #ced8d8;
    border-radius: 2px;
    margin-top: 10px;
}




#contact-form .form-row label {
    font-size: 16px !important;
}
#contact-form .header {
    font-size: 16px !important;
}




#contact-form {
    /*margin-top:20px;*/
}

#contact-form label {
    font-weight:bold;
    font-family: "Lato";
    text-transform:none;
    font-size:14px;
}



.core .information input {
    color: #6b6b6b;
}

.core .information #details-form input {
    max-width: 100%;
}
 
.core .information .tblpeopledetails input {
    width:85%;
}

.core .information #contact-form input {
    width: 100%;
}

.core .information #details-form input[type="checkbox"],
.core .information .tblpeopledetails input[type="checkbox"] {
    width: 33px;
    height: 33px;
    font-size: 33px;
    margin: 0;
}

.core .information .tblpeopledetails .condition {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 29px;
}

.core .information p {
    font-size: 14px;
    line-height: 26px;
    color:#6b6b6b;
}

.pure-form .formnote {
    font-size: 11px;
    color: #6b6b6b;
    font-family: sans-serif;
}



.left-column {
    font-size:16px!important;
    /*margin-top:45px;*/
    /*background-color:#fff*/
}

    .left-column .cals {
        position: relative;
    }



    .left-column a.callink {
        position: absolute;
        top: 0;
        right: 2px;
    }
    .left-column .plus img,
    .left-column .minus img {
        padding-top: 0px;
    }

    .left-column .leftcolumnimg {
        margin-top: 40px;
    }

    .left-column .label {
        width: 100%;
        /*border-bottom: 1px solid lightgrey;*/
        padding-bottom: 5px;
        margin-bottom: 15px;
        margin-top:-10px;
        color: #46166B;
        font-family: 'tobagoregular', sans-serif;
        font-size:18px;

    }

    /*style date input for choose a plan page*/

    .left-column div .cals .date {
        /*width: 63%!important;*/
         width: 100%!important;
        display: inline-block;
    }



        .left-column div .cals .date input {
            width: 100%!important;
            color: #46166B!important;
            font-size:16px!important;
            
        }

    .left-column div select {
        width: 100%;
        padding: 5px 10px;
        color: #46166B;
        border-radius: 2px;
        border: 1px solid lightgrey;
        background: white;
        margin-bottom: 18px;
        height: 44px;
        line-height: 30px;
    }
    .left-column .your-trip-minimize {
        display: none;
    }

.leftinfo div select {
    width: 54%;
    padding: 0px;
    color: #6b6b6b;
    border-radius: 2px;
    border: 1px solid lightgrey;
    background: white;
    margin-bottom: 18px;
    height: 42px;
    line-height: 30px;
    display: inline-block;
}

.leftinfo div input[type="text"] {
    width: 50px;
    padding: 0px 10px;
    color: #6b6b6b;
    border-radius: 2px;
    border: 1px solid lightgrey;
    margin-bottom: 18px;
    height: 30px;
    line-height: 30px;

}

.leftinfo div span {
    color: #46166B;
    margin-left: 20px;
    padding-left: 5px;
}

.additionalinfo .leftinfo div span {
    margin-left: 10px;
    padding-left: 0px;
}

.additionalinfo .leftinfo .daysusa div span {
    display: block;
    padding-top: 18px;
    margin-left: 0;
}
.additionalinfo .leftinfo .daysusa > *:first-child {
    max-width:50px;
}

.leftinfo div span.additionaldays {
    margin-left: 0px;
}

.left-column div input {
    color: #46166B;
    padding: 6px 10px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    margin-bottom: 18px;
    font-weight: 200;
    height:44px;
    width:50px;
    margin-right:10px;
}

.left-column .people-button {
    background-color: #e5e5e5;
    border-radius: 2px;
}

/*style choose a plan page small text box*/
.travellerform > div {
    margin-bottom: 2px;
    padding: 0px;
    height: 90%;
}



/*style age block for choose a plan page*/
.left-column div.agegroupblock {
    display: inline-block;
    width: 100%;
}

.left-column div label.agelabel,
.errormessage,
.go .title,
.core .information input[type='text'].cardname {
    width: 100%;
}


.core .information .quoteform {
     width: 100%;
}

.left-column div.agelabelblock {
    display: inline-block;
    margin-left:0px;
}

label.agelabel.pure-u-1 {
    font-size: 16px;
}

.travellerform label {
    display: block;
}

.travellerform div.agegroupprimery {
    display: inline-block;
    padding-left: 9px;
    position: relative;
    
    margin-left:-10px;
}

.travellerform input[type="text"] {
    display: inline-block;
    width: 55px;
    height: 44px;
    padding-left: 10px;
    border: 1px solid lightgrey;
}

.travellerform input[type="text"]:focus {
    background-color:#FFFFFF;
   
}
.adultno {
    background: #FFFFFF url('../images/man.png') no-repeat 8px 8px;
    background-position-x: 8px;
    background-position-y: 8px;
    width: 100px!important;
    padding-right: 15px!important;
    text-align: right;
    border: 1px solid lightgrey;
}

.childno {
    background: #FFFFFF url('../images/girl.png') no-repeat 8px 8px;
    background-position-x:8px;
    background-position-y:8px;
    width:100px!important;
    padding-right:15px!important; 
    text-align:right;
}


.travellerform div.agegroupextra {
    /*margin-top: 5px;
    margin-left: 45px;*/

}


/*style error message*/
.error {
    color:red;
}

.error-bottom {
    padding-bottom:20px;
}

.left-column div .adultage input[type=text] {
    position: relative;
    bottom: 9px;
    margin-right: 10px;
    float:left;
}

html body .date .RadInput_Default .riTextBox, html body .date .RadInputMgr_Default {
    /*color: #464646!important;*/
    height: 42px!important;
    /*border: 1px solid #CCCCCC!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
    -moz-border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    border-radius: 2px!important;*/
    
    padding-left: 10px!important;
    font-family: "Lato";
}


html body .DOB .RadInput_Default .riTextBox , html body .RadInputMgr_Default .DOB{
    /*height: 33px!important;
    color: #888888!important;
    border: 1px solid #CCCCCC!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
    -moz-border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    border-radius: 2px!important;
    margin-bottom: 18px!important;
    padding-left: 10px!important;
     font-family: "Lato";*/
}


.left-column div input.sl {
    margin-bottom: 13px;
}

.left-column div label {
    /*width: 35%;*/
    display: inline-block;
    /*color: #46166B;*/
    color: #464646;
    font-size:16px;
    width:100%;
}

    .left-column div label#age {
        position: relative;
        top: 8px;
        height: 70px;
    }




.left-column .compare-header {
    min-height: 50px;
    margin-top: 19px;
    /*font-weight: 700;*/
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
    background-color:#46166B;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'tobagoregular', sans-serif;
    text-align:center;
}

.left-column .compare-header .wrap, .header .wrap {
    padding: 15px 0;
    line-height: 24px;
}

    .left-column .compare-header span {
        font-weight: 400;
        font-size: 14px;
        margin-top: 0px;
        font-family: 'tobagoregular', sans-serif;
    }

    .left-column .compare-header .master-control {
        position: absolute;
        right: 8px;
        top: 32px;
        width: 30px;
    }

        .left-column .compare-header .master-control .plus, .left-column .compare-header .master-control.controlactive .minus {
            position: absolute;
        }

        .left-column .compare-header .master-control.controlactive .plus {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0;
        }

        .left-column .compare-header .master-control .plus {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            opacity: 1;
        }

        .left-column .compare-header .master-control .minus {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0;
        }

        .left-column .compare-header .master-control.controlactive .minus {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            opacity: 1;
        }

.left-column .data .row {
    display: block;
    /*height: 0;*/
    overflow: hidden;
    line-height: 40px;
    padding: 0 10px;
    color: #6b6b6b;
}



.part1, .part2, .section1 {
    margin-bottom: 0px;
}

.left-column .data .row:nth-child(odd) {
    background-color: #f8f8f8;
}

.left-column .data .row.start {
    width: 100%;
    padding-top: 5px;
    background-color: #F8F8F8;
    color: #222222;
    font-size: 13px;
    line-height: 18px;
    height: 45px;
    position: relative;
    font-weight: 500;
}

    .left-column .data .row.start.item {
        background-color: #f8f8f8;
        color: #6b6b6b;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
        padding-top: 0px!important;
        height: 40px!important;
    }

.left-column .data .row.active {
    /*height: 40px;*/
}

    .left-column .data .row.active.start {
        height: 45px;
    }

    .left-column .data .row.active.start.item {
        height: 40px;
    }

.left-column .data .row.start span {
    width: 50%;
}

.left-column .data .row.start .control {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    line-height: 28px;
    right: 8px;
    top: 7px;
    display: block;
}

    .left-column .data .row.start .control .plus, .left-column .data .row.start .control .minus {
        color: #46166B;
        position: absolute;
        font-size: 35px;
        top: 1px;
    }

    .left-column .data .row.start .control.controlactive .plus {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    .left-column .data .row.start .control .plus {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    .left-column .data .row.start .control .minus {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    .left-column .data .row.start .control.controlactive .minus {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

.left-column .data .row.start.single-line {
    background-color: #46166B;
    color: white;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding-top: 0;
}

.left-column .leftcolumnimg img,
.left-column a.callink img {
    padding-top: 35px;
    padding-right:10px;
    max-width: 100%;
}




.split {
    padding-left: 10px;
}

    .split .pure-u-1-2, .split /*.pure-u-1-3*/ {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

.summary .pure-u-1-3
      {
      margin-left:-20px!important;
    }

.go {
    display: block;
    margin-top: 26px;
    color: #CCCCCC;
    /*padding: 45px 35px;*/
    min-height: 630px;
    position: relative;
    z-index: 19;
    margin-left: 20px;
}

.policyarrow {
    position:relative;
    background: url(../images/policy.arrow.png) bottom no-repeat;
    height:27px;
    margin-top:-14px;
    margin-right: -20px;
    z-index:30;
}

 .go.go-budget.topleftcolumn {
        min-width: 240px;
        padding: 10px 20px 20px;
        min-height: 100%;
        box-shadow: 2px 2px 4px lightgrey;
        
    }

  .go.go-budget.topleftcolumn .price {
       
        padding-left:0px;
        padding-right:0px;
        background: url(../images/pic1.png) no-repeat;
        margin-top:-37px;
        /*margin-left:-10px;*/
        margin-right:-20px;

      }


    /*SC 28/05/2015 top left column for policy summary*/
    .go.go-comprehensive.topleftcolumn {
        min-width: 240px;
        padding: 10px 20px 20px;
        min-height: 100%;
        box-shadow: 2px 2px 4px lightgrey;
        
    }

    .go.go-comprehensive.topleftcolumn .price {
       
        padding-left:0px;
        padding-right:0px;
        background: url(../images/pic2.png) no-repeat;
        margin-top:-13px;
        /*margin-left:-10px;*/
        margin-right:-20px;
      }




.go.go-frequent.topleftcolumn {
    min-width: 240px;
    padding: 10px 20px 20px;
    min-height: 100%;
    box-shadow: 2px 2px 4px lightgrey;
}
        


.go.go-frequent.topleftcolumn .price {
       
        padding-left:0px;
        padding-right:0px;
        background: url(../images/pic3.png) no-repeat;
        margin-top:-13px;
        /*margin-left:-10px;*/
         margin-right:-20px;
      }

.go.go-budget.topleftcolumn {
          margin-top:70px;
}

.go.go-budget.topleftcolumn::before {
    position:relative;
    display: inline-block;
    content: 'Travel Insurance Quote';
    color: #46166B;
    font-family: 'tobagoregular', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    top: -78px;
    line-height:20px;
    margin-left:-20px;
}

.go.go-comprehensive.topleftcolumn {
          margin-top:70px;
}

.go.go-comprehensive.topleftcolumn::before {
     position:relative;
    display: inline-block;
    content: 'Travel Insurance Quote';
    color: #46166B;
    font-family: 'tobagoregular', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    top: -88px;
    line-height:20px;
    margin-left:-20px;
}

.go.go-frequent.topleftcolumn {
          margin-top:70px;
}

.go.go-frequent.topleftcolumn::before {
     position:relative;
    display: inline-block;
    content: 'Travel Insurance Quote';
    color: #46166B;
    font-family: 'tobagoregular', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    top: -88px;
    line-height:20px;
    margin-left:-20px;
}


    .go.go-budget {
        /*background-color: #46166B;*/
        background: #FFF url(../images/yellow.header.png) no-repeat;
        background-size: contain;
        box-shadow: 2px 2px 4px lightgrey;
        margin-top:97px;
        min-height:600px;
    }

    .go.go-comprehensive {
        /*background-color: #455979;*/
         background: #FFF url(../images/yellow.header.png) no-repeat;
         background-size: contain;
          box-shadow: 2px 2px 4px lightgrey;
          margin-top:97px;
          min-height:600px;
    }

    .go.go-frequent {
        /*background-color: #455979;*/
         background: #FFF url(../images/yellow.header.png) no-repeat;
         background-size: contain;
          box-shadow: 2px 2px 4px lightgrey;
          margin-top:97px;
          min-height:600px;
    }

    

        .go .title h1, .go .title .thin {
            text-align: center;
            font-size: 22px;
            font-family: 'tobagoregular', sans-serif;
            

        }

        .go .title.left-column.summary {
            position:relative;
            top: 0px;
            margin-top:0;
        }

        
        .go .price.left-column.summary {
            margin-top: 0px;
            margin-left:-20px;
        }

        /*SC 28/05/2015 font overwrite*/
        .go .title.left-column h1, .go .title.left-column .thin {
            margin: 0px auto;
            font-size: 19px;
            margin-top:-34px;
            background-image:none;
            /*margin-left:20px;*/
        }

        .go .title h1 {
            /*font-weight: bold;*/
            margin-top: -35px;
            height: 44px;
        }

            .go .title h1 span.thin {
                font-weight: 200;
            }

            
            .go .price {
                background-repeat: no-repeat;
            }

    .go .price span {
        display: block;
        width: 100%;
        text-align: center;
        /*font-weight: 700;*/
        font-size: 40px;
        text-transform:uppercase;
        font-family: tobagoregular, sans-serif;
        /*margin: 48px 0;*/
        text-shadow: 0px 3px 10px rgba(0,0,0,0.3);
        height:122px;
        color:#fff;
        margin-top:-12px;
        padding-top:15px;
        background-position: top center;
        line-height: 80px;
    }

.go-budget .price {
background: url(../images/pic1.png) no-repeat;
background-position: top center;
}

.go-comprehensive .price {
background: url(../images/pic2.png) no-repeat;
background-position: top center;
}

.go-frequent .price {
background:  url(../images/pic3.png) no-repeat;
background-position: top center;
}

.price {
    background-size: cover !important;
}

    .go .price.left-column span {
        line-height: 50px;
        margin: 10px 0 30px 0;
        width:100%;
        display:block;
        padding-top:30px;
        margin-top:-30px;
  
    }

    .go .price sup {
        top: -0.3em;
    }

    /*SC 28/05/2015 policy summary*/

    .go .summary-title {
        display: inline-block;
        color: #46166B;
        font-size: 16px;
        margin-bottom: 14px;

     
    }


    .go .summary-details {
        display: inline;
        font-size: 18px;
        margin-bottom: 3px;
        margin-top: 0px;
        color:#46166B;
        font-weight:900
    }

        .go .summary.divider {
            position: relative;
        margin-top: -55px;
        z-index: 999;
        text-align: center;
        background: url(../images/plane.png) no-repeat top ;
height:40px
        
    }

        .go .summary.region {
        margin-top: 20px;
        text-align: center;
        background: url(../images/small.divider.png) no-repeat top ;
        padding-top:20px;
        
    }
    .go .summary.region .summary-title {
        /*text-align: center;
        background: url(../images/small.divider.png) no-repeat top ;
        padding-top:20px;*/
        margin-bottom:-5px;
        color: #464646!important;
    }

    .go .summary.date > div {
        text-align: center;
    }



    .go .summary.people {
        margin: 20px auto;
        text-align: center
    }

   .go .summary.date {
        margin: 0px auto;
        margin-bottom:40px;
        text-align: center
    }


    .go .regiondestination {
        font-size: 24px;
        font-family: 'tobagoregular', sans-serif;
        text-transform: uppercase;
        color:#46166B;
        padding-bottom:26px;
        background: url(../images/small.divider.png) no-repeat bottom ;
    }


    .go .excess .select-title {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 8px;
        font-family: "Lato";
        color:#46166B;
        text-transform: uppercase;
    }

    .go .excess {
        text-align: center;
        padding-bottom:10px;
        background: url(../images/small.divider.png) no-repeat bottom ;
    }


        /*radio button style*/
        .go .excess .selects {
            text-align: center;
            font-size: 16px;
            margin-top: 12px;
            vertical-align: middle;
            display: inline-block;
            width: 100%;
          

}

.budgetexcessline {
            position:relative;
            height:10px;
            margin-left: 0px;
            margin-top:-32px;
            z-index:-1;
            margin-bottom:23px;

            
}

.budgetexcessline img {
    margin: 0 auto;
    display: block;
    max-width: 95%;
}

.comprehensiveexcessline {
            /*position:absolute;
            height:10px;
            margin-left:16px;
            margin-top:-19px;
            z-index:-1;*/
            position:relative;
            height:10px;
            margin-left:0px;
            margin-top:-32px;
            z-index:-1;
            margin-bottom:23px;
            
}

.comprehensiveexcessline img {
    margin: 0 auto;
    display: block;
    max-width: 95%
}

.frequentexcessline {
          /*position:absolute;
            height:10px;
            margin-left:16px;
            margin-top:-19px;
            z-index:-1;*/
            position:relative;
            height:10px;
            margin-left:0px;
            margin-top:-32px;
            z-index:-1;
            margin-bottom:23px;
            
}

.frequentexcessline img {
    margin: 0 auto;
    display: block;
    max-width: 95%;
}

         
        /*.go .excess span {
            position: relative;
            top: 1px;
        
        }

        .go .excess .selects span {
            margin-right: 25px;
               
        }

            .go .excess .selects span:last-child {
                margin-right: 0;
            }


        .go .excess .selects ol {
            list-style: none;
            padding: 0px;
            display: inline-block;
            margin: 0px auto;
                      
        }


            .go .excess .selects ol li {
                list-style: none;
                float: left;
                margin-right: 30px;

             
            }*/

                    
    /*radio button style end*/

    .go .description {
        margin-top: 40px;
        line-height: 150%;
        font-weight: 200;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        color:#46166B;
    }

    .go .buy {
        text-align: center;
        position: relative;
        top: 20px;
        bottom: 20px;
       /* width: 82%;*/
       /*width:100%;*/ 
       margin: 0 auto;
        
    }

        /*SC*/
        .go .buy .pure-button.light {
            /*background-color: #46166B;
            padding: 8px 35px;*/
            font-size: 16px;
            color: white;
            /*border-radius: 8px;*/
            width:142px;
            height:45px;
            font-family: tobagoregular, sans-serif;
            background: #FFF url(../images/buy.now.button.png) no-repeat;
        }

        .go .buy .pure-button.dark {
            /*background-color: #37465f;*/
            /*padding: 8px 35px;*/
            font-size: 16px;
            color: white;
            /*border-radius: 8px;*/
            width:142px;
            height:45px;
            font-family: tobagoregular, sans-serif;
            background: #FFF url(../images/buy.now.button.png) no-repeat;
        }

        .single-pure-button {
            width: 100% !important;
        }


    .go .popular {
        position: absolute;
        overflow: hidden;
        top: -5px;
        left: -5px;
        width: 100px;
        height: 100px;
    }

        .go .popular span {
            display: block;
            width: 140px;
            padding: 5px 0 5px 28px;
            background-color: #46166B;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            font-size: 10px;
            position: relative;
            top: 25px;
            left: -30px;
            z-index: 20;
            text-transform: uppercase;
        }

        .go .popular:before {
            content: "";
            border-right: 5px solid #66A0AB;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            position: absolute;
            bottom: 3px;
            z-index: 18;
        }

        .go .popular:after {
            content: "";
            border-bottom: 5px solid #66A0AB;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            left: 87px;
            top: 0;
            z-index: 18;
        }

.includes {
    margin-top: 20px;
    box-shadow: 2px 2px 4px lightgrey;

}

    .includes .header,
    .includes .header h1 {
        font-family: tobagoregular, sans-serif;
        text-transform: uppercase;
        font-size: 24px;
        text-align: center;
        /*font-weight: 700;*/
        color: white;
        /*margin-top: -57px;*/
        position: relative;
        z-index: 501;
        letter-spacing: 2px;
        background-color:#46166B;
        border-bottom:none;
        min-height: 50px;
    }

        .includes .title h1 {
            font-family: tobagoregular, sans-serif;
            text-transform: none;
            font-size: 26px;
            margin-top: -25%;
            letter-spacing: 0;
        }

            .includes .title h1 .thin {
                font-family: tobagoregular, sans-serif;
                font-weight: 200;
            }

    .includes img {
        width: 100%;
        position: relative;
        z-index: 500;
    }

    .includes .data {
        /*margin-top: 22px;*/
        border: 1px solid lightgrey;
    }

    .split .includes {
        margin-left: 20px;
    }
.compare-plan-tri .includes .data {
    margin-top: -20px;
}
        .includes .data .row {
            width: 100%;
            /*height: 0;*/
            line-height: 25px;
            display: block;
            text-align: center;
            font-size: 16px;
            color: #222222;
            overflow: hidden;
            padding: 5px 0;
        }

            .includes .data .row.active {
                /*height: 40px;*/
            }

            .includes .data .row.start {
                height: 45px;               
            }

            .includes .data .row.start.item {
                height: 40px;
                margin-top:0px;
            }

            .includes .data .row:nth-child(odd) {
                background-color: #f8f8f8;
            }

.pure-u-1.footnote {
    margin: 40px 0 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.footer {
    margin-top: 0px;
    padding: 0px 20px 30px;
    background-color: #465569;
}

    .footer .footer-section .title {
        display: block;
        width: 90%;
        color: #46166B;
        font-size: 16px;
        padding-bottom: 8px;
        border-bottom: 1px solid #46166B;
        margin-bottom: 15px;
    }

    .footer .footer-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-section ul li {
            line-height: 26px;
        }

            .footer .footer-section ul li a {
                color: white;
                text-decoration: none;
            }

    .footer .footer-section.final {
        position: relative;
        height: 250px;
    }

        .footer .footer-section.final .wrapper {
            position: absolute;
            right: 0;
            bottom: 0;
            text-align: right;
        }

            .footer .footer-section.final .wrapper .social-icons {
                position: absolute;
                top: -65px;
                right: 0;
            }

        .footer .footer-section.final #copyright, .footer .footer-section.final #links a, .footer .footer-section.final #links {
            color: white;
            text-decoration: none;
            font-size: 16px;
            line-height: 28px;
        }

        .footer .footer-section.final #copyright {
            color: #46166B;
        }

    .footer img {
        display: block;
        margin-bottom: 15px;
    }


/*SC 28/05/2015 right column for option page*/
.right-column {
    font-size: 14px;
}

.travelinfo-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Lato";
    font-weight: 700;
    color: #46166B;
    border-bottom: 1px solid #cccccc;
    line-height: 20px;
}

.travelinfotxt {
    font-size: 14px;
    font-weight: 200;
    color: #6b6b6b;
}

.core .information .additionalinfo.frequenttraveller .travelinfotxt {
    display:block;
    line-height: 26px;
}

.leftinfo {
    line-height: 20px;
    padding-right: 20px;
}

.rightinfo {
    line-height: 20px;
    padding-left: 20px;
}

.destianditeminfo {
    margin-top: 30px;
    line-height: 30px;
}

.infoform {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*style button*/

.switchbutton {
    text-align: left;
    margin-top: 30px;
}

    
    .switchbutton.light {
        margin-left: 60%;
    }
    .annualtravelinfo .switchbutton.light {
        margin-left: 0;
    }

        .switchbutton.light input,
        .switchbutton.light a {
            height:43px;
            font-family: tobagoregular, sans-serif;
            text-transform:uppercase;
            background: url(../images/purple.button.png);
        }


     .switchessentials-button
   {   background-image:none;
       background: url(../images/comprehensive.png) no-repeat !important;
       background-size: contain !important;
       max-width:100%;
       height:42px!important;
        
    }

     .switchcomprehensive-button 
   {   background-image:none;
       background: url(../images/switch.to.frequent.traveller.button.png) no-repeat !important;
       background-size: contain !important;

       width:100%;
       height:42px!important;
        
    }

       .assess-button
   {   background-image:none;
       background: url(../images/assess.png) no-repeat !important;
       background-size: contain!important;
       width:100%!important;
       height:42px!important;
       max-width: 275px !important;

    }

      .dontcover-button
   {   background-image:none;
       background: url(../images/pre-existing.png) no-repeat!important;
       background-size: contain !important;
       width:100%!important;
       height:42px!important;
       max-width: 275px !important;
    }

    .switchbutton input,
    .switchbutton.light a {
        width: 100%;
        font-size: 18px;
        color: white!important;
        /*border-radius: 8px;*/
        background-color: #37465f;
    }



.infoform {
    font-weight: 200;
    margin-top: 5px;
    line-height: 16px;
}


.rightinfo .infoform {
    font-weight: 200;
    margin-top: 30px;
    /*line-height: 30px;*/
}


.core .infoform label {
    display: inline-block!important;
    /*color: #46166B;*/
    color: #46166B;
    font-family: 'tobagoregular', sans-serif;
    text-transform:uppercase;

}

.valuesign {
    position: relative;
    left: -5%;
    line-height: 0 !important;
}
 
.core .infoform div.restcardinfo label {
        display: block;
        width:130px;
    }

.termsandconditions {
    margin-top: 15px;
}

.core .infoform .termsandconditions label {
    color: #6b6b6b;
    font-family: "Lato";
    text-transform: none;
    line-height: 42px;
}

.termsandconditions label a {
    color: #464646;
}

a {
    /*CB 09/11/18 need to show hyperlinks as they appear in text on the payment page*/
    text-decoration:underline!important;
}

.rightinfo .infoform .valuedescript {
    margin-left:15px;
}

.additionalinfo.frequenttraveller .infoform .valuedescript {
    margin-left:15px;
}

.additionalinfo.frequenttraveller .infoform .valuesign {
    margin-right: 7px;
    margin-left: -2px;
}

.information .additionalinfo {
    margin-top: 22px;
}

    .information .additionalinfo.frequenttraveller {
        margin-top:0px;
    }

.information .paymentframe {
    margin-bottom: 0px;
}

.paymentframe h1 {
     font-family: tobagoregular, sans-serif;
        /*color: #46166B;*/
         color:#46166B;
        padding-bottom: 15px;
        margin-top:0px;
        margin-bottom: 23px;
        /*border-bottom: 1px solid lightgrey;*/
        text-transform:uppercase;
        background: url(../images/small.divider.png) repeat-x bottom ;
        font-size:24px;
}

 .paymentframe h1.travelinfotxt  {
    background-image:none!important ;
    padding-bottom:0;
    margin-bottom:0;
    font-size:14px
}


.additionalinfo form input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #6b6b6b;
    padding: 5px 10px;
    border: 1px solid lightgrey;
    font-weight: 200;
}

/*style checkbox*/
.core .check {
    display: inline-block;
    position: relative;
    margin: 1px 0 0;
    height: 33px;
    max-width: 50px;
}

/*style checkbox for user details form*/
.core .condition .check {
    margin: 0px;
}

.core .destination-confirm .infoform .pure-u-15-24 {
    display: inline-block;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    align-content: center;
    vertical-align: middle;
}

.core .destination-confirm .infoform .daysusa .pure-u-3-4 {
    display: inline-block !important;
}

.core .check input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.check input:focus + label {
        border-color: #009EFF;
    }
        .check label:hover {
            border-color: #009EFF;
        }
            .check label:hover::after {
                opacity: 0.5;
            }
.core .check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.core .check label {
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ced8d8;
    border-radius: 2px;
}

    .core .check label:after {
        content: '';
        width: 22px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 7px;
        border: 4px solid #46166B;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .core .check label:hover::after {
        opacity: 0.5;
    }

/*style checkbox label*/
.core .infoform > div > label {
    position: relative;
    top: 5px;
    left: 2px;
    text-transform:none;
    font-family: "Lato";
    color: #464646;

}

.core .destination-confirm label {
    font-family: "Lato";
    text-transform: none;
    line-height: 26px;
}

.core .label-wrapper > label {
    line-height: 23px !important;
}

.itemdescrip {
    width: 95%;
}

.core .infoform .cardinfo input[type="text"].cardinfobox {
    width: 95%;
    margin-top:5px;
}

.core .infoform .cardinfo input[type="text"].nameoncard {
    width: 100%;
    margin-top:5px;
}

.core .infoform .cardinfo {
    margin-bottom: 16px;
}

.core .infoform .cardinfo label {
    display: block!important;
    margin-bottom: -5px;
}

.core .infoform .restcardinfo {
     display:inline-block;
     vertical-align: top;
}

.core .infoform .restcardinfo label {
    display: block!important;
}

    
.itemvalue {
    margin-left: 4px;
    max-width: 80%;
    display: inline-block;
    height: 3em;
    border: 1px solid lightgrey;
    border-radius: 2px;
    padding-left: 10px
}

.cardtype {
    text-align: justify;
    font-size: 15px;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;

    width: 100%;
    padding: 0px;
}

    .cardtype input {
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }

    .cardtype .cardposition {
        display: inline-block;
        width: 32.5%;
    }



.big-blue label {
    font-family: "Lato";
    font-size: 24px;
    font-weight: 500;
}




.agreementlist {
    font-size: 14px;
    font-weight: 200;
    color: #6b6b6b;
    line-height: 30px;
}


/*style info image*/

img.infoimg {
    margin-left: 5px;
    position: relative;
    top: 5px;
}

img.destinfo {
    width:20px;
    height:20px;
    margin-left:4px;
    position:relative;
    top:4px;
    
}

table.pure-form {
width:100%
}

.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea {
    box-shadow: none;
}

.core b.questionheader {
    font-size: 20px;
    font-family: tobagoregular, sans-serif;
    text-transform:uppercase;
    font-weight:200;
}

/*style questionaire for Pre-existing Medical Conditions*/

.core .question-wrapper span,
.core .question tr span {
    color: #6b6b6b;
    font-weight: 200;
}

.core .question-wrapper label,
.core .question tr label {
    color: #46166B;
}

.core .question-radios {
    /*padding-left: 15px;*/
    text-align: right;
    height: 28px;
}

    .core .question-radios > div {
        margin-bottom: 15px;
    }

    .core .question-radios label {
        display: inline-block !important;
        margin-right: 10px;
        margin-left: 5px;
    }

    .core .question-radios input[type="radio"] {
        width: 15px;
        height: 15px;
    }

.core .questions2 {
    color: #46166B;
    margin-top: 25px;
    line-height: 26px;
}

.core .question-wrapper,
.core .question tr {
    width: 100%;
    margin: 5px 0;
}

.traveller {
    border: 1px solid lightgrey;
    padding: 15px;
}

.core .traveller h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

.core .traveller b {
    color: #465569;
    font-family: "Lato";
}
/*style medical assessment*/
.core .traveller span > span.right {
    color: #6b6b6b;
}

    .core .traveller span > span.right ul {
        margin-top:5px;
    }

.traveller {
    margin-top: 25px;
}

    .traveller .row {
        border-bottom: 1px solid lightgrey;
        margin-bottom:6px;
        padding-bottom:0;
        margin-top:0;
    }

        .traveller .row > td {
            /*padding: 5px;*/
            text-align: center;
            line-height: 24px;
            color: #6b6b6b;
            margin:0;
        }


    .traveller .titles {
        /*background-color: #E8E8E8;*/
    }

     .traveller .titles .pure-u-3-24 {
            margin-left:0;
            float:left;
        }
        /*style medical summary*/
        .traveller .titles th {
            /*color: #465569;*/
            text-align: center;

            /*font-weight: 700;*/
        }

        .traveller .titles .pure-g > div {
            /*font-weight: 700;*/
        }

    .traveller .inputs  {
        margin: 0px auto 0;
        text-align: center;
    }

    .traveller:nth-child(even) {
        border-left: 0;
    }



.TelerikModalOverlay {
    z-index: 3000!important;
}



/*style compare plan page big logo*/
.go-hero {
margin-top:48px;
}

/*style compare plan widget*/
.form-full-width .dates .title {
    color: black;
    line-height:16px;
}

.form-full-width.home-form .dates .title {
    color: #38c2dc;
    margin-bottom:5px;
}

.form-full-width .form-third.dates img {
    position:relative;
    top:-8px;
}


.dest-popup.compareplan {
    position:relative;
    top:25px;
}

/*style error message which shows on the top*/
.core span.error {
    display:block;
    text-align:left;
    color:red;
    font-size:14px;    
    font-family:"Lato";
    font-weight:400;
    line-height:24px;
}


    .core span.error.userdetails {
        padding-top:0px;
    }

.core .additionalinfo.frequenttraveller h1.big-blue {
    margin-top:0px;
}

.core .information .annualtravelinfo {
    margin-bottom:30px;
}

.widgetdate,
.widgetdate .rcInputCell,
.widgetdate .rcInputCell span {
    width: 100%!important;
}


.destination .location.widget {
    margin-left:11px;
    margin-top:22px;
}

.grid_4.widget-line,
.grid_4.persons,
.grid_4.dates,
.grid_4.destination {
    width:30%;    
}




    .grid_4.dates .grid_6 {     
        margin-top:20px;
    }

      .grid_4.persons {     
        margin-top:20px;
        margin-left:5px;
    }

.caldate .homewidgetdate .rcInputCell {
    width: 80%!important;
}

.caldate .homewidgetdate ,
.caldate .homewidgetdate .rcInputCell span {
    width: 100%!important;
}
.homequotebutton {
    float: right;
}

/*.disclaimer {
    padding: 0 10px;
    padding-bottom:0px;
    margin-bottom:-52px;
    font-size: 16px !important;
    color: grey;*/
    /*text-align: center;*/
    /*line-height: 18px !important;
}*/

/*adding Disclaimer specific styles*/
/*.disclaimer-rating {
line-height:10px}

.disclaimer-rating > div {
    padding-top: 0px!important;
    padding-bottom: 20px!important; 
    margin-top:0px;
    margin-bottom:0px;
  
}
  .disclaimer-rating > div:not(:last-child) {
    margin-right: 40px; }

  @media screen and (max-width: 767px) {
    
      .disclaimer-rating > div {
      width: 100%; 
      padding-top: 0px!important;
      padding-bottom: 10px!important; 
      margin-top:0px!important;
      margin-bottom:0px!important;
      } 
  }
  .disclaimer-rating > div p {
    margin-bottom:0!important

  }


  .disclaimer-rating > div p span {
    display: inline-block;
    width: 65px;

  }

.flexify {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.row.flexify:before, .row.flexify:after {
  display: none; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-center {
  align-items: center;
  -webkit-align-items: center; }

.flex-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .flex-space-between:after {
    content: "";
    width: 103px; }*/

/*newly added*/

.disclaimer {
    /*color: #767676;;
    font-size: 10px;*/
    padding-top: 1px;
    padding-bottom: 20px;
    /*margin: 40px 0 0;*/
    font-size: 16px !important;
    line-height: 1.75em;
    font-weight: 300;
    color: #363636;
}

    .disclaimer .row {
        margin: 0
    }

    /*adding Disclaimer specific styles*/
    /*.disclaimer-rating {
    line-height: 10px
}*/

    .disclaimer .disclaimer-rating > div {
        width: 33.3333%;
    }

@media screen and (max-width: 767px) {
    .disclaimer .disclaimer-rating > div {
        width: 100%;
    }
}

.disclaimer .disclaimer-ordered > div {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    .disclaimer .disclaimer-ordered > div span {
        display: block;
        float: left;
    }

        .disclaimer .disclaimer-ordered > div span:first-child {
            width: 70px;
        }

@media screen and (max-width: 767px) {
    .disclaimer .disclaimer-ordered > div {
        display: block;
    }

        .disclaimer .disclaimer-ordered > div:nth-child(3n+1) {
            order: 1;
        }

        .disclaimer .disclaimer-ordered > div:nth-child(3n+2) {
            order: 2;
        }

        .disclaimer .disclaimer-ordered > div:nth-child(3n+3) {
            order: 3;
        }
}

.flexify {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.row.flexify:before, .row.flexify:after {
    display: none;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-center {
    align-items: center;
    -webkit-align-items: center;
}

.flex-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .flex-space-between:after {
        content: "";
        width: 103px;
    }


.allianz-global-footer {
    float:right;
    width:100px;
}

.allianz-footer {
    float:right;
    width:100px;
    margin-top:15px;
}


/**/

@media (max-width: 1199px) {
    .left-column img#chooseAPlanDestinatImg {
        opacity: 0;
    }

    .left-column .compare-header {
        font-weight: 700;
    }

    .go.topleftcolumn .title h1, .go.topleftcolumn .title h1 .thin {
        font-size: 22px;
    }

    .go .summary-details {
        font-size: 16px;
        
    }

    .includes .title h1 {
        margin-top: -24%;
        font-size: 22px;
    }

    .go {
        min-height: 625px;
    }

            .go .buy div {
                margin: 0px;
            }

        .go .excess .selects {
            font-size: 18px;
        }
        .core .information .selects label {
            display: inline-block!important;
        }

    .left-column .row {
        font-size: 12px;
    }

    .includes .data {
        margin-top: 0;
    }

    .form-full-width .form-third .date-input {
        width: 70%;
    }

    .core .information #details-form input[type="checkbox"],
    .core .information .tblpeopledetails input[type="checkbox"] {
        margin-left: 0;
    }

    .core .information #details-form .condition label,
    .core .information .tblpeopledetails .condition label {
        font-size: 12px;
    }
}

.medical {
    /*margin-left:2px;*/
    margin: 0;
    
}

.medical  h2 {
        padding:0;
        font-family: "Lato";
        color:#464646;
        margin-bottom: 23px;
        text-transform:capitalize;
    }

.medical  .txt {
      
        color:#464646;
       
    }

    .medical .information label {
        font-family: "Lato";
        text-transform:capitalize;
    }

.medical-edit-button {
    margin-top:25px;
}


.content-tc h1 {
    font-family: "Lato";
        text-transform:capitalize;
        color:#464646;
}

.content-tc h2 {
    font-family: "Lato";
        text-transform:capitalize;
        color:#464646;
}

.content-tc .big-blue {
text-transform:none;
}



.email-error {
    line-height:20px !important; 
    font-size:14px !important; 
    margin-top:5px;
}

.medical .txt input[type="radio"] {
    width: 25px;
    height: 25px;
    position:relative;
    line-height:15px;
    display:inline-block
    }

    .medical label {
    padding-right:10px;
    text-align:right;
    display:inline-block
    }



/* @media (max-width: 1023px) {
    .split {
        padding-left: 0;
    }
} */


                   
/*using images for radio buttons*/
.css-checkbox {
            height: 25px;
        }

.css-checkbox > input {
            opacity: 0;
            position: absolute;
        }

.css-checkbox > input + label {
            background-image: url('../images/radio-large.png');
            background-repeat: no-repeat;
            background-position: 0 0;
            padding: 0 10px 0 33px!important;
            height: 21px;
            vertical-align: middle;
            line-height:21px!important;
            display:inline-block!important;
        }
.css-checkbox > input[type=radio]:checked + label {
            background-position: 0 -21px;
        }



/*using images for radio buttons - excess only*/
.excess-checkbox {
            height: 45px;
            display:inline-block;
            text-align:center
        }

.excess-checkbox > label {
            height: 25px;
            display:block;
        }

.excess-checkbox > input {
            opacity: 0;
            position: absolute;
        }

.excess-checkbox > input + label {
            background-image: url('../images/unselected.png');
            background-repeat: no-repeat;
            background-position: 30px 20px;
            padding: 0 20px 0 20px!important;
            height: 41px;
            vertical-align: middle;
            line-height:21px!important;
            display:inline-block!important;
            color: #383838;
        }
.excess-checkbox > input[type=radio]:checked + label {
            background-position: 30px 20px;
            background-image: url('../images/selected.png');
        }



/*using images for radio buttons - medical questions only*/
.answer-checkbox {
            height: 25px;
        }

.answer-checkbox > input {
            opacity: 0;
            position: absolute;
        }

.answer-checkbox > input + label {
            background-image: url('../images/radio-large.png');
            background-repeat: no-repeat;
            background-position: 0 0;
            padding: 0 10px 0 25px!important;
            height: 21px;
            vertical-align: middle;
            line-height:21px!important;
            display:inline-block!important;
            margin-right:0!important;
        }
.answer-checkbox > input[type=radio]:checked + label {
            background-position: 0 -21px;
        }

.answer-checkbox > .aspNetDisabled input[type=radio] {
    display: none;
}

.answer-checkbox > .aspNetDisabled input[type=radio] + label {
            background-position: 0px 0px;
            background-image: url('../images/disabled.png');
            height: 21px;
            background-repeat: no-repeat;
            padding: 0 10px 0 25px!important;
            width:46px;
        }


/*using images for radio buttons - medical summary only*/
.medanswer-checkbox {
            height: 25px;
        }

.medanswer-checkbox > input {
            opacity: 0;
            position: absolute;
            height: 25px;
            width:30px;
        }

.medanswer-checkbox > input + label {
            background-image: url('../images/radio-select.png');
            background-repeat: no-repeat;
            background-position: 0px 0px;
            padding: 0 10px 0 10px!important;
            height: 20px;
            vertical-align: middle;
            line-height:21px!important;
            display:inline-block!important;
            width:30px;
        }
.medanswer-checkbox > input[type=radio]:checked + label {
             background-position: -1px -20px;
            background-image: url('../images/radio-select.png');
            /*width:27px;*/
            width:30px;
        }


.medanswer-checkbox > input[type=radio]:disabled + label {
             background-position: -1px 0px;
            background-image: url('../images/radio-select.png');
            /*width:27px;*/
            width:30px;

        }

.people-button {
    font-size:24px;
    padding-top:0!important;
    color:#888888!important;
    line-height:1px;
    -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
}

.healixbody {
background-color:#FFFFFF;

}

.traveller tbody {
    width: 100%;
    display: block;
}

.core .maintable .page-controls .pure-button.dark {
    width: 100%;
}

.val-field {
    margin-bottom: 16px;
}

.additionaldestinations {
    margin-top: 15px;
}

.pure-form input,
.core .information input[type="text"],
.core .information input.DOB {
    height: 3em !important;
}

.core .information input.DOB {
    margin-left: 0 !important;
}

.pure-form input.check {
    height: 1em;

}


.quoteform .form-row {
    margin-bottom: 15px;
}

.price-loading {
    position: absolute;
    top: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#lblheader {line-height: 1.2em;}

.summarydates img {
    position: relative;
    top: 14px;
}

.policy-complete {
    padding: 0 10px;
}

#contact-form .form-row > .pure-g > div:first-child {
    padding-right: 10px;
}
#contact-form .form-row > .pure-g > div:nth-child(2) {
    padding-left: 10px;
}

/*.label-wrapper {
    display: inline-block;
    width: 100%;
    height: 42px;
    vertical-align: middle;
}*/

.label-wrapper > label {
    display: inline-block;
    vertical-align: bottom;
    height: auto;
}

#btnPaymentClosePanel .pure-button {
    float: left !important;
}

.hide {
    visibility:hidden;
}






.progress .text {
    text-align:center;
    position: relative;
    top: 50%;
    color:#398bbd;
    font-weight:bold;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size:15px;
}
    .progress .text.selected {
        color:#004165 !important;
    }

.radio-text-fix {
        line-height: 14px;
    position: relative;
    top: 3px;
}


.img.destinfo:visited {
    outline:none;
}
.column-email .email-fn input[type="text"] {
    border-radius:5px;
    width:100%;
    margin-top:20px;
    color: #464646;
}

.column-email .email-email input[type="email"] {
    margin-top:20px;
    border-radius:5px;
    width:100%;
        height: 32px;
    border: 1px solid #ced8d8;
    color: #464646;
    padding-left: 10px;
}

.column-email .email-send-button {
    background:linear-gradient(#fff, #c8c8c8);
    border-radius:5px;
    height:30px;
    border: 1px solid #094b78;
    text-align:center;
    font-weight:bold;
    color:#094b78;
    max-width:90px;
}

.container_12.content p {
    font-family: "Lato" !important;
    color: #464646 !important;
}


.container-12.message-block p {
    font-family: "Lato" !important;
    color: #464646 !important;
    line-height:26px;
}

.container-12.message-block ul li {
    font-family: "Lato" !important;
    color: #464646 !important;
}

.adult-selector input[type="text"] {
    display: inline-block;
    width: 33.33%;
    height: 42px;
    padding-left: 0px;
    border: 1px solid #cccccc;
    border-radius:0px;
    color:black;
    -webkit-appearance: none;
    padding:0px;
        text-align: center;
}
.children-selector input[type="text"] {
    display: inline-block;
    width: 33.33%;
    height: 42px;
    padding-left: 0px;
    border: 1px solid #cccccc;
    border-radius:0px;
    color:black;
    -webkit-appearance: none;
    padding:0px;
        text-align: center;
}




/*.adult-button.adult-minus {
    top:0;
    left:0;
    background-image:url('../images/minus_sign.png') !important;
    border-radius:5px 0px 0px 5px;
}
.adult-button.adult-plus {
    top:0;
    left:66.66%;
    background-image:url('../images/plus_sign.png') !important;
    border-radius:0px 5px 5px 0px;
}*/

/*.children-button.children-minus {
    top:0;
    left:0;
    background-image:url('../images/minus_sign.png') !important;
    border-radius:5px 0px 0px 5px;
}
.children-button.children-plus {
    top:0;
    left:66.66%;
    background-image:url('../images/plus_sign.png') !important;
    border-radius:0px 5px 5px 0px;
}*/
.adult-input-wrapper {
    position:relative;
    height:44px;
}

.children-input-wrapper {
    position:relative;
    height:44px;
}

.adult-selector .adult-button {
    height:42px;
    width:33.33%;
    position:absolute;
    background-position:center center  !important;
    background-size:16px  !important;
    background-repeat: no-repeat !important;
    color: #007dba;
    background: #f8f8f8;
    border: 1px solid #cccccc;
}

.children-selector .children-button {
    height:42px;
    width:33.33%;
    position:absolute;
    background-position:center center  !important;
    background-size:16px  !important;
    background-repeat: no-repeat !important;
    color: #007dba;
    background: #f8f8f8;
    border: 1px solid #cccccc;
}


.pagenation-buttons {
    padding-left:50px;
    padding-right:50px;
    margin-top:-40px;
    padding-bottom:50px;
}




.content-body .input-info{
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    color: #464646;
    background-color: #78d1ef;
    border-radius: 6px;
}

.content-body .input-info > div {
            max-height: 0;
        overflow: hidden;
    }

    .content-body .input-info > div.active {
        max-height:none;
        padding: 25px 35px;
    }

.payment-buttons {
    height:40px !important;
}


.pagenation-buttons .med-sum-next {
    float:right;
}



.creditcardinfo input {
    height:3em !important;
}



.online-assessment input[type="text"] {
    height:50px;
}

.grid_9.message-block h1{
    font-family: "Lato";
}

.grid-8.message-block h1{
    font-family: "Lato";
}

.grid-8.message-block input {
    width: 120px;
    background: linear-gradient(#00b0f9, #0072ae);
    border: 1px solid #094b78;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
        font-family: "Lato";
        text-transform:capitalize;
        font-size:14px;

}


.content.message-block h1{
    font-family: "Lato";
    background:none;
}

.container-12.message-block h1{
    font-family: "Lato";
    background:none;
    color:#464646;
    text-transform:capitalize;
}
.message-block .pure-button {
    width: 120px;
    background: linear-gradient(#00b0f9, #0072ae);
    border: 1px solid #094b78;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
        font-family: "Lato";
        text-transform:capitalize;
        font-size:14px;
}
.t-a-c-buttonfix .pure-button{
    font-size:14px;
    height:34px;
    font-family: "Lato";
}
.t-a-c-buttonfix {
    padding-left:20px;
}





.policy a {
    color:white;
    text-decoration:none;
}

.policy a:hover {
    color:white;
    text-decoration:none;
}

.policy a:visited {
    color:white;
    text-decoration:none;
}

.t-a-c-link label a {
    text-decoration:underline;
}
#contact-form .form-row span {
        line-height:13px !important;
    }

    #contact-form .form-row{
        margin-top:10px !important;
    }

.pre-med-explain {
    margin-bottom:10px;
}


@media screen and (max-width: 35.5em) {
   
    .email-send-button {
        float:right;
            margin-top: 18px;
    }
    .pb-toggle-button {
        display:inline-block !important;
    }


    .dest-checkboxes .chkMultiDestLbl {
        left:49px !important;
        margin-right:49px !important;
    }
    .dest-checkboxes .chkMultiDestLbl {
        top:-31px !important;
    }


    

    .tblpeopledetails .condition .pre-existing {
        margin-left:7px;
    }


    .column-email .email-send-button {
        height:44px;
        margin-top:21px;
    }




    #contact-form .form-row {
        margin-top:0px !important;
    }


    .question .question-radios {
        margin-bottom:10px;
    }
}


@media screen and (max-width: 48em) {

    .pagenation-buttons.three-buttons {
        margin-top:-40px;
        padding-bottom:85px;
    }
    .pagenation-buttons.three-buttons input[type="submit"]{
        width:70%;
        transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        left:50%;
        position:relative;
        margin-top:10px;
    }
    .pagenation-buttons.three-buttons input[type="button"] {
        float:none;
        left:50%;
        position:absolute;
        transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        margin-top:10px;
    }

    .pagenation-buttons {
        padding-left:20px;
    }
    

    .itemdescrip {
        width:95%;
    }





    .tblpeopledetails .firstname {
        padding-left:0px;
    }
    .tblpeopledetails .lastname {
        padding-left:0px;
    }
    .tblpeopledetails .dob {
        padding-left:0px;
    }
    .tblpeopledetails .condition label {
        width:40px;
        height:40px;
        
    }
    .tblpeopledetails .condition label:after {
        width:24px;
        height:9px;
        top:8px;
        left:4px;
    }


    #contact-form .form-row {
        margin-top:10px;
    }

 
}

@media screen and (max-width: 24em) {

    .progress .text {
        font-size: 12px;
    }


}

@media screen and (max-width: 23em) {

    .column-email .email-send-button {
        float:left;
        width:100px;
    }
    
}

@media screen and (max-width:68.85em ) {
    .chkMultiDestLbl {
        top:-25px;
    }
}
.chkMultiDestLbl {
    position:relative; left:35px; padding-left:0px !important;margin-right:35px;
}
@media screen and (max-width: 61em) {

}

@media screen and (max-width: 64em) {

}
.pure-button {
    padding-left:0px !important;
    padding-right:0px !important;
    font-size:16px;
}


.tac-ul {
    padding-left:20px;
}
    .tac-ul li {
        list-style:disc;
        font-size:14px;
    }
/*by junta ends*/
.promolayout {
    height:40px;
    margin-top:0px;
    margin-bottom:-40px;
    padding-top:40px
}

.promoheader {
    font-size: 20px; 
    font-weight: 600; 
    position: relative; 
    text-transform: uppercase;
    color:white;
    margin-top:-20px
}

.price .promoheader {
    font-size: 16px; 
    margin-bottom:0;
    padding-top:40px;
    height:60px;
    color:#004281;
    background-color:transparent;
}

.standardpricelayout {
    margin-top:-47px;
    padding:0 20%;
    /*background-color:rgba(173, 32, 142, 0.34);*/
    height:47px
}

.standardprice {
    padding-bottom:20px;
   
}
.standardprice-left {
float:left;
font-size:20px!important;
color:white;
font-weight:600;
}

.standardprice-right {
    float:right;
    font-size:20px!important;
    color:white;
    font-weight:600;
}

.standardprice-left_summary {
    float:left;
    font-size:14px!important;
    color:black;
    margin-top:-10px;
    font-weight:600
}

.standardprice-right_summary {
    float:right;
    font-size:14px!important;
    color:black;
    margin-top:-10px;
    font-weight:600
}

.hr_promo {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color:white;
    /*background-color:rgba(173, 32, 142, 0.34);*/
}

.hr_promo_summary {
    margin-top:5px;
    border-color:#004281;
    border-width:2px;
}


#divEmergency,#divEmergencyResponsive {
    background:rgba(241,200,208,1);
    z-index:1001;
    position:relative;
}
#divEmergency > div,#divEmergencyResponsive > div {
    justify-content:center;
    padding:30px 15px;
    z-index:9999;
    position:relative;
}

#divEmergency > div > div,#divEmergencyResponsive > div > div {
    padding-left:40px;
    position:relative;
    font-weight:600;
}

#divEmergency > div > div:after,#divEmergencyResponsive > div > div:after {
    content:'!';
    position:absolute;
    font-size:22px;
    font-weight:900;
    top:-6px;
    left:0px;
    border:1px solid #333;
    width:30px;
    height:30px;
    padding-top:1px;
    padding-left:11px;
    border-radius:50%;
}

.emergency_main_content {
    margin-top:80px !important;
    position:relative;
}
@media screen and (max-width:1023px) {
.emergency_main_content {
    margin-top:110px !important;
}
}

.question ul, .question ol{
     list-style:unset;
     margin-left:30px;
}

.col-auto verisk-right-float d-none d-md-block {
    display: block !important
}

.screeningPage .col-auto.col-md-2.col-lg-4.d-none.d-md-block {
    display: block !important;
    width: 100%;
    padding-left: 25px;
}