html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    
}

html {
    background-color: #FFFFFF;
    font-size: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    line-height: 120%;
}

main {
    min-height: calc(100vh - 440.8px);
}

p {
    font-size: 14px;
    line-height: 21px;
    /*letter-spacing: 1px;*/
    font-weight:400;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

a {
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

strong {
    font-weight: 700;
}

#content ul li {
    margin-bottom: 16px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

h1,
.h1 {
    font-size: 62px;
    color: #000;
    /* letter-spacing: 3px; */
    line-height: 1.15;
}

h2,
.h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.15;
}

h3,
.h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 1.15;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

p.big {
    font-size: 22px;
}

p.small {
    font-size: 12px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 44px;
    margin-top: 0;
}

@media screen and (max-width:768px) {
    p.big {
        font-size: 18px;
    }
}

#headerBG {
    background-image:url('/images/illustration-desktop-2.png');
    background-size: auto 194px;
    background-repeat: repeat-x;
    background-position: top center;
    width: 100%;
    height: 194px;
    margin-bottom: 76px;
    /* position: relative;
    padding: 0;
    margin-bottom: 32px;
    height: 195px; */
}

.gift-card-img{
    position: absolute;
    top: 50px;
    width: 299px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.content-bgimage {
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.portlet {
    /*border: 1px solid #ccc;
    margin-bottom:15px;*/
}
    .portlet > div.text-wrap {
        padding: 24px 0;
        
    }

    .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[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: 8px;
    border: 1px solid #000;
    border-radius: 0px;
    max-width: 420px;

    border: 1px solid rgb(102, 102, 102);
}

.form-control-pin {
   
    max-width: 220px;
}

    .form-control:focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
        border-radius: 1px;
        /* outline: 0; */
        box-shadow: none;
    }
.form-wrapper {
    background: #ffffff;
    border: none;
    border-color: #000;
    border-radius: 4px;
    /*-webkit-box-shadow: 0px 4px 12px 0px #000;
    box-shadow: 0px 4px 12px 0px #000;*/
}

.form-wrapper p {
    margin-bottom: 0;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.btn-primary {
    /* border-radius: 0px;
    font-weight: 700;
    padding: 7px 15px;
    text-align: left; */

    font-size: 12px;

    background-color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 -2px 0 #000;
            box-shadow: inset 0 -2px 0 #000;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 1.5;
    margin: 0 2px 4px;
    overflow: hidden;
    padding: 10px 55px;
    position: relative;
    vertical-align: middle;
    width: auto;

    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .btn-primary {
        width:100%;
    }
}

.btn-primary:hover {
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    /*-webkit-box-shadow: inset 0 -2px 0 #000;
            box-shadow: inset 0 -2px 0 #000;*/
    text-decoration: none;
    color:#000;
}

.btn-secondary {
    background: #d32f2f;
    border: none;
    font-weight: 700;
    padding: 7px 15px;
}

.input-group-prepend .input-group-text {
    background: #fff;
    color: #444;
    border-right: none;
}

.input-group-prepend+.form-control {
    border-left: none;
}

/* .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 {
    color: #000;
    font-weight: 600;
}

.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: rgb(248, 248, 248);
}

.clear {
    clear: both;
}

/* main{
    padding-top: 32px;
    padding-bottom: 32px;
} */

#content>section:not(#banner):not(#claim-reward):not(#landing) {
    margin-top: 32px;
    /*padding-bottom: 30px;*/
}

/* 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 */

#header {
    /*background: #d32f2f;*/
}

#menu {
    width: 100%;
    background: #fff;
}

#footer {
    background-color: #fff;
    color: #4e4e4e;
    font-size: 14px;
}

#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: 14px;
}

.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 .nav-link {
    color: rgb(102, 102, 102);
    margin-right: 16px;
    padding-right:0px;
    padding-left:0px;
    padding: 4px 0;
    font-size:14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    text-decoration: none;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #000;
    border-bottom: 2px solid #000;
    font-weight:bold;
}


.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(255, 255, 255, 0.5);*/
    background-color: #fff;
    width:100%;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0px 4px 12px 0px rgba(100, 100, 100, 0.5);
}

/*.cookie-note p {
    font-size: 12px;
   
    margin: 0;
    color: #000;
}

.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;
    margin-top: 8px;
}

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: #000;
    max-width: 820px;
    letter-spacing: 0.5px;
}

.card label {
    margin-top: 16px;
}

.card .col-sm-6 label {
    display: block;
}

.card p, .card h1, .card h2, .card h3{
    margin-bottom: 16px;
    max-width: 820px;
}

.card .col-3 p strong{
    margin-top: 8px;
    display: inline-block;
}

.card u{
    width: 53px;
    height: 20px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.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: rgb(248, 248, 248);
    border: none;
    border-radius:0;
}

.card-header {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    margin-bottom:0!important;
}

.card-body {
    padding-top:0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 56px;
}

.regionLink {
    float: right;
    padding: 16px;
}

.regionLink img {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
    width: 16px;
}

/* .sign-in-bg{
    background:url("/images/ao-reward-banner.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 110px;
} */

@-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: 780px;
    }
}

@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-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;
    } */
    .card-header {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 0px;
        margin-bottom:0!important;
    }
    
    .card-body {
        padding-top:0;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 56px;
    }
    .navbar-dark .navbar-nav .nav-link{
        font-size: 12px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-nav li:last-child .nav-link{
        margin-right: 0px;
    }
    #headerBG {
        background-image:url('/images/illustration-mobile.png');
        background-size: auto 126px;
        background-repeat: repeat-x;
        background-position: top center;
        width: 100%;
        height: 126px;
        margin-bottom: 40px;
    }
    .gift-card-img{
        top: 22px;
        width: 200px;
    }
}

@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;
}

*/
}

*/
}