@import url("https://use.typekit.net/leb0wdn.css");
@import url("https://use.typekit.net/ywa1oxg.css");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --white: #fff;
    --offwhite: rgba(238, 235, 230, 1);
    --black: #050203;
    --blacktp: rgba(0, 0, 0, 0.8);
    --primary: #359704;
    --primarylight: #84de03;
    --secondary: #03559e;
    --secondarylight: #0c77c9;
    --darkblue: #03192e;
    --uscheduleblue: #005e76;
    --gwgradient: linear-gradient(135deg,rgba(211, 211, 211, 1) 0%, rgba(211, 211, 211, 0.5) 75%, rgba(238, 235, 230, 1) 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--offwhite);
}

hr {
    width: 100%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: pennypacker, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--black);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    h1 {
        font-weight: 800;
    }

.Normal {
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    color: var(--black);
}

p {
    color: var(--black);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--black);
    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 {
        color: var(--primary);
    }

    a:visited {
        color: var(--black);
    }

        a:visited:hover {
            color: var(--primary);
        }

ul, li {
    color: var(--black);
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    z-index: 10;
    background-color: transparent !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 150px;
    padding: 2% 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;
}

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 150px;
    }

.navbar-brand {
    padding: 0 !important;
}

.nav-link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: pennypacker, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    display: inline-block;
    color: var(--offwhite) !important;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-item:hover {
    background: var(--primary);
    -webkit-transition: all .2s 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;
}

.navbar ul {
    margin-left: 0;
}

.dropdown-menu {
    background-color: var(--black);
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

@media screen and (min-width: 992px) {
    .navbar {
        padding: 0 2%;
    }

    .dropdown-menu {
        border-radius: 0;
    }

    .nav-item {
        border-radius: 18px
    }
}

@media screen and (max-width: 991px) {
    #dnn_dnnLOGO_imgLogo {
        max-height: 90px;
        padding: 5%;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-link {
        color: var(--black) !important;
    }

    #navbarNav .book-button-hero {
        background: var(--secondary);
        border-color: var(--secondary);
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* photo hero */

.hero-bg {
    background-color: var(--primary);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_582191211-2000.webp');
    background-size: cover;
    background-position: 50% 100%;
    object-fit: cover;
    width: 100%;
    height: 50vh;
    height: 50dvh;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

/* text */

.hero-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    text-align: center;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6,
.hero-text p,
.hero-text a {
    color: var(--offwhite);
}

    .hero-text h1 {
        font-family: pennypacker, sans-serif;
        font-size: 3.5rem;
        font-weight: 800;
        color: var(--white);
        text-transform: uppercase;
    }

    .hero-text h2 {
        font-family: pennypacker, sans-serif;
        font-weight: 800;
        font-style: normal;
        text-transform: uppercase;
    }

    .hero-text a:hover {
        color: var(--primary);
    }

    .hero-text a:visited {
        color: var(--white);
    }

        .hero-text a:visited:hover {
            color: var(--primary);
        }

.hero-text img {
    max-width: 450px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .hero-bg {
        background-size: cover;
        background-position: center;
        object-fit: cover;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .hero-text {
        top: 50%;
    }

    .hero-text img {
        max-width: 300px;
    }

    .hero-text h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 400px) {
    .hero-text h1,
    .hero-text h2 {
        font-size: 10vw;
    }

    .hero-text h3 {
        font-size: 7vw;
    }

    .hero-text img {
        max-width: 40vw;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT                                   */
/*------------------------------------------------*/

#MainContent {
    margin-bottom: 1rem;
    width: 100%;
    overflow-x: hidden;
}

    #MainContent h2 {
        font-size: 2.5rem;
        font-weight: 700;
    }

    #MainContent ul li {
        list-style-type: disc;
    }

#MapContent p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

@media screen and (min-width: 992px) {
    #MainContent {
        margin-top: 265px;
    }

    #MainContent > * > * {
        padding-left: 0;
        padding-right: 0;
    }

    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #MainContent {
        padding-top: 0;
        padding-bottom: 0%;
    }
}

/* home */

.PageType_Home .hero-bg {
    height: 800px
}

.PageType_Home #TopContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .PageType_Home #TopContent h2 {
        font-weight: 800;
        text-transform: uppercase;
    }

    .PageType_Home #TopContent p {
        font-size: 1.5rem;
        font-weight: 500;
    }

.PageType_Home #FullWidthTwo,
.PageType_Home #FullWidthFour {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: var(--gwgradient);
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.5), 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

    .PageType_Home p > .bi {
        background-color: var(--primarylight);
        padding: 10px 20px;
        border-radius: 40px;
    }

.PageType_Home #FullWidthThree {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .PageType_Home #FullWidthThree .content-box {
        background-color: var(--white);
        background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.75) 80%, rgba(0, 0, 0, 0.5) 100%), url('/Portals/_default/images/AdobeStock_2094087106.png');
        background-size: contain;
        background-position: 50% 7%;
    }

    .PageType_Home #FullWidthThree .content-box * {
        color: var(--white);
    }

.PageType_Home #FullWidthFour {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.PageType_Home #tcOffsetRight {
    align-items: center;
    margin-bottom: 2rem;
    padding-left: 2%;
    padding-right: 2%;
}

.PageType_Home #FullWidthSeven {
    background: #0F231D;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}

    .PageType_Home #FullWidthSeven * {
        color: var(--white);
    }

    .PageType_Home #FullWidthSeven .book-button {
        color: var(--white) !important;
    }

@media screen and (min-width: 992px) {
    .PageType_Home .hero-bg {
        height: 90vh;
        height: 90dvh;
    }

    .PageType_Home #dnn_dnnLOGO_imgLogo {
        opacity: 0;
    }

    .PageType_Home #MainContent {
        margin-top: 600px;
    }

    .PageType_Home #dnn_tcoLeft {
        padding-right: 2%;
    }

    .PageType_Home #dnn_tcoRight {
        padding-left: 2%;
    }
}

/* OUR TECHNOLOGY */

.technology {
    min-height: 80vh;
    min-height: 80dvh;
    align-items: center;
}

    .technology img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

.Page-Our_Technology #TopContent,
.Page-Our_Technology #FullWidthThree,
.Page-Our_Technology #FullWidthFive {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
 
.Page-Our_Technology #FullWidthTwo,
.Page-Our_Technology #FullWidthFour,
.Page-Our_Technology #FullWidthSix {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(300deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.50) 80%, rgba(0, 0, 0, 0.25) 100%), url('/Portals/_default/images/AdobeStock_159213901.webp');
    background-size: cover;
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.5), 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

    .Page-Our_Technology #FullWidthTwo *,
    .Page-Our_Technology #FullWidthFour *,
    .Page-Our_Technology #FullWidthSix * {
        color: var(--white);
    }

/* ONLINE BOOKING */

.Page-Book_Online #TopContent {
    margin-top: 3rem;
}

/* EXPLORE THE COURSES */

.Page-Explore_the_Courses #TopContent {
    margin-top: 2rem;
}

.Page-Explore_the_Courses #FullWidthTwo {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.course-header {
    padding: 1rem;
    background: var(--gwgradient);
    border: 2px solid var(--black);
    border-radius: 18px;
}

.Page-Explore_the_Courses #FullWidthThree {
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.50) 80%, rgba(0, 0, 0, 0.25) 100%), url('/Portals/_default/images/AdobeStock_1533767439.webp');
    background-size: cover;
    text-align: center;
}

    .Page-Explore_the_Courses #FullWidthThree * {
        color: var(--white) !important;
    }

       .Page-Explore_the_Courses #FullWidthThree .book-button {
           background: var(--offwhite);
           color: var(--black) !important;
       }

        .Page-Explore_the_Courses #FullWidthThree .book-button:hover {
            background: var(--primary);
            color: var(--white) !important;
        }

@media screen and (min-width: 992px) {
    .Page-Explore_the_Courses #FullWidthTwo {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    padding: 0 0 1em 0 !important;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
    text-align: center;
    background-color: var(--white);
    background-image: var(--gwgradient);
    background-size: cover;
    color: var(--black);
    border: 2px solid var(--black);
    border-radius: 12px;
}

    .content-box * {
        color: var(--black);
    }

    .content-box img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
        margin-bottom: 1rem;
    }

    .content-box .book-button {
        color: var(--black);
        background: var(--offwhite);
    }

        .content-box .book-button:hover {
            background: var(--primary);
        }

    .content-box ul {
        text-align: left;
        margin-left: -10px;
    }

.hz-box {
    align-items: center;
    margin: 1rem;
    padding: 2rem 0;
    background: var(--offwhite);
    border: 2px solid var(--black);
    border-radius: 12px;
}

    .hz-box img {
        border-radius: 12px;
        max-width: 200px;
        width: 100%;
    }

@media screen and (min-width: 992px) {
    .content-box {
        height: 100%;
    }
}

.ribbon-box {
    position: relative;
    overflow: hidden;
}

.ribbon-overlay {
    position: absolute;
    top: 93px;
    left: -38px;
    overflow: hidden;
    padding: 1px 50px;
    transform: rotate(-45deg);
    transform-origin: top left;
    background-color: var(--darkblue);
    text-transform: uppercase;
    cursor: default;
}

    .ribbon-overlay p {
        font-size: 0.95em;
        margin-top: 0;
        margin-bottom: 0;
        color: var(--lightblue);
    }

.info-text {
    background-color: var(--darkblue);
    color: #fff;
    margin-bottom: 1em;
    padding: 10px;
    min-height: 165px;
}

    .info-text p {
        font-size: 14px;
        text-align: justify;
    }

.info-title {
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    width: 80%;
    margin: -25px auto 0;
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    -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;
}

    .info-title a {
        color: var(--white);
    }

    .info-title:hover {
        background-color: var(--darkblue);
    }

@media screen and (min-width:992px) {
    .content-box {
        width: 100%;
        padding: 1em;
    }

    .content-section {
        margin-top: auto;
    }
}

/* booking buttons */

.book-button-hero {
    display: inline-block;
    padding: 10px 30px;
    margin-left: 10px;
    background-color: transparent;
    color: var(--offwhite) !important;
    text-transform: uppercase;
    border: 1px solid var(--offwhite);
    border-radius: 18px;
    -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-hero:hover {
        background-color: var(--secondary);
        color: var(--offwhite) !important;
        border-color: var(--secondary);
        text-decoration: none;
    }

.book-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    color: var(--black) !important;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid var(--primary);
    border-radius: 18px;
    -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: var(--primary);
        color: var(--offwhite) !important;
        text-decoration: none;
    }

/* zoom buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zoom-button img {
        width: 100%;
        aspect-ratio: 16 / 9;
        transition: transform .5s ease;
    }

    .zoom-button:hover img {
        transform: scale(1.3);
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

    .text-overlay h2 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/* how-to text */

.how-to-box {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 4em;
}

    .how-to-box h2 {
        font-size: 5em;
        transform: scaleY(3) scaleX(2);
        color: rgba(0, 0, 0, 0.25);
    }

.how-to-overlay {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* faq accordion */

.accordion-item {
    border: none !important;
    background-color: var(--black);
}

.accordion-item .accordion-button {
    border-radius: 12px !important;
}

.accordion button {
    font-family: "adelle-mono-flex", monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: var(--white);
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: var(--blue);
}

.accordion-body p,
.accordion-body li {
    color: var(--white);
}

.accordion-button::after {
    background-image: url('/Portals/174/plus-circle-fill.png');
    transform: scale(1) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/Portals/174/dash-circle-fill.png');
}

.accordion-button:not(.collapsed) {
    background-color: var(--darkblue);
    color: var(--white);
}

/* font & text classes */

.font-roman {
    font-family: hwt-roman-extended-light-fac, serif;
    font-weight: 500;
    font-style: normal;
}

.bold-darkblue {
    font-weight: bold;
    color: var(--darkblue);
}

.font-small {
    font-size: 0.7em;
}

.eyebrow {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1.25rem !important;
    letter-spacing: .2em;
    margin-bottom: 6px;
}

/* fade animations */

.fade-fast-static {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.fade-md-static {
    opacity: 0;
    transition: opacity 2s ease-out;
}

.fade-long-static {
    opacity: 0;
    transition: opacity 3s ease-out, opacity 1.5s ease-in;
}

.fade-md-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-md-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-md-bottom {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

    .fade-fast-static.visible,
    .fade-md-static.visible,
    .fade-long-static.visible {
        opacity: 1;
    }

    .fade-md-left.visible,
    .fade-md-right.visible {
        opacity: 1;
        transform: translateX(0);
    }

    .fade-md-bottom.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* hover glow */

@media screen and (min-width: 992px) {
    .hover-glow:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 20px -10px rgba(33, 115, 17, .35);
        -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;
    }

    .hover-glow:not(:hover) {
        -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;
    }

    .hover-glow.content-box,
    .hover-glow.hz-box {
        border-color: var(--black);
    }

        .hover-glow.content-box:hover,
        .hover-glow.hz-box:hover {
            border-color: var(--primary);
        }
}

/* faq accordion */

.accordion-item {
    background: var(--secondary);
    border: none !important;
}

    .accordion-item .accordion-button {
        font-size: 1.25rem;
    }

.accordion button {
    font-family: rubik, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: var(--black);
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: var(--secondary);
}

    .accordion-button:focus {
        border-color: none !important;
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--secondary);
        color: var(--black);
        box-shadow: none !important;
    }

@media screen and (max-width: 991px) {
    .accordion-button {
        padding: 1rem 0.5rem !important;
    }

    .accordion-item .accordion-button {
        font-size: 1rem;
    }

    .accordion-button::after {
        transform: scale(0.75) !important;
    }
}

/* contact lists */

.contact-email::before {
    font-family: bootstrap-icons;
    content: "\F32C";
    font-size: 2rem;
    margin-right: 10px;
}

.contact-phone::before {
    font-family: bootstrap-icons;
    content: "\F5B4";
    font-size: 2rem;
    margin-right: 10px;
}

.contact-hours::before {
    font-family: bootstrap-icons;
    content: "\F291";
    font-size: 2rem;
    margin-right: 10px;
}

/* photo sets */

.photoset {
    margin-top: 2em;
    margin-bottom: 2em;
}

    .photoset img {
        width: 100%;
        height: auto;
        padding: 0.25em;
    }

/* videos */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* quick forms */

.DnnModule-DNNSmartQuickForm {
    width: 100%;
    justify-self: center;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}

/* misc */

.list-no-bullets,
.list-no-bullets > * {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.trio-center {
    border-left: none;
    border-right: none;
    border-top: 2px solid var(--blacktp);
    border-bottom: 2px solid var(--blacktp);
}

@media screen and (min-width: 992px) {
    .trio-center {
        border-left: 2px solid var(--blacktp);
        border-right: 2px solid var(--blacktp);
        border-top: none;
        border-bottom: none;
    }
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--offwhite);
    padding: 2% 0;
    text-align: center
}

footer .Normal {
    font-size: 18px;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--black);
}

footer a {
    color: var(--black);
}

    #FooterContentBottom a:hover {
        color: var(--uscheduleblue);
    }

    footer a:visited {
        color: var(--black);
    }

        #FooterContentBottom a:visited:hover {
            color: var(--uscheduleblue);
        }

#FooterTop {
    align-items: end;
    margin-top: 0rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

    #FooterTop h3 {
        color: var(--darkblue);
    }

    #dnn_fTopMid img {
        max-width: 125px;
    }

@media screen and (max-width: 991px) {
    #dnn_fTopLeft {
        order: 2
    }

    #dnn_fTopMid {
        order: 1;
    }

    #dnn_fTopRight {
        order: 3;
    }
}