@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Open+Sans:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #3E4346;
    background-color:#A2B3BD;
}
.mce-content-body {
    background-color:#fff;
}
ul.donation-buttons {
    display:inline;
    list-style:none;
    padding: 0;
    text-align: center;
}
ul.donation-buttons li {
    list-style-image: none;
    list-style-type: none;
    display: inline-block;
    margin-left: 0px !important;
    margin-right: 4px;
}
.btn-orange {
    display:inline-block;
    background-color: #E76F31;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18pt;
    padding:20px;
    width: auto;
    min-width:80px;
    text-align: center;
    border-radius: 15px;
}
.btn-oranged {
    display:inline-block;
    background-color: #3F2860;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18pt;
    padding:20px;
    width: auto;
    min-width:80px;
    text-align: center;
    border-radius: 15px;
}
.hilite {
    background-color: #e1ff00;
}
.logo-large {
    width:791px;
    height: auto;
}
a.btn-orange:hover, a.btn-orange:active, a.btn-orange:focus, a.btn-oranged:hover, a.btn-oranged:active, a.btn-oranged:focus {
    background-color: #3F2860;
    text-decoration: none;
    color: #fff;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #EDB13A;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
}
.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202647;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}
.go-top:focus,
.go-top:hover {
    color: #fff
}
.go-top:focus::before,
.go-top:hover::before {
    opacity: 1;
    visibility: visible
}
.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}
.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}
.owl-carousel .owl-item img {
    width: auto;
}
#newslink {
    color: #fff;
    font-size: 18pt;
    font-weight: lighter;
    text-decoration: none;
    padding: 15px;
    display: block;
}
.btn {
    font-size: 13pt;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    padding: 1px 20px;
    border-radius: 25px;
}
.btn-center {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width:auto;
    display:block;
}
.btn-primary {
    color: #fff;
    background: url("/images/star-transparent.png") no-repeat #0D0C3E;
    background-size: 19px;
    background-position: 8px 6px;
    border-color: #09092f;
    min-width: 160px;
    margin-bottom:10px;
    padding-left: 28px;
}

.btn-default {
    color: #fff;
    background-color: #239699;
    border-color: #207b7c;
    min-width: 150px;
}
.btn-success {
    color: #fff;
    background-color: #373717;
    border-color: #626226;
    min-width: 150px;
    box-shadow: 2px 6px 8px 1px #a7a7a7;
}
#Captcha {
    display:none;
}
.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    color: #3E4346;
    font-size: 12pt;
    margin-left:30px;
    position: relative;
}
ul > li:nth-child(1):before {
    display: none;
}
.breadcrumb li:before {
    content: "\f054"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.75em;
    width: 1.5em;
}
.breadcrumb a {
    font-family: 'Open Sans', sans-serif;
    color: #3E4346;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
.breadcrumb a:hover {
    font-family: 'Open Sans', sans-serif;
    color: #aaa;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
.language-other {
    display: none;
}

.once .modal-header {
    margin-top:-40px;
    border-bottom: none;
}
.once .btn-close {
    box-sizing: content-box;
    width: 8px;
    height: 10px;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: .25rem;
    opacity:initial;
}
.once .modal-body {
    min-height: 250px;
    background: url('/images/language.jpg') bottom right no-repeat;
    text-align: center;
}
.dark-container {
    width:100%;
    margin: -8px 0px;
    background-color: #2F5891;

}
.dark-container h2 {
    text-align: center;
    font-size: 18pt;
}
.dark-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24pt;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding-top:20px;
}
.dotted {
    border-top: dotted 5px #fff;
}
.event {
    color:#fff;
    font-weight: normal;
    padding:10px;
}
.event h3 {
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    padding-top:0px;
    padding-bottom:0px;
}
.event a {
    color:#fff;
    font-weight: 800;
    text-decoration: none;
}
.event a:hover {
    text-decoration: underline;
}
.event img {
    max-width: 175px;
    max-height: 175px;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36pt;
    color: #2F5891;
    font-weight: 800;
    text-align: center;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    font-weight: 600;
    text-align: left;
    color:#239699;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    font-weight: 800;
    text-align: left;
    color:#3E4346;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 110%;
    color: #2F5891;
    font-weight: 800;
    text-align: center;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    color:#239699;
    padding-bottom: 15px;
}
.white {
    background-color: #fff;
}
.white h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26pt;
    color: #2F5891;
    font-weight: 800;
    text-align: center;
    width:100%;
    margin-top:30px;
}
.white a {
    color:#239699;
}
.navbar-light .navbar-nav .nav-link {
    color: #3E4346;
}
.navbar-light .navbar-toggler {
    color: #2F5891;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847, 88, 145, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-link {
    padding:0;
}
.nav-item {
    border-right: solid 1px #EDB13A;
    font-size: 11pt;
}
.nav-item:first-child {
    margin-left: 40px;
}
.nav-item:last-child {
    border-right:none;
}
.sitebox {
    max-width:1024px;
}
.top-bar {
    background-color: #EDB13A;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #0D0C3E;
    font-size: 15pt;
    text-align: center;
    padding-top:10px;
    margin-left:-12px;
    margin-right:-12px;
}
.top-bar ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: -4px;
}

.top-bar ul li {
    display: inline-block;
    padding: 0px 3px;
    margin: -2px 0px;
    vertical-align:middle;
}
.section {
    padding: 30px 0;
    width: 95%;
    margin-left:auto;
    margin-right:auto;
}

.locations {
    padding: 5px 15px;
}
.locations a, .jumplinks a {
    font-weight: 600;
    text-decoration: none;
}
.locations a:hover, .jumplinks a:hover {
    font-weight: bolder;
    font-style: italic;
}
.slider {
    border-radius: 8px;
    margin-left:20px;
    margin-right:20px;
}
.area {
    width: 32%;
    height: 300px;
    border-radius: 8px;
    text-align: center;
    margin: 5px;
    max-width: 305px;
}
.area h2 {
    color:#fff;
    font-weight: bold;
    font-size:107%;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px;
    text-align: center;
}
.area img {
    margin-top:40px;
    height:100%;
}
.circle-img {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}
.wine {
    background-color: #8B0033;
}
.area .wine h2 {
    max-width: 170px;
}
.gold {
    background-color: #EDB13A;
}
.area .gold h2 {
    max-width: 170px;
}
.blue {
    background-color: #2F5891;
}
.area .blue h2 {
    max-width: 225px;
}
.area .dark h2 {
    max-width: 170px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    font-weight: 600;
}
.dark {
    background-color: #2C305C;
    color: #fff;
}
.dark h2 {
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 26pt;
    font-weight: 800;
    padding-top:15px;
}
.dark a {
    color: #fff;
    font-weight: bold;
}
.dark p, .dark h3, .dark h4 {
    color: #fff;
}
.area .dark-blue h2 {
    max-width: 170px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    font-weight: 600;
}
.dark-blue {
    background-color: #0D0C3E;
    color: #fff;
}
.dark-blue h2 {
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 26pt;
    font-weight: 800;
    padding-top:15px;
}
.dark-blue a {
    color: #fff;
    font-weight: bold;
}
.dark-blue p, .dark-blue ul, .dark-blue ol, dark-blue li {
    color: #fff;
}
.teal {
    background-color: #239699;
}
.teal h2 {
    max-width: 225px;
}
.left-content {
    background-position: top right;
    background-repeat: no-repeat;
    background-size:cover;
    min-height:400px;
    height:auto;
}
.left-content-box {
    background:transparent;
    min-height: 400px;
}
.light-blue {
    background-color: #6FB9BC !important;
}
.light-blue h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22pt;
    max-width: none;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.light-blue p {
    color: #fff;
}
.light-blue .btn-primary {
    background-color: #0D0C3E;
}
.light-blue .btn-default {
    color: #fff;
    background-color: #A2B3BD;
    border-color: #A2B3BD;
    min-width: 150px;
}
.home-video {
    text-align: right;
}
.tablet_hide {
    display:revert;
}
.phone_hide {
    display:revert;
}
.mobile, .mobile-inline {
    display: none !important;;
}
.tablet, .tablet-mobile, .tablet-inline, .tablet-mobile-inline {
    display: none !important;
}
.desktop, .desktop-tablet {
    display: block !important;;
}
.desktop-inline, .desktop-tablet-inline {
    display: inline-block !important;;
}
.no-padding {
    margin:0;
}
.slide-container {
    overflow-y: hidden;
    max-height: 250px;
}
.slide-image {
    max-width: 350px;
    max-height: none;
}
.slide-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22pt;
    max-width: none;
    color: #fff;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}
.slide-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    color: #239699;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
.slide-content p, .slide-content ul, .slide-content li {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size:11pt;
    font-weight: normal;
    text-align: left;
}
.search {
    background: url("/images/site/search-background.png") top left no-repeat;
    background-size: 100%;
    width:100%;
    height:400px;
}
.search h2 {
    font-size:30pt;
    font-weight: 800;
    text-align: center;
    color:#fff;
    display:block;
    position:relative;
    padding-top:30px;
}
.title-bar {
    margin-bottom: 5px;
    margin-left: -12px;
    margin-right: -12px;
    text-align: center;
    position: relative;
}
.title-bar .title-content {
    display:inline-block;
    width:600px;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
}
.title-bar .title-content h1 {
    color: #fff;
    font-size: 26pt;
    padding-bottom:15px;
}
.title-bar .title-content .form-control {
    display: block;
    width: 100%;
    padding: 0.175rem 3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.title-bar .circle-img {
    display: inline-block;
    width:250px;
    height:auto;
    padding:15px;
    margin-left:auto;
    margin-right:auto;
}
.search h3 {
    font-size: 14pt;
    font-weight: 400;
    color:#fff;
    text-align: center;
}
.search-form {
    position:relative;
}

.search .form-control {
    margin-top:30px;
    border-radius:1.5rem;
    padding: 0.375rem 3.75rem;
}
.search-form .search-submit {
    background-image: url(/images/search.svg);
    background-color: transparent;
    background-size: 20px 20px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    border:none;
}
.search-form .search-submit:hover {
    background-image: url(/images/search.svg);
    background-color: transparent;
    background-size: 20px 20px;
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.stages h2 {
    color: #2F5891;
    font-family: 'Montserrat', sans-serif;
    font-size: 24pt;
    font-weight: 800;
    text-align: center;
}
.stages h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    font-weight: 200;
    text-align: center;
    color:#239699;
}
.stages h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: 200;
    text-align: center;
    color:#2F5891;
}
.stages img {
    max-width:170px;
    padding:20px;
    height:auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
.stages a {
    text-decoration: none;
}
.footer {
    background-color: #3E4346;
    color:#fff;
}
.footer h2 {
    text-align: center;
    color: #fff;
    font-size:18pt;
}
.footer .footer-logo {
    padding:15px;
}
.footer .address {
    text-align: left;
}
.footer .address .address-block {
    display: block;
    padding:15px;
    text-align:left;
    margin-right:10px;
    margin-left:auto;
    max-width:345px;
}
.footer .copyright {
    font-size:10pt;
    text-align: center;
    color:#fff;
    padding:15px;
}
.footer .footer-links ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-left: -15px;
    width:100%;
}
.footer .footer-links ul li {
    display: inline-grid;
    padding: 20px 0;
    margin: auto;
    vertical-align: middle;
    width: 24%;
    justify-content: center;
}
.footer .footer-links ul li a {
    font-size:16pt;
    font-weight: bold;
    color: #62BEA1;
    white-space: nowrap;
    text-decoration: none;
}
.footer .footer-links ul.sub-nav {
    margin-top:5px;
}
.footer .footer-links ul.sub-nav li {
    display: block;
    padding: 0px 3px;
    margin: -2px 0px;
    width:100%;
    vertical-align:middle;
    text-align:left;
}
.footer .footer-links ul.sub-nav li a {
    font-size:12pt;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}
.top-bordered {
    border-top: 1px solid #a7a7a7;
}
.booksModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 20px;
    left:20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.booksModal .books-header {
    background: #fff;
    position: relative;
    padding:5px;
    margin:0;
    height:50px;
    text-align: right;
}
.booksModal .books-body {
    background: #fff;
    position: relative;
    padding:10px;
    margin:0;
    height:90vh;
    text-align: right;
}

@media (max-width: 991px) {
    .area h2 {
        float: none;
    }
    .top-bordered {
        border:none;
    }
    h2 {
        text-align: center;
    }
    .locations {
        padding: 5px 0px;
    }
    .event img {
        max-width: 125px;
        max-height: 125px;
    }
    .circle-img {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        display: revert;
    }
    .nav-item:first-child {
        margin-left: revert;
    }
    .nav-item:last-child {
        border-right:revert;
    }
    .nav-item {
        font-size: x-large;
        border-right: none;
        padding: 5px 0px;
    }
    .home-video {
        text-align: center;
    }
    .tablet_hide {
        display: none;
    }

    .phone_hide {
        display: revert;
    }

    .mobile, .mobile-inline {
        display: none !important;;
    }

    .desktop, .desktop-inline {
        display: none !important;;
    }

    .tablet, .desktop-tablet, .tablet-mobile {
        display: block !important;;
    }

    .tablet-inline, .desktop-tablet-inline, .tablet-mobile-inline {
        display: inline-block !important;;
    }
    .footer .footer-links ul li {
        width: 48%;
    }
}
@media (max-width: 768px) {
    .booksModal {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    iframe {
        max-width:98%;
    }
    .area {
        width: 85%;
        max-width: none;
        height: 200px;
    }
    .area h2 {
        float:right;
        width: 200px;
    }
    .event-img-block {
        text-align: center;
        padding-bottom: 30px;
    }
    .event img {
        max-width: 175px;
        max-height: 175px;
    }
    .left-content {
        background-position: center center;
        background-repeat: no-repeat;
        background-size:cover;
    }
    .left-content-box {
        background: rgba(255, 255, 255, 0.6);
        overflow: hidden;
    }
    .light-blue h2 {
        color: #2C305C;
    }
    .light-blue p {
        color: #2C305C;
    }
}
@media (max-width: 600px) {
    .title-bar .title-content {
        width: 90%;
        text-align: center;
        padding-bottom: 15px;
        vertical-align: middle;
    }
    .btn {
        font-size:12pt;
    }
    .circle-img {
        width: 120px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
    .top-bar ul li {
        padding: 0px 0px;
    }
    .tablet, .tablet-inline {
        display: none !important;;
    }
    .event h3 {
        padding-top:15px;
    }
    .desktop, .desktop-inline, .desktop-tablet, .desktop-tablet-inline {
        display: none !important;;
    }

    .mobile, .tablet-mobile {
        display: block !important;;
    }

    .mobile-inline, .tablet-mobile-inline {
        display: inline-block !important;;
    }
    .footer h2 {
        font-size: 14pt;
    }
}
@media (max-width: 400px) {
    .top-bar ul li {
        padding: 0px 0px;
        width:30px;
        height:auto;
    }
    .btn {
        font-size: 10pt;
    }
}