/*
 * @desc this scss organises the files according to the ITCSS (Inverted Triangle CSS)
 * Architecture see README.md in this directory
 * @author Neil Symester neil.symester@towergate.co.uk
*/
/* @group settings */
/**
  * @desc settings include
  *   - global variables
  *   - colours
  * @author Neil Symester neil.symester@towergate.co.uk
  */
/* @group tools */
/**
  * @desc tools include
  *       - mixins
  * @author Neil Symester neil.symester@towergate.co.uk
  */
/* @group generic */
/**
  * @desc resets the browser using Normalisers or resets
  *       e.g. - box-sizing
  *            - normalize-scss/normalize.scss
  *            - generic.reset
  *            - generic.box-sizing
  *            - generic.shared
  *
  * @author Neil Symester neil.symester@towergate.co.uk
  */
.fas {
    font-family: "FontAwesome";
}

/* @group elements */
/**
  * @desc basic tag styles (HTML elements)
  *       e.g.: sub and sup should be the same everywhere
  * @author Neil Symester neil.symester@towergate.co.uk
  */
body {
    background-color: #f6f5fb;
    font-size: 16px;
    font-family: "Quicksand" !important;
}

@media (min-width: 768px) {
    body {
        background-color: #f6f5fb;
    }
}

.h2 {
    color: #003b5c;
    font-family: "Quicksand";
    font-size: 25px;
    font-weight: 400;
    line-height: 57px;
    margin-bottom: 5px;
}

section h2 {
    font-weight: 400;
    color: #003b5c;
    font-family: "Quicksand";
    font-size: 25px;
    line-height: calc(57px - 50%);
    margin-bottom: 10px;
}

a {
    color: #3d70b2;
    font-weight: normal;
    text-decoration: underline;
}

legend {
    display: none;
}

/* @group objects */
/**
  * @desc layout and positioning styles,
		  includes: 
		  - layout and positioning styles,
		  - contains business logic
		  
  * @author Neil Symester neil.symester@towergate.co.uk
  */
/* @group components */
/**
  * @desc UI components, building blocks that we use on the page, self contained
  *       e.g.: lists, media box,
		  contains business logic
		  - buttons
		  - site-nav
  * @author Neil Symester neil.symester@towergate.co.uk
  */
.logo {
    width: 150px;
}

.img-fluid {
    max-width: 80%;
    height: auto;
}

header {
    position: sticky; /* Allocates space for the element, but moves it with you when you scroll */
    top: 0;
    background: #fff;
    z-index: 5;
}

@media (min-width: 768px) {
    .logo {
        width: 100%;
    }
}

.feefo-rating > span {
    display: inline-block;
    position: relative;
    color: gold;
    font-size: calc(2.5rem - 50%);
    width: auto;
    height: auto;
    line-height: calc(2.5rem - 50%);
}

.feefo-rating__value {
    margin-left: 10px;
    line-height: calc(2.7rem - 50%);
    color: #152935;
    font-family: Helvetica;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline;
}

.feefo-rating__link {
    color: #152935 !important;
    font-family: Helvetica;
    font-size: 16px;
    line-height: calc(29px - 50%);
}

.feefo-rating + p {
    font-size: 0.9rem;
    font-weight: bold;
}

.progressbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Arial";
    padding-left: 0;
    list-style: none;
    margin: 0 -30px 1rem;
}

.progressbar__step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
}

    .progressbar__step span {
        font-family: "Quicksand";
        font-size: 15.66px;
        font-weight: 300;
        line-height: calc(30px - 50%);
        opacity: 0.5;
        color: #5a6872;
    }

    .progressbar__step:before {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: "FontAwesome";
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.4rem;
        background: white;
        color: #3d70b2;
        border: 2px solid #5a6872;
        border-radius: 50%;
    }

@media (min-width: 768px) {
    .progressbar__step:before {
        background-color: #f6f6f6;
    }
}

.progressbar__step:after {
    width: 100%;
    height: 3.38px;
    content: "";
    position: absolute;
    background-color: #8c9ba5;
    top: 14px;
    left: -50%;
    z-index: -1;
}

.progressbar__step:first-child:after {
    content: none;
}

.progressbar__step--active span {
    color: #3d70b2;
    opacity: 1;
    font-weight: 600;
}

.progressbar__step--active:before {
    content: "\f111";
    border: 2px solid #3d70b2;
    color: #3d70b2;
}

.progressbar__step--done span {
    color: #3d70b2;
    opacity: 1;
    font-weight: 600;
}

.progressbar__step--done:before {
    content: "\f00c";
    background-color: white;
    color: #3d70b2;
}

@media (min-width: 768px) {
    .progressbar__step--done:before {
        background-color: #f6f6f6;
    }
}

.business-offer {
    border-left: 5.15px solid #5aa700 !important;
    padding: 1rem 1rem 0rem 1rem;
}

.pet-information {
    width: 100%;
    border: 1px solid #506EAE !important;
}

.pet-information__body {
    color: #5a6872;
    font-family: "Quicksand";
    font-size: 13px;
    line-height: 20px;
}

.pet-information__item {
    font-family: inherit;
    font-weight: 100;
}

.pet-summary {
    padding: 2rem;
    margin-bottom: 1rem;
    border: 0;
}

@media (min-width: 768px) {
    .pet-summary {
        margin-bottom: 3rem;
    }
}

.pet-summary__header {
    color: #5a6872;
    font-weight: bold;
    font-size: 1.15rem;
    word-spacing: 3px;
}

.pet-summary__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
    margin-top: 7px;
}

.pet-summary__link {
    font-size: 0.7rem;
    color: #3d70b2;
    font-weight: 600;
}

.bg-header {
    background-color: transparent;
}

.bg-sub-header {
    background-color: transparent;
}

@media (min-width: 768px) {
    .bg-sub-header {
        background-color: transparent;
    }
}


.radio-button-box {
    max-width: 294px;
    width: 100%;
    height: 50px;
    padding-left: 0;
}

    .radio-button-box:last-child {
        margin-right: 0;
    }

.radio-button-box__input {
    display: none;
}

    .radio-button-box__input:checked + .radio-button-box__label {
        background-color: #506EAE;
        border-color: #506EAE;
    }

        .radio-button-box__input:checked + .radio-button-box__label span {
            color: white;
        }

.radio-button-box__label {
    height: 100%;
    width: 100%;
    border: 2px solid #506EAE;
    background-color: white;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    will-change: transition;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Quicksand";
    color: #3d70b2;
}

    .radio-button-box__label:active {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

.radio-button-box__label--single-line span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 2.9rem;
}

.radio-button-box__label--double-line span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1rem;
    padding-top: 0.2rem;
}

.radio-button-box__label--icon span {
    position: relative;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    left: 0%;
    right: 0%;
    font-size: 0.85em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    bottom: 32px;
    line-height: 36px;
    font-weight: 600;
}

    .radio-button-box__label--icon span:before {
        position: absolute;
        left: -60px;
        top: 3px;
        content: " ";
        background-repeat: no-repeat;
        display: inline-block;
        color: #3d70b2;
        background-size: 60% 60%;
        width: 60px;
        height: 50px;
    }

.radio-button-box__label--icon span {
    bottom: 22px;
    left: 30px;
}

.radio-button-box--icon {
    height: 55px;
}

#pet-type-dog:checked + .radio-button-box__label--icon .dog-icon {
    fill: #fff;
}

#pet-type-cat:checked + .radio-button-box__label--icon .cat-icon {
    fill: #fff;
}

label[for="pet-type-cat"],
label[for="pet-type-dog"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pet-image {
    width: 14%;
    height: auto;
}

.pet-weight {
    top: 32px;
    left: 21px;
    position: relative;
}

.btn-cta {
    color: white;
    background-color: #f4791d;
    border-color: #f4791d;
    right: -16px;
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    height: 60px;
    line-height: 2.4rem;
    text-decoration: none;
}

.border-primary {
    border-color: #506EAE !important;
}

.border-secondary {
    border-color: #F5851F !important;
}


.btn-primary--alt, .btn-primary--short {
    height: 50px;
    color: white;
    font-family: "Quicksand";
    font-size: inherit;
    font-weight: bold;
    line-height: calc(38px - 50%);
    text-align: center;
    background-color: #F5851F;
    border: 2px solid #F5851F;
    letter-spacing: 1px;
}

    .btn-primary--alt:hover, .btn-primary--alt:focus, .btn-primary--short:hover, .btn-primary--short:focus {
        color: #F5851F;
        background-color: white;
        border: 2px solid #F5851F;
    }

.btn-primary--short {
    width: 191px;
}

.btn-outline-primary--alt {
    height: 50px;
    color: #506EAE;
    font-family: "Quicksand";
    font-size: 15px;
    font-weight: 600;
    line-height: calc(38px - 50%);
    text-align: center;
    border: 2px solid #506EAE;
    background-color: rgba(255, 255, 255, 0);
}

    .btn-outline-primary--alt:hover, .btn-outline-primary--alt:focus {
        color: white;
        background-color: #506EAE;
        border-color: #506EAE;
    }

    .btn-outline-primary--alt:not(:disabled):not(.disabled).active, .btn-outline-primary--alt:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary--alt.dropdown-toggle {
        color: #3d70b2;
        background-color: transparent;
        border-color: #506EAE;
    }

.btn--block {
    width: 100%;
}

.btn-two-line {
    height: 90px;
}


.form__help {
    display: block;
    color: #3d70b2;
    font-weight: bold;
    font-size: 0.85rem;
    opacity: 0.7;
}

.form-check-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-card-check-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
}

.pill__condition {
    background-color: #3d70b2;
    color: white;
    border-radius: 20px;
    padding: 2px 10px;
    display: inline-block;
    margin-right: 10px;
}

    .pill__condition .close {
        cursor: pointer;
        color: white;
        text-decoration: none;
        padding-left: 5px;
        opacity: 1;
        font-size: 1rem;
        padding-top: 3px;
    }

.address__postcodes {
    width: 100%;
}

@media (min-width: 768px) {
    .address__postcodes {
        width: 400px;
    }
}

.address__postcodes a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfe3e6;
    cursor: pointer;
}

.address__link {
    color: #3d70b2;
    font-size: 16px;
    line-height: 16px;
}

.cover {
    display: inherit;
}

@media (min-width: 1200px) {
    .cover {
        display: block !important;
    }

    .container {
        max-width: 1320px;
    }
}

.aditional-cover {
    font-size: inherit;
}

@media (min-width: 768px) {
    .aditional-cover {
        font-size: 0.8rem;
    }
}

.cover-item {
    width: 100%;
}

.cover-item__header {
    font-size: 1.0rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 700;
    min-height: 55px;
    border-bottom: 1px solid #e4e1e1;
}

.cover-item__smlinfo {
    font-size: 0.7rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 700;
    min-height: 120px;
}


.cover-item__price {
    font-size: 0.6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

    .cover-item__price:after {
        content: "\276f";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        right: 10px;
        display: inline-block;
        top: -3px;
        font-weight: bold;
        font-size: 0.8rem;
        color: #8c9ba5;
    }

.cover-item--lifetime {
    border-top: 4px solid #A850F4;
}

.cover-item--maximum {
    border-top: 4px solid #7ed321;
}

.cover-item--accident {
    border-top: 4px solid #d0021b;
}

.cover-info {
    background-color: white;
    -webkit-box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .cover-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .cover-info:not(.show) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cover-info__prologue {
    color: #152935;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 36px;
}

    .cover-info__prologue span {
        font-weight: 600;
    }

.cover-info__header {
    line-height: 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #000000;
}

.cover-info--lifetime {
    border-top: 4px solid #A850F4;
}

.cover-info--maximum {
    border-top: 4px solid #7ed321;
}

.cover-info--accident {
    border-top: 4px solid #d0021b;
}

.cover-info__price {
    color: #152935;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 36px;
}

    .cover-info__price span {
        font-weight: 600;
    }

.cover-info__benefits--included, .cover-info__benefits--excluded {
    list-style-type: none;
}

    .cover-info__benefits--included li, .cover-info__benefits--excluded li {
        position: relative;
    }

        .cover-info__benefits--included li:before, .cover-info__benefits--excluded li:before {
            font-family: "FontAwesome";
            color: #3d70b2;
            background-color: white;
            position: absolute;
            left: -20px;
            top: 0;
        }



.cover-info__benefits--included {
    padding-left: 1.25rem;
    width: 100%;
}

    .cover-info__benefits--included li:before {
        content: "\f00c";
    }

.cover-info__benefits--excluded li:before {
    content: "\f00d";
}

.cover-info__benefits--excluded {
    padding-left: 1.25rem;
    width: 100%;
}

.listitem li:before {
    padding-top: 1.25rem;
}

.cover-box {
    border: solid 2px;
    min-height: 91px;
}

.accident-box-color {
    border: 2px solid #d0021b;
}

.lifetime-box-color {
    border: 2px solid #A850F4;
}

.maximum-box-color {
    border: 2px solid #7ed321;
}

.cover-level {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.cover-level__item {
    border-bottom: 2px solid #dfe3e6;
    position: relative;
}

    .cover-level__item:last-child {
        border-bottom: 0;
    }

.cover-level__info {
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: #3d70b2;
    border-radius: 50%;
    font-family: sans;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 8px;
    cursor: pointer;
    color: white !important;
    border: 0;
}

.cover-level__body {
    padding: 10px 80px;
}

.cover-level__h6 {
    color: #5a6872;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
}

.tab-pane .btn--block {
    margin: 20px 0;
}

.bg-light-grayish-blue {
    background-color: #f0f3f6;
}

.select--alt {
    position: relative;
}

    .select--alt select {
        display: none;
        /* hide original SELECT element: */
    }

    .select--alt .select-selected {
        background-color: rgba(61, 112, 178, 0.1);
    }

        .select--alt .select-selected:after {
            position: absolute;
            content: "";
            top: 20px;
            right: 10px;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-color: #3d70b2 transparent transparent transparent;
        }

        .select--alt .select-selected.select-arrow-active:after {
            border-color: transparent transparent #3d70b2 transparent;
            top: 12px;
        }

    .select--alt .select-items div,
    .select--alt .select-selected {
        color: #152935;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
    }

    .select--alt .select-items {
        position: absolute;
        background-color: #ebf0f7;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .select--alt .select-hide {
        display: none;
    }

    .select--alt .select-items div:hover,
    .select--alt .same-as-selected {
        background-color: #ebf0f7;
    }

.nav-underlines .nav-link.active,
.nav-underlines .show > .nav-link {
    padding-bottom: 10px;
    color: white;
    border: 2px solid #3d70b2;
    background-color: #3d70b2;
}

.nav-underlines .nav-link {
    text-decoration: none;
    color: #152935;
    font-size: 1rem;
    font-weight: 600;
    line-height: 38px;
}

.nav-tabs .nav-link {
    text-decoration: none;
}

    .nav-tabs .nav-link.active {
        background-color: #3d70b2;
        color: white;
    }

.policy-summary {
    border: 1px solid rgba(0, 0, 0, 0.725);
}

.policy-summary__complete-icon {
    text-align: right;
    padding: 0;
    margin: 0;
}

    .policy-summary__complete-icon span {
        border: 1px solid #4173b4;
        border-radius: 50%;
        color: #4173b4;
        background-color: white;
        font-size: 0.5rem;
        width: 0.9rem;
        height: 0.9rem;
        display: inline-block;
        text-align: center;
    }

        .policy-summary__complete-icon span i {
            position: relative;
            left: -1px;
            top: 0px;
        }

.policy-summary__price {
    color: #5a6872;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
    margin-bottom: 0;
}

    .policy-summary__price small {
        font-size: 0.8rem;
    }

.ipt-title {
    color: #3d70b2;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2rem;
    text-align: right;
    margin-bottom: 0;
}

.policy-summary__ipt {
    color: #5a6872;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0rem;
    text-align: right;
    margin-bottom: 0;
}

    .policy-summary__ipt small {
        font-size: 0.8rem;
    }

.policy-summary__offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .policy-summary__offer h5 {
        color: #5a6872;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

.policy-summary .card:first-child {
    padding-top: 0;
    padding-bottom: 15px;
}

.policy-summary .card:last-child {
    background-color: #f0f3f6;
    padding: 10px 10px 20px 2rem;
    border-bottom: 0;
}

    .policy-summary .card:last-child a {
        font-size: 0.7rem;
        color: #3d70b2;
        font-weight: 600;
    }

.policy-summary-col-pad {
    padding-left: 5%;
    padding-right: 5%;
}

.border-right-grey {
    border-right: 1px solid #cccccc;
}

.blue-text-sml {
    color: #3d70b2;
    font-size: small;
    font-weight: 700;
}

.blue-text-med {
    color: #3d70b2;
    font-weight: 700;
}

.blue-text-lg {
    color: #3d70b2;
    font-size: large;
    font-weight: 700;
}

.blue-text {
    color: #3d70b2;
}

.total-title {
    color: #3d70b2;
    font-size: large;
    font-weight: 700;
}

.policy-title {
    color: #3d70b2;
    font-size: x-large;
    font-weight: 700;
}

.policy-subtitle {
    font-size: large;
    font-weight: 700;
}

.policy-details-box {
    min-height: 275px;
}

.Extra-bg {
    background-color: rgb(168, 80, 244);
    color: #FFFFFF;
}

.Premier-bg {
    background-color: rgb(99, 7, 178);
    color: #FFFFFF;
}

.Select-bg {
    background-color: rgb(168, 80, 244);
    color: #FFFFFF;
}

.SelectPlus-bg {
    background-color: rgb(99, 7, 178);
    color: #FFFFFF;
}

.Accident-bg {
    background-color: #d0021b;
    color: #FFFFFF;
}

.Bronze-bg {
    background-color: #7ed321;
    color: #FFFFFF;
}

.Silver-bg {
    background-color: #7ed321;
    color: #FFFFFF;
}

.Gold-bg {
    background-color: #7ed321;
    color: #FFFFFF;
}


.extra-brd-color-sml {
    border-bottom: 2px solid rgb(168, 80, 244);
}

.premier-brd-color-sml {
    border-bottom: 2px solid rgb(99, 7, 178);
}

.bronze-brd-color-sml {
    border-bottom: 2px solid #7ed321;
}

.silver-brd-color-sml {
    border-bottom: 2px solid #7ed321;
}

.gold-brd-color-sml {
    border-bottom: 2px solid #7ed321;
}

.lifetime-brd-color {
    border-bottom: 4px solid #f5a623;
}

.maximum-brd-color {
    border-bottom: 4px solid #7ed321;
}

.accident-brd-color {
    border-bottom: 4px solid #d0021b;
}

.lifetime-brd-color-sml {
    border-bottom: 2px solid #f5a623;
}

.maximum-brd-color-sml {
    border-bottom: 2px solid #7ed321;
}

.accident-brd-color-sml {
    border-bottom: 2px solid #d0021b;
}


.policy-summary__header {
    border-bottom: 2.2px solid #f0f3f6;
    padding: 0 30px;
    margin: 0 -15px 20px;
}


    .policy-summary__header h2,
    .policy-summary__header p {
        color: #5a6872;
        font-family: "Quicksand";
        font-size: 20px;
        font-weight: 100;
        line-height: 39px;
        margin-bottom: 5px;
    }

    .policy-summary__header small {
        font-size: 0.8rem;
    }

.confirmation-sent {
    color: #5a6872;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
}

.padlock {
    position: relative;
    top: -37px;
    right: -7px;
    width: 20px;
}

.cost-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cost-group__header {
    font-size: 1.25rem;
}

.cost-group__header--total {
    font-weight: 600;
}

.cost-group__cost {
    text-align: right;
    font-weight: 600;
    margin-bottom: 0;
}

.cost-group p,
.cost-group small {
    text-align: right;
}

.cost-group__period {
    font-weight: 300;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 0px;
}

    .cost-group__period:nth-child(2) {
        margin-bottom: 10px;
    }

.cost-group__total-item {
    text-align: right;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.3rem;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        /* When the checkbox is checked, add a blue background */
    }

        .custom-checkbox input:checked ~ .checkmark {
            /* Show the checkmark when checked */
        }

            .custom-checkbox input:checked ~ .checkmark:after {
                display: block;
                left: 0px;
                top: -3px;
            }

    .custom-checkbox .checkmark {
        position: absolute;
        top: 5px;
        left: 0;
        height: 22px;
        width: 22px;
        border: 2px solid #8c9ba5;
        background-color: white;
        color: #3d70b2;
        /* Create the checkmark/indicator (hidden when not checked) */
    }

        .custom-checkbox .checkmark:after {
            position: absolute;
            display: none;
            /* Style the checkmark/indicator */
            content: "\f00c";
            font-size: 1rem;
            font-family: "FontAwesome";
            font-weight: 100;
        }

    .custom-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

.icon-radio {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
    /* Create a custom radio button */
    /* Hide the browser's default radio button */
    /* On mouse-over, add a grey background color */
}

    .icon-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        border: 2px solid #8c9ba5;
        background-color: white;
        /* Create the indicator (the dot/circle - hidden when not checked) */
    }

        .icon-radio .checkmark:after {
            position: absolute;
            display: none;
            /* Style the indicator (dot/circle) */
            content: "\f111";
            font-size: 1rem;
            font-family: "FontAwesome";
            font-weight: 100;
        }

    .icon-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        /* When the radio button is checked, add a blue background */
    }

        .icon-radio input:checked ~ .checkmark {
            /* Show the indicator (dot/circle) when checked */
        }

            .icon-radio input:checked ~ .checkmark:after {
                display: block;
                left: 2px;
                top: -3px;
                color: #3d70b2;
            }

    .icon-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .icon-radio .checkmark--size {
        top: unset;
        bottom: -23px;
        left: -10px;
        color: #3d70b2;
    }

.pet-size .form-check-flex .form-check-label {
    padding-left: 0;
}

.content-frame {
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1rem;
}

.content-frame-summary {
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .content-frame {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        padding: 1rem 2rem 1rem;
    }

    .content-frame-summary {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .summary-inner {
        padding: 1rem 2rem 0rem;
    }

    .summary-inner-sml {
        padding: 0rem 2rem 0rem;
        font-size: small;
    }

    .cover-summary {
        padding: 0rem 2rem 0rem;
    }
}

.customer-service {
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .customer-service {
        margin-top: 0;
    }
}

.customer-postcode-result hr {
    width: 100%;
}

@media (min-width: 768px) {
    .customer-postcode-result hr {
        width: 400px;
        margin-left: 0;
    }
}

.custom-radio .custom-control-label {
    position: relative;
    margin-bottom: 0;
    padding-left: 1.25rem;
}

    .custom-radio .custom-control-label:after {
        position: absolute;
        top: -0.25rem;
        left: -2rem;
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        opacity: 1 !important;
    }

    .custom-radio .custom-control-label:before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: white;
        border: 2px solid #8c9ba5;
    }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.was-validated .custom-radio .custom-control-input:invalid ~ .custom-control-label {
    border: 2px solid white;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233d70b2'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: white;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #3d70b2;
    background-color: white;
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: white;
}

/* @group overrides */
/**
  * @desc override existing selectors, though try and generalise so as to extract
  *       the specific override and add it to either components or objects or somewhere,
  *       includes quick fixes, hot fixes
  *       - clearfix
  *       - utilities
  *       - ie8
  * @author Neil Symester neil.symester@towergate.co.uk
  */
.navbar-bright .navbar-nav .nav-link {
    color: rgb(51,51,51);
    text-decoration: none;
}

.nav-link {
    color: black;
    text-decoration: none;
}

input.form-control,
select.form-control {
    background-color: rgba(61, 112, 178, 0.1);
    color: #5a6872;
    font-family: "Quicksand";
    font-size: 20px;
    line-height: 29.5px;
    border-color: rgba(61, 112, 178, 0.1);
}

    input.form-control:focus,
    select.form-control:focus {
        background-color: rgba(61, 112, 178, 0.1);
        border-color: rgba(61, 112, 178, 0.1);
    }

.form-select {
    background-color: rgba(61, 112, 178, 0.1) !important;
    color: #5a6872;
}

input[type="text"].form-control {
    height: 46px;
}

input[type="date"].form-control {
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    padding-right: 0;
}

input[type="number"].form-control {
    height: 46px;
}

input[type="radio"] + label {
    font-weight: 300;
    font-size: 1rem;
}

select.form-control {
    font-size: 0.9rem;
    height: 46px;
    position: relative;
}

.form__input--short {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 40% !important;
    flex: 0 1 40% !important;
}

.form-control::placeholder {
    color: #ccc;
}

@media (min-width: 576px) {
    .form__input--short {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 150px !important;
        flex: 0 1 150px !important;
    }
}

.form-control--cvv {
    width: 20%;
}

.form-control--alt {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 45% !important;
    flex: 0 1 45% !important;
    margin-right: 1rem;
}

@media (min-width: 576px) {
    .form-control--alt {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 191px !important;
        flex: 0 1 191px !important;
    }
}

.input-group-append--date,
.input-group-prepend--date {
    margin-right: 0;
    border: 0;
    height: 46px;
}

    .input-group-append--date .input-group-text,
    .input-group-prepend--date .input-group-text {
        background-color: rgba(61, 112, 178, 0.1);
        border-top: 1px solid rgba(61, 112, 178, 0.1);
        border: 0;
        height: auto;
    }

.input-group-prepend--currency {
    margin-right: 0;
    border: 0;
}

    .input-group-prepend--currency .input-group-text {
        background-color: rgba(61, 112, 178, 0.1);
        border: 0;
        height: 46px;
    }

label.form-control-label {
    height: calc(36px - 50%);
    color: #152935;
    font-family: "Quicksand";
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5rem;
}

.custom-radio--image {
    padding-left: 0;
}

    .custom-radio--image .custom-radio-input--image {
        bottom: -10px;
        left: 20px;
    }

    .custom-radio--image .custom-control-label:before {
        top: unset;
        left: 0.5rem;
        bottom: -1rem;
    }

    .custom-radio--image .custom-control-label:after {
        top: unset;
        left: 0;
        bottom: -1.5rem;
    }

.form-group--alt {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .form-group--alt {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }
}

.form-group--sortcode,
.form-group--account-number {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

    .form-group--sortcode input,
    .form-group--account-number input {
        width: 50px;
        margin-right: 10px;
    }

    .form-group--account-number input {
        width: 100%;
    }

.custom-control-label:before {
    display: none;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label {
    border: 2px solid #dc3545;
}

.cover-info-modal__modal-header {
    border-bottom: 0;
    padding-top: 0;
}

.cover-info-modal__modal-title {
    font-size: 1.7rem;
}

.cover-info-modal .modal-body p {
    color: #152935;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
}

.cover-info-modal .modal-body small {
    font-size: 1rem;
    position: relative;
    top: -4px;
}

.w-70 {
    width: 70% !important;
}

.btn--outline {
    background-color: rgba(255, 255, 255, 0);
    border-color: #3d70b2;
    color: #3d70b2;
    font-size: 15px;
    font-weight: 600;
}

.list-group--content .list-group-item {
    text-decoration: none;
}

.img__calendar {
    height: 20px;
}

.custom-control-label:after {
    opacity: 0;
}

.container--md {
    max-width: 925px;
}

.container--lg {
    width: 1124px;
}

.navbar-brand {
    z-index: 1;
}

.call-text {
    display: inline-block;
    font-size: 22px;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: 700;
}

@media (min-width: 768px) {
    .call-text {
        font-size: 1.0rem;
    }
}

.bg-sub-header .navbar-nav .nav-item {
    text-transform: lowercase;
}

@media (min-width: 768px) {
    .bg-sub-header .navbar-nav .nav-item {
        text-transform: uppercase;
        padding: 16px 1rem;
    }
}

.phone-number {
    font-size: 22px;
    padding-right: 0;
    padding-left: 0;
    font-weight: 700;
    color: rgb(51,51,51);
}

@media (min-width: 768px) {
    .phone-number {
        font-size: 1.5rem;
    }
}

.login {
    margin-top: 0.2rem;
    margin-right: -15px;
}

    .login label.form-control-label {
        margin-right: 0px;
        background-color: #f4791d;
        padding: 0 5px;
        height: 25px;
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    .login input.form-control-input {
        height: 25px;
        font-size: 0.8rem;
        border-radius: 0;
        width: 140px;
        border: 0;
        padding: 0 5px;
        color: black;
    }

    .login form input:nth-child(2) {
        margin-right: 2px;
    }

    .login .btn {
        height: 25px;
        padding: 0 0.3rem;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 5px;
        border: 0;
        border-radius: 0;
        background-color: #f4791d;
        color: white;
        text-transform: uppercase;
    }

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 0.5rem 0 0;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dropdown-item {
    text-decoration: none;
    border-bottom: 1px solid #b9d6dc;
    background-color: #fff;
}

    .dropdown-item:hover {
        background-color: #1e8cbe;
        color: #fff;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-check-inline input[name="card-type"] {
    position: static;
    margin-right: 0;
    width: 0px;
}

.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
    display: inline-block;
    width: 49px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    background: url(/Content/Images/credit_cards.png) 0 0 no-repeat;
    background-size: cover;
}

.card_mastercard {
    background-position: -46px 0;
}

.card_amex {
    background-position: -98px 0;
}

.card_discover {
    background-position: -165px 0;
}

.card_diners {
    background-position: -220px 0;
}

.card_jcb {
    background-position: -660px 0;
}

.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
    opacity: .2;
}

    .is_visa li.card_visa,
    .is_mastercard li.card_mastercard,
    .is_amex li.card_amex,
    .is_discover li.card_discover,
    .is_diners li.card_diners,
    .is_jcb li.card_jcb {
        opacity: 1;
    }


input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.border-accent {
    border-color: #3d70b2 !important;
    border-width: thin;
}

.premium-banner {
    color: #3d70b2;
    padding: 1.5rem;
    margin-right: -15px;
    margin-left: -15px;
}

/*new staff*/

.whiteBox {
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.15);
    border-bottom: 1px solid rgb(216, 215, 215);
    border-radius: 0px 0px 8px 8px;
    moz-border-radius: 0px 0px 8px 8px;
}


h1 {
    font-size: 20px;
    font-weight: 600;
}

h1 {
    display: block;
    font-size: 2em;
    color: #069;
    font-weight: bold;
}

a, a:visited, h1, h3 {
    color: #069;
}

h1, h2 {
    font-family: "Varela Round", "Helvetica Rounded", Arial, sans-serif;
}

body, h1 {
    margin: 0;
    padding: 0;
}

h2, h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

a:hover, h2 {
    color: #F5851F;
}

.text_style_1 {
    color: #FFF;
    font-size: 14px
}

.text_style_2 {
    color: #333;
    font-size: 10px
}

.text_style_3 {
    color: #666;
    font-size: 16px
}

/*footer*/

footer {
    margin-top: 20px;
    padding-top: 64px;
    color: #666;
    background: rgb(217,217,217);
    border-top: 1px solid #fff;
}



.span12, .span3 {
    margin-top: 0px;
    padding-top: 0px;
}


.nav-link {
    color: #677788;
}

footer a {
    color: #1C81B7;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0px;
    font-size: 16px;
}

footer li a {
    color: #677788;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0px;
    font-size: 14px;
}

footer h5 {
    margin: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #1E2022;
}

footer p {
    font-size: 16px;
    text-decoration: none;
    padding: 8px 16px;
}

.footerLogo {
    margin: 10px 0px 20px 0px;
}

footer li a:hover {
    color: #F5842a;
    text-decoration: none;
}

footer li a:visited {
    color: #677788;
    text-decoration: none;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

.social-buttons {
    margin: 16px;
}

.btn-instagram {
    color: #000;
    background-color: #fff;
}

.btn-twitter {
    color: #000;
    background-color: #fff;
}

.btn-facebook {
    color: #000;
    background-color: #fff;
}


/*footer li {
	list-style-type: none;
	padding-left: 0px;
	line-height: 24px;
}

footer ul {
    margin: 10px 0px 40px 0px;
    padding-inline-start: 0px;
}

	footer ul.inline li {
		margin: 0;
		padding: 0;
	}

footer ul.inline li {
    display: inline-block;
}*/
/* responsive footer fix  */
@media (max-width: 767px) {
    body {
        padding-right: 0px;
        padding-left: 0px;
    }

    footer, .wrapper, .mainNav {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*
.container {
	max-width: 940px;
	margin-bottom: 10px;
}
    */
/*Home banner*/
.box-banner {
    padding: 0 18px;
    position: absolute;
    top: 30%;
    right: 0
}

#cf,
.homehero {
    position: relative
}

.box-banner > div > h1 {
    font-size: 35px
}


#cf {
    margin: 0 auto
}

@media (max-width:575.98px) {

    .herowhite {
        color: white;
        margin-bottom: .1rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.0;
        text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    .heroorange {
        color: #F5851F;
        font-weight: 700;
    }

    .homehero {
        min-height: 210px;
        padding: 0
    }

    .box {
        max-height: 300px;
    }
}

@media (min-width: 768px) {
    #cf img {
        width: 100%;
    }

    .herowhite {
        color: white;
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 800;
        line-height: 1.0;
        text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    #heroorange {
        color: #F5851F;
        font-weight: 800;
    }

    .homehero {
        min-height: 190px;
    }

    .box {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin-bottom: .6rem;
        max-height: 400px;
    }
}

@media (min-width:992px) {
    #cf img {
        width: 100%;
    }

    .herowhite {
        color: white;
        margin-bottom: .5rem;
        font-family: inherit;
        font-weight: 800;
        line-height: 1.2;
        /*filter: drop-shadow(0px 0px 1px black);*/
        text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    #heroorange {
        color: #F5851F;
        font-weight: 800;
        font-size: 30px;
    }

    #heroblue {
        color: #4576B5;
        font-weight: 800;
        font-size: 28px;
    }

    .homehero {
        min-height: 310px;
    }

    .box {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin-bottom: .5rem;
        max-height: 310px;
    }
}



#cf img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

@keyframes cfFadeInOut {
    0%, 45% {
        opacity: 1
    }

    100%, 55% {
        opacity: 0
    }
}

#cf img.top {
    animation-name: cfFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-direction: alternate;
    /*filter: brightness(0.81);*/
}

.box {
    overflow: hidden;
    margin-bottom: .6rem;
}

/*home boxes*/

.box-content {
    min-height: 380px;
    position: relative;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2;
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .box-content {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        padding: 1rem 1rem 1rem;
    }
}

.box-content > ul {
    padding: 11px 18px 5px;
    margin-bottom: 5px;
    list-style-type: disc;
    vertical-align: text-top
}

.box-content h1 {
    vertical-align: top;
    font-size: 1.25rem;
}

.box-content p {
    vertical-align: top;
    font-size: 1.0rem;
}

    .box-content p.small {
        vertical-align: top;
        font-size: 0.7rem;
    }

@media (max-width: 991px) {
    .box-content {
        min-height: 0px;
        background-color: white;
        margin-bottom: 0.5rem;
    }
}


.buttonorange {
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: #F5851F;
    border: 2px solid #F5851F;
    padding: 7px 15px;
    margin: 5px 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

    .buttonorange:hover {
        background-color: #FFF;
        border: 2px solid rgb(69, 118, 181);
        color: rgb(69, 118, 181);
        text-decoration: none;
    }

    .buttonorange:visited:hover {
        color: rgb(69, 118, 181);
        text-decoration: none;
    }

    .buttonorange:visited {
        color: #fff;
        text-decoration: none;
    }

.btn-sml {
    margin: 0 0 0 0;
    height: 25px;
    font-size: 0.8rem;
    padding: 0 5px;
}

.btn-retrieve {
    min-width: 149px;
    top: 0;
    right: 0;
    margin-right: 1rem;
    margin-top: 14px;
}

.button {
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: rgb(69, 118, 181);
    border: 2px solid rgb(69, 118, 181);
    color: white;
    padding: 7px 15px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

    .button:hover {
        background-color: #FFF;
        border: 2px solid rgb(69, 118, 181);
        color: rgb(69, 118, 181);
        text-decoration: none;
    }

    .button:visited:hover {
        color: rgb(69, 118, 181);
        text-decoration: none;
    }

    .button:visited {
        color: #fff;
        text-decoration: none;
    }


.btnbtm {
    bottom: 0px;
    margin-bottom: 20px;
}

.btntop {
    top: 0
}

.btnwide {
    width: 100%;
    display: block;
}

.home-button {
    padding: 0rem 0rem;
}
/*Nav override*/

.navbarMain {
    padding-bottom: 0rem;
}

/*News Styles*/

.breadCrumb {
    font-size: small;
}

    .breadCrumb a {
        text-decoration: none;
    }

.newsNav {
    font-size: smaller;
    font-weight: 600;
}

    .newsNav a {
        text-decoration: none;
        font-weight: 600;
    }

.newsTitle {
    text-decoration: none;
    font-weight: 600;
}

    .newsTitle a {
        text-decoration: none;
    }

.cv19-banner {
    color: #666666;
    background-color: lightgoldenrodyellow;
    font-size: smaller;
    font-weight: 600;
    margin: auto;
    padding: 3px;
    text-align: center;
    border-top: 2px solid red;
}

.highlightRed {
    color: red;
}

.input-validation-error.border-accent {
    border-color: red !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
}

.input-validation-error {
    display: inline-block;
    border-color: red !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
}

.form-control-label > .input-validation-error {
    color: red !important;
}

.cover-intro-para {
    min-height: 220px;
}

.benefits-header {
    text-align: center;
    padding: 6px 6px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.grey-full-width {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f6f5fb;
}

.grey-full-width-col {
    background-color: #f6f5fb;
}

.grey-full-width p {
    padding: 15px;
}

/* SiteMode */
.div_test_warning {
    color: white;
    background-color: red;
    margin: auto;
    text-align: center;
}


@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.custom-radio-pref {
    display: none;
}

.custom-radio-label {
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    margin: 5px;
    cursor: pointer;
    height: 50px;
    color: #506EAE;
    font-family: "Quicksand";
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(38px - 50%);
    text-align: center;
    border: 2px solid #506EAE;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
}

.custom-radio-label-disabled {
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    margin: 5px;
    cursor: pointer;
    height: 50px;
    color: #506EAE;
    font-family: "Quicksand";
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    line-height: calc(38px - 50%);
    text-align: center;
    border: 2px solid #506EAE;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
}

.custom-radio-pref:checked + .custom-radio-label {
    color: white;
    background-color: #506EAE;
    border-color: #506EAE;
}

.custom-radio-label:hover {
    color: white;
    background-color: #506EAE;
    border-color: #506EAE;
}

.custom-radio-label-disabled:hover {
    color: #506EAE;
    background-color: white;
    border-color: #506EAE;
}

.bold-label.custom-radio-label {
    font-weight: bold;
}