@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Prompt:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    color: #000;
}

.PageType_Normal .Normal {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

h1, h2, h3 {
    font-weight: 700;
    color: #000;
}

h4, h5, h6 {
    font-weight: 400;
    color: #1470b8;
}

.PageType_Normal h2 {
    font-size: 2.5rem;
    color: #204559;
}

.PageType_Normal h6 {
    color: #678c1a;
    letter-spacing: 1px;
    margin-top: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #cc3366;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #D84D2B;
}

a:visited {
    color: #cc3366;
}

a:visited:hover {
    text-decoration: none;
    color: #D84D2B;
}

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.image-border {
    border-radius: 10px;
}

.image-border-50 {
    border-radius: 50px;
}

.youtube-modal {
    cursor: pointer;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.orange-button {
    background-color: #F0A133;
    color: #fff !important;
    font-size: 14px;
    padding: 3% 5%;
    border-radius: 50px;
    display: inline-block;
    line-height: 100%;
}

.orange-button:hover {
    background-color: #1470b8;
}

.blue-button {
    background-color: #1470b8;
    color: #fff !important;
    font-size: 14px;
    padding: 25px 40px;
    border-radius: 50px;
    display: inline-block;
    line-height: 100%;
}

.blue-button:hover {
    background-color: #F0A133;
}

.home-testimonial {
    max-width: 1000px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-testimonial p {
    line-height: 2;
    margin-bottom: 2rem;
    font-size: 14px;
}

.home-testimonial h5 {
    color: #606060;
    font-size: 1rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(100%);
}

/* shop now overlay */

body:not(.Page-Home) #ShopNowOverlay {
    display: none;
}

#ShopNowOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.85);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#ShopNowModules {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#ShopNowClose {
    color: #fff;
    cursor: pointer;
}

.shop-now-open {
    visibility: visible !important;
    opacity: 1 !important;
}

#ShopNowText {
    background-image: linear-gradient(rgba(32, 70, 105, 0.9), rgba(32, 70, 105, 0.9)), url(/portals/114/shop-now-bg.jpg);
    background-position: top;
    background-size: cover;
    right: 150px;
    padding: 0 2% 4%;
}

#ShopNowText p {
    color: #f0a133;
    font-size: 22px;
    font-style: italic;
    padding-top: 5%;
    margin-top: 0;
    margin-bottom: 0;
}

#ShopNowText h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    line-height: 80%;
    margin-top: 0;
    margin-bottom: 0;
}

#ShopNowText h4 {
    font-size: 42px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

#ShopNowButton {
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.25);
    bottom: 100px;
    left: 75px;
}

#ShopNowButton .orange-button {
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#ShopNowImage {
    left: 100px;
    bottom: 100px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/
#navbarmain {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 1px;
}

.bg-light {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 75px;
    margin-left: 20px;
    margin-right: 5px;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#dnn_dnnLOGO_imgLogo:hover {
    transform: scale(1.15);
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    border-bottom: 2px solid rgba(0,0,0,0);
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(0,0,0,1);
    color: #1470b8 !important;
}

.nav-link:visited {
    color: #000;
    border-bottom: 2px solid rgba(0,0,0,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #1470b8 !important;
    border-bottom: 2px solid rgba(0,0,0,1);
}

.active .nav-link {
    color: #1470b8 !important;
    border-bottom: 2px solid rgba(0,0,0,1);
}

.dropdown-menu {
    background-color: #1470b8;
    margin: 0;
    padding: 0;
    min-width: 15rem;
    text-align: left;
}

.dropdown-menu .nav-item {
    padding: 0;
}

.dropdown-menu .nav-item.px-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dropdown-menu .nav-link {
    line-height: initial;
    color: #fff !important;
    border-bottom: none;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 15px !important;
    width: 100%;
    text-align: left;
}

.dropdown-menu .nav-link:hover {
    background-color: #678c1a;
    color: #fff !important;
    border-bottom: none;
}

.dropdown-menu .nav-link:visited {
    color: #fff !important;
    border-bottom: none;
}

.dropdown-menu .nav-link:visited:hover {
    background-color: #678c1a;
    color: #fff !important;
}

.dropdown-menu .active {
    border-radius: 0px;
}

.book-now {
    background-color: #1470b8;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    border-radius: 50px;
    display: block;
    transform: scale(1);
    line-height: 100%;
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
}

.book-now:hover {
    transform: scale(.85);
}

.fade-in {
    opacity: 1 !important;
}


.square-block {
    position: relative;
    letter-spacing: 1px;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
}

.square-block-hidden {
    visibility: hidden;
}

.square-block img {
    width: 100%;
}

.square-title-overlay {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 25px;
    letter-spacing: 1px;
    width: 100%;
}

.square-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    background-color: rgba(0,0,0,.75);
    letter-spacing: 1px;
    border-radius: 50px;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.square-block:hover .square-text-overlay {
    opacity: 1;
}

.square-title-overlay h1,
.square-text-overlay h1,
.square-title-overlay h2,
.square-text-overlay h2,
.square-title-overlay h3,
.square-text-overlay h3,
.square-title-overlay h4,
.square-text-overlay h4,
.square-title-overlay h5,
.square-text-overlay h5,
.square-title-overlay h6,
.square-text-overlay h6,
.square-title-overlay p,
.square-text-overlay p {
    color: #fff;
    margin-top: 0;
    margin-bottom: .5rem;
}

.square-title-overlay h1,
.square-text-overlay h1,
.square-title-overlay h2,
.square-text-overlay h2,
.square-title-overlay h3,
.square-text-overlay h3,
.square-title-overlay h4,
.square-text-overlay h4,
.square-title-overlay h5,
.square-text-overlay h5,
.square-title-overlay h6,
.square-text-overlay h6 {
    text-shadow: 1px 1px 10px rgba(0,0,0,.4);
}

.square-title-overlay p,
.square-text-overlay p {
    font-size: 14px;
    line-height: 110%;
}

.square-text-overlay a {
    color: #F0A133;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.square-text-overlay a:hover {
    text-decoration: none;
    color: #1180FB;
}

.square-text-overlay a:visited {
    color: #F0A133;
}

.square-text-overlay a:visited:hover {
    text-decoration: none;
    color: #1180FB;
}


/*------------------------------------------------*/
/* ANIMATIONS */
/*------------------------------------------------*/

/* slide in from left or right */

@keyframes slideInLeft {
    0% {
        transform: translateX(-80%);
        opacity: 0.2;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(80%);
        opacity: 0.2;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.slide-in-left,
.slide-in-right,
.zoom-out {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.slide-in-left {
    animation-name: slideInLeft;
}

.slide-in-right {
    animation-name: slideInRight;
}

.zoom-out {
    animation-name: zoomOut;
}

/*------------------------------------------------*/
/* NAVBAR OVERLAY */
/*------------------------------------------------*/

#NavOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    background-color: rgba(255,255,255,.97);
    z-index: 1030;
    overflow-x: hidden;
    -webkit-transition: top .6s ease-in-out;
    -moz-transition: top .6s ease-in-out;
    -o-transition: top .6s ease-in-out;
    -ms-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
}

#VerticalNavToggle {
    margin: 0 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #1470b8;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#VerticalNavToggle:hover {
    background-color: #1470b8;
    border: 2px solid #202020;
    transform: scale(.85);
}

#VerticalNavToggle .bi {
    color: #1470b8;
    line-height: 40px;
}

#VerticalNavToggle:hover .bi {
    color: #fff;
}

.vertical-menu-open {
    top: 0 !important;
}

.vertical-menu-close {
    text-align: right;
    margin: 10px;
}

.vertical-menu-close .bi {
    color: #1470b8;
    font-size: 1.75em;
    cursor: pointer;
}

#VerticalNavigation {
    margin: 0 2rem;
}

.navbar-secondary-logo {
    width: 100%;
    text-align: center;
}

.navbar-secondary-logo #dnn_VerticalLOGO_imgLogo {
    max-width: 395px;
    width: 100%;
}

#navbarNavVertical .navbar-nav {
    margin-left: 1rem;
}

#navbarNavVertical .nav-item {
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#navbarNavVertical .nav-link {
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #050402 !important;
    border-bottom: none;
    text-decoration: none;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#navbarNavVertical .nav-link:hover {
    text-decoration: none;
    border-bottom: none;
    color: #1470b8 !important;
}

#navbarNavVertical.nav-link:visited {
    color: #050402 !important;
    border-bottom: none;
}

#navbarNavVertical .nav-link:visited:hover {
    text-decoration: none;
    color: #1470b8 !important;
    border-bottom: none;
}

#navbarNavVertical .dropdown-menu {
    background-color: #fff !important;
}

#navbarNavVertical .dropdown-menu .nav-link {
    line-height: initial;
    color: #050402 !important;
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px !important;
    width: 100%;
    text-align: left;
}

#navbarNavVertical .dropdown-menu .nav-link:hover {
    background-color: #fff;
    color: #1470b8 !important;
}

#navbarNavVertical .dropdown-menu .nav-link:visited {
    color: #050402 !important;
}

#navbarNavVertical .dropdown-menu .nav-link:visited:hover {
    background-color: #fff;
    color: #1470b8 !important;
}

#navbarNavVertical .navbar-text {
    margin: 0 4rem;
}

.book-now-vertical {
    background-color: #1470b8;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px 35px;
    border-radius: 50px;
    transform: scale(1);
    display: block;
    line-height: 100%;
    font-family: 'Prompt', Arial, Helvetica, sans-serif;
}

.book-now-vertical:hover {
    transform: scale(.95);
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/


.hero-bg {
    object-fit: cover;
    position: relative;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
}

.Page-Home .hero-bg {
    border-radius: 40px;
    background-image: linear-gradient(120deg, rgba(20, 112, 184, .5) 0%, rgba(42, 186, 108, .5) 100%), url('/Portals/114/studio-bg.jpg');
    height: 700px;
    margin: 8% 3% 0;
    display: flex;
}

.PageType_Normal .hero-bg {
    background-color: #101E2B;
    border-radius: 0 0 40px 40px;
    margin-bottom: 5%;
}

/* about, tech */
.Id2433 .hero-bg,
.Id2434 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/114/bg-blurred.jpg');
    background-size: cover;
    background-position: 50% 10%;
}

.Id2435 .hero-bg {
    display: none;
}

.PageType_Normal .hero-text-top {
    display: none;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Page-Home .hero-text {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 80vh;
    width: 100%;
}

.Page-Home .hero-text-top {
    height: 700px;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h5 {
    color: #fff;
    font-weight: 700;
}

/* contact */

.Id2434 .hero-text h4,
.Id2435 .hero-text h4,
.Id2436 .hero-text h4 {
    font-weight: 300;
    color: #1470b8;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

#dnn_HeroTextLeft {
    padding-left: 1rem;
    padding-right: 1rem;
}

#dnn_HeroTextLeft h2,
#dnn_HeroTextLeft p {
    margin-top: 0;
    text-transform: uppercase;
}

#dnn_HeroTextLeft h2 {
    font-size: 52px;
    margin-bottom: 0;
}

#dnn_HeroTextLeft p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.Page-Home #dnn_HeroTextRight {
    margin-top: -15%;
    padding-right: 3%;
}

.Page-Home .hero-text-bottom {
    display: none;
}

.Page-Home #ImageLinks {
    margin-top: 2%;
}

.Page-Home #ImageLinksSecond {
    margin-bottom: 2%;
}

.PageType_Normal #HomepageContent {
    display: none;
}

.Page-Home #HomeLeftSplit {
    position: relative;
}

.Page-Home #HomeLeftSplit::before {
    content: '';
    position: absolute;
    height: 85%;
    width: 98%;
    left: 1%;
    bottom: 0;
    z-index: -1;
    background-color: #050402;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('/portals/114/home-bg.jpg');
    background-position: top right;
    background-size: cover;
    border-radius: 50px;
}

.Page-Home #HomeLeftSplit h1,
.Page-Home #HomeLeftSplit h2,
.Page-Home #HomeLeftSplit h3,
.Page-Home #HomeLeftSplit h4,
.Page-Home #HomeLeftSplit h5,
.Page-Home #HomeLeftSplit h6 {
    color: #fff;
    font-weight: 700;
}

.Page-Home #HomeLeftSplit p {
    color: #fff;
    font-size: 14px;
}

.Page-Home #ContentHomeOne {
    background-image: url('/portals/114/aimpoint-home-bg-2.png');
    background-size: contain;
    background-position: center;
    height: calc(.66 * 100vw);
    margin-top: 5%;
    margin-bottom: 5%;
    background-repeat: no-repeat;
}

.Page-Home #ContentHomeOne h1 {
    color: #fff;
    font-weight: 700;
}

.Page-Home #ContentHomeOne h2,
.Page-Home #ContentHomeOne h3,
.Page-Home #ContentHomeOne h4,
.Page-Home #ContentHomeOne h5,
.Page-Home #ContentHomeOne h6 {
    color: #fff;
}

.Page-Home #ContentHomeOne p {
    color: #fff;
}

.Page-Home #FullContentHomeThree {
    border-radius: 40px;
    background-image: linear-gradient(120deg, rgba(20, 112, 184, .75) 0%, rgba(20, 112, 184, .75) 100%), url('/Portals/114/bottom-bg-home.jpg');
    background-size: cover;
    min-height: 650px;
    margin: 5% 3%;
}

.Page-Home #FullContentHomeTwo {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Page-Home #ContentHomeOne,
.Page-Home #HomeLeftSplit,
.Page-Home #FullContentHomeThree {
    display: none;
}

/* videos */
body:not(.Id2435) #FreeStuffContent {
    display: none;
}

#FreeStuffContent h2 {
    font-size: 2rem;
    color: #204559;
}

#ytOverlayModule {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, #D2ECE7 100%);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#ytOverlayModule .youtube-video {
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.25)
}

.yt-module-open {
    visibility: visible !important;
    opacity: 1 !important;
}

.yt-video-square {
    border-radius: 30px;
    margin: 5% 0;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.25);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.yt-video-square:hover {
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.5);
}

.yt-video-square img {
    border-radius: 30px 30px 0 0;
}

.yt-video-text {
    padding: 5%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.yt-video-title {
    color: #000 !important;
    font-weight: 700;
}

.yt-watch {
    color: #1470b8 !important;
    cursor: pointer;
}

.yt-watch:hover {
    color: #d84d2b !important;
}

#ytOverlayClose {
    cursor: pointer;
}

#ytTitle {
    text-align: center;
    margin-bottom: 0;
}

.pdf-square {
    border-radius: 30px;
    margin: 5% 0;
    padding: 5%;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.25);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pdf-square:hover {
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.5);
}

.pdf-title {
    color: #000 !important;
    font-weight: 700;
}

.pdf-read {
    color: #1470b8 !important;
}

.pdf-read:hover {
    color: #d84d2b !important;
}

/* etc. */
#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent li {
    list-style-type: disc;
}

.grey {
    background-color: #606060;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6 {
    color: #fff;
}

.blue {
    background-color: #1470b8;
    margin: 4% auto;
    padding: 5% 4% 3%;
    border-radius: 10px;
}

.blue p,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
    color: #fff;
}

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6 {
    font-weight: 700;
}

.blue .book-button {
    margin-top: 0;
    margin-bottom: 0;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.book-button:hover {
    background-color: #fff;
    color: #202020 !important;
    text-decoration: none;
}

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.book-button-alt:hover {
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
}

.event-nav {
    max-width: 1350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs {
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs li {
    list-style-type: none !important;
}

.nav-tabs .nav-link {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 15px;
    cursor: pointer;
    border-bottom: none;
}

.nav-tabs .nav-link:hover {
    border-bottom: none;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 2% 1%;
}

.contact-info {
    margin-bottom: 40px;
}

.contact-info h1,
.contact-info h2,
.contact-info h3,
.contact-info h4,
.contact-info h5,
.contact-info h6,
.contact-info p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-info h4 {
    font-weight: 700;
    color: #204669;
}

.contact-info h6 {
    font-size: 14px;
    color: #678c1a;
}

.contact-info .bi {
    font-size: .9em;
    color: #204669;
    padding: 0 5px;
}

.contact-info a {
    color: #678c1a;
}

.contact-info a:hover {
    color: #678c1a;
}

.contact-info a:visited {
    color: #678c1a;
}

.contact-info a:visited:hover {
    color: #678c1a;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 3%;
    border-top: 3px solid #1470b8;
}

footer p {
    font-size: 12px;
}

footer .Normal a {
    color: #1470b8;
}

footer .Normal a:hover {
    color: #000;
    text-decoration: none;
}

footer .Normal a:visited {
    color: #1470b8;
}

footer .Normal a:visited:hover {
    color: #000;
    text-decoration: none;
}

footer .bi {
    font-size: 2.5em;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 4rem;
    }

    .Page-Home #FullContentHomeTwo h1 {
        font-size: 2em;
    }

    #MainContent,
    #FreeStuffContent {
        padding-right: 2% !important;
        padding-left: 2% !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .square-text-overlay h3 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 997px) {

    #ShopNowOverlay {
        display: none;
    }

    .navbar-toggler,
    .navbar-collapse {
        display: none;
    }

    .navbar-brand {
        margin-right: auto;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }

    .Page-Home .hero-bg {
        height: 400px;
        background-position: center;
    }

    .Page-Home .hero-text-top {
        height: 400px;
    }

    .Page-Home #dnn_HeroTextRight img {
        max-width: 350px;
        width: 100%;
    }

    #dnn_HeroTextLeft h2 {
        font-size: 40px;
    }

    .Page-Home #HomeLeftSplit::before {
        width: 98%;
        left: 1%;
    }

    .Page-Home #dnn_TwoColumnLeft h4 {
        font-size: 2rem;
        text-align: center;
    }

    .Page-Home #dnn_TwoColumnLeft h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .Page-Home #dnn_FullBottomContentPane h5 {
        font-size: 1rem;
    }

    .Page-Home #ContentHomeOne {
        height: initial;
        background-size: cover;
    }

    .Page-Home #dnn_ContentHomeOnePaneLeft {
        padding-top: 10%;
    }

    .Page-Home #FullContentHomeThree {
        min-height: 400px;
    }

    .orange-button {
        display: inline;
    }

    .nav-tabs .nav-item {
        width: 100%;
        font-size: 16px;
    }

    .nav-tabs .nav-link {
        display: block;
        border: 1px solid #ddd;
    }

    .nav-link.active {
        color: #1470b8 !important;
        border: 1px solid #ddd;
    }
}

@media screen and (max-width: 768px) {

    #navbarNavVertical .nav-item {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #navbarNavVertical .nav-link {
        font-size: 22px;
    }

    .PageType_Normal .hero-bg {
        height: 300px;
    }

    .Page-Home .hero-text h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .Page-Home .hero-text h5 {
        font-size: 1rem;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .home-testimonial {
        width: 100%;
        min-height: 340px;
    }

    .home-testimonial p {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
}
