/*===============================================*/
/* UNIVERSAL                                     */
/*===============================================*/

/* LAYOUT ______________________________________ */
#globalWrapper {
    overflow-x: hidden;
}
@media(min-width: 1300px) {
    .container {
        max-width: 65%;
    }
}
.row {
    margin: 0;
}
.deadSpace {
    padding-top: 100px;
    padding-bottom: 100px;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.noMargin {
    margin: 0;
}
.bottomMargin {
    margin-bottom: 2%;
}
.text-wrap-right {
    clear: right;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}
.text-wrap-left {
    clear: left;
    float: right;
    margin-left: 50px;
    margin-bottom: 30px;
}
.center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.indent {
    padding-left: 32px;
}
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.inline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.reverse-wrap {
    display: flex;
    flex-wrap: wrap-reverse;
}

/* FONT ________________________________________ */
p {
    font-family: kepler-std, serif;
    /* font-size: 22px; */
    font-size: 26px;
    /* line-height: 32px; */
    line-height: 36px;
    letter-spacing: 0.25px;
    color: #444444;
    margin: 0;
}
.article-desc p {
    font-size: 24px;
    line-height: 32px;;
}
h1, h2, h3, h4 {
    font-family: brandon-grotesque, sans-serif;
    margin: 0;
}
h1 {
    font-size: 60px;
    line-height: 64px;
}
h2 {
    font-size: 38px;
    line-height: 48px;
}
h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
}
h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}
.handwrite {
    font-family: mojito, sans-serif;
}
focus {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #ddb548;
}
gr {
    color: #444;
}
bl {
    color: #437fa8;
}
.gold {
    color: #ddb548;
}
.subTitle {
    font-style: italic;
}
.highlight {
    font-size: 1.45em;
    font-weight: 500;
    color: #ddb548;
}

.color-white {
    color: #ffffff;
}
.color-blue {
    color: #0062cc;
}

/* ELEMENTS ____________________________________ */
.inline-hor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.inline-ver {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
li, li:hover {
    list-style: none;
    text-decoration: none;
}
a, a:hover {
    list-style: none;
    text-decoration: none;
}
.brand-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-color: #437fa8;
    border: none;
}
.brand-btn:hover, .brand-btn:active, .brand-btn:focus {
    box-shadow: none;
    background-color: #2b6891;
}
.brand-btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #437fa8;
    font-family: sans-serif;
    background-color: transparent;
    border: 1px solid #437fa8;
}
.brand-btn-outline:hover, .brand-btn-outline:active, .brand-btn-outline:focus {
    box-shadow: none;
    color: #2b6891;
    border: 1px solid #2b6891;
    background-color: transparent;
}
.mask {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: ease-in all 0.3s;
}
.sectionTitle {
    padding-bottom: 30px;
}
.background-white {
    background: #ffffff;
}
.background-gray {
    background: #eeeeee;
}

/* HELPER CLASSES ______________________________ */
.padding-md-tb {
    padding: 25px 0px;
}
.margin-md-r {
    margin-right: 25px;
}
.margin-md-l {
    margin-left: 25px;
}
.margin-md-b {
    margin-bottom: 25px;
}
.margin-sm-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-sm-r {
    margin-right: 15px;
}
.margin-sm-l {
    margin-left: 15px;
}
.margin-xs-r {
    margin-right: 5px;
}
.margin-xs-l {
    margin-left: 5px;
}

/* PARALLAX ____________________________________ */
.parallax-container {
    padding: 15px;
}
.parallax-container .parallax-viewport {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.parallax-container .parallax-viewport.vertical {
    min-height: 550px;
    max-height: 700px;
}
.parallax-container .parallax-viewport.horizontal {
    min-height: 350px;
    max-height: 500px;
}
.parallax-container .parallax-viewport .parallax-img {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallax-container .parallax-viewport.vertical .parallax-img {
    min-height: 700px;
    max-height: 850px;
    width: auto;
}
.parallax-container .parallax-viewport.horizontal .parallax-img {
    min-height: 500px;
    max-height: 650px;
    width: auto;
}

/* NEWS BOX ____________________________________ */
.news-box {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 5px solid #eeeeee;
    border-radius: 25px;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
    padding-bottom: 25px;
}
.news-box .n-box-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.news-box .n-box-header img {
    width: auto;
    height: 100%;
}
.news-box .n-box-body {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 20px 20px;
}
.news-box .n-box-body .ref-site {
    margin-bottom: 15px;
}
.news-box .n-box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CAROUSEL ____________________________________ */
.carousel-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.carousel-slider .carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%;
    background-color: rgba(250, 250, 250, 0.5);
    height: 50%;
    transition-duration: 0.5s;
}
.carousel-slider .carousel-nav:hover {
    cursor: pointer;
    background-color: rgba(250, 250, 250, 0.85);
}
.carousel-slider .carousel-nav .fas {
    font-size: 20px;
    color: #444444;
    transition-duration: 0.5s;
}
.carousel-slider .carousel-nav:hover .fas {
    font-size: 28px;
}
.carousel-slider .carousel-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin: 0px 40px;
    overflow-x: hidden;
}
.carousel-slider .carousel-container .carousel-viewport {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    left: 0;
}
.carousel-slider .carousel-container .carousel-viewport .carousel-slide {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 5px solid #eeeeee;
    border-radius: 25px;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
    margin: 0px 10px;
}
.carousel-slider .carousel-container .carousel-viewport .carousel-slide .c-slide-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.carousel-slider .carousel-container .carousel-viewport .carousel-slide .c-slide-header img {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.carousel-slider .carousel-container .carousel-viewport .carousel-slide .c-slide-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

/*===============================================*/
/* NAVIGATION                                    */
/*===============================================*/
nav.show {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.navbar {
    position: fixed;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    z-index: 3;
    padding: 10px 150px;
    transition: ease all 0.5s;
    background: none;
}
.navbar .navbar-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 25px 0 0;
    width: 20%;
}
.navbar .navbar-brand img {
    max-width: 100%;
}
.navbar .navbar-collapse {
    justify-content: flex-end;
}
.navbar .navbar-collapse .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 18px;
    color: #444444;
    font-weight: 400;
}
.navbar.show .navbar-collapse .navbar-nav .nav-link.active {
    color: #437fa8 !important;
    font-weight: 600;
}
.navbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: #777777;
}
.navbar .navbar-collapse .navbar-nav .vl {
    border: 0;
    border-right: 2px solid #437fa8;
    height: 25px;
}

/*===============================================*/
/* HOME                                          */
/*===============================================*/
#home .desktop-view .fullWidthBanner {
    display: flex;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
}
#home .desktop-view .fullWidthBanner .container-fluid {
    padding: 0px 150px;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 {
    flex-direction: column;
    padding: 0 0 100px 0;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .row:nth-child(1) {
    margin-bottom: 50px;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .bannerLogo {
    width: 80%;
    margin-bottom: 25px;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .bannerLogo img {
    max-width: 100%;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent {
    flex-direction: column;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-col,
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-row {
    margin-bottom: 25px;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-col .inline,
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-row .inline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 50px;
    overflow-wrap: anywhere;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-col .inline h2,
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-row .inline h2 {
    color: #ffffff;
    font-weight: 200;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-col .inline img,
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent .flex-row .inline img {
    width: 15px;
    margin-right: 15px;
}
#home .desktop-view .fullWidthBanner .container-fluid .row .col-md-7 .headerContent h3 {
    color: #ddb548;
    line-height: 1.25em;
}

/* home section for mobile viewing */
#home .mobile-view .fullWidthBanner {
    background-image: url(/images/homepage_background_dark.jpg);
    background-size: auto 115%;
    background-position: -850px bottom;
    background-repeat: no-repeat;
    height: 100vh;
}
#home .mobile-view .fullWidthBanner .container-fluid {
    justify-content: flex-end;
    padding: 125px 30px;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent {
    flex-direction: column;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-col .inline,
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-row .inline {
    display: flex;
    align-items: center;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-col .inline img,
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-row .inline img {
    width: 15px;
    margin-right: 15px;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-col .inline h2,
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-row .inline h2 {
    font-size: 48px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 200;
    overflow-wrap: break-word;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-col {
    margin-bottom: 30px;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-col .inline:nth-child(1) {
    margin-bottom: 10px;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-row .inline {
    margin-bottom: 15px;
}
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-row .inline:nth-child(1),
#home .mobile-view .fullWidthBanner .container-fluid .row .bannerContent .flex-row .inline:nth-child(2) {
    margin-right: 35px;
}
#home .mobile-view .headerContent {
    background-color: #eeeeee;
    padding: 10px 0px 25px 0px;
}
#home .mobile-view .headerContent .container {
    padding: 30px;
}
#home .mobile-view .headerContent .container h3 {
    color: #ddb548;
    font-size: 30px;
    line-height: 32px;
}
#home .mobile-view .quote-stmt .container {
    padding: 75px 50px;
}
#home .mobile-view .quote-stmt .container p {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

/*===============================================*/
/* MAIN STATEMENT                                */
/*===============================================*/
#home .desktop-view .main-stmt .container .row .col-md-12 .sectionContent p {
    font-size: 44px;
    line-height: 54px;
    text-align: center;
}

/*===============================================*/
/* AWARDS & ACCOLADES                            */
/*===============================================*/
#awards .container .row .col-sm-12 .sectionTitle h1 {
    color: #ddb548;
}
#slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background-image: url(../images/slideshow_background.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    overflow: hidden;
}
#slider-container .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(../images/awards-slide.png);
    background-size: 200% auto;
    background-repeat: repeat-x;
    background-position-y: center;
    animation: slide 25s linear infinite;
}
@keyframes slide {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 200%;
    }
}
#awards .sectionContent {
    margin-bottom: 50px;
}
.book-link {
    margin: 25px 15px;
}
#awards .award-img {
    width: 85%;
    height: auto;
}
.book-img {
    width: 100%;
    height: auto;
}
#awards .sectionContent::after {
    content: "";
    position: relative;
    width: 100%;
    height: 4px;
    margin-top: 50px;
}
#awards .sectionContent:nth-of-type(odd)::after {
    background: linear-gradient(90deg, transparent, #ddb548);
}
#awards .sectionContent:nth-of-type(even)::after {
    background: linear-gradient(90deg, #ddb548, transparent);
}

/*===============================================*/
/* ABOUT                                         */
/*===============================================*/
#about .about_pt1 .container .row .col-sm-12 .sectionContent,
#about .about_pt2 .container .row .col-sm-12 .sectionContent {
    display: block;
}
#about .about_pt1 .container .row .col-sm-12 .sectionTitle h1 {
    color: #444;
}

/*===============================================*/
/* VISION                                        */
/*===============================================*/
#vision .vision_pt1 {
    background-image: url(../images/TexturedBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#vision .vision_pt1 .container .row .col-sm-12 .sectionTitle h1 {
    color: #fff;
}
#vision .vision_pt1 .row .col-md-3 .sectionContent img {
    width: 100%;
}
#vision .vision_pt1 .row .col-md-8 {
    justify-content: center;
    padding: 0;
}
#vision .vision_pt1 .row .col-md-8 .sectionContent p {
    color: #ffffff;
}
#vision .vision_pt2 {
    background-color: #ffffff;
}

/*===============================================*/
/* NEWS                                          */
/*===============================================*/
#news {
    background-color: #ddb548;
}
#news .col-xs-12,
#news .col-xs-12 .news-section {
    width: 100%;
}
#news .news-section h3 {
    color: #eeeeee;
    white-space: nowrap;
    margin-right: 25px;
}
#news .news-section::after {
    position: relative;
    bottom: 10px;
    content: "";
    border: 0;
    border-bottom: 2px solid #eeeeee;
    width: 100%;
}
#news hr {
    border-top: 2px solid #eeeeee;
    width: 100%;
}

/*===============================================*/
/* FOOTER                                        */
/*===============================================*/
#footerContent {
    display: flex;
    flex-direction: column;
    background-color: #eee;
}
#footerContent .container .row {
    justify-content: space-between;
}
#footNav .footerTitle,
#footFollow .footerTitle,
#footerContact .footerTitle {
    margin-bottom: 15px;
}
#footNav {
    flex-direction: column;
}
#footNav .navbar-nav .nav-link {
    padding: 1.5% 0%;
    font-size: 18px;
    color: #437fa8;
    font-weight: 400;
}
#footNav .navbar-nav .nav-link:hover,
#footNav .navbar-nav .nav-link:active {
    color: #2b6891;
}
#footFollow {
    flex-direction: column;
}
#footFollow a {
    width: 60%;
    margin: 5px 0px;
}
#footFollow a img {
    width: 30%;
    margin: 2px 0px;
}
#footerContact {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#footerContact .form-body {
    flex-direction: column;
}
#footerContact .form-body .row .form-group {
    display: flex;
    width: 100%;
}
#footerContact .form-body .row .form-group textarea {
    min-height: 100px;
    margin-bottom: 15px;
}

/*===============================================*/
/* FOOTER RIGHTS                                 */
/*===============================================*/
#footerRights {
    background-color: #777777;
    padding: 1% 0;
}
#footerRights .container .row {
    justify-content: center;
    align-items: center;
}
#footerRights p {
    font-size: 1em;
    color: #fff;
    margin: 0;
}