/* file requested: /App_themes/default/T4E/css/paa-main-styles.css */
/* file resolved: /App_themes/default/T4E/css/paa-main-styles.css */
@font-face {
    font-family: 'Gotham Medium';
    src: url('/App_Themes/Default/T4E/fonts/gotham-medium.ttf') format('truetype?v=22'); /* IE9 Compat Modes */
    /*src: url('/App_Themes/vielife/../fonts/gotham-medium.eot?v=22'), /* IE6-IE8 */
    /* url('/App_Themes/Default/../fonts/gotham-medium.woff') format('woff?v=22'), /* Modern Browsers */
    /*  url('/App_Themes/Default/../fonts/gotham-medium.ttf')  format('truetype?v=22'), /* Safari, Android, iOS */
    /*  url('/App_Themes/Default/../fonts/gotham-medium.svg#gotham-medium') format('svg?v=22'); /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Book';
    src: url('/App_Themes/Default/T4E/fonts/gotham-book.ttf') format('truetype?v=22'); /* Safari, Android, iOS */
    /*src: url('/App_Themes/vielife/../fonts/gotham-book.eot?v=22'), /* IE6-IE8 */
    /*  url('/App_Themes/Default/../fonts/gotham-book.woff') format('woff?v=22'), /* Modern Browsers */
    /*  url('/App_Themes/Default/../fonts/gotham-book.ttf')  format('truetype?v=22'), /* Safari, Android, iOS */
    /* url('/App_Themes/Default/../fonts/gotham-book.svg#gotham-book') format('svg?v=22'); /* Legacy iOS */
}

/***********QUERIES FOR MOBILE**********/

html {
    /*height:100%;*/
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
    padding-top: 0;
    height: 100%; /**/
    min-height: 100%;
    position: relative;
    background-color: white;
}

/***Top bar***/

.mar-bot-20 {
    margin-bottom: 20px;
}

.menu-line {
    flex-grow: 1;
    width: 100%;
    height: 100%;
}

.cignalogobar {
    background-color: #fff;
    height: 65px;
    display: block;
    margin: 0 auto;
}

    .cignalogobar img {
        width: 160px;
        height: 53px;
        margin: 1.2em 0 1em 1em;
        text-align: left;
    }

/***Top Menu***/
.paa-topbar {
    margin-bottom: 10px;
    min-height: 50px;
    background-color: #fff;
    box-shadow: none;
    background: #fff;
    border: none;
    min-height: 65px;
}

.navbar-header-cigna p img {
    width: 160px;
    height: 53px;
    margin: 1.2em 3em 1em 1em;
    text-align: left;
}

ul.paa-top-menu-links {
    margin-top: 10px;
}

    ul.paa-top-menu-links li a {
        padding-top: 5px;
        padding-bottom: 5px;
        border: solid 1px rgba(255, 255, 255, 0);
    }

    ul.paa-top-menu-links li.active a:link, ul.paa-top-menu-links li.active a:visited {
        background-color: #00487a;
        border: solid 1px #00487a;
        background: #00487a;
        color: #fff;
    }

    ul.paa-top-menu-links li.active a:hover:visited {
        border: solid 1px #000;
        background-color: #00487a;
        background: #00487a;
        color: #fff;
    }

    ul.paa-top-menu-links li a:hover {
        border: solid 1px #000;
        background-color: #00487a;
        background: #00487a;
        color: #fff;
    }

    ul.paa-top-menu-links li:hover {
        background: #0081ce;
    }

    ul.paa-top-menu-links li:hover {
        background: #0081ce;
    }



/*ul.paa-top-menu-links li:hover a:hover {
	color: #fff;
}*/

/***Toggle Menu Styles***/
.paa-topbar .navbar-toggle {
    background: #00477d;
    background-color: #00477d;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}

.paa-topbar .navbar-toggle {
    background: #00477d;
    background-color: #00477d;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}

/*Arrow for mobile menu*/
.mobile-menu-arrow {
    display: block;
    margin: 0 auto 10px;
    width: 104%;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 15px;
}

.mobile-menu-arrow-menu-arrow {
    top: 1px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 10px 10px;
    border-bottom-color: #0e6ec0;
}

.paa-topbar .navbar-toggle {
    padding: 7px 10px 2px 10px;
    border: solid 2px transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border: 2px solid #0081cd;
    background: #00477d;
    background-color: #00477d;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #00487a;
    background: #00487a;
    border: solid 1px #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.paa-topbar .navbar-toggle span.icon-bar {
    background-color: #fff;
}

.paa-topbar .paa-top-menu-links {
    font-size: 20px;
}

ul.paa-top-menu-links {
    margin-top: 10px;
}

    ul.paa-top-menu-links li a {
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.9);
    }

.paa-top-menu-links li a span.menu-item-arrow-mobile {
    font-size: 13px;
    font-weight: lighter;
}

.paa-top-menu-links li a span.glyphicon {
    position: absolute;
    right: 40px;
    top: 10px;
}

ul.paa-top-menu-links li.active a:link, ul.paa-top-menu-links li.active a:visited {
    background-color: #00487a;
    border: solid 1px #00487a;
    background: #00487a;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.9);
}

.paa-mobile-menu-text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 7px;
    text-align: center;
}



/***Progress Bar***/

.progressbar {
    background-color: #00487a;
    margin: 0;
    height: 133px;
    position: relative;
    text-align: center;
    padding: 0;
    width: 100%;
}

.progress-container {
    background-color: #00487a;
    margin: 0 auto;
    text-align: center;
    height: 133px;
    width: 100%;
}

    .progress-container div.progress {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 98%;
        height: 133px;
        background-color: #00487a;
        border-radius: 0;
        border: 0;
        display: flex;
    }

.progress div.bg {
    flex-grow: 1;
}

.personal, .personal-on, .travel, .travel-on, .condition, .condition-on, .summary, .summary-on {
    margin: 0;
    padding: 0;
    background-color: #00487a;
    width: 76px;
}

.progress div.bg {
    background: url('/App_Themes/default/contents/images/mb-line.png?v=22') repeat-x;
}

.personal {
    background: url('/App_Themes/default/contents/images/mb-personal-off.png?v=22') no-repeat;
}

.personal-on {
    background: url('/App_Themes/default/contents/images/mb-personal-on.png?v=22') no-repeat;
}

.travel {
    background: url('/App_Themes/default/contents/images/mb-travel-off.png?v=22') no-repeat;
}

.travel-on {
    background: url('/App_Themes/default/contents/images/mb-travel-on.png?v=22') no-repeat;
}

.condition {
    background: url('/App_Themes/default/contents/images/mb-conditions-off.png?v=22') no-repeat;
}

.condition-on {
    background: url('/App_Themes/default/contents/images/mb-conditions-on.png?v=22') no-repeat;
}

.summary {
    background: url('/App_Themes/default/contents/images/mb-summary-off.png?v=22') no-repeat;
}

.summary-on {
    background: url('/App_Themes/default/contents/images/mb-summary-on.png?v=22') no-repeat;
}


/******Main Body*********/

/*Login page*/

.paa-login-box {
    background: rgb(0,62,103); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,62,103,1) 0%, rgba(0,72,122,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,62,103,1) 0%,rgba(0,72,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,62,103,1) 0%,rgba(0,72,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e67', endColorstr='#00487a',GradientType=0 ); /* IE6-9 */
    padding-top: 0;
    padding-bottom: 9px;
    margin-bottom: 0px;
}

.paa-login-page {
    color: #fff;
    background: rgb(0,62,103); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,62,103,1) 0%, rgba(0,72,122,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,62,103,1) 0%,rgba(0,72,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,62,103,1) 0%,rgba(0,72,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e67', endColorstr='#00487a',GradientType=0 ); /* IE6-9 */
}

    .paa-login-page h1 {
        font-weight: bold;
        font-size: 30px;
        margin: 0 0 0 0;
        padding: 0;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .paa-login-page p {
        text-align: left;
        margin: 25px auto;
        padding: 0;
        font-size: 14px;
        padding: 0 10px 0 20px;
    }

form#paa-login-page div.login-intro-text, form#paa-register-page div.register-intro-text {
    margin: 0 0 10px 0;
    width: auto;
}




div.login-intro-text p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

form#paa-login-page div.extra-info p, form#paa-register-page div.extra-info p {
    margin: 0 0 10px 0;
    width: auto;
}

#register-enter-email .error-boxes, #register-confirm-email .error-boxes {
    margin-top: 15px;
    width: auto;
    margin-left: 0;
}

div.login-intro-text h2 {
    text-align: center;
}

#create-account h2 {
    text-align: center;
}

.forgot-pw p, .extra-info p {
    margin: 0 5px 0;
    text-align: right;
}

.forgot-pw p {
    text-align: center;
}

    .forgot-pw p a {
        color: #fff;
        text-decoration: none;
    }

        .forgot-pw p a:hover {
            color: #fff;
            font-weight: bold;
        }

#login-user .error-boxes, #login-password .error-boxes {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
}

#login-user, #login-password {
    padding-left: 2px;
}

    #login-user .form-more-info-inner {
        max-width: 100%;
        margin-left: 0;
    }

#button-login-next {
    padding-bottom: 30px;
}

.login-intro-text ul {
    font-size: 14px;
    font-family: Arial;
    list-style: square;
}

    .login-intro-text ul li {
        margin-left: -10px;
    }

#button-register-start {
    margin-bottom: 50px;
}

#btnCancel {
    margin-bottom: 40px;
}

.paa-block-header {
    margin: 0 0 15px 0;
    padding: 0;
}

    .paa-block-header h2 {
        font-weight: bold;
        font-size: 25px;
        margin-left: 0;
        border-bottom: solid 1px #00487a;
        color: #00487a;
    }

/*Details page*/

.paa-form-box {
    background-color: #fff;
    height: 100%; /**/
    /*height:auto;*/
    min-height: 100%; /**/
}

.paa-summary {
}

    .paa-summary div {
        margin: 0;
        padding: 0;
    }



#contact-nurse-consent .question {
    margin-left: 7px;
    margin-right: 7px;
}

#contact-nurse-consent .singleLineTextBox {
    margin-left: 7px;
    margin-right: 7px;
    padding: 15px 30px;
}


div.summary-data {
    border-bottom: 1px solid #c7c7c7;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.paa-summary div#myModal {
    margin: 0 auto;
    padding: 15px;
}

div.summary-data:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}

.paa-expectations .summary-data p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    color: #00487a;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

.summary-data p.summary-label {
    color: #505050;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 0;
}

.paa-summary h4 {
    margin-bottom: 22px;
    display: inline-block;
    font-family: 'Gotham Medium', Arial;
    font-weight: bolder;
    line-height: 15px;
    color: #00487a;
}

.paa-summary span.edit-summary-icon {
    display: inline-block;
    padding-right: 5px;
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    background-color: #484848;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-family: 'Font Awesome';
    font-size: 12px;
    color: #000;
}

    .paa-summary span.edit-summary-icon i {
        color: #fff;
        text-align: center;
        margin: 4px 3px 3px 3px;
    }

.paa-summary a.edit-summary {
    display: inline-block;
    padding-right: 5px;
    padding-top: 10px;
    font-family: 'Gotham Book', Helvetica, Arial, sans-serif;
    float: right;
    font-size: 12px;
    text-decoration: underline;
    color: #484848;
}

.paa-form p, .paa-summary p {
    font-size: 16px;
    padding: 0;
}



/*Expectations page*/

.paa-expectations, .terms {
    color: #00487a;
    font-size: 16px;
    font-weight: bolder;
}

.terms {
    background: #f1f2f2;
    margin-left: 10px;
    width: 95%;
}

    .paa-expectations h3, .paa-expectations h4, .terms h4 {
        font-family: 'Gotham Medium';
        font-weight: bolder;
        line-height: 25px;
        margin-bottom: -10px;
    }

.paa-expectations p.small-note {
    font-size: 12px;
}

.expectations-welcome-box {
    background: #f2f2f2;
    border: solid 1px #00477b;
    border-radius: 5px;
    margin: 20px 10px 20px 0;
    padding: 10px 20px 10px 20px; /**/
}

.expectations-info {
    padding: 10px 20px 10px 120px;
    background-image: url('/App_Themes/default/contents/images/expectations-plane.gif?v=22');
    background-repeat: no-repeat;
    background-position: 5% 35%;
}

.expectations-additional-box {
    border-radius: 0;
    border: solid 1px #00477b;
    width: auto;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
}

div.ex-box1, div.ex-box2 {
    padding: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    min-height: 200px;
    display: table;
}

    div.ex-box1 p, div.ex-box2 p {
        margin: 0 auto;
        margin-bottom: 15px;
        font-size: 15px;
    }

.expectations-info p {
    margin: 20px 10px 20px 0;
}

.expectations-welcome-box p.welcome-text {
    width: 80%;
    display: inline-block;
}

.expectations-welcome-box p.welcome-icon {
    width: 14%;
    text-align: right;
    display: inline-block;
}

div.paa-terms-conditions {
    background-color: #00487a;
    padding: 30px 15px 30px 15px; /**/
}

    div.paa-terms-conditions .previous a {
        color: #fff;
        font-weight: normal;
    }

    div.paa-terms-conditions .previous span {
        color: #fff;
    }

span.add-phone-text {
    color: #fff;
    font-weight: normal;
}

p.welcome-icon span {
    font-size: 50px; /**/
}

.terms h4 {
    padding-top: 10px;
    margin-bottom: 5px;
}

.paa-expectations p, .terms p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.terms a {
    text-decoration: underline;
}

.paa-expectations ul li {
    margin-bottom: 15px;
}

.paa-summary .summary-contact-nurse-box {
    background-color: #ffebeb;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 10px;
    border: solid 2px #ff1313;
    margin-bottom: 10px;
}

.paa-anything-else p {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}


.contact-nurse {
    background-color: #f2f2f2;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    border-radius: 5px;
    border: solid 1px #00487a;
    margin-bottom: 10px;
}

#contact-nurse-consent label {
    color: #00487a;
    font-weight: bold;
}

#contact-nurse-consent .form-group {
    padding-bottom: 20px;
}

#buttons-summary {
    margin-top: 30px;
}


#nurse-contact-phonebox {
    margin: 30px 15px 50px 15px;
}

/*Conditions*/


#paa-conditions-form div#conditions-intro p {
    padding: 0 2px;
    padding-left: 15px;
}

#paa-conditions-form div.switch-container div.form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.conditions-last-item {
    border-bottom: solid 1px #a6a6a6;
    padding-bottom: 25px;
}

.condition-links {
    padding-left: 2px;
    padding-right: 5px;
}

#female-pregnant-no {
    padding-left: 5px;
    padding-right: 5px;
}

#cancer-switch {
    padding: 0;
    width: 100%;
    margin-top: 0;
}

    #cancer-switch > div > label {
        margin-bottom: 10px;
        margin-left: 5px;
        color: #939594;
    }

#paa-conditions-form #contact-nurse-box div.form-group {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#conditions-page-additional-info-box {
    border: solid 1px #d9dcdc;
    border-radius: 12px;
    width: 90%;
    margin: 5px 15px 10px 30px;
    padding: 15px 10px 5px 10px;
}

    #conditions-page-additional-info-box #contact-nurse-box {
        width: auto;
        margin: 5px 5px 10px 5px;
        padding: 0 5px 5px 0;
    }


        #conditions-page-additional-info-box #contact-nurse-box .inputGroupContainer {
            padding-left: 5px;
        }

/****Selected conditions***/



h4.selected-condition-title {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #00487a;
    font-weight: bolder;
    font-size: 18px;
    line-height: 20px; /**/
}

.htmlpagetitle {
    padding-left: 4%;
}

/*Assorted elements*/
.next-button, .register-button, .login-button, .submit-button .previous {
    margin: 10px 0 -5px 0;
    width: 99%; /**/
    text-align: center;
}

    .next-button button [disabled="disabled"] {
        color: #000;
        background-color: #ccc;
    }

.button-top-spaced {
    margin-top: 50px;
}

.previous {
    margin: 5px 0 0 0;
    text-align: center;
}

    .previous a {
        font-size: 13px;
        text-decoration: underline;
    }

    .previous span {
        font-size: 12px;
        color: #505050;
    }

    .previous a:hover {
        font-size: 13px;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }

    .previous a:visited {
        color: #505050;
    }


/***Extra Info***/


.extra-info {
    margin: 0 auto;
    padding: 10px 4px 5px 3px;
}

    .extra-info p {
        width: auto;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
    }

.form-more-info {
    display: block;
    margin: 0 auto 10px;
    width: 93%;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 0;
}

    .form-more-info .form-more-info-arrow {
        top: 1px;
        left: 50%;
        margin-left: -5px;
        border-width: 0 10px 10px;
        border-bottom-color: #00a9e0;
    }

    /* .form-more-info .arrow15 {
	left: 15%;
	}

.form-more-info .arrow30 {
	left: 30%;
	} */

    .form-more-info .arrowup {
        left: 15%; /**/
    }

    .form-more-info .trvelDetyailsArrowup {
        left: 15%;
    }

/* .form-more-info .arrow85 {
	left: 85%;
	} */

.form-more-info-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.form-more-info-inner {
    max-width: 100%;
    padding: 15px;
    background-color: #00a9e0;
}

#tooltip-date-of-birth, #tooltip-username, #tooltip-password, #tooltip-date-of-departure {
    display: block;
}

.paa-form p.condition-contact {
    padding-left: 0;
}

/*Error boxes*/
.error-boxes {
    background: #fbeded;
    width: 99%; /**/
    margin-left: 0px;
    border: 0;
    font-size: 12px;
    color: #cc0707;
    margin-bottom: 1px;
    margin-top: 5px;
    padding-left: 10px !important;
}

.summary-error-boxes {
    background: #ffffff;
    width: 92%;
    margin-left: 0px;
    border: 0;
    font-size: 12px;
    color: #cc0707;
    margin-bottom: 1px;
}

/*Error boxes*/
.field-validation-error {
    background: #fbeded;
    width: 99%;
    margin-left: 0px;
    border: 0;
    font-size: 12px;
    color: #cc0707;
    margin-bottom: 1px;
}

#Q_T4E_Stress_Myself {
    width: 100%;
}

    #Q_T4E_Stress_Myself .paa-select {
        width: 50%;
    }

#Q_T4E_Stress_Partner {
    width: 100%;
}

    #Q_T4E_Stress_Partner .paa-select {
        width: 50%;
    }

#Q_T4E_Stress_Child1 {
    width: 100%;
}

    #Q_T4E_Stress_Child1 .paa-select {
        width: 50%;
    }

#Q_T4E_Stress_Child2 {
    width: 100%;
}

    #Q_T4E_Stress_Child2 .paa-select {
        width: 50%;
    }

#Q_T4E_Stress_Child3 {
    width: 100%;
}

    #Q_T4E_Stress_Child3 .paa-select {
        width: 50%;
    }

#Q_T4E_Stress_Child4 {
    width: 100%;
}

    #Q_T4E_Stress_Child4 .paa-select {
        width: 50%;
    }

#Q_T4E_Stress_Child5 {
    width: 100%;
}

    #Q_T4E_Stress_Child5 .paa-select {
        width: 50%;
    }
/*Conditions*/

div#conditions-intro p.conditions-show-text {
    font-weight: bold;
    color: #1061b2;
}

#paa-conditions-form .conditions-tooltip {
    width: 96%;
    padding-left: 15px;
}

    #paa-conditions-form .conditions-tooltip .form-more-info-inner {
        background-color: #00a9e0;
    }

    #paa-conditions-form .conditions-tooltip .form-more-info .arrowup {
        left: 15%;
    }

    #paa-conditions-form .conditions-tooltip .form-more-info .form-more-info-arrow {
        border-bottom-color: #00a9e0;
    }

/****SELECTED CONDITIONS*****/

#paa-selected-conditions-form .switch-container {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

    #paa-selected-conditions-form .switch-container div.form-group {
        width: 98%;
        margin-left: 15px;
        margin-right: 15px;
    }

#paa-selected-conditions-form div.error-boxes {
    width: 98%;
    margin-left: 0;
    margin-right: 15px;
}

#enter-email-nurse {
    margin-bottom: 25px;
}

#nurse-contact-phonesbox {
    margin: 10px;
    padding: 10px;
}

#enter-phone-number {
    margin-bottom: 20px;
}

/***Footer***/
.paa-footer {
    bottom: 0; /**/
    width: 100%;
    /*position: absolute;*/
    color: #fff;
    /*height: auto;*/
    font-size: 12px;
    font-weight: normal;
    background-color: #00487a;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #1b4e72;
    position: relative; /**/
}

    .paa-footer div {
        padding-top: 10px;
    }





        .paa-footer div .footer-text {
            padding: 10px 15px, 15px 15px;
        }

    .paa-footer ul {
        color: #5cb85c;
        list-style: none;
        display: inline;
        float: left;
        margin: margin: 0 0 10px;
        padding-left: 35%;
    }

    .paa-footer li {
        color: white;
        list-style: none;
        float: left;
        padding-right: 10px;
        border-right: 1px solid white;
        margin-right: 10px;
        line-height: 1;
    }

    .paa-footer p {
        color: #fff;
    }

footer.paa-footer div ul {
    float: none;
    display: inline-flex;
    text-align: center;
    padding-left: 0;
}

footer.paa-footer li {
    color: #fff;
    list-style: none;
    display: inline-block;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #110081;
    margin-right: 5px;
    line-height: 1;
}

    footer.paa-footer li:last-child {
        border-right: none;
    }

footer.paa-footer a {
    color: #dbdbdb;
    text-decoration: none;
}

    footer.paa-footer a:hover {
        color: #fff;
        text-decoration: none;
    }




/**********QUERIES FOR BIGGER THAN 480 AND SMALLER THAN 768***********/
@media (min-width: 300px) and (max-width: 768px) {

    /***Top bar***/
    .paa-form {
        background-color: #fff; /**/
        width: 100%;
        padding: 30px 15px 30px 15px; /**/
    }


    .singleLineTextBox {
        padding-left: 0px !important;
    }

    .paa-condition-article {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .display-Mode {
        display: block;
    }

    .paa-main-conditions-page {
        width: 100% !important;
        margin-left: 0% !important;
    }
}



/**********QUERIES FOR BIGGER THAN 768 AND SMALLER THAN 1024***********/
@media (min-width: 768px) and (max-width: 1024px) {

    /***Top bar***/


    .cignalogobar {
        /* background-color: #fff; */
        width: 100%;
        /* height: 55px;	 */
    }

    .navbar-header-cigna {
        margin: 0 auto;
        height: 75px;
        max-width: 990px;
        text-align: left;
    }

    /* .navbar-header-cigna img {
	width: 160px;
	height: 53px;
	margin: 1em 0 1em 1em;
} */

    /***Progress Bar***/

    .progressbar {
        /* background-color: #00487a; */
        margin-bottom: 0;
        height: 110px;
        max-width: 1024px;
        /* width: 100%; */
        padding-top: 20px;
        /* text-align: center; */
    }

    .progress-container {
        /* margin-left: auto;
	margin-right: auto;
	margin-top: 0; */
        margin: 0 auto;
        height: 85px;
        width: 98%;
    }

        .progress-container div.progress {
            /* margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 98%; */
            height: 71px;
            /* background-color: #00487a; */
            /* display: flex; */
        }

    /* .progress div.bg {
	flex-grow: 1;
	}
 */
    .personal, .personal-on, .travel, .travel-on, .condition, .condition-on, .summary {
        width: 178px;
    }

    .progress div.bg {
        background: url('/App_Themes/default/contents/images/dsk-line.png?v=22') repeat-x;
    }

    .personal-on {
        background: url('/App_Themes/default/contents/images/dsk-personal-on.png?v=22') no-repeat;
    }

    .personal {
        background: url('/App_Themes/default/contents/images/dsk-personal-off.png?v=22') no-repeat;
    }

    .travel {
        background: url('/App_Themes/default/contents/images/dsk-travel-off.png?v=22') no-repeat;
    }

    .travel-on {
        background: url('/App_Themes/default/contents/images/dsk-travel-on.png?v=22') no-repeat;
    }

    .condition {
        background: url('/App_Themes/default/contents/images/dsk-conditions-off.png?v=22') no-repeat;
    }

    .condition-on {
        background: url('/App_Themes/default/contents/images/dsk-conditions-on.png?v=22') no-repeat;
    }

    .summary {
        background: url('/App_Themes/default/contents/images/dsk-summary-off.png?v=22') no-repeat;
    }

    .summary-on {
        background: url('/App_Themes/default/contents/images/dsk-summary-on.png?v=22') no-repeat;
    }


    .question {
        /*height: 40px;*/
        width: 100%;
    }


    /*Error boxes*/
    .error-boxes {
        background: #fbeded;
        width: 92%;
        margin-left: 15px;
        border: 0;
        font-size: 12px;
        color: #cc0707;
        margin-bottom: 25px;
    }


    /***Main Body***/

    .paa-form-box {
        margin-top: 0;
        padding-top: 0;
        background-color: #00487a;
        background-image: url('/App_Themes/default/T4E/imgs/body_background_alt.jpg?v=22');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0;
        padding-bottom: 0;
        width: auto;
        /*height:auto;*/
        font-size: 18px;
    }

    .form-container {
        border: solid 1px #000;
        width: 1024px;
    }

    .paa-form {
        background-color: #fff;
        width: 75%;
        padding: 30px 20px 30px 40px;
        margin-left: 22%;
    }

        .paa-form p {
            font-size: 16px;
            margin: 0 35px 25px 0;
        }

        .paa-form div.form-group {
            clear: both;
            margin-bottom: 15px;
        }

    .paa-login-page h1 {
        font-weight: bold;
        font-size: 30px;
        margin: 0 0 0 20px;
        padding: 0;
        margin-top: 10px;
    }

    .paa-login-page p {
        text-align: left;
        margin: 25px auto;
        padding: 0;
        font-size: 14px;
        padding: 0 10px 0 20px;
    }

        .paa-login-page p.forgot-pw {
            text-align: center;
            margin: 0;
        }

    .paa-expectations, .terms {
        width: 98%;
    }

    #enter-phone-number {
        margin-bottom: 20px;
    }



    /***Extra Info***/
    #paa-conditions-form .conditions-tooltip {
        width: 100%;
    }

    .form-more-info-inner {
        max-width: 95%;
    }

    .form-more-info {
        margin: 0 10px 0 10px;
        width: 98%;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 0;
    }


        .form-more-info .arrowup {
            left: 65%;
        }



    /****Warning Boxes****/

    /***Other elements***/
    #cancer-switch > div > label {
        margin-bottom: 10px;
        margin-left: 5px;
        color: #939594;
        font-size: 15px;
        font-weight: normal;
    }

    #paa-conditions-form div {
        padding-left: 0;
    }


        #paa-conditions-form div div#conditions-page-additional-info-box {
            width: 90%;
            padding-left: 15px;
        }

    /***Footer***/





}

/**********QUERIES FOR BIGGER THAN 768 ***********/
@media (min-width: 768px) {

    .navbar-nav {
        float: right;
        padding-top: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }


    ul.paa-top-menu-links li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #fff;
        background: #fff;
        border: none;
    }

    .paa-topbar .paa-top-menu-links {
        font-size: 14px;
    }



    ul.paa-top-menu-links li.active a:link, ul.paa-top-menu-links li.active a:visited {
        background-color: #fff;
        border: none;
        background: #fff;
        color: #777;
        box-shadow: none;
    }

    ul.paa-top-menu-links li.active a:hover:visited {
        background-color: #fff;
        background: #fff;
        color: #000;
    }

    ul.paa-top-menu-links li {
        border: solid 1px transparent;
        transition: border 0.6s linear;
    }


        ul.paa-top-menu-links li:hover {
            background: #fff;
            color: #000;
        }

        ul.paa-top-menu-links li a:hover {
            background-color: #fff;
            background: #fff;
            color: #000;
        }

            ul.paa-top-menu-links li a:hover:visited {
                background-color: #fff;
                border: none;
                background: #fff;
                color: #000;
            }

    .paa-top-menu-links li a span.glyphicon {
        display: none;
    }

    .paa-block-header {
        margin: 0 0 25px 0;
        padding: 0;
    }

        .paa-block-header h2 {
            font-weight: bold;
            font-size: 25px;
            margin-left: 0;
            border-bottom: solid 1px #00487a;
            color: #00487a;
        }

    #conditions-page-additional-info-box {
        width: 98%;
        margin: 5px 15px 10px 15px;
        padding: 15px 10px 5px 10px;
    }

        #conditions-page-additional-info-box #contact-nurse-box {
            width: auto;
            margin: 5px 5px 10px 5px;
            padding: 0 5px 5px 0;
        }


            #conditions-page-additional-info-box #contact-nurse-box .inputGroupContainer {
                padding-left: 5px;
            }
}


/**********QUERIES FOR BIGGER THAN 1024***********/

@media (min-width: 1024px) {


    /***Top bar***/
    /***Progress Bar***/
    .progressbar {
        /* background-color: #00487a; */
        margin-bottom: 0;
        height: 110px;
        /* width: 100%; */
        padding-top: 20px;
        /* text-align: center; */
    }

    .progress-container {
        /* margin-left: auto;
	margin-right: auto;
	margin-top: 0; */
        margin: 0 auto;
        height: 85px;
        width: 98%;
    }

        .progress-container div.progress {
            /* margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 98%; */
            height: 70px;
            /* background-color: #00487a;
	display: flex; */
        }

    /* .progress div.bg {
	flex-grow: 1;
	} */

    .personal, .personal-on, .travel, .travel-on, .condition, .condition-on, .summary, .summary-on {
        width: 178px;
    }

    .progress div.bg {
        background: url('/App_Themes/default/contents/images/dsk-line.png?v=22') repeat-x;
    }

    .personal {
        background: url('/App_Themes/default/contents/images/dsk-personal-off.png?v=22') no-repeat;
    }

    .personal-on {
        background: url('/App_Themes/default/contents/images/dsk-personal-on.png?v=22') no-repeat;
    }

    .travel {
        background: url('/App_Themes/default/contents/images/dsk-travel-off.png?v=22') no-repeat;
    }

    .travel-on {
        background: url('/App_Themes/default/contents/images/dsk-travel-on.png?v=22') no-repeat;
    }

    .condition {
        background: url('/App_Themes/default/contents/images/dsk-conditions-off.png?v=22') no-repeat;
    }

    .condition-on {
        background: url('/App_Themes/default/contents/images/dsk-conditions-on.png?v=22') no-repeat;
    }

    .summary {
        background: url('/App_Themes/default/contents/images/dsk-summary-off.png?v=22') no-repeat;
    }

    .summary-on {
        background: url('/App_Themes/default/contents/images/dsk-summary-on.png?v=22') no-repeat;
    }

    /***Main Body***/


    #login-user .error-boxes, #login-password .error-boxes {
        margin-top: 15px;
        width: 92%;
    }

    .forgot-pw p {
        text-align: center;
    }

    #button-login-next {
        margin-bottom: 20px;
    }

    .paa-login-box {
        border-right: solid 1px #fff;
    }

    .paa-block-header {
        margin: 0 15px 20px 0;
        padding: 0;
    }

        .paa-block-header h2 {
            font-weight: bold;
            font-size: 25px;
            margin-left: 0;
            border-bottom: solid 1px #00487a;
            color: #00487a;
        }

    .register-button, .login-button {
        margin: 10px 0 -5px 0;
        width: 100%;
        text-align: center;
    }

    #button-register-start {
        margin-bottom: 50%;
    }


    #register-enter-email .error-boxes, #register-confirm-email .error-boxes {
        margin-top: 15px;
        width: 90%;
        margin-left: 0;
    }

    .paa-form-box {
        margin-top: 0;
        padding-top: 0;
        background-color: #00487a;
        background-image: url('/App_Themes/default/T4E/imgs/body_background_alt.jpg?v=22');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0;
        padding-bottom: 0;
        width: auto;
        /*height:auto;*/
        font-size: 18px;
    }

    .form-container {
        border: solid 1px #000;
        width: 1024px;
    }

    .paa-form {
        background-color: #fff;
        width: 65%;
        padding: 30px 20px 30px 40px;
        margin-left: 32%;
    }

    .terms {
        width: 96%;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    form#paa-conditions-form div.condition-container {
        padding-left: 0;
    }

    #conditions-intro {
        padding-left: 0;
    }

    .conditions-additional-info {
        padding-left: 0;
    }

    #conditions-page-additional-info-box {
        border: solid 1px #d9dcdc;
        border-radius: 12px;
        width: 93%;
        margin: 5px 25px 10px 30px;
        padding: 15px 5px 0px 15px;
    }

    #paa-conditions-form .conditions-tooltip {
        width: 100%;
        padding-left: 0;
    }

    #cancer-switch > div > label {
        font-size: 14px;
        font-weight: normal;
    }

    #paa-conditions-form .conditions-tooltip .form-more-info-inner {
        background-color: #00a9e0;
    }

    #paa-conditions-form .conditions-tooltip .form-more-info .arrowup {
        left: 3%;
    }

    #paa-conditions-form .conditions-tooltip .form-more-info .form-more-info-arrow {
        border-bottom-color: #00a9e0;
    }

    .form-more-info {
        margin: 0 20px 15px 15px;
        width: 93%;
        padding: 10px 0 10px 0;
    }

    .error-boxes {
        width: 100%;
    }

    #nurse-contact-phonesbox {
    }

    #add-second-phone {
    }

    #enter-second-phone {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    /***Infos & Warnings***/

    #tooltip-date-of-birth, #tooltip-username {
        display: none;
    }

    #tooltip-password {
        display: block;
    }

    /***Footer***/

    .paa-footer p {
        float: left;
        margin-left: 35%;
        margin-right: 50px;
    }

    footer.paa-footer div ul {
        float: left;
        margin-top: 2px;
    }
}

/**********QUERIES FOR BIGGER THAN 1024 AND SMALLER THAN 1200***********/
@media (min-width: 1024px) and (max-width: 1200px) {

    /* Start - 30Jul2018 */
    .singleLineTextBox {
        padding-left: 20px !important;
    }
    /* End -30Jul2018 */


    .form-more-info {
        width: 93%;
    }
}
/**********QUERIES FOR BIGGER THAN 1200***********/

@media (min-width: 1200px) {


    /***Top bar***/
    .cignalogobar {
        /* background-color: #fff; */
        max-width: 1200px;
        /* height: 55px;	 */
        /* display: block;*/
        margin: 0 auto;
    }

    .container {
        max-width: 1170px;
    }

    .navbar-header-cigna {
        height: 55px;
        width: 100%;
        text-align: left;
    }

    .modal .modal-body {
        margin: 0 auto;
        padding: 30px;
    }


    /***Progress Bar***/

    .progressbar {
        margin-bottom: 0;
        height: 95px;
        width: 100%;
        padding-top: 10px;
        /* text-align: center; */
        margin: 0 auto;
    }

    .progress-container {
        padding-left: 5px;
        padding-right: 5px;
        /* margin: 0 auto; */
        height: 85px;
        max-width: 1200px;
    }

        .progress-container div.progress {
            /* margin: 0 auto;
	padding:  0;
	text-align: center;
	width: 98%; */
            height: 71px;
            /* background-color: #00487a; */
            /* color: #000;
	border-radius: 0;
	display: flex; */
        }

    /* .progress div.bg {
flex-grow: 1;
	
} */

    .personal-on, .travel, .condition, .summary {
        width: 178px;
    }

    .progress div.bg {
        background: url('/App_Themes/default/contents/images/dsk-line.png?v=22') repeat-x;
        width: 68px;
    }


    .personal-on {
        background: url('/App_Themes/default/contents/images/dsk-personal-on.png?v=22');
    }

    .travel {
        background: url('/App_Themes/default/contents/images/dsk-travel-off.png?v=22');
    }

    .condition {
        background: url('/App_Themes/default/contents/images/dsk-conditions-off.png?v=22');
    }

    .summary {
        background: url('/App_Themes/default/contents/images/dsk-summary-off.png?v=22');
    }

    /***Main Body***/
    #login-user .error-boxes, #login-password .error-boxes, #register-enter-email .error-boxes, #register-confirm-email .error-boxes {
        margin-top: 15px;
        width: 100%;
    }

    #register-enter-email .error-boxes, #register-confirm-email .error-boxes {
        margin-top: 15px;
        width: auto;
        margin-left: 0;
    }

    #button-login-next {
        margin-bottom: 50%;
    }

    .modal-dialog {
        width: 600px;
        max-width: 600px;
    }

    .display-Mode {
        display: block;
    }

    .form-container {
        border: solid 1px #000;
        max-width: 1200px;
    }

    .paa-form {
        background-color: #fff;
        width: 67%;
        padding: 30px 20px 30px 40px;
        margin-left: 23%;
    }
    /*Headers*/

    .paa-block-header {
        margin: 0;
        padding: 0;
    }

        .paa-block-header h2 {
            font-weight: bold;
            font-size: 25px;
            margin-left: 0;
            border-bottom: solid 1px #00487a;
            color: #00487a;
        }

    div.summary-data:last-child {
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 40px;
    }

    .add-phone {
        line-height: 15px;
        margin-top: 25px;
        font-size: 13px;
    }

    #login-user, #login-password {
        padding-left: 5px;
    }

    #button-login, #button-register, #button-register-start {
        width: 100%;
    }

    /***Infos & Warnings***/
    .form-more-info {
        margin: 0 0 15px 0;
        width: 98%;
        padding: 10px 0 10px 3px;
    }

    .popout-3148 {
        width: 51%;
    }

    #paa-conditions-form .form-more-info {
        margin: 0 0 15px 10px;
        width: auto;
        padding: 10px 0 10px 5px;
    }

    .form-more-info-inner {
        max-width: 100%;
        margin-left: 10px;
    }

    #paa-conditions-form .form-more-info-inner {
        max-width: 96%;
        margin-left: 10px;
    }

    #choose-number-children .error-boxes {
        width: 95%;
        margin-left: 10px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    #choose-number-children .form-more-info {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    #conditions-page-additional-info-box {
        width: auto;
        margin-right: 50px;
    }
    /***Footer***/

}

/*Start - 08Jun2018*/

/***Top Menu***/
.paa-topbar {
    margin-bottom: 10px;
    min-height: 50px;
    background-color: #fff;
    box-shadow: none;
    background: #fff;
    border: none;
    min-height: 65px;
}

.navbar-header-cigna p img {
    width: 160px;
    height: 53px;
    margin: 1.2em 3em 1em 1em;
    text-align: left;
}

ul.paa-top-menu-links {
    margin-top: 10px;
}

    ul.paa-top-menu-links li a {
        padding-top: 5px;
        padding-bottom: 5px;
        border: solid 1px rgba(255, 255, 255, 0);
    }

    ul.paa-top-menu-links li.active a:link, ul.paa-top-menu-links li.active a:visited {
        background-color: #00487a;
        border: solid 1px #00487a;
        background: #00487a;
        color: #fff;
    }

    ul.paa-top-menu-links li.active a:hover:visited {
        border: solid 1px #000;
        background-color: #00487a;
        background: #00487a;
        color: #fff;
    }

    ul.paa-top-menu-links li a:hover {
        border: solid 1px #000;
        background-color: #00487a;
        background: #00487a;
        color: #fff;
    }

/*ul.paa-top-menu-links li:hover a:hover {
	color: #fff;
}*/

/***Toggle Menu Styles***/
.paa-topbar .navbar-toggle {
    background: #00477d;
    background-color: #00477d;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}

.paa-topbar .navbar-toggle {
    background: #00477d;
    background-color: #00477d;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}

/*Arrow for mobile menu*/
.mobile-menu-arrow {
    display: block;
    margin: 0 auto 10px;
    width: 104%;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 15px;
}

.mobile-menu-arrow-menu-arrow {
    top: 1px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 10px 10px;
    border-bottom-color: #0e6ec0;
}

.paa-topbar .navbar-toggle {
    padding: 7px 10px 2px 10px;
    border: solid 2px transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border: 1px solid #0081cd;
    /* background: #00477d; */
    /* background-color: #00477d; */
}

.paa-topbar .navbar-toggle span.icon-bar {
    background-color: #fff;
}

.paa-topbar .paa-top-menu-links {
    font-size: 17px;
}

ul.paa-top-menu-links {
    margin-top: 10px;
}

    ul.paa-top-menu-links li a {
        padding-top: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.9);
    }

.paa-top-menu-links li a span.menu-item-arrow-mobile {
    font-size: 13px;
    font-weight: lighter;
}

.paa-top-menu-links li a span.glyphicon {
    position: absolute;
    right: 40px;
    top: 10px;
}

ul.paa-top-menu-links li.active a:link, ul.paa-top-menu-links li.active a:visited {
    background-color: #00487a;
    border: solid 1px #00487a;
    background: #00487a;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.9);
}

.paa-mobile-menu-text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 7px;
    text-align: center;
}

/*End - 08Jun2018*/

/* Start - 09Jul2018 */
.paa-warning-message {
    margin-left: 36%;
    background-color: #fbeded !important;
    width: 60%;
    padding: 4%;
}
/* End - 09Jul2018 */

/* Start - 13Jul2018 */
.paa-inline-flex {
    display: inline-flex;
}

.paa-pad-top30 {
    padding-top: 30%;
}
/* End - 13Jul2018 */



/* Start - 26Sep2018 */
.width-100 {
    width: 100%;
}
/* End - 26Sep2018 */

/* Start - 29Oct2018 */

.TopErrorbox .wrapper {
    color: #f00;
    font-size: 11px;
    background: transparent url('/App_Themes/default/Redesign/images/icons/error_pages.png?v=22') 2px 8px no-repeat;
    background-size: 22px 19px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .TopErrorbox .wrapper ul {
        margin: 0;
        padding: 5px 0;
        min-height: 15px;
        list-style: none;
    }

/* End - 29Oct2018 */


/* Start - 13Nov2018 */
.RadioButtonBoxStyle {
    padding: 0px 30px 0px 30px;
}
/* End - 13Nov2018 */
/* Styles for Privacy Page Table */
.privacypage table td p {
    padding: 0;
    margin: 0 0 10px;
}

.privacypage table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.privacypage table {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

ul.paa-top-menu-links li a span.fa-chevron-right {
    position: absolute;
    right: 0;
    margin-right: 15px;
    font-weight: lighter;
    margin-top: 5px;
}

@media (min-width: 300px) and (max-width: 1024px) {
    .logotop {
        margin-top: 15px;
    }
}

.error-boxes-membernotSelected {
    background: #fbeded;
    width: 99%; /**/
    margin-left: 0px;
    border: 0;
    font-size: 12px;
    color: #cc0707;
    margin-bottom: 1px;
    margin-top: 5px;
    padding-left: 10px !important;
}

@media only screen and (max-width: 768px) {

    .contact-nurse {
        margin: 45px 0px !important;
    }

    div#female-pregnant-option {
        margin-top: 35px !important;
    }

    #contact-nurse-consent .singleLineTextBox {
        padding: 15px 30px !important;
    }

    .paa-login-box {
        padding-top: 20px !important;
    }
}
