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: 'Noto Sans', sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

p {
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 15px;
}

@media screen and (max-width:768px) {
    p {
        font-size: 15px;
    }
}

a:hover {
    color: inherit;
}

p a {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

a.find-out-more{
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid #FFA000;
    padding-bottom: 5px;
    text-decoration: none;
}

a.find-out-more:hover{
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

p strong {
    font-weight: 700;
    font-size: 14px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.3;
}

h1,
.h1 {
    font-size: 58px;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 14px;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 13px;
}

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;
}

#content ul:not(.slick-dots) {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    margin-bottom: 30px;
}

#content ul:not(.slick-dots) li:before {
    content: "•";
    font-size: 22px;
    padding-right: 10px;
}

#content ul:not(.slick-dots) li {
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 22px;
}

.relative {
    position: relative;
}

.required {
    color: #D10E31;
    position: relative;
}

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;
}

.form-group input[type="text"],
.form-group textarea {
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    box-shadow: none !important;
}

.form-horizontal .control-label {
    padding-bottom: 15px;
    text-align: left;
    text-indent: 0%;
    padding-top: 10px;
    font-size: 17px;
}

label {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.requiredSummary {
    text-align: center;
}

.requiredSummary ul {
    color: #D10E31;
    padding: 0;
}

/* Color Scheme */
.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #2E4B70;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-black {
    background-color: #000000;
}

.clear {
    clear: both;
}

#content>section:not(#banner){
    padding-top: 50px;
    padding-bottom: 50px;
}

#content.home>section:not(#banner),
#contact-form,
#blog,
.blog-landing,
.blog-article,
#Social,
.gallery-section,
.archive-section  {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media screen and (max-width:992px){
    .rsContent .small{
        max-width: unset!important;
    }
}

/* banner */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}

.rsDefault .rsBullets {
    background: none;
    line-height: 30px;
    width: 100%;
    /* margin: 0 auto 100px auto; */
    /* display: none; */
}

.rsDefault .rsBullet.rsNavSelected span {
    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;
}

.bannerDescription {
    top: 130px;
    left: 0;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 100%; */
}

.banner-box{
    max-width: 600px;
    padding: 30px;
}

.banner-box h1, .banner-box h2, .banner-box h3, .banner-box h1 p{
    color: #fff;
}

@media screen and (max-width:1700px){
    .bannerDescription {
        top: 90px;
    }
}

@media screen and (max-width:1400px){
    .bannerDescription {
        top: 50px;
    }
}

@media screen and (max-width:1200px){
    .bannerDescription {
        top: 7%;
    }
    .bannerDescription h1{
        font-size: 26px;
    }
}

@media screen and (max-width:992px){
    .bannerDescription {
        top: 7%;
    }
    .bannerDescription h1{
        font-size: 22px;
    }
}


@media screen and (max-width:768px){
    /* .bannerDescription {
        display: block;
        position: relative;
        top: unset;
    } */
    .rsContent{
        background-color:rgb(255, 115, 1);
    }
}

.bannerVideo{
    width: 100%;
    height: auto;
}

.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;
}

/* misc */

#header {
    background: #fff;
    /* position: fixed; */
    width: 100%;
    z-index: 100;
}

.header-icons{
    height: 46px;
    padding: 15px 20px;
    color: #fff;
}

.header-icons.bg-orange{
    padding: 13px 25px;
}

.header-icons a{
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}

.header-icons .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0;
}

.fixed-header{
    position: fixed;
}

.fixed-header-logo{
    width: 140px;
    transform: translateY(6px);
}

.fixed-header-hide{
    display: none;
}

#logo{
    transition: 300ms;
    z-index: 102;
}

.fixed-header{
    position: fixed;
    box-shadow: 0 5px 6px 0 rgba(20,20,20,.05),0 10px 20px 0 rgba(20,20,20,.15);
}

#logo.fixed-header-logo{
    width: 80px;
    transform: translateY(30px);
}

#menu {
    width: 100%;
    height: 150px;
}

.fixed-header #menu {
    width: 100%;
    height: 60px;
}

#footer {
    color: #fff;
    font-size: 12px;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

#footer p {
    font-weight: 700;
    font-size: 10px;
}

#footer a {
    /* color: #fff; */
    line-height: 150%;
}

#footer .footer-content a{
    font-size: unset;
    border: none;
}

#footer .footer-content a:hover{
    color: #fff;
    text-decoration: underline;
}

.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;
    margin-bottom: 0px!important;
}

.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;
}

::-moz-selection {
    background: #FDB920;
    color: #333;
}

::selection {
    background: #FDB920;
    color: #333;
}

::-moz-selection {
    background: #FDB920;
    color: #333;
}

.dropdown-menu {
    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;
    width: 300px;
    top: 30px;
}

.menuLevel2 .dropdown-toggle{
    position: relative;
}

.menuLevel2 .dropdown-menu::before {
    display: none;
}
.menuLevel2 .dropdown-menu {
    top:-8px;
    left: 100% !important;
}

.navbar-expand-md .menuLevel2 .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: 0;
}

.dropdown-toggle::after {
    display: none;
}

.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;
}

.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;
    font-weight: 700;
    line-height: 180%;
    font-size: 12px;
    border-bottom: 1px solid #fff;
}

a.footer-parent:hover {
    text-decoration: none;
}

.footer-child {
    color: #fff;
    text-decoration: none;
    line-height: 180%;
}

footer a:hover {
    text-decoration: none;
}

#bannerWrap {
    position: relative;
}

.nav-link {
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav .active>.nav-link {
    font-weight: 700;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/images/burger-icon.svg);
    background-size: 25px 20px;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

.navbar {
    background: #fff;
    height: 100%;
}

.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-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;
    -webkit-background-clip: text;
    background-clip: text;
}

.btn-submit{
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    text-align: left;
    font-weight: 700;
    width: 300px;
    max-width: 100%;
    font-size: 14px;
}

.btn-submit::after{
    content:"\2023";
    display: block;
    position: absolute;
    right: 15px;
}

.input-outline {
    padding: 14.5px 16px;
    background: none;
    outline: none;
    color: #000 !important;
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 0;
    width: 100%;
    cursor: text;
    background: #f3f3f3;
}

.input-outline::-webkit-input-placeholder {
    color: #555 !important;
}

.input-outline:-ms-input-placeholder {
    color: #555 !important;
}

.input-outline::-ms-input-placeholder {
    color: #555 !important;
}

.input-outline::-moz-placeholder {
    color: #555 !important;
}

.input-outline::placeholder {
    color: #555 !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: 11px;
    color: #99A8BA;
    margin-bottom: 5px;
}

.package-box {
    width: 180px;
    margin: 0 auto;
    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: 13px;
    color: #2E4B70;
    list-style-position: inside;
}

.royalSlider {
    width: 100% !important;
    /* height: 600px; */
}

/*ADDED FOR COOKIE SUPPORT FROM THEATRE TOKENS*/
.overlay-box {
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 12px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.overlay-box h1,
.overlay-box h2,
.overlay-box h3 {
    color: #fff;
}


.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 {
    width: 50%;
    padding: 20px;
    position: fixed;
    top: 145px;
    left: 50%;
    margin-left: -25%;
    margin-top: 0;
    z-index: 1501;

    background: #EC5E36;
    color: #fff;
    padding: 30px;
}

.overlayContent a:hover{
    color: #fff;
    text-decoration: underline;
}

.overlayContentAbs {
    position: absolute;
}

.overlayContentAbs {
        position:absolute !important;
}

.bg-blue-grad-overlap-section {
    padding-top: 0!important;
    margin-top: 121px;
}

.bg-blue-grad p, .bg-blue-grad h1, .bg-blue-grad h2, .bg-blue-grad h3, .bg-blue-grad .h1, .bg-blue-grad .h2, .bg-blue-grad .h3 {
    color: #fff;
}

.bg-blue-grad-overlap-section p, .bg-blue-grad-overlap-section h1, .bg-blue-grad-overlap-section h2, .bg-blue-grad-overlap-section h3, .bg-blue-grad-overlap-section .h1, .bg-blue-grad-overlap-section .h2, .bg-blue-grad-overlap-section .h3 {
    color: #fff;
}

.bg-offwhite{
    background: #F4F9FF;
}

.bg-offwhite-escape * {
    z-index: 10;
}

.bg-white-escape * {
    z-index: 10;
}

.bg-offwhite-escape-left::after {
    content: "";
    /* background: #F5FAFE; */
    background: #D10E31;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -2;
    margin-left: -100%;
}

.bg-white-escape-right::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    margin-right: -100%;
}

.bg-offwhite-escape-right::after {
    content: "";
    background: #F5FAFE;
    background: #D10E31;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    margin-right: -100%;
}

.bg-white-escape-left::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -2;
    margin-left: -100%;
}

.blog-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.blog-image {
    width: 100%;
    height: auto;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-box-inner{
    padding: 15px 18px 30px;
    color: #fff;
}

.blog-title{
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

.blog-title{
    min-height: 60px;
}

.blog-title a{
    color: #fff;
}

.blog-intro{
    color:#fff;
    font-size: 13px;
    margin: 0;
    height: 100px;
}

.blog-button{
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
}

.blog-button:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

@media screen and (max-width:992px){
    .blog-intro{
        height: 70px;
    }
}

.latest-articles-title{
    font-weight: 400;
}
/* 
.blog-button {
    display: inline-block;
    -webkit-transform: translateY(31px);
            transform: translateY(31px);
    margin: auto;
    padding: 11px 12px;
} */

.article-date {
    font-size: 33px;
}

.article-image {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 600px;
    width: 100%;
}

.archive-box{
    background: #EAEDF0;
}

.news-img{
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
}

.navigator-box:hover{
    color: #000;
}

.navigator-box p{
    color: #242D42;
}

.navigator-box span{
    font-size: 13px;
}

.navigator-box:hover span span{
    text-decoration: none!important;
}

.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-link:hover{
    color: #fff;
}

.navigator-text{
    font-size: 14px;
    text-decoration: none!important;
}

.navigator-inner{
    padding: 15px;
    color: #fff;
    text-decoration: none!important;
}

.navigator-inner h4{
    color: #fff;
}

.twitter-title{
    font-size: 14px;
}

.twitter-title span:last-child{
    float: right;
}

.twitter-title a{
    color: #242D42;
}

.twitter-title a:hover{
    color: #242D42;
    text-decoration: underline;
}

.twitter_tweet{
    font-size: 14px;
    color: #6E6F72;
}

.twitter_tweet a:hover{
    font-size: 14px;
    color: #242D42;
}

.twitter_item:not(:last-child)::after{
    content: "";
    height: 1px;
    width: 100%;
    margin: 0 15px 18px;
    border-bottom: dotted 1px #6E6F72;
}

.dropdown {
  position: relative;
  padding: 0;
  color: #fff;
}

.navbar-nav .dropdown-menu .nav-link {
    color: #fff!important;
    padding: 10px;
}

.navbar-nav .dropdown-menu .nav-link:hover {
    padding: 10px;
}

/* .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;
    transition: 200ms;
    cursor: pointer;
}

input[type="checkbox"]:checked::after{
    content: "\02713";
    color: #fff;
    font-size: 13px;
    padding: 1px 2px;
    background: #F6882E;
}

span.required:not([style*="display:none"]) + span{
    border-color: #D10E31;
}

span.required:not([style*="display:none"]) + .input-outline{
    border-color: #D10E31;
}

.fb-page{
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.03), 0 10px 25px 0 rgba(0,0,0,.15);
}

.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;
}

.link-box-inner{
    background:#fff;
    padding: 15px;
    text-align: center;
}

.link-box-inner a{
    font-weight: 700;
    font-size: 14px;
}

.link-box-border .link-box-inner{
    border-top: 4px solid #D10E31;
}

.link-box-border-red .link-box-inner{
    border-top: 4px solid #D10E31;
}

.link-box-border-blue .link-box-inner{
    border-top: 4px solid #1E59A4;
}

.link-box-border-yellow .link-box-inner{
    border-top: 4px solid #FFC300;
}

.link-box-border-violet .link-box-inner{
    border-top: 4px solid #625A7D;
}

.overlap-row .link-box-outer{
    margin-top: -121px;
}

.link-box-outer{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link-box-outer > a{
    display: flex;
    height: 100%;
    align-items: center;
    max-height: 300px;
}

.link-box-outer > a > img{
    padding: 15px;
    max-height: 300px;
    width: auto;
    margin: auto;
}

.accordion button.collapsed::after{
    transform: rotate(0deg);
    padding: 15px 10px 5px;
}

.accordion button::after{
    content: "\002B";
    color:#000;
    position: absolute;
    right: 30px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 13px 9px 5px;
    top: 17px;
    transition: .3s;
    transform: rotate(225deg);
    line-height: 0;
}

#content .accordion .card, #documentsPanel .accordion .card, #relatedDocumentsPanel .accordion .card{
    border: none!important;
    outline: none!important;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 0;
}

#content .accordion .card h3, #content .accordion .card button,#documentsPanel .accordion .card h3, #documentsPanel .accordion .card button,#relatedDocumentsPanel .accordion .card h3, #relatedDocumentsPanel .accordion .card button{
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

#documentsPanel .accordion .card button,#relatedDocumentsPanel .accordion .card h3, #relatedDocumentsPanel .accordion .card button{
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 50px 20px;
    width: 100%;
    text-align: left;
}

#content .accordion .card-header, #documentsPanel .accordion .card-header, #relatedDocumentsPanel .accordion .card-header{
    border: none!important;
    outline: none!important;
    background: none;
}

#documentsPanel .accordion .card-header, #relatedDocumentsPanel .accordion .card-header {
    padding: 0;
}

.accordion button.collapsed::after{
    transform: rotate(0deg);
    padding: 15px 10px 5px;
}

.accordion button::after{
    content: "\002B";
    position: absolute;
    right: 30px;
    width: 36px;
    height: 36px;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #fff;
    color: #FFF;
    border-radius: 100%;
    padding: 13px 9px 5px;
    top: 17px;
    transition: .3s;
    transform: rotate(225deg);
    line-height: 0;
}

.page-down-link{
    width: 36px;
    height: 36px;
    background-image: url('/images/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    z-index: 99;
}

.page-up-link{
    width: 36px;
    height: 36px;
    background-image: url('/images/up-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index:  99;
    top: -18px;
    right: 0;
}

input[type="button"].backButton{
    background: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 5px;
}

.navbar-brand {
    z-index: 101;
    position: absolute;
}

.banner-image{
    display: block;
    margin: auto;
}

#documentsPanel .card-body, #relatedDocumentsPanel .card-body{
    padding: 0px 50px 15px;
}

#documentsPanel .card-body p, #relatedDocumentsPanel .card-body p{
    max-width: 700px;
}

#documentsPanel .card-body a:hover, #relatedDocumentsPanel .card-body a:hover{
    color: #fff;
}

@-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: 700px !important;
    }

    .container-wide {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 992px) {
    .container-narrow {
        max-width: 780px;
    }
    #content h1{
        margin-bottom: 50px;
    }
}

@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;
    }
    .header-icons{
        width: 25%;
        text-align: center;
    }

    h1, .h1 {
        font-size: 42px;
    }
    #footer {
        padding: 40px 0;
    }
    
}

@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%;
        text-decoration: none;
    }

    .navbar .navbar-nav {
        width: 100%;
        background: #fff;
    }

    .navbar-nav>li>ul::before,
    .navbar-nav>li>ul::after {
        border: none;
    }
    
    #content.home>section:not(#banner){
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #content>section:not(#banner),
    #contact-form,
    #blog,
    .blog-landing,
    .blog-article,
    #Social,
    .gallery-section,
    .archive-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mobile-center {
        text-align: center;
    }

    h1,
    .h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }
    .header-icons{
        width: 50%;
        text-align: center;
    }
    .dropdown-menu {
        background-color: #fff;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu .nav-link {
        padding: 10px;
    }
    .navbar-nav .dropdown-menu .nav-link:hover {
        padding: 10px;
    }
    #footer{
        padding: 0;
    }
    .bg-blue-grad-overlap-section {
        margin-top: 85px;
    }
    .overlap-row .link-box-outer {
        margin-top: -85px;
    }
    .overlap-row .col-6:nth-of-type(3) .link-box-outer,.overlap-row .col-6:nth-of-type(4) .link-box-outer{
        margin-top: 0;
    }
    .page-up-link {
        right: 15px;
    }
    #logo{
        width: 80px;
        transform: translateY(0px);
    }
    .navbar-brand{
        position: absolute;
        right: 15px;
        transform: translateY(30px);
        top: -25px;
    }
    #menu{
        height: auto;
    }
    .overlayContent{
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        top: 0px;
        padding: 15px;
    }

    .overlayContent p{
        font-size: 13px;
    }

    .royalSlider {
        height: 260px !important;
    }
    .menuLevel1.nav-item.dropdown a{
        display: inline-block;
    }
    .header-icons .menuLevel1.nav-item.dropdown::after{
        content: "";
        display: none;
    }
    .header-icons .menuLevel1.nav-item.dropdown::after{
        display: none;
    }
    .menuLevel1.nav-item.dropdown::after{
        content: "";
        display: inline-block;
        border-left: 4px #fff;
        border-right: 4px #fff;
        border-top: 5px #1D174D;
        border-bottom: 3px #fff;
        border-style: solid;
        transform: translateY(2px);
        margin-left: 5px;
    }
    .menuLevel1.nav-item.dropdown.show::after{
        display: NONE;
    }

    .menuLevel2 .dropdown-menu {
        display: inline-block !important;
        font-size: 12px !important;
        margin-bottom: 0px !important;
        padding-left: 15px !important;
    }
    
}

@media screen and (max-width:400px) {
    .royalSlider {
        height: 190px !important;
    }
    .banner-box {
        padding: 15px;
    }
}