/*   BODY   */

@font-face {
    font-family: 'mary_annbold';
    src: url('../fonts/mary_ann-bold-webfont.woff2') format('woff2'),
        url('../fonts/mary_ann-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mary_annextrabold';
    src: url('../fonts/mary_ann-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/mary_ann-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mary_annlight';
    src: url('../fonts/mary_ann-light-webfont.woff2') format('woff2'),
        url('../fonts/mary_ann-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mary_annmedium';
    src: url('../fonts/mary_ann-medium-webfont.woff2') format('woff2'),
        url('../fonts/mary_ann-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mary_annregular';
    src: url('../fonts/mary_ann-regular-webfont.woff2') format('woff2'),
        url('../fonts/mary_ann-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}


html {
    width: 100%;
}

body {
    font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
    color: #404040;
    background: #fff;
    font-size: 1rem;
    line-height: 24px;
}

/*   HEADER   */

header {
    height: 4.688rem;
    background: #fff;
    border-bottom: 0.063rem solid #e4e3de;
    padding: 0.938rem 0;
}

.breadcrumbs {
    padding: 10px 0 20px;
    z-index: -2;
}

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    color: #8e8e8e;
    margin: 20px 0 0 0;
}

.progressbar li:before {
    width: 50px;
    height: 50px;
    content: counter(step);
    line-height: 50px;
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #8e8e8e;
    color: #8e8e8e;
    display: block;
    text-align: center;
    font-family: 'mary_annextrabold';
    font-size: 20px;
    margin: -10px auto 0 auto;
    border-radius: 50%;
    background-color: white;
    margin-top: -10px;
    padding-top: 8px;
}




/* 


.progressbar li:after {
    width: 100%;
    height: 10px;
    content: '';
    background-image: radial-gradient(circle closest-side, #8e8e8e, #8e8e8e 50%, transparent 0, transparent);
    background-position: 0 0;
    background-size: 8px 4px;
    background-repeat: repeat-x;
    width: 8.33333vw;
    z-index: 0;
}


*/

.progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    border: 1px dashed #707070;
    top: 15px;
    left: -50%;
    z-index: -1;
}


.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #404040;
    font-family: 'mary_annextrabold';
    font-size: 16px;
}

.progressbar li.active:before {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border: 2px solid #EF6600;
    color: #EF6600;
    margin-top: -10px;
    padding-top: 8px;
}

.progressbar li.completed {
    color: #EF6600;
    font-family: 'mary_annextrabold';
}

.progressbar li.completed:before {
    width: 50px;
    height: 50px;
    background-color: #EF6600;
    border: 1px solid #EF6600;
    color: #FFF;
    margin-top: -10px;
    padding-top: 8px;
}

.progressbar li.completed+li:after {
    border: 1px solid #EF6600;
}











/*   CONTENT   */

.quotation-area {
    background: #f6f6f6;
    padding: 1.5rem 0;
}

.panel {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 1.5rem 0;
    padding: 24px;
}

.nectar-banner {
    min-height: 140px;
    font-family: 'Mary_annextrabold';
    font-size: 24px;
    color: #ef6600;
    line-height: 36px;
    background: #fff url('../images/nectar-banner.png') no-repeat;
    background-position: bottom left;
    border-radius: 3px;
    margin: 0 0 1.5rem 0;
    padding: 24px 24px 24px 180px;
}

.nectar-banner p {
    margin: 0;
}

.discount-banner {
    min-height: auto;
    font-family: 'Mary_annextrabold';
    font-size: 24px;
    color: #ef6600;
    line-height: 36px;
    background: #fff url('../images/discount-banner.png') no-repeat;
    background-position: bottom left;
    border-radius: 3px;
    margin: 0 0 1.5rem 0;
    padding: 24px 24px 24px 140px;
}

.discount-banner p {
    margin: 0;
}

.upsell-banner {
    min-height: auto;
    background: #fff url('../images/upgrade.png') no-repeat;
    background-position: bottom left;
    border-radius: 3px;
    margin: 0 0 1.5rem 0;
    padding: 24px 24px 24px 180px;
}


.content-area {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 1.5rem 0;
    padding: 1.25rem;
}

.sidebar-item {
    background: #FFF;
    border-radius: 3px;
    margin: 0 0 1.5rem 0;
    padding: 24px;
}

.sidebar-item p {
    margin: 0;
}

.sidebar-heading {
    font-family: 'Mary_annextrabold';
    margin-bottom: 1rem;
    color: #404040;
    font-size: 20px;
    padding: 0 0 24px 0;
}

.defaqto {
    width: 230px;
}

.defaqto-payment {
    float: right;
    width: 130px;
    margin-top: 10px;
}

.msm-logo {
    float: right;
    width: 95px;
    margin-top: 10px;
}



/*   MODAL   */

.modal-header {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-title {
    font-size: 1.625rem;
    font-family: 'Mary_annextrabold';
    text-align: left !important;
}

.close {
    float: right;
    font-size: .8rem;
    color: #5c5c5c;
    text-shadow: 0 0 0 0 !important;
    margin: -12px -12px 0 0 !important;
    padding: 15px !important;
    opacity: 1 !important;
}


.close:hover,
.close:focus {
    font-size: .8rem;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 !important;
    margin: -12px -12px 0 0 !important;
    padding: 15px !important;
    background: #f1f1f1;
}

.modal-header .close {
    margin-top: 0;
}


.modal-list li {
    line-height: 24px !important;
    margin-left: -16px !important;
}

.modal {
    padding-right: 0px !important;
}




.important-info-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.important-info-list li {
    box-sizing: border-box;
    padding: 0 0 1.5rem 0;

    width: 95%;
    display: block;
    list-style: none;
    background: url('../images/download.svg') no-repeat 0px 11px;
    background-size: 14px;
    margin: 0px;
    padding: 4px 0 8px 30px;
}

.important-info-list li:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
}

.important-info-list li:first-child {
    padding-top: 0;
}

.important-info-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.important-info-list li a:link {
    font-family: 'Mary_annextrabold';
    float: left;
    color: #404040;
    font-size: 16px;
    padding: 6px 8px 0 8px;
    text-decoration: underline;
}


.important-info-list li a:hover {
    color: #0C0C0C;
}


.important-info-list li span {
    font-family: 'Mary_annregular';
    color: #8E8E8E;
    padding: 0 8px 8px 8px;
}










/*   ACCORDION   */

.panel {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.panel-default {
    border-color: none !important;
    margin: 0;
    padding: 0;
}

.panel-heading {
    font-family: 'mary_annbold';
    font-size: 1.125rem;
}

.panel-title {
    font-weight: bold;
}

.panel-body {
    padding: 0;
}

.panel-collapse {
    padding-top: 24px;
}

/*.panel-heading .accordion-toggle:after {
    float: right;
    position: absolute;
    bottom: 23px;
    font-size: 15pt;
    color: #707070;
    margin-top: -10px;
    background: url('../images/down-arrow.svg')!important;
    width: 24px;
    height: 24px;
    content: '';
}

.accordion-toggle .collapsed:after {
    background: url('../images/down-arrow.svg')!important;
    background-size: 30px;
    width: 24px;
    height: 24px;
    background-size: cover;
    content: '';
}*/

.panel-heading:hover {
    cursor: pointer;
}


.accordion-toggle .fa {
    transition: .3s transform ease-in-out;
}

.accordion-toggle .collapsed .fa {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pull-right {
    float: right;
}

.double-dates {
    width: 70%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

.amt-dates {
    width: 40%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}



label {
    width: 100%;
    font-family: 'mary_annbold';
    font-size: 1.125rem;
}

label span {
    color: #8E8E8E;
    font-family: 'mary_annregular';
}





.helpicon {
    margin: -0.75rem 0 0 0.25rem;
}


textarea,
input[type='input'],
input[type='email'],
input[type='password'],
input[type='text'],
input[type='number'] {
    width: 100%;
    height: 3rem;
    background: #fff;
    border-radius: 0.188rem;
    border: 0.063rem solid #8e8e8e !important;
    color: #404040;
    padding: 0.625rem;
}

textarea:hover,
input[type='input']:hover,
input[type='email']:hover,
input[type='password']:hover,
input[type='text']:hover,
input[type='number']:hover,
textarea:active,
input[type='input']:active,
input[type='email']:active,
input[type='password']:active,
input[type='text']:active,
input[type='number']:active {
    box-shadow: inset 0 0 0 0.125rem #404040, 0 0 0 0.188rem transparent !important;
}

textarea:focus,
input[type='input']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='text']:focus,
input[type='number']:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}

.fielddob {
    width: 4.563rem !important;
}


.calendar-field input[type='date'] {
    width: 200px;
    height: 3rem;
    background: #fff;
    border-radius: 0.188rem;
    border: 0.063rem solid #8e8e8e !important;
    color: #404040;
    padding: 0.625rem;
    background-image: url('../images/calendar.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.625rem top 0.625rem !important;
    background-size: 1.5rem;
    -webkit-appearance: none !important;
    text-transform: uppercase !important;
}

.calendar-field input[type='date']:hover,
.dob-field input[type='date']:hover,
.multidob-field input[type='date']:hover,
.calendar-field input[type='date']:active,
.dob-field input[type='date']:active,
.multidob-field input[type='date']:active {
    box-shadow: inset 0 0 0 0.125rem #404040, 0 0 0 0.188rem transparent !important;
}

.calendar-field input[type='date']:focus,
.dob-field input[type='date']:focus,
.multidob-field input[type='date']:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}

.dob-field input[type='date'] {
    width: 35%;
    height: 3rem;
    background: #fff;
    border-radius: 0.188rem;
    border: 0.063rem solid #8e8e8e !important;
    color: #404040;
    padding: 0.625rem;
    background-position: right 0.625rem top 0.625rem !important;
    background-size: 1.5rem;
    -webkit-appearance: none !important;
}

.multidob-field input[type='date'] {
    width: 200px;
    height: 3rem;
    background: #fff;
    border-radius: 0.188rem;
    border: 0.063rem solid #8e8e8e !important;
    color: #404040;
    padding: 0.625rem;
    background-position: right 0.625rem top 0.625rem !important;
    background-size: 1.5rem;
    -webkit-appearance: none !important;
}


.dob-field input[type='date']:focus,
.multidob-field input[type='date']:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}


.field75 {
    width: 75px !important;
}




.tiles {
    display: inline-block;
    margin: 0 0.313rem 0.625rem 0;
    vertical-align: top !important;
    padding: 0;
}

.tiles input[type=radio]:checked~.product-select:before {
    background-color: #e55000;
    box-shadow: inset 0 0 0 0.25rem #fff;
    border-color: #e55000;
    border-width: 0.125rem;
}

.tiles input[type=radio]:not(:checked)~label:hover {
    border-color: #8e8e8e;
    box-shadow: inset 0 0 0 0.063rem #404040, 0 0 0 0.188rem transparent;
    color: #404040;
    background: rgba(76, 76, 76, .08);
}

.tiles input[type=radio]+.product-select {
    width: 8.125rem;
    height: 9.375rem;
    border-radius: 0.188rem;
    overflow: hidden;
    background: #fff;
    text-align: center !important;
    border: 0.063rem solid #8e8e8e;
    font-family: 'mary_annbold';
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.938rem;
    color: #404040;
    transition: all .25s ease;
    line-height: 1.375rem;
    font-family: 'mary_annregular';
}

.tiles input[type=radio]:checked~.product-select {
    border-color: #e55000;
}

.tiles:not(.radio--image):not(.radio--text-bottom) {
    border-radius: 0.188rem;
}

.tiles input[type=radio]:checked~label:hover {
    border-color: #e55000;
    box-shadow: inset 0 0 0 0.125rem #e55000, 0 0 0 0.188rem transparent;
    color: #0c0c0c;
    background: rgba(229, 80, 0, .08) !important;
}

.tiles input[type=radio]+.product-select:focus,
.tiles input[type=radio]:checked~label:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}



.tiles input[type=radio]:checked~.traveller-amount-select:before {
    background-color: #e55000;
    box-shadow: inset 0 0 0 0.25rem #fff;
    border-color: #e55000;
    border-width: 0.125rem;
}

.tiles input[type=radio]+.traveller-amount-select {
    width: 3.438rem;
    height: 3.438rem;
    border-radius: 0.188rem;
    overflow: hidden;
    background: #fff;
    text-align: center !important;
    border: 0.063rem solid #8e8e8e;
    font-family: 'mary_annbold';
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.938rem;
    color: #404040;
    transition: all .25s ease;
    font-family: 'mary_annregular';
}

.tiles input[type=radio]:checked~.traveller-amount-select {
    border-color: #e55000;
}

.tiles input[type=radio]+.traveller-amount-select:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}



.tiles input[type=radio]:checked~.travellers-select:before {
    background-color: #e55000;
    box-shadow: inset 0 0 0 0.25rem #fff;
    border-color: #e55000;
    border-width: 0.125rem;
}

.tiles input[type=radio]+.travellers-select {
    width: 8.125rem;
    height: 8.125rem;
    border-radius: 0.188rem;
    overflow: hidden;
    background: #fff;
    text-align: center !important;
    border: 0.063rem solid #8e8e8e;
    font-family: 'mary_annbold';
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.938rem;
    color: #404040;
    transition: all .25s ease;
    font-family: 'mary_annregular';
}

.tiles input[type=radio]:checked~.travellers-select {
    border-color: #e55000;
}

.tiles input[type=radio]+.travellers-select:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}







.tiles input[type=radio]:checked~.amt-select:before {
    background-color: #e55000;
    box-shadow: inset 0 0 0 0.25rem #fff;
    border-color: #e55000;
    border-width: 0.125rem;
}

.tiles input[type=radio]+.amt-select {
    width: 8.125rem;
    height: 12.813rem !important;
    border-radius: 0.188rem;
    overflow: hidden;
    background: #fff;
    text-align: center !important;
    border: 0.063rem solid #8e8e8e;
    font-family: 'mary_annbold';
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.938rem;
    color: #404040;
    transition: all .25s ease;
    line-height: 1.375rem;
    font-family: 'mary_annregular';
}

.tiles input[type=radio]+.amt-select span {
    font-family: 'Mary_annbold';
    color: #404040;
}

.tiles input[type=radio]:checked~.amt-select {
    border-color: #e55000;
}

.tiles input[type=radio]+.amt-select:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}








input[type=checkbox] {
    display: none !important;
    margin: 0;
}

.tiles input[type=checkbox] {
    display: inline-block;
    margin: 0 0.625rem 0.625rem 0;
    vertical-align: top !important;
    padding: 0;
}

.tiles input[type=checkbox]:checked~.optional-select:before {
    background-color: #e55000;
    box-shadow: inset 0 0 0 0.25rem #fff;
    border-color: #e55000;
    border-width: 0.125rem;
}

.tiles input[type=checkbox]:not(:checked)~label:hover {
    border-color: #8e8e8e;
    box-shadow: inset 0 0 0 0.063rem #404040, 0 0 0 0.188rem transparent;
    color: #404040;
    background: rgba(76, 76, 76, .08);
}

.tiles input[type=checkbox]+.optional-select {
    width: 300px;
    height: 320px;
    border-radius: 0.188rem;
    overflow: hidden;
    background: #fff;
    text-align: center !important;
    border: 0.063rem solid #8e8e8e;
    font-family: 'mary_annbold';
    text-align: left;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.938rem;
    color: #404040;
    transition: all .25s ease;
    line-height: 1.375rem;
    font-family: 'mary_annregular';
}

.tiles input[type=checkbox]:checked~.optional-select {
    border-color: #e55000;
}

.tiles input[type=checkbox]:checked~label:hover {
    border-color: #e55000;
    box-shadow: inset 0 0 0 0.125rem #e55000, 0 0 0 0.188rem transparent;
    color: #0c0c0c;
    background: rgba(229, 80, 0, .08) !important;
}

.tiles input[type=checkbox]+.optional-select:focus,
.tiles input[type=checkbox]:checked~label:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}

























.st-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/st-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .st-icon {
    background-image: url('../images/st-icon-selected.png');
    background-repeat: no-repeat;
}

.amt-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/amt-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .amt-icon {
    background-image: url('../images/amt-icon-selected.png');
    background-repeat: no-repeat;
}

.backpackers-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/backpackers-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .backpackers-icon {
    background-image: url('../images/backpackers-icon-selected.png');
    background-repeat: no-repeat;
}

.europe-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/europe-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .europe-icon {
    background-image: url('../images/europe-icon-selected.png');
    background-repeat: no-repeat;
}

.ww-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/ww-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .ww-icon {
    background-image: url('../images/ww-icon-selected.png');
    background-repeat: no-repeat;
}

.ww-exc-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/ww-exc-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .ww-exc-icon {
    background-image: url('../images/ww-exc-icon-selected.png');
    background-repeat: no-repeat;
}

.newzealand-icon {
    width: 2.75rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/newzealand-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .newzealand-icon {
    background-image: url('../images/newzealand-icon-selected.png');
    background-repeat: no-repeat;
}

.justme-icon {
    width: 1.625rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/justme-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .justme-icon {
    background-image: url('../images/justme-icon-selected.png');
    background-repeat: no-repeat;
}

.couple-icon {
    width: 3.063rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/couple-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .couple-icon {
    background-image: url('../images/couple-icon-selected.png');
    background-repeat: no-repeat;
}

.family-icon {
    width: 4.188rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/family-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .family-icon {
    background-image: url('../images/family-icon-selected.png');
    background-repeat: no-repeat;
}

.group-icon {
    width: 6rem !important;
    height: 3.375rem !important;
    display: inline-block;
    background-image: url('../images/group-icon.png');
    background-repeat: no-repeat;
}

input[type=radio]:checked+label .group-icon {
    background-image: url('../images/group-icon-selected.png');
    background-repeat: no-repeat;
}



.gadget-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/gadget-icon.png');
}

input[type=checkbox]:checked+label .gadget-icon {
    background-image: url('../images/gadget-icon-selected.png');
}

.cruise-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/cruise-icon.png');
}

input[type=checkbox]:checked+label .cruise-icon {
    background-image: url('../images/cruise-icon-selected.png');
}

.excesswaiver-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/excess-waiver-icon.png');
}

input[type=checkbox]:checked+label .excesswaiver-icon {
    background-image: url('../images/excess-waiver-icon-selected.png');
}

.wintersports-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/wintersports-icon.png');
}

input[type=checkbox]:checked+label .wintersports-icon {
    background-image: url('../images/wintersports-icon-selected.png');
}

.carhire-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/car-icon.png');
}

input[type=checkbox]:checked+label .carhire-icon {
    background-image: url('../images/car-icon-selected.png');
}

.wedding-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/wedding-icon.png');
}

input[type=checkbox]:checked+label .wedding-icon {
    background-image: url('../images/wedding-icon-selected.png');
}

.golf-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/golf-icon.png');
}

input[type=checkbox]:checked+label .golf-icon {
    background-image: url('../images/golf-icon-selected.png');
}

.sports-icon {
    width: 110px !important;
    height: 54px !important;
    display: inline-block;
    background-image: url('../images/sports-icon.png');
}

input[type=checkbox]:checked+label .sports-icon {
    background-image: url('../images/sports-icon-selected.png');
}









input[type=radio] {
    display: none;
}

.radio {
    display: inline-block;
    margin-right: 0.313rem;
}

.radio input[type=radio]+.radio__label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 0.063rem solid #8e8e8e;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0.563rem 0.625rem;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .7s ease;
}

.radio input[type=radio]:checked~.radio__label:before {
    background-color: #e55000;
    box-shadow: inset 0 0 0 0.25rem #fff;
    border-color: #e55000;
    border-width: 0.125rem;
}

.radio input[type=radio]:not(:checked)~label:hover {
    border-color: #8e8e8e;
    box-shadow: inset 0 0 0 0.063rem #404040, 0 0 0 0.188rem transparent;
    color: #404040;
    background: rgba(76, 76, 76, .08);
}

.radio input[type=radio]+.radio__label {
    width: 7.188rem;
    height: 3.125rem;
    border-radius: 0.188rem;
    background: #fff;
    border: 0.063rem solid #8e8e8e;
    text-align: left;
    cursor: pointer;
    margin-top: -0.063rem;
    padding: 0 1.125rem 0 0;
    color: #404040;
    transition: all .25s ease;
    font-family: 'mary_annregular';
}

.radio input[type=radio]:checked~.radio__label {
    border-color: #e55000;
}

.radio:not(.radio--image):not(.radio--text-bottom) {
    border-radius: 0.188rem;
    height: 3rem;
    line-height: 3rem;
}

.radio input[type=radio]:checked~label:hover {
    border-color: #e55000;
    box-shadow: inset 0 0 0 0.125rem #e55000, 0 0 0 0.188rem transparent;
    color: #0c0c0c;
    background: rgba(229, 80, 0, .08) !important;
}

.radio input[type=radio]+.radio__label:focus,
.radio input[type=radio]:checked~label:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}





:hover.radio input[type=radio]:not(:checked)~label:before {
    border: 0.063rem solid #404040 !important;
    box-shadow: inset 0 0 0 0.063rem #404040, 0 0 0 0.188rem transparent;
    color: #404040;
    background: #fff;
}

.full-width {
    width: 100% !important;
    height: auto !important;
}






input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none !important;
    color: rgba(204, 204, 204, 0) !important;
}



.nectar-fields {
    display: inline-flex;
}

.nectar {
    max-width: 15rem;
}

.input-group-text {
    border-radius: 0.188rem 0 0 0.188rem;
    width: 7rem;
    margin-right: -0.063rem;
    border-color: #8e8e8e;
    border-right: 0.063rem solid #8e8e8e;
}


select {
    background: #fff;
    width: 6rem;
    height: 3rem;
    padding: 0.625rem;
    border-radius: 0.188rem;
    border: 0.063rem solid #8e8e8e;
    background: url('../images/down-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 0.625rem top 1rem !important;
    background-size: 1rem !important;
}

select:hover {
    box-shadow: inset 0 0 0 0.125rem #404040, 0 0 0 0.188rem transparent;
}

select:focus {
    border-color: #f06c00;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}

select {
    -webkit-appearance: none;
}



.textfield {
    width: 50% !important;
}

.bottom15 {
    margin-bottom: 0.938rem !important;
}

.bottom20 {
    margin-bottom: 1.25rem !important;
}








/*   QUOTE SELECTION   */

.quote-border {
    border: 0.125rem solid #d4d4d4;
    border-radius: 0.5rem;
    margin: 1.5rem;
}

.quote-upsell {
    margin: 1.5rem 1.5rem 0 1.5rem;
}

.tabs {
    text-align: center;
}

.tabs div {
    position: relative;
    cursor: pointer;
}

#CoverDetails {
    overflow: hidden;
}

#bronze-tab {
    text-align: center;
    border-bottom: 0.125rem solid #d4d4d4;
    border-top: 0.125rem solid #d4d4d4;
    border-left: 0.125rem solid #d4d4d4;
    -webkit-border-top-left-radius: 0.188rem;
    -webkit-border-top-right-radius: 0.188rem;
    -moz-border-radius-topleft: 0.188rem;
    -moz-border-radius-topright: 0.188rem;
    border-top-left-radius: 0.188rem;
    border-top-right-radius: 0.188rem;
    margin-right: -1.25rem;
    padding: 0.625rem 0 1.25rem 0;
}

.bronze-list {
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    margin-right: -1.25rem;
}

#silver-tab {
    text-align: center;
    border-left: 0.125rem solid #d4d4d4;
    border-right: 0.125rem solid #d4d4d4;
    border-bottom: 0.125rem solid #d4d4d4;
    border-top: 0.125rem solid #d4d4d4;
    -webkit-border-top-left-radius: 0.188rem;
    -webkit-border-top-right-radius: 0.188rem;
    -moz-border-radius-topleft: 0.188rem;
    -moz-border-radius-topright: 0.188rem;
    border-top-left-radius: 0.188rem;
    border-top-right-radius: 0.188rem;
    margin: 0 -0.625rem;
    padding: 0.625rem 0 1.25rem 0;
}

.silver-list {
    margin: 0 -0.625rem;
}

#gold-tab {
    text-align: center;
    border-top: 0.125rem solid #d4d4d4;
    border-bottom: 0.125rem solid #d4d4d4;
    border-right: 0.125rem solid #d4d4d4;
    -webkit-border-top-left-radius: 0.188rem;
    -webkit-border-top-right-radius: 0.188rem;
    -moz-border-radius-topleft: 0.188rem;
    -moz-border-radius-topright: 0.188rem;
    border-top-left-radius: 0.188rem;
    border-top-right-radius: 0.188rem;
    margin-left: -1.25rem;
    padding: 0.625rem 0 1.25rem 0;
}

.gold-list {
    -webkit-border-bottom-right-radius: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-left: -1.25rem;
}


.product-info {
    text-align: center;
    line-height: 1.25rem !important;
    border-left: 0.125rem solid #d4d4d4;
    border-right: 0.125rem solid #d4d4d4;
    margin: 0 0.0 0 0;
    padding: 1rem;
}

.product-selectbtn {
    width: 80%;
    height: auto;
    border: none;
    background: #fff;
    text-align: center;
    border-radius: 0.188rem;
    border: 0.125rem solid #e55000;
    font-size: 1rem !important;
    font-family: 'mary_annextrabold';
    cursor: pointer;
    vertical-align: middle;
    color: #e55000;
    margin: 0;
    padding: 0.5rem 0;
}

.product-selectbtn:hover {
    background: #fdf1eb;
    border: 0.125rem solid #e55000;
}

*.product-selectbtn:focus {
    box-shadow: 0 0 0 3px rgba(0, 169, 207, .5)
}

.selected-tab .product-selectbtn {
    background: #e55000;
    color: #fff;
}

.selected-tab {
    background: #f1f1f1 !important;
}

.selected-details {
    background: #eaeaea;
}

.benefit-row {
    font-family: 'mary_annextrabold' !important;
    height: auto;
    text-align: center;
    border: 0.125rem solid #d4d4d4;
    padding: 2rem 1rem;
}

.benefit-row-middle {
    font-family: 'mary_annextrabold' !important;
    height: auto;
    text-align: center;
    border-top: 0.125rem solid #d4d4d4;
    border-bottom: 0.125rem solid #d4d4d4;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 2rem 1rem;
}

.confirm-download {
    height: 18px;
    margin: -5px 1rem 0 0;
}

.product-name {
    font-family: 'mary_annextrabold' !important;
    font-size: 24px !important;
    line-height: 32px;
    margin: 0 0 1.5rem 0;
}

.product-price {
    font-family: 'mary_annextrabold' !important;
    font-size: 34px !important;
    margin: 0 0 1.5rem 0;
}

.product-value {
    font-family: 'mary_annextrabold' !important;
    font-size: 16px !important;
}

.selected-price-content {
    font-family: 'mary_annextrabold' !important;
    font-size: 30px;
}

.selected-price-amount {
    font-size: 24px;
    font-family: 'mary_annextrabold' !important;
    line-height: 40px;
    color: #e55000;
}

.selected-price-amount span {
    font-size: 48px;
}


.mobile-summary {
    display: none;
}

.mobile-continue {
    display: none;
}



.checkbox-payment {
    opacity: 0 !important;
    position: absolute !important;
    overflow: hidden !important;
}

.checkbox-payment-label {
    float: left;
    cursor: pointer !important;
    background: #fff;
    border: 1px solid #d7d7d7;
    height: 30px;
    width: 30px;
}

.checkbox-payment-label span {
    color: #404040 !important;
    margin-top: 0 !important;
    font-family: 'Mary_annextrabold';
}

.checkbox-payment+.checkbox-payment-label:before {
    cursor: pointer !important;
    background: #fff;
    border: 2px solid #d7d7d7 !important;
    height: 30px !important;
    width: 30px !important;
}

.checkbox-payment:checked+.checkbox-payment-label:before {
    outline: none;
    background-color: #f06c00 !important;
    border-color: #f06c00 !important;
    background-image: url('../images/tick-white.svg') !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer !important;
}

.payment-content {
    width: 92% !important;
    float: right !important;
    text-align: left !important;
    cursor: pointer !important;
}

input[type=checkbox]:checked+label:focus {
    border-color: #f06c00 !important;
    box-shadow: inset 0 0 0 0.125rem #f06c00, 0 0 0 0.188rem rgba(240, 108, 0, .5) !important;
}


input[type=checkbox]:checked+label {
    outline: none;
    background-color: #f06c00;
    border-color: #f06c00;
    background-image: url('../images/tick-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer !important;
}





/*
    box-shadow:0 0 0 3px rgba(0,169,207,.5)
*/





/*   TYPE   */

h1 {
    font-family: 'mary_annextrabold' !important;
    font-size: 50px;
    line-height: 62px;
    color: #404040;
    margin: 0 0 5px 0;
}

.content-headings {
    font-family: 'mary_annextrabold' !important;
    font-size: 18px;
    color: #f06c00;
}

.content-headings span {
    color: #8E8E8E;
    font-family: 'mary_annregular';
}

.select-heading {
    font-family: 'Mary_annextrabold';
    margin-bottom: 1rem;
    color: #f06c00;
    font-size: 20px;
    padding: 0;
}

.call-us {
    font-size: 20px;
    padding-bottom: 20px;
}

.bold {
    font-family: 'mary_annbold' !important;
    margin: 0;
}

.boldsegoe {
    font-family: 'Segoe UI Bold';
    margin: 0;
}

.cover-starting {
    font-family: 'mary_annextrabold';
    font-size: 30px;
    line-height: 48px;
    color: #404040;
    margin: 0 0 20px 0;
}

.cover-starting span {
    font-size: 48px;
}

.policy-number {
    font-family: 'Mary_annextrabold';
    color: #f06c00;
    font-size: 24px;
    margin: -10px 0 1.5rem 0;
    padding: 0;
}

.no-text-decoration {
    text-decoration: none !important;
}

.totalprice {
    font-size: 30px;
    font-family: 'Mary_annextrabold';
    line-height: 36px;
    color: #ef6600;
}

.totalprice span {
    font-size: 36px;
}

.summary-items span {
    font-family: 'Mary_annextrabold';
}

.optional-titles {
    font-family: 'Mary_annextrabold';
    color: #404040;
}

.upgrade-intro {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Mary_annextrabold';
}

.upgrade-price {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Mary_annextrabold';
    color: #ef6600;
}

.remove-extra {
    font-size: 30px;
    font-family: 'Mary_annextrabold';
    text-decoration: none !important;
}

.medical-traveller {
    font-family: 'mary_annextrabold' !important;
    font-size: 18px;
    color: #404040;
}

.no-padding {
    padding: 0 !important;
}

.new-window {
    width: 14px;
    height: 14px;
    text-decoration: none !important;
    margin: -6px 0 0 5px;
}


/*   FOOTER   */

footer {
    width: 100%;
    margin: 0 auto;
    padding: 24px 24px 50px 24px;
    color: #fff;
    background-color: #404040;
}

footer a:link,
footer a:visited {
    color: #fff !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


.footer__links ul {
    padding: 0;
}

.footer__links ul li a {
    font-family: 'Mary_annextrabold';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.footer__links ul li a:hover {
    text-decoration: underline;
}

.footer__links ul li.first {
    border-left: none;
    padding-left: 0;
}

.footer__links ul li {
    display: inline;
    border-left: 1px solid #fff;
    padding: 0 20px;
}

/*   ANCHOR STYLING   */


.ctaBtn,
.ctaBtn a:link,
.ctaBtn a:visited {
    float: right;
    min-width: 12.5rem;
    height: 3rem;
    background-color: #f06c00;
    font-size: 1.125rem !important;
    font-family: 'mary_annextrabold';
    text-align: center;
    border-radius: 0.188rem;
    border: 0.063rem solid #f06c00;
    font-size: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
    color: #FFF;
    padding: 0 1rem;
    vertical-align: auto;
}


.ctaBtn:hover {
    background: #e55000;
    border: 0.063rem solid #e55000;
}

.ctaBtn:focus {
    border-color: #e55000;
    box-shadow: inset 0 0 0 0.125rem #e55000, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}

.back-button {
    font-family: 'Mary_annbold';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.125rem;
    color: #404040;
    text-decoration: none;
    border: none;
    background: none;
    position: relative;
    text-align: left;
}

.back-button:hover {
    cursor: pointer;
    text-decoration: underline;
    background: #e9e9e9;
}

.back-chevron {
    transform: rotate(-90deg);
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.375rem;
    margin-right: 0.125rem;
}

.annualUpsellBtn,
.annualUpsellBtn a:link,
.annualUpsellBtn a:visited {
    float: right;
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 0.188rem;
    border: 0.125rem solid #e55000;
    font-size: 1.125rem !important;
    font-family: 'mary_annextrabold';
    cursor: pointer;
    vertical-align: middle;
    color: #e55000;
    margin: 1rem 0 0 0;
    padding: 8px 15px;
}

.annualUpsellBtn:hover {
    background: #fdf1eb;
    border: 0.125rem solid #e55000;
}

.addressBtn,
.addressBtn a:link,
.addressBtn a:visited {
    width: 240px;
    background: #fff;
    text-align: center;
    border-radius: 0.188rem;
    border: 0.125rem solid #e55000;
    font-size: 1.125rem !important;
    font-family: 'mary_annextrabold';
    cursor: pointer;
    vertical-align: middle;
    color: #e55000;
    margin: 10px 0 8px 0;
    padding: 12px 15px;
}

.addressBtn:hover {
    background: #fdf1eb;
    border: 0.125rem solid #e55000;
}

.upgradeBtn,
.upgradeBtn a:link,
.annuaupgradeBtnlUpsellBtn a:visited {
    background: #e55000;
    text-align: center;
    border-radius: 0.188rem;
    border: 0.125rem solid #e55000;
    font-size: 1.125rem !important;
    font-family: 'mary_annextrabold';
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    margin: 1rem 0 0 0;
    padding: 8px 15px;
}

.upgradeBtn:hover {
    background: #c75601;
    border: 0.125rem solid #c75601;
}

.upgradeBtn span {
    font-size: 16px;
    font-family: 'Mary_annmedium' !important;
}

.disabled,
.disabled:hover {
    background: #fff;
    color: #8e8e8e;
    cursor: pointer;
    border-color: #8e8e8e;
    opacity: .35;
}




.medsBtn,
.medsBtn a:link,
.medsBtn a:visited {
    min-width: 12.5rem;
    height: 3rem;
    background-color: #e55000;
    font-size: 1.125rem !important;
    font-family: 'mary_annextrabold';
    text-align: center;
    border-radius: 0.188rem;
    border: 0.063rem solid #e55000;
    font-size: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
    color: #FFF;
    padding: 0 1rem;
    vertical-align: auto;
}


.medsBtn:hover {
    background: #c75601;
    border: 0.063rem solid #c75601;
}

.medsBtn:focus {
    border-color: #c75601;
    box-shadow: inset 0 0 0 0.125rem #c75601, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}


a img {
    text-decoration: none;
    border: 0;
}

a:link {
    color: #404040;
    text-decoration: underline;
}

a:visited {
    color: #404040;
    text-decoration: underline;
}

a:hover {
    color: #0C0C0C;
    text-decoration: underline;
}


/* PORTAL */

.header-landing {
    height: 4.688rem;
    background: #fff;
    padding: 0.938rem 0 0 0;
}

.customer-landing {
    padding: 0 0 1.5rem 0;
}

.portal-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 1300px;
}

.nav-tabs {
    border: 1px solid #ddd;
    padding: 16px 16px 0 16px;
    font-family: 'mary_annextrabold';
    font-size: 18px;
    text-decoration: none !important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    text-decoration: none !important;
}

.nav-tabs .nav-link:hover {
    background-color: #f6f6f6 !important;
    border-bottom: 4px solid #f6f6f6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 4px solid #ed6601;
    color: #ed6601;
    text-decoration: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.hover {
    color: #495057;
    background-color: #f6f6f6 !important;
    border-bottom: 4px solid #ed6601;
    text-decoration: none !important;
}

.tab-content {
    padding: 16px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-link {
    border: none;
    padding: 16px 16px 24px 16px;
    text-decoration: none !important;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.portal-cta {
    width: 100%;
}

.select-width {
    width: 50% !important;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch {
    display: inline-block;
    font-size: 20px;
    height: 1.5em;
    width: 2.5em;
    background: #ed6601;
    border-radius: 1em;
    text-align: center;
    padding: 4px;
}

.switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #FFF;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.switch input:checked+div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.portal-logo {
    padding-bottom: 50px;
}

.portal-border-area {
    border: 1px solid #ddd;
    padding: 16px;
}

.portal-links {
    background: #fff;
    padding: 24px;
}

.portal-area {
    background: #f6f6f6;
}

.portal-content {
    padding: 24px;
}

.portal-welcome {
    font-size: 40px;
    font-family: 'mary_annextrabold';
    line-height: 50px;
} 

.portal-policies {
    font-size: 32px;
    line-height: 32px; 
    font-family: 'mary_annextrabold';
}


.ctaBtn-policyAdd,
.ctaBtn-policyAdd a:link,
.ctaBtn-policyAdd a:visited {
    min-width: 12.5rem;
    height: 3rem;
    background-color: #e55000;
    font-size: 1.125rem !important;
    font-family: 'mary_annextrabold';
    text-align: center;
    border-radius: 0.188rem;
    border: 0.063rem solid #e55000;
    font-size: 1.5rem;
    cursor: pointer;
    vertical-align: middle;
    color: #FFF;
    padding: 0 1rem;
    vertical-align: auto;
}


.ctaBtn-policyAdd:hover {
    background: #c75601;
    border: 0.063rem solid #c75601;
}

.ctaBtn-policyAdd:focus {
    border-color: #c75601;
    box-shadow: inset 0 0 0 0.125rem #c75601, 0 0 0 0.188rem rgba(240, 108, 0, .5);
    outline: 0;
}

.sidebarmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebarmenu ul li {
    margin: 0;
    padding: 0;
}

.sidebarmenu ul li img {
    margin-right: 16px;
    vertical-align: top!important;
}

.sidebarmenu ul li a {
    font-family: 'mary_annregular';
    font-size: 18px;
    display: block;
    padding: 12px 0;
    text-decoration: none;
}

.sidebarmenu ul li a.selected{
    font-family: 'mary_annextrabold';
    }


    .navigation {
        display: none;
    }

    .policy-faq {
        float: right;
    }

    
.portal-image-mobile {
    display: none;
}

.logout {
    float: right;
    display: none;
}

/*   MEDIA QUERIES   */

@media (max-width: 36rem)

/* 576 */
    {
    .field75 {
        width: 70px !important;
    }

    .progressbar-content {
        display: none;
    }

    .ctaBtn,
    .ctaBtn a:link,
    .ctaBtn a:visited,
    .addressBtn,
    .addressBtn a:link,
    .addressBtn a:visited,
    .ctaBtn-policyAdd,
    .ctaBtn-policyAdd a:link,
    .ctaBtn-policyAdd a:visited,
    .policy-faq {
        width: 100%;
    }

    .back-button {
        margin-bottom: 1rem !important;
    }

    .textfield,
    select,
    .select-width {
        width: 100% !important;
    }

    .double-dates,
    .amt-dates {
        width: 100%;
        text-align: center;
    }

    .dob-field input[type='date'],
    .multidob-field input[type='date'],
    .calendar-field input[type='date'],
    .multidob-field input[type='date'] {
        width: 100%;
    }

    .mob-bottom15 {
        margin-bottom: 0.938rem;
    }

    .nectar-banner {
        padding: 24px 24px 24px 160px;
    }

    .defaqto-payment {
        width: 100px;
    }

    .desktop-summary {
        display: none;
    }

    .mobile-summary {
        display: block;
    }

    .tiles input[type=checkbox]+.optional-select {
        width: auto;
        height: auto;
    }

    .mobile-continue {
        width: 100%;
        display: block;
    }

    .payment-content {
        width: 80% !important;
    }

    h1, .portal-welcome {
        font-size: 30px;
        line-height: 40px;
    }

    .product-name {
        font-family: 'mary_annextrabold' !important;
        font-size: 16px !important;
        line-height: 24px;
        margin: 0 0 0.7rem 0;
    }

    .product-price {
        font-family: 'mary_annextrabold' !important;
        font-size: 18px !important;
        margin: 0 0 0.7rem 0;
    }

    .product-selectbtn {
        width: 90%;
        font-size: 0.875rem;
    }

    .cover-starting {
        line-height: 36px !important;
    }

    .product-info {
        line-height: 1.6rem !important;
    }
}

@media (max-width: 48rem)

/* 768 */
    {
    .upsell-banner {
        background: #fff url('../images/upgrade-mobile.png') no-repeat !important;
        background-position: bottom right !important;
        padding: 24px 100px 24px 24px;
    }

    .documents-cta {
        margin-bottom: 20px;
    }
    
    
    .accept-page {
        margin-right: 0!important;
    }.ctaCookies{
        margin-top: 10px!important;
        width: 100%!important;
      }
}

@media (max-width: 62rem)

/* 992 */
    {

    .ctaBtn,
    .ctaBtn a:link,
    .ctaBtn a:visited {
        margin-bottom: 1.5rem !important;
    }

    .portal-container { 
        max-width: 100%;
    }
    
    .sidebarmenu ul li {
        display: none;
    }

    .navigation {
        display: inline;
    }

.nav-item-20 {
    width: 25%;
    text-align: center;
    padding: 0.875rem 0;
    font-family: 'mary_annregular';
    word-wrap: break-word;
    font-size: 16px;
}

.nav-item-20 a:link {
    text-decoration: none!important;
}

.nav-item-20 img {
    margin-bottom: 4px;
}

.nav-item-20.active-item {
    font-family: 'mary_annextrabold';
    border-bottom: 4px solid #ed6601;
    padding: 10px 0 14px 0;
}
.portal-logo {
    padding-bottom: 30px!important;
    max-width: 150px!important;
}

.portal-links {
    padding: 24px 24px 0 24px;
}

.portal-image-desktop {
    display: none;
}

.portal-image-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logout {
    display: inline;
    text-decoration: none!important;
}

.logout a:link {
    text-decoration: none!important;
}

}

@media (max-width: 75rem)

/* 1200 */
    {}



    .card {
        border: 1px solid #f06c00;
        background: none;
        margin-bottom: 2rem !important;
        padding: 1rem !important;
    }
    
    .card-header .fa {
        transition: .3s transform ease-in-out;
    }
    
    .card-header .collapsed .fa {
        transform: rotate(180deg);
    }
    
    .if-collapsed,
    .if-not-collapsed {
        font-size: 1rem;
        margin-right: .125rem;
        text-align: right;
        float: right;
    }
    
    [data-toggle="collapse"].collapsed .if-not-collapsed {
        display: none;
    }
    
    [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
        display: none;
    }
    
    .card-header {
        top: 0;
        font-family: 'mary_annextrabold';
        font-size: 1.563rem;
        line-height: 35px;
        background: none;
        margin-bottom: 0;
        border-bottom: none;
        padding: 0;
        vertical-align: middle !important;
    }
    
    .card-header a {
        font-weight: lighter !important;
        text-decoration: none !important;
        color: #f06c00 !important;
    }
    
    .card-block {
        margin-top: 1rem;
    }
    
    .chevron-covid {
        float: right;
        color: #f06c00;
        margin-top: .5rem;
        font-size: 1rem;
    }
    
    .chevron-help {
        float: right;
        margin-top: .5rem;
        font-size: 1rem;
    }
    
    .card-body {
        padding: 1rem 0 0 0;
    }
    
    .exclaim-icon {
        float: left;
        font-size: 16px;
        margin: 0 20px 0 0;
    }
    
    .helpful {
        margin: -14px 14px 0 0;
    }
    
    #helpful-numbers {
        margin-bottom: 2rem;
    }
    
    #helpful-numbers tr:nth-child(odd) {
        background-color: #f6f6f6;
    }
    
    #helpful-numbers td {
        padding: 12px 12px 0 12px;
    }
    
    .table-left {
        border: 1px solid #d7d7d7;
    }
    
    .table-right {
        border: 1px solid #d7d7d7;
    }

    .accept-page {
        margin-right: 10px;
    }

    
  .ctaCookies,
  .ctaCookies a:link,
  .ctaCookies a:visited {
      float: right;
      min-width: 11rem;
      height: 3rem;
      background-color: #f06c00!important;
      font-size: 1.125rem !important;
      font-family: 'mary_annextrabold';
      text-align: center;
      border-radius: 0.188rem;
      border: 0.063rem solid #f06c00;
      font-size: 1.5rem;
      cursor: pointer;
      vertical-align: middle;
      color: #FFF!important;
      padding: 0 1rem;
      vertical-align: auto;
      margin-bottom: 0.625rem!important
  }
  
  .ctaCookies:hover {
      background: #e55000!important;
      border: 0.063rem solid #e55000!important;
  }
  
  .ctaCookies:focus {
      border-color: #e55000!important;
      box-shadow: inset 0 0 0 0.125rem #c75601, 0 0 0 0.188rem rgba(240, 108, 0, .5)!important;
      outline: 0;
  }
  
  
  
  
  
  .ot-table-header {
    font-family: 'Mary_annmedium' !important;
}