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

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

._m-marketing .form-group label {
    display: inline-block;
    padding-left: 30px;
    margin-left: -25px;
    vertical-align: top;
}

/* Style the buttons that are used to open and close the accordion panel */
.ds-accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    transition: 0.5s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.ds-active, .ds-accordion:hover {
    background-color: #e6e6e6;
}

/* Style the accordion panel. Note: hidden by default */
.dsa-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.ds-accordion:after {
    content: '\f055';
    color: #0073CF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: FontAwesome;
}

.ds-active:after {
    content: "\f056";
    color: #0073CF;
    font-family: FontAwesome;
}

/* 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;
}

.btn-coupon {
    border: none;
    padding: 15px;
    width: 320px;
    text-align: center;
    background: #2ECC71;
    border: 2px dashed #2ECC71;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.btn-coupon:hover, .btn-coupon:focus {
    background: none;
    color: #2ECC71;
}

.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);
    }
}

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

#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;
}

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

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


/* space above runner */

/* .body {
    padding-top: 147px;
} */

.hero-area {
    top: 0;
    margin-bottom: 0;
}

/* default runner */

.hp-carousel__default {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-end;
    align-items: center;
}

.hp-carousel__logo {
    max-width: 200px;
    padding: 0 20px;
    margin: 50px 0 20px;
}

@media (min-width: 576px) {
    .hp-carousel__logo {
        max-width: 250px;
    }
}

.hp-carousel__img-char {
    max-width: 1400px;
    margin-top: auto;
    height: 100%;
}

/*
@media(min-width: 960px) {
  .hp-carousel__img-char { padding: 0 20px; }
}
*/

.hp-carousel__title {
    position: relative;
    font-size: 50px;
    color: #313133;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: .03em;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 576px) {
    .hp-carousel__title {
        font-size: 70px;
    }
}

@media (min-width: 768px) {
    .hp-carousel__title {
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    .hp-carousel__title {
        font-size: 90px;
    }
}

@media (min-width: 1200px) {
    .hp-carousel__title {
        font-size: 100px;
    }
}


.hp-carousel__strap {
    font-size: 20px;
    color: #313133;
    line-height: 1.5;
    margin: 0 auto 25px;
    padding: 0 20px;
}

@media (min-width: 576px) {
    .hp-carousel__strap {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .hp-carousel__strap {
        font-size: 23px;
    }
}

@media (min-width: 992px) {
    .hp-carousel__strap {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .hp-carousel__strap {
        font-size: 28px;
    }
}

.hp-carousel__strap-nl {
    display: block;
}

.hp-carousel__btn, .hp-carousel__btn:visited {
    color: #fff;
    background-color: #313133;
    padding: 12px 20px;
    line-height: 1;
    z-index: 10;
}

.hp-carousel__btn:hover {
    color: #fff;
    background-color: #313133;
    opacity: .9;
}

.hp-carousel__link, .hp-carousel__link:visited {
    text-decoration: none;
}

.hp-carousel__link:hover {
    text-decoration: underline;
}

.utility-bar2 .utility-icons > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* owl carousel overides just on homepage*/
.hp-hero-area .carousel-alt.owl-theme .owl-buttons div {
    background: none;
    color: #141414;
    margin: -40px 15px;
    display: block;
}

.hp-hero-area .carousel-alt.owl-theme .owl-buttons div {
    padding: 13px 20px;
    font-size: 14px;
    background: rgba(0, 0, 0, .8);
    background: rgba(255, 255, 255, .7);
    border-radius: 100px;
}

.hp-hero-area .owl-item {
    overflow: hidden;
}

.hp-hero-area .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 100;
    padding: 0;
}


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

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

input[type="checkbox"].form-check-input {
    margin: 4px 0 0;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    margin-right: 10px;
}