.utility-bar .hero-area .owl-carousel .owl-wrapper-outer {
    width: 100% !important
}

.utility-bar3 .hero-area .owl-carousel .owl-wrapper-outer {
    width: 100% !important
}

/* password strength meter */
* {
    box-sizing: border-box;
}

meter {
    /* Reset the default appearance
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            */
    margin: 0 0 1em;
    width: 50%;
    height: .5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value {
    background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
    background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
    background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
    background: green;
}

meter[value="1"]::-moz-meter-bar {
    background: red;
}

meter[value="2"]::-moz-meter-bar {
    background: yellow;
}

meter[value="3"]::-moz-meter-bar {
    background: orange;
}

meter[value="4"]::-moz-meter-bar {
    background: green;
}

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    margin-top: 1em;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#dropzone {
    background-color: #CCC;
    border: 1px solid #999;
    width: 320px;
    height: 160px;
}

#dropzone .dz-success-mark,
#dropzone .dz-error-mark,
#dropzone .dz-filename,
#dropzone .dz-size {
    display: none;
}

#dropzone .dz-details img {
    background-color: #fff;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666;
    border: 1px solid #999;
}

#locations {
    width: 100%;
    height: 300px;
    font-weight: normal;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

/* end of homepage carousel changes */

.competitions {
    text-align: center;
    margin: 0 auto;
    border-spacing: 30px;
    border-collapse: separate;
}

.competitionstd {
    margin-left: 20px;
    max-width: 4vw;
}

.unsubRad {
    position: relative !important;
    left: 0px !important;
}


/* trust pilot on homepage */
._tp {
    padding-top: 10px;
    left: -255px;
}

/* renewals page */
.manual-upload-id:active,
.manual-upload-id:focus,
.promo-content-link:active,
.promo-content-link:focus {
    color: #4a89dc;
}

/* landing.page.brands */

.hp-carousel__heading-container._landingpage span {
    text-align: center;
    margin-top: 5px;
}

#_landing-page-brand .accordion {
    text-align: left;
}

#_landing-page-brand .accordion-inner {
    background-color: #f1f1f1;
    border-top: solid 1px #DDD;
}

#_landing-page-brand .icon img {
    margin: 0 0 15px 0;
    width: 50%;
}

#_landing-page-brand .icon p {
    line-height: 1.3;
}

/* landing.page.retirement */
#_landing-page-retire .cp-banner__heading {
    text-align: center;
}

#_landing-page-retire .hp-carousel__strap {
    color: #FFF;
    white-space: normal;
}

#_landing-page-retire .cp-banner__heading-container p {
    width: 100%;
    text-align: center;
}

#_landing-page-retire p,
#_landing-page-retire .accordion-toggle,
#_landing-page-retire .accordion ul li {
    font-size: 1.3rem;
}

#_landing-page-retire .accordion {
    text-align: left;
}

#_landing-page-retire .accordion-inner {
    background-color: #f1f1f1;
    border-top: solid 1px #DDD;
}

#_landing-page-retire .accordion ul li {
    margin: 0 0 20px 0
}

#_landing-page-retire .icon img {
    margin: 0 0 15px 0;
    width: 50%;
}

#_landing-page-retire .icon p {
    line-height: 1.3;
}

@media (min-width: 768px) {

    .hp-carousel__caption-container._landingpage span {
        text-align: left;
    }

}

._landing-page-centre { 
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* ESSO */

._landing-page-centre-esso {
    top: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;   
}

._landing-page-centre-esso  h1 {
    font-family: "museo-sans-rounded-900",Arial,Helvetica,sans-serif;
    line-height: 1;
    font-size: 47px;
}

._landing-page-centre-esso  h1 span {
    display: block;
}

._white-text {
    color: #FFF;
}

.hp-carousel__caption sub {
    font-size: 35%;
    position: relative;
    top: -20%;
}


@media (min-width: 768px) {
    ._landing-page-centre-esso  h1 {
        font-size: 70px;
    }
}

/* Black Friday Homepage banner */

.hp-carousel__caption-container.jan-sale {
    width: 100% !important;
    left: 0;
    top: auto;
    bottom: 8%;
    height: auto;
    align-items: center;

}

.hp-carousel__caption-container.jan-sale ._btn.jan-sale {
    color: #cc3366 !important;
}


.reg-notification {
    margin-bottom: 30px;
    background: rgba(0,0,153,.1);
    color: #009;  
    padding: 9px 24px;
    border-radius: 10px; 
}

/* BIG Blue Weekend */

.hp-big-blue h1 {
    color:#FFF;
    font-size: 8vw;
    text-align: center;
    margin: auto 0 20px 0;
}

.hp-big-blue h1 span {
    display: inline;
    font-size: 8vw;
    color:#FFF;
}

.hp-big-blue .hp-carousel__heading-container {
    padding: 0 0 20px 0;
    height:100%;
}

@media (min-width: 576px) {
    .hp-big-blue h1 {
        margin: auto 0 30px 0;
        text-align: left;
        font-size: 5vw;
        margin:0 0 20px 0;
        padding:0;
    }

    .hp-big-blue h1 span {
        font-size: 5vw;
    }
}


@media (min-width: 992px) {
    .hp-big-blue h1,
    .hp-big-blue h1 span {
        font-size: 4.5vw;
    }
}

@media (min-width: 1400px) {
    .hp-big-blue h1 span {
        font-size: 5vw;
    }
}

p._grey-600{
    color: #666666;
}

.work-email-tooltip {
    position: relative;
    display: inline-block;
}

.work-email-tooltip .work-email-tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #212529;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    width: 240px;
    bottom: 35px;
    left: 50%;
    margin-left: -125px;
    z-index: 1;
}

.work-email-tooltip .work-email-tooltip-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    bottom: -20px;
    left: 115px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.work-email-tooltip:hover .work-email-tooltip-text {
    visibility: visible;
}
