/* ECVS Stylesheet for 2023 redesign */

/* Core styles */
body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    user-select: none;
}

strong {
    font-weight: 500;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

.grey-box a,
.grey-box-outline a,
.cms a,
.article td a,
.article ul li a,
.article ol li a,
.article p a,
.article h4 a,
.link,
div.portrait-contain > a,
h3.sub > a,
p > a {
    color: #303030;
    text-decoration: underline;
}

.grey-box a:hover,
.grey-box-outline a:hover,
.cms a:hover,
.article td a:hover,
.article ul li a:hover,
.article ol li a:hover,
.article p a:hover,
.article h4 a:hover,
.link:hover,
div.portrait-contain > a:hover,
h3.sub > a:hover,
p > a:hover {
    background-color: #ffdf00;
    color: #303030;
    text-decoration: none;
}

div.spacer-3 {
    clear: both;
    height: 3vw;
    min-height: 60px;
}

div.spacer-6 {
    clear: both;
    height: 6vw;
    min-height: 60px;
}

div.spacer-9 {
    clear: both;
    height: 9vw;
    min-height: 60px;
}

.yellow-button {
    display: inline-block;
    position: relative;
    color: #303030;
    border: 2px solid #ffdf00;
    background-color: #ffdf00;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 200px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

.yellow-button:active,
.yellow-button:hover,
.yellow-button:focus {
    color: #ffdf00 !important;
    background-color: #303030 !important;
    border: 2px solid #303030;
    text-decoration: none;
}

.yellow-outline-button {
    display: inline-block;
    position: relative;
    color: #ffdf00;
    border: 2px solid #ffdf00;
    background-color: transparent;
    text-shadow: 0 0 1px #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 200px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1),text-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

.yellow-outline-button:active,
.yellow-outline-button:hover,
.yellow-outline-button:focus {
    color:#303030;
    background-color: #ffdf00;
    text-decoration: none;
    text-shadow: none;
}

@media(max-width: 680px) {
    .yellow-outline-button {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.black-outline-button {
    display: inline-block;
    position: relative;
    color: #303030;
    border: 2px solid #303030;
    background-color: transparent !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 200px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

.black-outline-button:active,
.black-outline-button:hover,
.black-outline-button:focus {
    color: #fff !important;
    background-color: #303030 !important;
    border: 2px solid #303030;
    text-decoration: none;
}

.button-small {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
    transform: translate3d(0px, 0px, 0px);
}

/* Preloader */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    height: 1500%;
    width: 100%;
    z-index: 9999999;
    background-color: #FFF;
}

/* Navigation styles */
nav .desktop {
    display: block;
}

nav .mobile {
    display: none;
}

@media (max-width: 1199px) {
    nav .desktop {
        display: none;
    }

    nav .mobile {
        display: block;
    }
}

nav .desktop .top-bar {
    transition: all 0.3s;
    position: fixed;
    z-index: 99999;
    width: 100%;
    color: #FFF;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15px;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
}

nav .desktop .top-bar::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to top,rgba(255,255,255,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,0.04) 16%,rgba(0,0,0,0.23) 75%,rgba(0,0,0,0.33) 100%);
}

nav .desktop .top-bar a {
    color: #FFF;
    text-decoration: none;
}

nav .desktop .top-bar a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}

nav .desktop .top-bar .contain {
    text-align: right;
    padding-right: 50px;
}

nav .desktop .top-bar .contain .logo {
    transition: all 0.3s;
    float: left;
    position: relative;
    top: -27px;
    left: 40px;
}

nav .desktop .top-bar-home {
    transition: all 0.3s;
    position: fixed;
    z-index: 99999;
    width: 100%;
    color: #303030;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15px;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
}

nav .desktop .top-bar-home::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    pointer-events: none;
    background: none;
}

nav .desktop .top-bar-home a {
    color: #303030;
    text-decoration: none;
    text-shadow: none;
}

nav .desktop .top-bar-home a:hover {
    color: #303030;
    text-decoration: none;
    background-color: transparent;
}

nav .desktop .top-bar-home .contain .dropdown-inline > a:hover {
    border-bottom: 2px solid #303030;
}

nav .desktop .top-bar-home .contain .dropdown-inline > .icon:hover {
    color: #303030 !important;
    border-bottom: 1px dashed #303030;
}

nav .desktop .top-bar-home .contain div.open > a {
    border-bottom: 2px solid #303030;
}

nav .desktop .top-bar-home .contain div.open > a.icon {
    color: #303030 !important;
    border-bottom: 1px dashed #303030;
}

nav .desktop .top-bar-home .contain {
    text-align: right;
    padding-right: 50px;
}

nav .desktop .top-bar-home .contain .logo {
    transition: all 0.3s;
    float: left;
    position: relative;
    top: -27px;
    left: 40px;
}

.desktop-home {
    background-color: #FFF;
    height: 100px
}

.unscrolled {
    height: 100px;
    padding-top: 40px;
    background-color: transparent;
}

.scrolled {
    height: 56px;
    padding-top: 15px;
    background-color: #2D3842;
}

.logo-unscrolled {
    width: 128px;
    height: 125px;
}

.logo-scrolled {
    width: 0px;
    height: 0px;
    transform: rotate(-120deg);
}

nav .mobile .logo {
    position: relative;
    z-index: 9999;
    float: left;
    top: 15px;
    left: 10px;
    width: 128px;
    height: 125px;
    margin-bottom: -125px;
}

nav .mobile .nav-open {
    position: relative;
    z-index: 99999;
    float: right;
    margin-right: 16px;
    margin-top: 10px;
    font-size: 32px;
    color: #FFFFFF;
    padding: 5px 10px;
}

nav .mobile .nav-close {
    position: relative;
    top: -52px;
    left: -2px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 32px;
    color: #FFFFFF;
    padding: 5px 10px;
}

nav .mobile .slideout {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    max-width: 340px;
    height: 120%;
    background-color: #303030;
    color: #FFFFFF;
    padding-top: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}

nav .mobile .slideout .menu {
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

nav .mobile .slideout .menu .nav-node {
    display: none;
}

nav .mobile .slideout .menu .sub-nav-node {
    display: none;
}

nav .mobile .slideout .menu .open {
    color: #ffdf00;
}

nav .mobile .slideout .menu ul {
    padding-left: 20px;
    list-style-type: none;
}

nav .mobile .slideout .menu ul li {
    text-transform: uppercase;
    padding-top: 25px;
}

nav .mobile .slideout .menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

nav .mobile .slideout .menu ul li a:hover {
    color: #ffdf00;
    background-color: transparent;
}

nav .mobile .slideout .menu ul li ul {
    transition: all 0.3s;
}

nav .mobile .slideout .menu ul li ul li {
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px;
}

nav .mobile .slideout .menu .icons {
    padding-top: 25px;
    padding-left: 12px;
    font-size: 20px;
}

nav .mobile .slideout .menu .icons a {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

nav .mobile .slideout .menu .icons a:hover {
    color: #ffdf00;
    background-color: transparent;
}

.back-to-top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: 17px;
    color: #FFF;
    cursor: pointer;
    z-index: 9994;
    height: 29px;
    width: 29px;
    overflow: hidden;
    text-decoration: none;
    background-color: rgba(130, 130, 130, 0.5);
    border-radius: 100px;
}

.back-to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}

/* Dropdown menu */
.dropdown-inline {
	display: inline-block;
	position: relative;
    margin-left: 10px;
}

.dropdown-inline > a {
    margin-left: 20px;
    text-shadow: 0 0 2px #000000;
}

.dropdown-inline > a:hover {
    border-bottom: 2px solid #FFF;
}

.dropdown-inline > .icon:hover {
    color: #ffdf00 !important;
    border-bottom: 2px none #FFF;
}

.dropdown-inline-unscrolled {
    padding-bottom: 30px;
}

.dropdown-inline-scrolled {
    padding-bottom: 10px;
}

.dropdown-menu {
    background-color: rgba(255,255,255,0.92) !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.92);
}

.dropdown-menu a {
    color: #303030 !important;
    padding: 4px 6px !important;
}

.dropdown ul {
    padding: 15px;
}

.dropdown-menu li {
    border-bottom: 1px dotted #c7c7c7;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li:hover {
    background-color: #ffdf00;
}

.dropdown .caret {
    position: relative;
    top: 3px;
}

.dropdown-menu li.open > a {
    background-color: #ffdf00 !important;
}

div.open > a {
    border-bottom: 2px solid #FFF;
}

div.open > a.icon {
    color: #ffdf00;
    border-bottom: 2px none #FFF;
}

@-webkit-keyframes fadeInDownNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes fadeInDownNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
.fadeInDownNew {
    -webkit-animation-name: fadeInDownNew;
            animation-name: fadeInDownNew;
}

@-webkit-keyframes fadeInLeftNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes fadeInLeftNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
.fadeInLeftNew {
    -webkit-animation-name: fadeInLeftNew;
            animation-name: fadeInLeftNew;
}

@-webkit-keyframes fadeInRightNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes fadeInRightNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
.fadeInRightNew {
    -webkit-animation-name: fadeInRightNew;
            animation-name: fadeInRightNew;
}

@-webkit-keyframes fadeInUpNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes fadeInUpNew {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
.fadeInUpNew {
    -webkit-animation-name: fadeInUpNew;
            animation-name: fadeInUpNew;
}

/* Header styles */
header {
    position: relative;
    width: 100%;
    height: 455px;
    background-color: #425566;
}

header.mobile-header-height-limit {
    border: none;
}

@media (max-width: 680px) {
    header.mobile-header-height-limit {
        max-height: 390px !important;
    }
}

header.auto-height {
    height: auto;
    min-height: 380px;
    padding-bottom: 100px;
}

header::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#303030 0%,rgba(255,255,255,0.001) 100%);
    opacity: 0.5;
}

header .contain {
    clear: both;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 90px;
}

@media (min-width: 1199px) {
    header .contain {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    header .contain {
        padding: 40px 70px;
    }
}

@media (max-width: 680px) {
    header .contain {
        padding: 40px 50px;
    }
}

@media (max-width: 447px) {
    header .contain {
        padding: 40px 30px;
    }
}

header .contain h1 {
    position: relative;
    top: 70px;
    line-height: 1.2;
    margin: 0;
    color: #FFF;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 0 0 3px #000000;
}

@media (max-width: 767px) {
    header .contain h1 {
        font-size: 60px;
    }
}

@media (max-width: 680px) {
    header .contain h1 {
        font-size: 50px;
    }
}

@media (max-width: 447px) {
    header .contain h1 {
        font-size: 40px;
    }
}

header .contain .yellow-outline-button {
    display: inline-block;
    position: relative;
    color: #ffdf00;
    border: 2px solid #ffdf00;
    background-color: transparent;
    text-shadow: 0 0 1px #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 200px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1),text-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

@media(max-width: 680px) {
    header .contain .yellow-outline-button {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

header .contain .yellow-outline-button:active,
header .contain .yellow-outline-button:focus,
header .contain .yellow-outline-button:hover {
    color: #303030;
    background-color: #ffdf00;
    text-shadow: none;
}

header .book-embed {
    position: relative;
    width: 100%;
    height: 700px;
}

@media (max-width: 1598px) {
    header .book-embed {
        top: 135px;
        height: 500px;
    }
}

/* Carousel styles */
.carousel .item .slide {
    width: 100vw;
    height: 30vw;
    min-height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel .item .slide::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(48, 48, 48, 0.3);
    background-image: url('/assets/rebuild/img/grid.png');
    background-repeat: repeat;
}

.carousel .item .slide .slide-contain {
    clear: both;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 90px;
    padding-right: 30px;
    padding-top: 160px;
}

@media (max-width: 1800px) {
    .carousel .item .slide .slide-contain {
        padding-top: 120px;
    }
}

@media (max-width: 1650px) {
    .carousel .item .slide .slide-contain {
        padding-top: 80px;
        padding-left: 150px;
    }
}

@media (max-width: 1199px) {
    .carousel .item .slide .slide-contain {
        padding-top: 80px;
        padding-left: 120px;
    }
}

@media (max-width: 720px) {
    .carousel .item .slide .slide-contain {
        padding-top: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 528px) {
    .carousel .item .slide .slide-contain {
        padding-top: 70px;
        padding-left: 40px;
        padding-right: 30px;
    }
}

@media (max-width: 360px) {
    .carousel .item .slide .slide-contain {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 0px;
    }
}

.carousel .item .slide .slide-contain h1 {
    position: relative;
    line-height: 1.2;
    margin: 0;
    color: #FFF;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-shadow: 0 0 3px #000000;
}

@media (max-width: 1650px) {
    .carousel .item .slide .slide-contain h1 {
        font-size: 60px;
    }
}

@media (max-width: 895px) {
    .carousel .item .slide .slide-contain h1 {
        font-size: 50px;
    }
}

@media (max-width: 528px) {
    .carousel .item .slide .slide-contain h1 {
        font-size: 40px;
    }
}

.carousel .item .slide .slide-contain h2 {
    position: relative;
    line-height: 1.2;
    margin: 0;
    color: #FFF;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 25px;
    text-shadow: 0 0 3px #000000;
}

@media (max-width: 895px) {
    .carousel .item .slide .slide-contain h2 {
        font-size: 27px;
    }
}

@media (max-width: 528px) {
    .carousel .item .slide .slide-contain h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.carousel .item .slide .slide-contain .yellow-outline-button {
    display: inline-block;
    position: relative;
    color: #ffdf00;
    border: 2px solid #ffdf00;
    background-color: transparent;
    text-shadow: 0 0 1px #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 200px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1),text-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

@media(max-width: 680px) {
    .carousel .item .slide .slide-contain .yellow-outline-button {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.carousel .item .slide .slide-contain .yellow-outline-button:active,
.carousel .item .slide .slide-contain .yellow-outline-button:focus,
.carousel .item .slide .slide-contain .yellow-outline-button:hover {
    color: #303030;
    background-color: #ffdf00;
    text-shadow: none;
}

@media (max-width: 1199px) {
    .carousel .carousel-indicators {
        display: none;
    }

    .carousel .carousel-control {
        display: none;
    }
}

/* Main styles */
main {
    max-width: 1500px;
    margin: 0 auto;
    padding: 75px 90px;
    color: #303030;
    font-size: 22px;
    user-select: text;
}

@media (max-width: 767px) {
    main {
        padding: 60px 70px;
    }
}

@media (max-width: 680px) {
    main {
        padding: 45px 50px;
    }
}

@media (max-width: 447px) {
    main {
        padding: 30px 30px;
    }
}

main h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 50px;
    line-height: 65px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 767px) {
    main h2 {
        font-size: 45.5px;
        line-height: 60px;
    }
}

@media (max-width: 680px) {
    main h2 {
        font-size: 41.5px;
        line-height: 50px;
    }
}

@media (max-width: 447px) {
    main h2 {
        font-size: 37.5px;
        line-height: 44px;
    }
}

main .article {
    padding-top: 50px;
}

main .article img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

main .article sm {
    font-size: 16px;
}

main .article input[type=radio] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

main .article .form-control {
    font-size: 16px;
}

main .article label {
    font-weight: 300;
    margin: 0;
}

main h3.sub {
    font-size: 30px;
    line-height: 1.2;
}

main .article h2 {
    margin-bottom: 35px;
}

main .article h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    main .article h3 {
        font-size: 37.5px;
        line-height: 42.5px;
    }
}

@media (max-width: 680px) {
    main .article h3 {
        font-size: 33.5px;
        line-height: 38.5px;
    }
}

@media (max-width: 447px) {
    main .article h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

main .article h4 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}

main .article p {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 35px;
}

main .article ul {
    margin-bottom: 40px;
    list-style-type: circle;
}

main .article ol {
    margin-bottom: 40px;
}

main .article li {
    font-weight: 300;
}

main .article a.yellow-button {
    margin-bottom: 30px;
}

main .article a.black-outline-button {
    margin-bottom: 30px;
}

main table tr td {
    padding: 10px;
}

main .article table {
    width: 100% !important;
    border-top: solid 1px #999;
	border-left: solid 1px #999;
    margin-top: 15px;
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    main .article table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

main .article table.list {
    display: table;
    white-space: normal;
    border: 0;
}

main .article td {
    border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

main .article th {
    border-right: solid 1px #999;
	border-bottom: solid 1px #999;
    font-weight: bold;
	background-color: #EFEFEF;
	text-align: left;
}

main .history-cards {
    margin-top: 30px;
}

main .history-cards .card {
    height: 340px;
    background-color: rgb(204, 204, 204, 1);
    margin-bottom: 30px;
    padding: 40px 50px;
    background-position: center;
    background-size: cover;
}

main .history-cards .card .year {
    display: block;
    font-size: 60px;
    font-weight: 600;
}

main .history-cards .card .event {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

main div.grey-bordered-box-outer {
    margin-top: 25px;
    border: 3px solid #E5E5E5;
    padding: 25px;
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 992px) {
    main div.grey-bordered-box-outer {
        border: none;
        padding: 0;
    }
}

main div.grey-bordered-box-inner {
    border: 3px solid #E5E5E5;
    padding: 25px;
}

@media (max-width: 991.5px) {
    main div.grey-bordered-box-inner {
        border: none;
        padding: 0;
    }
}

main .hr {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin-top: 30px;
    margin-bottom: 30px;
}

main .hr-sm {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin-top: 10px;
    margin-bottom: 10px;
}

main .portrait-contain {
    height: 700px;
    margin-bottom: 65px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
}

main .portrait-contain .portrait {
    text-align: center;
    color: #FFFFFF;
    width: 110%;
    height: 375px;
    background-color: #E0E0E0;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -5%;
}

main .list-row {
    border-top: 1px solid #E0E0E0;
}

main .list-row td {
    border: 0;
    vertical-align: middle;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

main .list-row:last-child {
    border-bottom: 1px solid #E0E0E0;
}

main .list-row.spaced td {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media(max-width: 680px) {
    main .list-row.spaced td {
        vertical-align: top;
    }
}

main .list-number {
    font-size: 6vh;
    padding-left: 15px;
    color: #303030;
    font-weight: 500;
}

main .list-number.left {
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width: 680px) {
    main .list-number.left {
        padding-left: 0;
    }
}

main .highlight {
    background-color: #ffdf00;
    padding-left: 5px;
    padding-right: 5px;
}

main .cards .contain {
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}

main .cards .card {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    cursor: pointer;
}

main .cards .card:hover,
main .cards .card:focus {
    transform: scale(1.15);
}

main .cards .card::before {
    clear: both;
    display: block;
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
}

main .cards .card .title {
    position: relative;
    top: -30%;
    left: 35px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #FFF;
}

main .boxes h2 {
    margin-left: 15px;
    margin-bottom: 20px;
}

main .boxes .box {
    position: relative;
    min-height: 260px;
    background-color: #2E2E2E;
    margin-bottom: 25px;
    transition: all .45s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main .boxes .box:hover,
main .boxes .box:focus,
main .boxes .box:active {
    opacity: 0.8;
}

main .boxes .box.blue {
    background-color: #044173;
}

main .boxes .box .contain {
    position: absolute;
    bottom: 0;
    padding: 35px;
    word-break: break-word;
    text-overflow: ellipsis;
}

main .boxes .box .contain p {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

main .boxes .box .contain h3 {
    font-size: 26px;
    line-height: 30px;
    color: #FFF;
    margin: 0;
}

main .boxes .box .contain h3.asm-label {
    background-color: rgb(0 0 0 / 0%);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-shadow: 0 1px 10px #000000, 1px 2px 1px #000000;
}

main .message {
    display: inline-block;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}

main .message.error {
    border: 2px solid rgb(202, 0, 0);
    color: rgb(202, 0, 0);
}

main .message.error a {
    text-decoration: underline;
    color: rgb(202, 0, 0);
}

main .message.success {
    border: 2px solid rgb(0, 150, 0);
    color: rgb(0, 150, 0);
}

main .message.success a {
    text-decoration: underline;
    color: rgb(0, 150, 0);
}

main div.grey-box {
    background-color: #F4F4F4;
    padding: 3%;
    margin-top: 40px;
    margin-bottom: 40px;
}

main div.grey-box h4:first-child {
    margin-top: 0;
}

main div.grey-box p:last-child {
    margin-bottom: 0;
}

main div.grey-box ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    main div.grey-box {
        padding: 20px;
    }
}

main div.grey-box-outline {
    border: 3px solid #DDD;
    padding: 3%;
    margin-top: 40px;
    margin-bottom: 40px;
}

main div.grey-box-outline h4:first-child {
    margin-top: 0;
}

main div.grey-box-outline p:last-child {
    margin-bottom: 0;
}

main div.grey-box-outline ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    main div.grey-box-outline {
        padding: 20px;
    }
}

/* Content Managed Section */
.cms {
    position: relative;
}

/* Splash */
.splash {
    height: 33vw;
    min-height: 480px;
    max-height: 660px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.splash::before {
    clear: both;
    display: block;
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
}

.splash .contain {
    position: relative;
    clear: both;
    top: -50%;
    transform: translateY(-50%);
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 90px;
}

@media (max-width: 767px) {
    .splash .contain {
        padding: 0px 70px;
    }
}

@media (max-width: 680px) {
    .splash .contain {
        padding: 0px 50px;
    }
}

@media (max-width: 447px) {
    .splash .contain {
        padding: 0px 30px;
    }
}

.splash .contain h2 {
    position: relative;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 30px;
    color: #FFF;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 0 1px 20px #000000, 1px 1px 1px #000000;
}

@media (max-width: 767px) {
    .splash .contain h2 {
        font-size: 40px;
    }
}

@media (max-width: 680px) {
    .splash .contain h2 {
        font-size: 35px;
    }
}

@media (max-width: 447px) {
    .splash .contain h2 {
        font-size: 30px;
    }
}

.splash p {
    font-size: 22px;
    line-height: 30px;
    text-shadow: 0 1px 6px #000000, 1px 1px 1px #000000;
}

.splash .welcome {
    display: inline-block;
    color: #303030;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 50px;
}

.splash .welcome p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    text-shadow: none;
}

/* Notice */
.notice-outer {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 17%;
    padding-right: 17%;
}

@media (max-width: 680px) {
    .notice-outer {
        padding-left: 7%;
        padding-right: 7%;
    }
}

.notice-outer.team {
    height: 60vw;
}

.notice-inner {
    display: inline-block;
    color: #303030;
    padding: 3%;
    background-color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1199px) {
    .notice-inner {
        padding: 20px;
    }
}

.notice-inner h3 {
    font-size: 28px;
    margin: 0;
}

.notice-inner p {
    font-size: 22px;
    margin: 0;
    margin-top: 20px;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

/* Footer styles */
footer {
    width: 100%;
    background-color: #E5E5E5;
    color: #303030;
}

footer p {
    font-size: 18px;
    font-weight: 200;
    line-height: 23px;
    padding-bottom: 20px;
    margin: 0;
}

footer p:last-child {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    footer p:last-child {
        padding-bottom: 30px;
    }
}

footer .contain {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 90px;
}

@media ((max-width: 1199px) and (min-width: 767px)) {
    footer .contain .clr {
        clear: left;
    }
}

@media (max-width: 767px) {
    footer .contain {
        padding: 40px 70px;
    }
}

@media (max-width: 680px) {
    footer .contain {
        padding: 40px 50px;
    }
}

@media (max-width: 447px) {
    footer .contain {
        padding: 40px 30px;
    }
}

footer .contain h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .1px;
    font-weight: bold;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0.4em;
}

footer .contain form input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background-color: #DDDDDD;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    border-radius: 0;
    outline: none;
    margin-bottom: 20px;
}

footer .contain form input:focus {
    border-bottom: 2px solid black;
}

footer .contain form .login {
    width: auto;
    height: auto;
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 20px;
    padding: 0px 12px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

footer .contain form .login:hover {
    background-color: #303030;
    color: #FFFFFF;
}

footer .contain .links {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}

footer .contain .links a {
    display: block;
    border-bottom: 1px dotted #303030;
    text-decoration: none;
    padding: 4px 0;
}

footer .contain .links a:last-child {
    border-bottom: none;
}

footer .copyright {
    background-color: #2D3842;
    color: #FFFFFF;
}

footer .copyright .contain {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 90px;
}

@media (max-width: 767px) {
    footer .copyright .contain {
        padding: 20px 70px;
    }
}

@media (max-width: 680px) {
    footer .copyright .contain {
        padding: 20px 50px;
    }
}

@media (max-width: 447px) {
    footer .copyright .contain {
        padding: 20px 30px;
    }
}

footer .copyright .contain .icons {
    float: right;
    font-size: 20px;
}

footer .copyright .contain .icons a {
    color: #FFFFFF;
    text-decoration: none;
}

footer .copyright .contain .icons a:hover {
    background-color: transparent;
    color: #ffdf00;
}

footer .copyright .contain .icons i {
    margin-right: 16px;
}

@media (max-width: 767px) {
    footer .copyright .contain .icons {
        float: left;
        padding-top: 20px;
    }
}
