@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', Arial, Helvetica, sans-serif;
    color: #00242c;
    font-weight: 700;
    margin: 1.5rem 0;
    text-transform: uppercase;
}

.oswald {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.L0_Golf_Coaching_Solutions #MainContent h3,
.L0_Golf_Coaching_Solutions #MainContent h4,
.L0_Indoor_Golf_Solutions #MainContent h3,
.L0_Indoor_Golf_Solutions #MainContent h4 {
    text-align: center;
    color: #000;
}

.L0_Golf_Coaching_Solutions #MainContent h3:after,
.L0_Golf_Coaching_Solutions #MainContent h4:after,
.L0_Indoor_Golf_Solutions #MainContent h3:after,
.L0_Indoor_Golf_Solutions #MainContent h4:after {
    background: none repeat scroll 0 0 #005E76;
    bottom: -10px;
    content: "";
    display: block;
    height: 8px;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.L0_Golf_Coaching_Solutions #BottomContent h3:after,
.L0_Golf_Coaching_Solutions #BottomContent h3:after,
.L0_Indoor_Golf_Solutions #BottomContent h3:after,
.L0_Indoor_Golf_Solutions #BottomContent h4:after {
    background: none repeat scroll 0 0 #f5f5f5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #024D5F;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

    a:visited {
        color: #228c22;
    }

        a:visited:hover {
            color: #fff;
        }

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #000;
}

.L0_Golf_Coaching_Solutions .Normal,
.L0_Indoor_Golf_Solutions .Normal {
    line-height: 2.3;
    font-size: 16px;
    color: #505050;
}

.bi {
    font-size: 3rem;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.fit {
    display: inline-block;
    white-space: nowrap;
}

.site-header {
    background: #62becf;
}

.page-id-10 .site-header {
    /*background: linear-gradient(88deg, #62becf, #22879A, #C5EEF6);*/
    background: linear-gradient(88deg, #62becf, #8ED7E5, #99ACE9);
    background-size: 800% 800%;
    -webkit-animation: header-gradient 25s ease infinite;
    -moz-animation: header-gradient 25s ease infinite;
    -o-animation: header-gradient 25s ease infinite;
    animation: header-gradient 25s ease infinite;
}

@-webkit-keyframes header-gradient {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 93% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@-moz-keyframes header-gradient {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 93% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@-o-keyframes header-gradient {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 93% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

@keyframes header-gradient {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 93% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

#site-navigation {
    /*position: fixed;*/
    top: 0;
    /*width: 100%;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#site-navigation ul,
#site-navigation ol {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.top-level {
    position: relative;
    z-index: 100;
    height: 80px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #045E75;
    /*background-color: #62BFCF;*/
    transition: 100ms ease-in;
}

    .top-level li {
        list-style-type: none;
        display: inline-block;
        padding: 0 1.5%;
    }

.top-level .bi {
    font-size: 1rem;
    padding: 0;
}

.nav-logo {
    /*max-width: 175px;*/
    /*width: 25%;*/
    box-sizing: border-box;
    flex: 1;
    /*padding-left: 2%;*/
    line-height: 100%;
    max-width: 200px;
    text-align: right;
}

#logo {
    max-width: 175px;
    width: 100%;
    /*margin: 0 auto;*/
}

#primary-menu {
    padding: 0;
}

.menu-main-menu-container {
    flex: 3;
    text-align: center;
}

.menu-item a {
    color: #fff !important;
    text-decoration: none;
}

.top-level .menu-item a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #005E76;
    transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
}

.top-level .menu-item a:hover::after {
    width: 100%;
}

.menu-number {
    max-width: 140px;
    flex: 1;
    text-align: left;
    font-weight: 600;
}

.hidden {
    position: relative;
    z-index: 90;
}

.coaching-solutions,
.indoor-solutions {
    cursor: pointer;
}

.menu-toggle {
    cursor: pointer;
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    border-radius: 3px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    -moz-transform: rotate(-45deg) translate(-8px, 6px);
    -o-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
    background-color: #005E76;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
    -moz-transform: rotate(45deg) translate(-9px, -8px);
    -o-transform: rotate(-5deg) translate(-9px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
    background-color: #005E76;
}

.submenu-coaching .menu-main-menu-container,
.submenu-indoor .menu-main-menu-container {
    display: none;
}

.submenu-coaching,
.submenu-indoor {
    position: absolute;
    display: none;
    box-sizing: border-box;
    justify-content: space-around;
    flex-direction: row;
    background-color: #f8f8f8;
    margin-top: 15px;
    padding: 2%;
    width: 70%;
    left: 15%;
    border-radius: 10px;
    filter: drop-shadow(15px 15px 20px rgba(0,0,0,.5));
    height: auto;
    max-height: 235px;
}

    .submenu-coaching h4,
    .submenu-indoor h4 {
        text-align: center;
        color: #045e75;
        margin: .5rem 0 1rem 0;
    }

    .submenu-coaching ul,
    .submenu-indoor ul {
        padding: 0;
    }

    .submenu-coaching li,
    .submenu-indoor li {
        list-style-type: none;
        padding: 1px 0;
    }

    .submenu-coaching a,
    .submenu-indoor a {
        color: #045E75 !important;
        font-size: .8em;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

        .submenu-coaching a:hover,
        .submenu-indoor a:hover {
            color: #4B9BAE !important;
        }

.submenu-1,
.submenu-2,
.submenu-3,
.submenu-4,
.submenu-5,
.submenu-6,
.submenu-7,
.submenu-8 {
    /*width: 20%;*/
    flex: 1;
    padding: 0 3%;
}

.submenu-1,
.submenu-2,
.submenu-3,
.submenu-5,
.submenu-6,
.submenu-7 {
    border-right: 1px solid #3E9CAD;
}

.menu-submenu-1-container,
.menu-submenu-2-container,
.menu-submenu-3-container,
.menu-submenu-5-container,
.menu-submenu-6-container,
.menu-submenu-7-container {
    padding: 0 5%;
}

.mobile-nav {
    display: none;
    width: 100%;
    background: #62becf;
    text-align: center;
    line-height: 300%;
    padding: 20px 0;
}

.mobile-nav {
    font-size: 1.1em;
    color: #fff !important;
}

.mobile-nav h4 {
    color: #045e75;
}

    .mobile-nav .bi {
        font-size: 1.2rem !important;
    }

    .mobile-nav h4 {
        font-size: 1.4rem;
    }

.mobile-nav ul {
    list-style-type: none;
    padding: 0;
}

.coaching-mobile-btn:hover,
.indoor-mobile-btn:hover {
    cursor: pointer;
}

.coaching-mobile,
.indoor-mobile {
    overflow: hidden;
    display: none;
}

.hero {
    position: relative;
    background-size: 102%;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.Page-Home .hero {
    background-image: url('/Portals/24/hero-bg.svg');
    height: 65vh;
    background-size: cover;
}

.Page-Customer_Reviews .hero,
.L0_Golf_Coaching_Solutions .hero,
.L0_Indoor_Golf_Solutions .hero,
.Page-Privacy_Statement .hero,
.Page-Terms_of_Use .hero,
.Id3206 .hero,
.Id3501 .hero {
    background-image: url('/Portals/24/lightblue-white-wave.svg');
    background-size: 110%;
}

.Page-Web_Services .hero,
.Page-Contact_Us .hero {
    background-image: url('/Portals/24/lightblue-darkblue-wave.svg');
    background-size: 110%;
}

.hero-content {
    box-sizing: border-box;
    margin-top: 20px;
    width: 100%;
    height: 410px;
}

.Page-Home .hero-content {
    padding-top: 5%;
}

.home-hero-content {
    text-align: center;
}

.subpage-hero-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #000;
}

.hero-keywords {
    width: 90%;
    margin: 0 auto;
}

    .hero-keywords h1 {
        display: inline-block;
        margin: 10% 15px 20px;
        font-size: 3em;
        color: #024D5F;
    }

.Page-Home .hero-keywords h1 {
    font-size: 1.5rem;
}

.hero-title {
    padding-left: 5%;
    padding-bottom: 5%;
    max-width: 750px;
    width: 60%;
    align-self: flex-end;
    color: #024D5F;
}

    .hero-title h1 {
        font-size: 3em;
        color: #024D5F;
    }

    .hero-title p {
        max-width: 600px;
    }

.Id559 .hero-title {
    padding-bottom: 1% !important;
}

.hero-button {
    text-align: center;
}

.hero-image {
    max-width: 500px;
    width: 30%;
    text-align: right;
    filter: drop-shadow(10px 6px 6px rgba(0,0,0,.3));
}

    .hero-image img {
        width: 100%;
        /*margin-right: 5%;*/
    }

.Id559 .hero-image {
    margin-top: 5%;
}

.col-1,
.col-2,
.col-3 {
    flex: 1;
}

.header {
    background-color: #62becf;
    margin-bottom: -2px;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: transparent;
    padding: 1% 3%;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-text {
    font-weight: 600;
    color: #045e75;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 200px;
    width: 100%;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
}

    .nav-link:hover {
        color: #024D5F !important;
    }

.navbar-toggler {
    margin: 2%;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 1000px;
        background-color: transparent;
    }

    .coaching-solution {
        transform: translate(-10%, 0);
    }

    .indoor-solution {
        transform: translate(-27%, 0);
    }

    .dropdown-menu .nav-link {
        font-size: 14px;
        color: #00899B !important;
    }

        .dropdown-menu .nav-link:hover {
            color: #62becf !important;
        }


    .solution-submenu {
        display: flex;
        flex-direction: row;
        background-color: #f8f8f8;
        border-radius: 25px;
        padding: 20px 0;
    }

        .solution-submenu .navbar-nav {
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }

        .solution-submenu ul {
            margin-left: 0px;
        }

    .submenu1,
    .submenu2,
    .submenu3,
    .submenu4 {
        width: 25%;
        padding: 0 20px;
    }

    .submenu1,
    .submenu2,
    .submenu3 {
        border-right: 1px solid #00899B;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/0/header-bg.svg');
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.hero-keywords h1,
.hero-keywords h2,
.hero-keywords h3,
.hero-keywords h4,
.hero-keywords h5,
.hero-keywords h6,
.hero-keywords p {
    margin: 0;
    color: #00242c !important;
    line-height: 1.5;
    text-transform: initial;
}

.hero-keywords .btn {
    font-size: 1.2rem;
    margin-top: 30px;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding: 60px 0px 0px;
}

.Page-Home #MainContent,
.Page-Web_Services #MainContent,
.Page-Customer_Reviews #MainContent {
    padding: 0px;
    margin-top: -2px;
}

.Page-Home .section-1 {
    align-items: center;
    padding-bottom: 5%;
    background-image: url('/Portals/24/white-lightblue-wave.svg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.Page-Home #dnn_s1tcLeft {
    padding-left: 0px !important;
    align-self: flex-start;
}

.Page-Home #dnn_s1tcRight {
    padding-right: 0px !important;
    align-self: flex-end;
}

.Page-Web_Services #MainContent,
.Page-Contact_Us #MainContent {
    background-color: #00899B;
}

.L0_Golf_Coaching_Solutions .section-1,
.L0_Indoor_Golf_Solutions .section-1 {
    padding-bottom: 8%;
    width: 100%;
    background-image: url('/Portals/24/grey-lt-blue-diag.svg');
    background-size: 102%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.Page-Privacy_Statement .section-1,
.Page-Terms_of_Use .section-1 {
    background-image: url(/Portals/24/grey-blue-diag.svg);
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 30px;
}

.section-2 {
    background-image: url('/Portals/24/white-blue-wave.svg');
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 30px;
}

.Page-Web_Services .section-2,
.Page-Contact_Us .section-2 {
    background-image: none;
}

.Page-Customer_Reviews .section-2 {
    margin: 10% 0 0;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #00899B;
    width: 100%;
    padding-bottom: 5%;
}

.Page-Privacy_Statement .section-2,
.Page-Terms_of_Use .section-2 {
    display: none;
}

#s2ThreeColumn {
    max-width: 100%;
}

.L0_Golf_Coaching_Solutions .section-2,
.L0_Indoor_Golf_Solutions .section-2 {
    width: 100%;
    padding-bottom: 8%;
    background-color: #C5EEF6;
    background-image: url('/Portals/24/lt-blue-dk-blue-diag.svg');
    background-size: 102%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.section-3 {
    background-color: #00899B;
    padding: 5% 0 10%;
}

.Id558 .section-3,
.Id559 .section-3 {
    padding: 0;
}

.section-3 .Normal {
    color: #202020;
}

.section-1 .left-split,
.section-1 .right-split,
.section-1 .full-width-row,
.section-3 .full-width-row,
.section-1 .two-column-row,
.section-3 .two-column-row,
.section-3 .three-column-row,
.section-3 .three-column-row {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 15px;
}

#s2ThreeColumn {
    margin: 0 auto !important;
}

.Page-Home .section-3 h3 {
    font-size: 2.5em;
    color: #f5f5f5;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}

.Page-Home .section-3 .Normal {
    color: #c5eef6;
}

.responsive {
    text-align: center;
}

    .responsive img {
        max-width: 100%;
        height: auto;
        max-height: 300px;
        filter: drop-shadow(0px 10px 10px rgba(0,0,0,.3));
    }

    .responsive h3 {
        font-size: 2em;
    }

.fade-in {
    opacity: 0;
    transition: opacity 400ms ease-in;
}

    .fade-in.appear {
        opacity: 1;
    }

.from-bottom-200 {
    transform: translateY(50%);
    opacity: 0;
    transition: transform 200ms ease-in, opacity 400ms ease-in;
}

.from-bottom-300 {
    transform: translateY(50%);
    opacity: 0;
    transition: transform 300ms ease-in, opacity 400ms ease-in;
}

.from-bottom-400 {
    transform: translateY(50%);
    opacity: 0;
    transition: transform 400ms ease-in, opacity 400ms ease-in;
}

.from-bottom-500 {
    transform: translateY(50%);
    opacity: 0;
    transition: transform 500ms ease-in, opacity 400ms ease-in;
}

    .from-bottom-200.appear,
    .from-bottom-300.appear,
    .from-bottom-400.appear,
    .from-bottom-500.appear {
        transform: translateX(0);
        opacity: 1;
    }

.blue {
    background-color: #045e75;
}

.navigation h2 {
    color: #000;
}

.navigation a {
    color: #fff;
}

.navigation a:hover {
    color: #00242c;
}

.navigation a:visited {
    color: #fff;
}

.navigation a:visited:hover {
    color: #00242c;
}

.image-border {
    border-radius: 10px;
}

.demo {
    text-align: center;
    padding-bottom: 1.5rem;
    background-color: #f5f5f5;
}

.book-demo {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    background-color: #045e75;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.book-demo:hover {
    background-color: #013845;
    color: #fff !important;
}

.web-des-p {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 50px;
}

.web-des-title {
    text-align: center;
}

.web-des {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 5%;
}

.website {
    display: flex;
    position: relative;
    align-items: center;
    width: 30%;
    max-width: 250px;
    margin: 1%;
    height: 250px;
    /*border: 1px solid #ccc;*/
    background: #fff;
    box-shadow: 3px 5px 5px rgba(0,0,0,.3);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.website-title {
    position: absolute;
    display: flex;
    width: 100%;
    height: 250px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0,0,0,.8);
    background-color: rgba(0,49,60,.8);
    opacity: 0;
}

    .website-title h2 {
        padding: 5%;
        text-align: center;
        color: #fff;
        font-weight: 400;
    }

.website img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.review-video-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.review-video-logos {
    text-align: center;
    width: 200px;
}

.review-video-logos img {
    padding: 1%;
    display: block;
    margin: 8% auto;
}

.brunton-logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 8%;
}

.bender-logo {
    width: 100%;
    max-width: 150px;
}

.yt-img {
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.yt-img:hover {
    opacity: .7;
}

.review-video-logos,
.review-video-yt {
    flex: 1;
}

.DnnModule-1959 {
    background-color: #dcdcdc;
    padding: 2%;
    text-align: center;
    border-radius: 10px;
}

.instructor-reviews h2 {
	font-size: 2em;
	text-align: center;
}

.review {
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
	background-color: #C5EEF6;
	padding: 2%;
	border-radius: 10px;
	margin-bottom: 5%;
	box-shadow: 5px 5px 8px rgba(0,0,0,.3);
}

.review-text {
    line-height: 1.5rem;
    font-size: 16px;
    flex: 2;
}

.instructor-img {
	margin-left: 3%;
}

.instructor-img img {
	width: 180px;
}

.review-sig {
	font-weight: 600;
	margin: 3% 0 2% 30px;
}

.instructor-site {
	margin-left: 20px;
}

.instructor-site a {
	text-decoration: none;
	color: #045e75;
	font-weight: 600;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.instructor-site a:hover {
	color: #013845;
}

.DnnModule-1960,
.DnnModule-4191 {
    box-sizing: border-box;
    max-width: 500px;
    width: 100%;
    padding: 2% 4%;
    background-color: #C5EEF6;
    border-radius: 20px;
    margin: 0 auto;
}

.contact-address {
    margin-left: 20px;
}

.DnnModule-2106 label {
    font-weight: 700;
    font-family: 'Cabin', Arial, Helvetica, sans-serif;
}

.DnnModule-2106 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cr-svg {
    margin: 0 auto;
    max-width: 300px;
    margin-top: 20%;
}

    .cr-svg img {
        width: 100%;
        filter: drop-shadow(3px 5px 5px rgba(0,0,0,.3));
    }

/* client features */

.Id3206 #MainContent,
.Id3501 #MainContent {
    display: none;
}

.CP-Edit.Id3206 #MainContent,
.CP-Edit.Id3501 #MainContent {
    display: initial;
}

.Id3206 #ClientFeatures,
.Id3501 #ClientFeatures {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Id3206 .demo,
.Id3501 .demo {
    background-color: #62BECF;
    padding-top: 1.5rem;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #C5EEF6;
    padding: 2% !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #000;
    margin: .5rem 0;
}

#Footer p {
    color: #000 !important;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .75em;
    font-weight: 600;
}

#Footer a {
    color: #045e75;
    text-decoration: none;
}

#Footer a:hover {
    color: #013845;
}

#Footer a:visited {
    color: #045e75;
    text-decoration: none;
}

#Footer a:visited:hover {
    color: #013845;
}

#Footer .bi {
    font-size: 1.5rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 767px) {
    .Page-Home #dnn_s1tcLeft,
    .Page-Home #dnn_s1tcRight {
        display: none;
    }

    .subpage-hero-content {
        flex-direction: column;
    }

    .hero-title {
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
    }

        .hero-title p {
            text-align: center;
        }

    .hero-image {
        max-width: 100%;
        width: 100%;
        text-align: right;
    }

    .hero-image img {
        max-width: 200px;
        width: 100%;
    }

    .Id559 .hero-image {
        margin-top: 0px;
    }

    #MainContent {
        padding: 100px 0px 0px;
    }

    .Page-Home .hero-keywords {
        width: 100%;
    }

    .Page-Home .hero-keywords h1 {
        font-size: 1.25rem;
    }

    .web-des {
        flex-direction: column;
    }

    .website {
        width: 90%;
        height: 250px;
    }

    .review {
        width: 100%;
        flex-direction: column;
    }

    .review-text {
        font-size: 14px;
        order: 2;
    }

    .instructor-img {
        order: 1;
        padding: 4% 0;
    }
}


@media screen and (max-width: 992px) {

    .navbar {
        background-color: rgba(0,0,0,.8);
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 100px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        color: rgba(255,255,255,1) !important;
        border: none;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
        background-color: #030303;
    }

    .nav-link:hover {
        border: none;
        background-color: #030303;
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    .hero-content {
        padding: 0 5%;
    }

        .hero-content h1 {
            font-size: 2rem;
        }

        .hero-content h3 {
            font-size: 1.5rem;
        }

    .cr-svg {
        max-width: 200px;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 1200px) {

    .nav-logo {
        text-align: left;
        max-width: 200px;
        margin-left: 10px;
    }

    .menu-number {
        order: 2;
        margin-left: 10px;
        /*text-align: center;*/
    }

        .menu-number a {
            text-decoration: none;
            color: #045e75;
        }

    .top-level .menu-main-menu-container {
        display: none;
    }

    .menu-toggle {
        order: 3;
        width: 10%;
        margin-right: 10px;
        display: initial;
    }

    .hero-content {
        height: 250px;
    }

    .responsive img {
        max-height: 100px;
    }

    .responsive h2 {
        font-size: 2em;
    }

    .section-2 #dnn_s2tcMiddle {
        padding-left: 15px;
        padding-right: 15px;
    }
}