html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    background-color: #eee;
    font-size: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #eee;
    font-family:"Futura PT W08 Book";
    font-size: 17px;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    line-height: 120%;
}


p {
    line-height: 1.4;
}

a {
    color: #333;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #0770cf;
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

#content ul li {
    margin-bottom: 16px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family:"Futura PT W08 Heavy";
    line-height: 1;
    
    margin-bottom: 15px;
}

h1 {
    color: #101010;
    font-size: 28px;
}

h2 {
    color: #101010;
    font-size: 22px;
}

p.big {
    font-size: 22px;
}

p.small {
    font-size: 12px;
}


@media screen and (max-width:768px) {
    p.big {
        font-size: 18px;
    }
}

.content-bgimage {
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.portlet {
    border: 1px solid #ccc;
    margin-bottom:15px;
}
    .portlet > div.text-wrap {
        padding: 15px;
        
    }

    .portlet > div.text-wrap::after {
    display: block;
    clear: both;
    content: "";
}

/* #content ul:not(.slick-dots) {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    color: #F99B1F;
}

#content ul:not(.slick-dots) li:before {
    content: "•";
    font-size: 22px;
    padding-right: 10px;
}

#content ul:not(.slick-dots) li {
    font-size: 17px;
} */

.relative {
    position: relative;
}

.required {
    color: #d32f2f;
    /*position: absolute;*/
}

.input-group .required {
    margin-bottom: 5px;
}

input[type=button],
input[type=image] {
    border: none !important;
    box-shadow: none;
}

.rcList.form-control {
    box-shadow: none;
    border: none !important;
    display: inline;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.rcList>label {
    font-weight: normal !important;
}

.form-control {
    /* margin-bottom: 10px;
    border: 1px solid #d8dcdd;
    border-radius: 4px;
    max-width: 420px; */

    max-width: 288px;
    height: 44px;
    border: 1px solid rgb(119, 119, 119);
    border-radius: 0px;
}

.form-wrapper {
    background: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(100, 100, 100, 0.5);
}

.form-wrapper p {
    margin-bottom: 0;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.btn {
    font-family:"Futura PT W08 Heavy";
    letter-spacing: 2px;
    padding: 0.5rem 1.4rem;
    text-decoration: none;
    font-size: 16px!important;
    text-transform: uppercase;
    line-height: 28px;
    width: auto;
    margin-top: 20px;
    cursor: pointer;
	border-radius: 0!important;
    border-width:2px;
}

.btn-primary {
    background-color: #000;
    border-color: #2b2b2b;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border-color: #2b2b2b;
    color: #000; 
    background-color: #fff;
}
.btn-primary:disabled {
    background-color: #000;
    border-color: #2b2b2b;
    color: #fff;
}
.btn-secondary {
    background-color: #fff;
    border-color: #DDD;
    color: #222;
}

.btn-secondary:hover {
    background-color: #EEE;
    border-color: #DDD;
    color: #222;
    /*color: #fff;*/
}
.btn-outline {
    border-color: #e5e5e5;
    border-width: 2px;
    color: #e5e5e5;
    padding: 0.44rem 1.4rem;
}

.btn-success {
    background-color: #018849;
    background-image:url(/images/tick-in-circle.png);
    background-repeat:no-repeat;
    background-position-x:10px;
    background-position-y:center;
    padding-left:40px;
}
.btn-danger {
    background-color: #d32f2f;
    background-image:url(/images/cross-in-circle.png);
    background-repeat:no-repeat;
    background-position-x:10px;
    background-position-y:center;
    padding-left:40px;
}

.btn-light, .btn-light:hover {
    background-color: #DDD;
    border-color: #DDD;
    color: #222;
}

.btn-small {
        padding: 0.2rem 0.8rem;
    text-decoration: none;
    font-size: 16px!important;
    text-transform: uppercase;
    line-height: 22px;

}

.cursor-wait {
    cursor:wait;
}
img.rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin:-14px 0 0 -14px;
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { transform:rotate(-360deg); } }

.input-group-prepend .input-group-text {
    background: #fff;
    color: #444;
    border-right: none;
}

.input-group-prepend+.form-control {
    border-left: none;
}

.input-group{
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.input-group label{
    display: block;
    width: 100%;
}

.input-group input.form-control{
    width: 100%;
}

/* .form-group input[type="text"],
.form-group textarea {
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-horizontal .control-label {
    padding-bottom: 4px;
    text-align: left;
    text-indent: 0%;
    padding-top: 0;
    font-size: 17px;
} */

label {
    height: 20px;
    color: rgb(119, 119, 119);
    color: #777777;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 20px;
}

.requiredSummary {
    margin-top: 32px;
    color: #d32f2f;
}

.requiredSummary ul {
    padding-top: 8px;
    margin-bottom: 0;
}

#content .requiredSummary ul li {
    padding-top: 8px;
    margin: 0;
}

/* Color Scheme */
.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-orange {
    color: #F99B1F;
}

.text-blue {
    color: #2E4B70;
}

.text-success {
    color: #d32f2f;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-black {
    background-color: #000000;
}

.bg-offwhite {
    background-color: #f3f3f3;
}

.clear {
    clear: both;
}

/* main{
    padding-top: 32px;
    padding-bottom: 32px;
} */

#content>section:not(#banner):not(#claim-reward):not(#landing) {
    padding-bottom: 10px;
}

/* banner */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}

.rsDefault .rsBullets {
    background: #262626;
    line-height: 30px;
    width: 100%;
    /* margin: 0 auto 100px auto; */
    /* display: none; */
}

.rsDefault .rsBullet.rsNavSelected span {
    background: #262626;
    border: solid 2px #FDB920;
    transform: rotate3d(0, 0, 1, 90deg);
}

.rsDefault .rsBullet {
    width: 10px;
    height: 11px;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
}

.rsDefault .rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #fff;
    transition: 300ms;
}

/* .contentSlider {
    width: 100%;
}

.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
    color: #fff;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
    background: #fff;
}

#content-slider-1 {
    max-width: 1136px;
    max-height: 460px;
    margin-left: auto;
    margin-right: auto;
}

.contentSlider img {
    z-index: 1;
} */

.bannerDescription {
    top: 0;
    left: 0;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.rsDefault .rsTabs {
    padding-top: 0px !important;
}

.rsDefault .rsTab {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #c6b58d;
    background-image: none !important;
    border-bottom: medium none !important;
    -o-border-image: none !important;
    border-image: none !important;
    border-left: 1px solid #fff;
    border-radius: 0 !important;
    border-top: medium none !important;
    border-right: medium none !important;
    box-shadow: none;
    color: #ffffff;
    display: table-cell !important;
    font-size: 130%;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    width: 1% !important;
}

.rsDefault .rsTab:active {
    background-color: #c6b58d;
    box-shadow: 0 15px 10px rgba(198, 181, 141, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
    background: #947b2c linear-gradient(to bottom, #947b2c, #bbb) repeat scroll 0 0;
    border: none !important;
    border-left: 1px solid #fff !important;
    color: #fff;
    text-shadow: none !important;
    background-image: none;
    box-shadow: 0 15px 10px rgba(198, 181, 141, 0.8) inset;
}


.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:1500;
}

.overlayContent 
{
        box-shadow: 0 0 12px 0 #4e4e4e;

    width:50%;
    padding:20px;
    /*border:5px solid #444444;*/
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-25%;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}
.overlayContentAbs {
        position:absolute;
}
/* misc */

#menu {
    width: 100%;
    background: #fff;
}

#footer {
    background-color: #fff;
    color: rgb(45, 45, 45);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 22px;
    margin-top: 100px;
}

#footer-top {
    background-color: #fff;
    color: #fff;
    font-size: 14px;
}

#footer p {
    font-weight: 400;
    /* font-size: 10px; */
    font-size: 14px;
    color: #4e4e4e;
}

#footer a {
    line-height: 150%;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 768px) {
    #footer {
        padding: 0;
    }

    .overlayContent 
    {
        width:90%;
        top:45px;
        margin-left:-45%;
    }

}

a.footer-parent {
    color: #4e4e4e;
    font-size: 16px;
}

.footer-box:not(:last-of-type) a.footer-parent{
    border-right: 1px solid #a5a5a5;
    padding-right: 15px;
}

.footer-box:first-of-type{
    padding-left: 0!important;
}

.accordion .ui-accordion-header {
    color: #fff;
    width: 100%;
    padding: 12px 15px;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    border: none;
    text-align: left;
}

.ui-state-default h3 {
    display: inline-block;
    margin-bottom: 0;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    font-size: 19px;
    font-weight: 400;
    color: #6E6F72;
}

.ui-accordion .ui-accordion-content {
    background: #F5F5F5;
    padding: 20px 0;
}

.ui-accordion .ui-accordion-content ul {
    padding: 0;
    list-style: none;
}

.accordion_media ul {
    padding-left: 13px;
}

.accordion_media ul li.month {
    list-style-type: none;
    overflow: hidden;
    padding: 5px 0;
}

.accordion_media li {
    padding-left: 0px;
}

[type=radio]:checked~label {
    color: #FFF;
    z-index: 2;
    background-color: transparent;
}

[type=radio]:not(:checked)~label {
    color: #FDBA1A;
    z-index: 2;
    background-color: #242D42;
}

[type=radio]:checked~label~.tab__content {
    z-index: 1;
    opacity: 1;
}

.copyright {
    color: #fff;
}

.footer-contact .copyright a {
    color: #fff;
    text-decoration: none;
}

.footer-contact .copyright a:hover {
    color: #fdba1a;
    text-decoration: none;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0 !important;
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15);
    border: none;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.ui-accordion-content {
    background: none;
    border: none;
}

.accordion * {
    outline: none !important;
}

.accordion li::before {
    display: none;
}

.stories li:not(:last-child) {
    padding-bottom: 10px;
}

.stories a {
    color: #6E6F72;
}

.stories a:hover {
    color: #000;
}

/* .ui-state-default h4::after {
    content: "";
    background-image: url(/images/accordion-icon.svg);
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    float: right;
    font-weight: 700;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 6px;
}

.ui-state-active h4::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
} */

.archive-box svg {
    float: right;
    margin-top: 3px;
}

.svg-rotation {
    transform-origin: 12px 13px;
    transition: .2s;
    transform: rotate(45deg);
}

.ui-state-active .svg-rotation {
    transform: rotate(0deg);
    transform-origin: 12px 13px;
    transition: .2s;
}

.mediaNavigator {
    padding: 0;
    margin-bottom: 30px;
}

.ui-icon {
    display: none;
}

.nav .open>a {
    background: none;
    border: none;
}

.footer-parent {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    line-height: 180%;
    font-size: 12px;
}

.footer-child {
    color: #fff;
    text-decoration: none;
    line-height: 180%;
}

/* .footer-child:hover {
    color: #F99B1F;
}

footer a:hover {
    color: #F99B1F;
    text-decoration: none;
} */

#bannerWrap {
    position: relative;
}

.nav-link {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #4e4e4e;
}

.navbar-dark .navbar-nav .nav-link {
    color: #4e4e4e;
    padding-right: 30px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #156bc1;
    text-decoration: underline;
    padding-right: 30px;
}


.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

.navbar-nav {
    width: 100%;
}

.navbar-toggler {
    border: none;
}

.contact-links a {
    font-size: 38px;
    color: #7B7B7B;
    line-height: 90%;
}

.contact-links a:hover {
    color: #0202C1;
}

.navbar-toggle-title {
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: #fff;
    line-height: 0;
    font-size: 34px;
}

.navbar-expand-md .navbar-nav .menuLevel1:first-child .nav-link {
    padding-left: 0;
}

.navbar-expand-md .navbar-nav .menuLevel1:last-child .nav-link {
    padding-right: 0;
}

.btn-orange {
    height: 34px;
    display: inline-block;
    padding: 11px 12px;
    background-color: #F37321;
    outline: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 10px;
    box-shadow: inset 0px 16px 0px 0px #F6882E;
    border: 2px solid #F37321;
    border-radius: 0;
    cursor: pointer;
}

.btn-orange:hover {
    box-shadow: none;
}

.btn-blue {
    height: 34px;
    display: inline-block;
    padding: 11px 12px;
    background-color: #2E4B70;
    outline: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 10px;
    box-shadow: inset 0px 16px 0px 0px #445C7D;
    border: 2px solid #2E4B70;
    border-radius: 0;
    cursor: pointer;
}

.btn-blue:hover {
    box-shadow: none;
}

/*.btn-outline {
    height: 34px;
    display: inline-block;
    border: solid 2px #fff;
    background: none;
    border-radius: 0;
    padding: 11px 12px;
    color: #fff !important;
    font-weight: 700;
    font-size: 10px;
    transition: 350ms;
    box-shadow: inset 0px 0px #FFF;
    cursor: pointer;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    box-shadow: inset 120px 0px #FFF;
    color: #F37321 !important;
    -webkit-background-clip: text;
    background-clip: text;
}*/

.input-outline {
    padding: 9px 16px;
    background: none;
    outline: none;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 0;
    width: 100%;
    cursor: text;
}

.input-outline::-webkit-input-placeholder {
    color: #fff !important;
}

.input-outline:-ms-input-placeholder {
    color: #fff !important;
}

.input-outline::-ms-input-placeholder {
    color: #fff !important;
}

.input-outline::-moz-placeholder {
    color: #fff !important;
}

.input-outline::placeholder {
    color: #fff !important;
}

.input-outline-grey {
    padding: 9px 16px;
    background: none;
    outline: none;
    color: #CCCCCC !important;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #CCCCCC;
    width: 100%;
    cursor: text;
}

.input-outline-grey::-webkit-input-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey:-ms-input-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey::-ms-input-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey::-moz-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey::placeholder {
    color: #CCCCCC !important;
}

.process-slider-item img {
    margin: auto;
}

.slider-box {
    width: 180px;
    margin: 0 auto;
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.slider-box-top {
    width: 100%;
    height: 76px;
    background: linear-gradient(to bottom, rgba(44, 74, 112, 1) 0%, rgba(44, 74, 111, 1) 30%, rgba(44, 72, 107, 1) 48%, rgba(42, 60, 88, 1) 75%, rgba(36, 45, 66, 1) 92%, rgba(36, 45, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4a70', endColorstr='#242d42', GradientType=0);
    text-align: center;
    color: #fff;
}

.slider-box-top h3 {
    font-size: 14px;
    padding-top: 22px;
}

.slider-box-top img {
    margin: auto;
    transform: translateY(3px);
}

.slider-box-body {
    width: 100%;
    height: 195px;
    text-align: center;
    padding: 30px 5px 5px;
    padding-top: 30px;
    background: #fff;
}

.slider-box-body p {
    /* font-size: 9px; */
    font-size: 11px;
    color: #99A8BA;
    margin-bottom: 5px;
}

.package-box {
    width: 180px;
    margin: 0 auto;
    /* box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, 0.05), 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.package-box-outer {
    overflow: visible;
}

.package-box-top {
    width: 100%;
    height: 104px;
    background: yellow;
    text-align: center;
    color: #fff;
}

.package-box-top h3 {
    font-size: 14px;
    padding-top: 36px;
}

.package-price {
    margin: auto;
    transform: translateY(23px);
    padding: 4px 12px 1px;
    background-color: #2E4B70;
    outline: none;
    color: #fff !important;
    font-size: 11px;
    box-shadow: inset 0px 16px 0px 0px #445C7D;
    border: 2px solid #2E4B70;
    display: inline-block;
    width: 50%;
}

.package-box-body {
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 5px;
    padding-top: 25px;
    background: #fff;
}

.package-box-body p {
    /* font-size: 9px; */
    font-size: 12px;
    color: #99A8BA;
    margin-bottom: 5px;
}

#content ul.checkboxes {
    list-style-image: url(/images/checkbox-icon.svg);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 0;
}

#content ul.checkboxes li::before {
    content: "";
    padding: 0;
}

#content ul.checkboxes li {
    font-size: 12px;
    color: #2E4B70;
    list-style-position: inside;
}

.royalSlider {
    width: 100% !important;
    height: 284px;
}

#PanelCookieNote {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.cookie-note {
    padding: 15px 30px;
    background: rgba(45, 45, 45, 0.8);
    /*background-color: #fff;*/
    width:100%;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0px 4px 12px 0px rgba(100, 100, 100, 0.5);
    text-align:center;
}

.cookie-note p {
    color:#fff;
}
    .cookie-note p a {
    color:#fff;
    }

/*.cookie-note .close {
    color: #000;
    background: #fff;
    border: solid 2px #000;
    padding: 3px 6px 2px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    float: none;
    opacity: 1;
    text-shadow: none;
}

.cookie-note .close:hover {
    color: #fff !important;
    background: #000;
}*/

.navigator-box:hover {
    color: #000;
}

.navigator-box p {
    color: #242D42;
}

.navigator-box span {
    color: #F99B1F;
    font-size: 12px;
}

.navigator-box:hover span span {
    text-decoration: underline;
}

.navigator-box {
    /* box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, 0.04), 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.navigator-text {
    font-size: 14px;
}

.dropdown {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #fff;
}

.dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
    width: 0;
    height: 0;
    border: 10px dashed;
    border-color: #fff transparent;
    pointer-events: none;
}

.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 9px 16px;
    font-size: 15px;
    color: #fff;
    background: #f2f2f2;
    /* Fallback for IE 8 */
    background: rgba(0, 0, 0, 0) !important;
    /* "transparent" doesn't work with Opera */
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.dropdown-select:focus {
    z-index: 3;
    width: 100%;
    color: #fff;
    /* outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px; */
}

.dropdown-select>option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: none;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown {
    z-index: 1;
}

.lt-ie9 .dropdown-select {
    z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
    z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
    .dropdown-select {
        padding-left: 6px;
    }
}

/*input[type="checkbox"]{
    width: 18px;
    height: 18px;
    visibility: hidden;
    position: relative;
}

input[type="checkbox"]::after{
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    background: none;
    visibility: visible;
    font-size: 24px;
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
}

input[type="checkbox"]:checked::after{
    content: "\02713";
    color: #fff;
    font-size: 12px;
    padding: 1px 2px;
    background: #F6882E;
    border-color: #F37321;
}*/

span.required:not([style*="display:none"])~input {
    border-color: red;
}

span.required:not([style*="display:none"])+.input-outline {
    border-color: red;
}

.loading-box {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;

    border-top: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    border-right: 3px solid transparent;

    border-radius: 50px;

    -webkit-animation: cwSpin 1s linear .2s infinite;
    animation: cwSpin 1s linear .2s infinite;
}

.navbar-toggler {
    float: right;
    margin: 14px 0;
}

.accordion .card {
    border: none;
    border-radius: 0;
}

.accordion .card .card-header {
    border-bottom: 1px solid #444;
    border-radius: 0;
    background: #fff;
    margin-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
}

.accordion .card .card-body {
    padding-left: 0;
}

.card .card-text,
.card label {
    color: #4e4e4e;
}

.card{
    box-shadow: 0 0 12px 0 #4e4e4e;
}

.card .card-header h1 {
    margin: 0;
}

.card .card-body {
    background-color: #eae8e0;
    border-color:#ccc;
}

.accordion .card .btn {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    color: #444;
    font-weight: 700;
}

.accordion .card .btn::after {
    content: "+";
    font-size: 32px;
    float: right;
    height: 24px;
    margin-top: -12px;
    color: #0073CC;
}

.accordion .card .btn:not(.collapsed)::after {
    content: "-";
}

.view-more-link.collapsed {
    color: #0073CC;
    font-weight: 700;
    text-align: center;
    display: block;
}

.view-more-link:hover {
    color: #0073CC;
    text-decoration: underline;
}

.view-more-link:not(.collapsed) {
    display: none;
    padding: 0;
}

#PanelRewardDetails {
    background: #F5F6F8;
}

.card-header.bg-red {
    background: #d32f2f;
    border: none;
}

.regionLink {
    padding: 16px;
    position: absolute;
    top: 32px;
    right: 0;
}

.regionLink a{
    vertical-align: baseline;
}

.regionLink img {
    /*-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);*/
    width: 16px;
    vertical-align: baseline;
}

.card-image {
width: 288px;
    max-width: 100%;
    background-image: url(/images/asos_card_bg_x2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 166px;
}

.card-value {
    text-align:right;
    margin-top:100px;
    margin-right:14px;
    float:right;
    color: #777;
    font-family:"Futura PT W08 Heavy";
    font-size: 10px;
}

.card-value span{
    font-size: 18px;
}

.card-value img {
    width: 16px;
    vertical-align: sub;
}

.card-value-email{
    color: #777;
    font-family:"Futura PT W08 Heavy";
    font-size: 10px;
}

.card-value-email span{
    font-size: 18px;
}

.card-value-email img {
    vertical-align: sub;
}

.heavy{
    font-family:"Futura PT W08 Heavy";
    font-size: 14px;
    color: #777;
}

.voucher-textbox {
    border:0;
    text-align:center;
    width:100%;
    min-width:288px;
}
/* .sign-in-bg{
    background:url("/images/ao-reward-banner.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 110px;
} */

.paragraph-narrow{
    max-width: 169px;
}

@-webkit-keyframes cwSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes cwSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ccwSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes ccwSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


@media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 284px !important;
    }

    .container-wide {
        max-width: 1220px;
    }
}

@media only screen and (min-width: 992px) {
    .container-narrow {
        max-width: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .royalSlider {
        height: 284px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    /* .royalSlider {
        height: 500px;
    } */
}

@media screen and (max-width:992px) {
    .newsText {
        height: 72px;
    }

    .banner-button {
        width: 50px;
        height: 50px;
        margin: 0 auto -25px;
        background-size: 50px 50px;
    }

    .navbar {
        padding: 20px;
    }

    .banner-panel {
        width: 60%;
        padding-bottom: 60px;
    }

}

@media screen and (max-width:768px) {
    .navbar-default {
        box-shadow: none;
        width: 100%;
    }

    .nav>li {
        border-right: none;
    }

    .navbar-nav>li>a {
        line-height: 180% !important;
    }

    .navbar-brand {
        color: #fff !important;
        font-size: 150%;
        margin-bottom: 5px;
        margin-top: 5px;
        text-decoration: none;
    }

    .navbar .navbar-nav {
        width: 100%;
    }

    .navbar-nav>li>ul::before,
    .navbar-nav>li>ul::after {
        border: none;
    }

    .dropdown-menu>li:nth-child(2n+1) {
        background-color: #dfdfdf;
    }

    .menuLevel1 ul li {
        text-align: center;
    }

    /* #content>section:not(#banner),
    #contact-form,
    .blog-landing,
    .blog-article,
    #Social,
    .gallery-section,
    .archive-section {
        padding-top: 15px;
        padding-bottom: 15px;
    } */

    .mobile-center {
        text-align: center;
    }

    h1,
    .h1 {
        font-size: 30px;
        color: #3d4042;
    }

    h2,
    .h2 {
        font-size: 28px;
        color: #3d4042;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }
    .paragraph-narrow{
        max-width: none;
    }

    .regionLink {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .royalSlider {
    height: 200px;
    }
}

@media only screen and (max-width: 450px) {
    .royalSlider {
    height: 150px;
    }
}

@media only screen and (max-width: 400px) {
    .royalSlider {
    height: 150px;
    }
}

@media screen and (max-width:350px) {
    /* h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    } */
}

.h4 {
    font-size: 16px;
}h4 {
    font-size: 16px;
}

*/
}

*/
}