﻿body {
    font-family: "Barlow",sans-serif;
    font-weight: 400;
    height: 100%;
    background: #00305b;
}

html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

.body-content img {
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: 700;
}

.TradesBottomNav b, .TradesBottomNav strong {
    font-weight: 700;
    color: #fff;
}

.clear {
    clear: both;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}

a, .body-content a {
    color: #6dcff6;
    text-decoration: none;
    font-weight: 500;
    transition: all .5s ease;
}

    a:hover {
        color: #6dcff6;
        text-decoration: none;
        transition: all .5s ease;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}

h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 900;
    font-family: "Barlow Semi Condensed", sans-serif;
}

h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.InteriorTopBDBanner h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 60px;
    font-family: "Barlow Semi Condensed", sans-serif;
    margin: 0px auto;
    display: table;
    color: #7fd6f7;
}

.FullWidthContent h2, .ThreeColumns h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #fff;
    margin: 0px 0px 60px 0px;
}

    .ThreeColumns h2 {
        margin-bottom:20px!important;
    }

    h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
    }

.ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
    font-size: 40px;
    line-height: 36px;
}
    h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

    h6 {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

p, .body-content li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.TradesBottomNav p.regularSpacedP {
    font-size: 20px;
}

label {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #00305b;
}

.cms-form-group-required .cms-form-label:after {
    color: #00305b!important;
}

.TwoColumns .col-sm-8 table p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin:0px;
}

.InteriorTopBanner p, .HomeTwoColumnsTop p {
    font-size: 22px;
    line-height: 34px;
}

.HomeTwoColumnsTop p {
    font-weight: 500;
}

    .TwoColumns .col-sm-8 p em {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

p {
    margin: 0 0 20px;
}

.BottomRow h6, .BottomRow h6 a {
    color: #ccd6de;
}

.body-content li {
    margin-bottom: 5px;
}

.anchor {
    position: relative;
    top: -90px;
    visibility: hidden;
}

.form-control {
    height: 48px;
    border-radius: 0px;
    background: #eef4fb;
    border:none;
    box-shadow:none;
}

textarea.form-control {
    height: 150px;
}



.topLogo img:hover {
    opacity: .7;
}

.callout-button, .showMoreLink, .btn, .btn-primary {
    color: #6dcff6 !important;
    border: solid 1.5px #fff !important;
    border-radius: 0px;
    background: transparent;
    font-weight: 800 !important;
    padding: 0px 30px;
    font-size: 25px !important;
    text-align: center;
    display: table;
    margin-top: 40px;
    line-height: 77px;
    transition: all .5s ease;
    font-family: "Barlow Semi Condensed", sans-serif;
}

    .callout-button:hover, .showMoreLink:hover, .btn:hover, .btn-primary:hover {
        color: #00aeef !important;
        background-color: #fff;
        border: solid 1.5px #fff !important;
        text-decoration: none;
    }

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: none;
        outline-offset: 0px;
    }


.navbar-brand {
    float: left;
    height: inherit;
    padding: 0px;
    font-size: inherit;
    line-height: inherit;
    margin: 15px 0px;
}


    .navbar-brand > img {
        display: block;
        transition: all .5s ease;
    }

    .navbar-brand img:hover {
        opacity: 0.90;
        transition: all .5s ease;
    }

.largeLogo {
    width: 182px;
    height: 115px;
}

.navbar .container {
    padding: 0px 60px;
}

.navbar-nav {
    float: right;
    margin-top: 50px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }


    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
        color: #6dcff6;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 38px;
        transition: all .5s ease;
        font-family: "Barlow Semi Condensed",sans-serif;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
            transition: all .5s ease;
            text-decoration: none;
        }

    .navbar-inverse .navbar-nav > li.currentPage > a {
        color: #fff;
        background-color: transparent;
        transition: all .5s ease;
        text-decoration: none;
        border-bottom: 2px solid rgb(127, 214, 247);
    }

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 5px;
}

.navbar {
    height: 200px;
    background: #00305b;
    margin-bottom: 0px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    width: 100%;
    padding: 0px 60px;
}

.mobileHide {
    display: inline-block;
}

.flexWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexWrapper2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.flexWrapper3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.sectionPadding {
    padding-top: 115px;
    padding-bottom: 115px;
}

.sectionTopPadding {
    padding-top: 115px;
    padding-bottom: 0px;
}

.sectionBottomPadding {
    padding-bottom: 115px;
    padding-top: 0px;
}

.noPaddingLeft {
    padding-left: 0px;
}

.noPaddingRight {
    padding-right: 0px;
}

.noPadding {
    padding: 0px !important;
}

.paddingRight {
    padding-right: 40px;
}

.paddingLeft {
    padding-left: 40px;
}

.alignRight {
    text-align: right;
}

.peoplePhoto {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.NextStepsPhoto {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px;
}

.wages, .training, .outlook {
    width: 100%;
    color: #001339;
}

    .wages hr, .training hr, .outlook hr {
        border-top: solid 1.5px #001339;
        margin: 0px 15px;
        width: 90%;
    }

    .wages h5, .training h5, .outlook h5 {
        margin: 8px 0px;
        line-height: 16px;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight:500;
    }

        .wages h5 strong, .training h5 strong, .outlook h5 strong {
            font-weight: 800;
        }


h5.outlook-text {
    display: inline-block;
    margin-left: 5px;
}


.peopleLink h5 {
    margin: 15px 0px 0px 15px;
    display: inline-block;
}

    .peopleLink h5, .peopleLink h5 bold {
        color: #001339;
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size:20px;
    }


    .peopleLink:after {
        content: "\f061";
        font-family: "Font Awesome 6 Pro";
        color: #fff;
        padding-left: 10px;
        font: var(--fa-font-sharp-solid);
        font-size: 20px;
    }

.NextStepsLink p strong:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    padding-left: 10px;
    font: var(--fa-font-sharp-solid);
}

.green {
    background: #8dc63f;
}

.coral {
    background: #f3715a;
}

.purple {
    background: #9e76b4;
}

.orange {
    background: #f7941d;
}

.aqua {
    background: #00b5ad;
}

.blue {
    background: #00aeef;
}

.yellow {
    background: #fdb913;
}

.teal {
    background: #00b7ce;
}

.periwinkle {
    background: #5087c7;
}

.kellyGreen {
    background: #00b26b;
}

.BottomRow {
    padding: 10px 0px 20px 0px;
    background: #001339;
    text-align: center;
}

    .BottomRow h6 {
        margin: 0px;
    }

    .BottomRow a {
        color: #94a3ba;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

.socialsWrapper {
    margin-top:20px;
}

footer {
    display: table;
    width: 100%;
    padding: 70px 0px;
    background: #001339;
}

    footer .fa-regular {
        color: #6dcff6;
    }

    footer p {
        color: #c7eafb !important;
        font-weight: 500 !important;
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0px 0px 0px;
    }

    footer .fa-brands {
        font-size: 36px;
        margin-left: 20px;
        color: #6dcff6;
        text-decoration: none;
        transition: all .5s ease;
    }

        footer .fa-brands:hover {
            color: #fff;
            text-decoration: none;
            transition: all .5s ease;
        }

    


.footerLogo img {
    width: 276px;
    height: auto;
}


.FooterNewsletter .callout-button {
    margin: 0px 0px 0px 10px;
    padding: 20px;
    line-height:inherit;
    font-size:20px!important;
}

    .FooterNewsletter .callout-button:after {
        content: "\f061";
        font-family: "Font Awesome 6 Pro";
        padding-left: 5px;
        font: var(--fa-font-sharp-solid);
        font-size: 20px;
        color:#fff;
        transition: color .5s ease;
    }

    .FooterNewsletter .callout-button:hover:after {
        color: #6dcff6;
    }


        .mobileShow {
            display: none
        }

.navbar-header button {
    display: none;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background: #fff;
    color: #00adef!important;
}

.et_pb_scroll_top.et-pb-icon.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}

.et_pb_scroll_top.et-pb-icon.et-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #00adef;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 140px;
    right: 40px;
    -webkit-border-radius: 100%;
    border-top-left-radius: 100%;
    display: none;
    cursor: pointer;
    font-size: 40px;
    padding: 10px 10px 6px 10px;
    color: #fff;
    transition: all 0.5s ease;
}

.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .et-pb-icon .fas {
        font-size: 36px;
        font-weight: 400;
    }


.headerSmallLogo {
    display: none !important;
}

.cms-public-layout-container {
    padding: 275px 0px 200px 0px;
    margin-top: 0px !important;
}

.cms-public-layout {
    background: #fff;
}

.TwoColumnCarouselImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.TwoColumnsFullWidth h4 {
    margin-top: 100px;
}

@media (min-width:769px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
}

    @media (min-width: 1601px) {
        .container {
        width: 1440px;
    }
}

@media (min-width: 1481px) and (max-width: 1600px) {

    .container {
        width: 1360px;
    }

    .NextStepsPhoto {
        height: 270px;
    }

    .ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
        font-size: 36px;
        line-height: 36px;
    }

    h1 {
        font-size: 75px;
        line-height: 85px;
    }

    .et_pb_scroll_top.et-pb-icon {
        bottom: 150px;
    }

    footer p {
        font-size: 16px;
        line-height: 22px;
    }

    .footerLogo img {
        width: 250px;
        height: auto;
    }

}

@media (min-width: 1367px) and (max-width: 1480px) {

    .container {
        width: 1280px;
    }

    .NextStepsPhoto {
        height: 240px;
    }

    .ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
        font-size: 36px;
        line-height: 36px;
    }

    h1 {
        font-size: 70px;
        line-height: 80px;
    }

    h2 {
        font-size: 45px;
        line-height: 53px;
    }

    h3 {
        font-size: 30px;
        line-height: 38px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    footer .fa-brands {
        font-size: 32px;
        margin-left: 18px;
    }

    .et_pb_scroll_top.et-pb-icon {
        bottom: 150px;
        right:30px;
    }

    .cms-public-layout-container {
        padding: 250px 0px 100px 0px;
    }

    footer p {
        font-size: 16px;
        line-height: 22px;
    }

    .footerLogo img {
        width: 250px;
        height: auto;
    }

}

@media (min-width: 1200px) and (max-width: 1366px) {


    .sectionPadding {
        padding: 90px 0px;
    }

    .sectionTopPadding {
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .sectionBottomPadding {
        padding-bottom: 90px;
        padding-top: 0px;
    }

    .NextStepsPhoto {
        height: 210px;
    }

    .ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
        font-size: 28px;
        line-height: 28px;
    }

    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .InteriorTopBDBanner h2 {
        font-size: 40px;
        line-height: 55px;
    }

    h3 {
        font-size: 26px;
        line-height: 34px;
    }

    h5 {
        font-size: 12px;
        line-height: 18px;
    }

    footer .fa-brands {
        font-size: 30px;
        margin-left: 16px;
    }

    .footerLogo img {
        width: 220px;
        height: auto;
    }

    footer p {
        font-size: 17px;
        line-height: 23px;
        margin: 0px 0px 0px 0px;
    }


    .BottomRow {
        padding: 0px 0px 20px 0px;
    }

    .callout-button, .showMoreLink, .btn, .btn-primary {
        padding: 0px 26px;
        font-size: 24px !important;
        line-height: 70px;
    }

    .et_pb_scroll_top.et-pb-icon {
        right: 15px;
        font-size: 26px;
        bottom: 130px;
        padding: 14px 12px 7px 12px;
        width: 50px;
        height: 50px;
    }

    .et-pb-icon .fas {
        font-size: 24px;
    }

    .cms-public-layout-container {
        padding: 250px 0px 100px 0px;
    }

    footer p {
        font-size: 16px;
        line-height: 22px;
    }

    .footerLogo img {
        width: 230px;
        height: auto;
    }

    .FooterNewsletter .callout-button {
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .sectionPadding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sectionTopPadding {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .sectionBottomPadding {
        padding-bottom: 80px;
        padding-top: 0px;
    }

    .NextStepsPhoto {
        height: 170px;
    }

    .ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
        font-size: 24px;
        line-height: 24px;
    }

    h1 {
        font-size: 55px;
        line-height: 65px;
    }

    h2, .InteriorTopBDBanner h2, .FullWidthContent h2, .ThreeColumns h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .FullWidthContent h2, .ThreeColumns h2 {
        margin: 0px 0px 40px 0px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-size: 21px;
        line-height: 29px;
    }

    p, .body-content li {
        font-size: 19px;
        line-height: 27px;
    }

    .peopleLink h5, .peopleLink h5 bold, .peopleLink:after {
        font-size: 19px;
    }    

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    footer .fa-brands {
        font-size: 24px;
        margin-left: 12px;
    }

    .footerText {
        padding-left:20px;
    }

    .footerLogo img {
        width: 200px;
        height: auto;
    }

    footer p {
        font-size: 16px;
        line-height: 22px;
        margin: 0px 0px 0px 0px;
    }

    .BottomRow {
        padding: 0px 0px 20px 0px;
    }

    .callout-button, .showMoreLink, .btn, .btn-primary {
        padding: 0px 20px;
        font-size: 20px !important;
        line-height: 70px;
    }

    .et_pb_scroll_top.et-pb-icon {
        right: 15px;
        font-size: 20px;
        bottom: 135px;
        padding: 10px 10px 7px 10px;
        height: 40px;
        width: 40px;
    }

    .et-pb-icon .fas {
        font-size: 20px;
    }

    footer .responsiveHide {
        display: none;
    }

    .cms-public-layout-container {
        padding: 250px 0px 100px 0px;
    }

    .FooterNewsletter .callout-button {
        font-size: 18px !important;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .largeLogo {
        width: 100px;
        height: 63px;
    }

    .navbar {
        height: 140px;
        padding: 0px 25px;
    }

    .navbar-nav {
        margin-top: 40px;
    }

    .sectionPadding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sectionTopPadding {
        padding-top: 70px;
        padding-bottom: 0px;
    }

    .sectionBottomPadding {
        padding-bottom: 70px;
        padding-top: 0px;
    }

    .NextStepsPhoto {
        height: 170px;
    }

    .ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 20px;
        margin-left: 25px;
    }

    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    h2, .InteriorTopBDBanner h2, .FullWidthContent h2, .ThreeColumns h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .FullWidthContent h2, .ThreeColumns h2 {
        margin: 0px 0px 30px 0px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4 {
        font-size: 20px;
        line-height: 29px;
    }

    p, .body-content li {
        font-size: 18px;
        line-height: 26px;
    }

    .peopleLink h5, .peopleLink h5 bold, .peopleLink:after {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
        line-height: 20px;
    }

    footer .responsiveHide {
        display:none;
    }

    footer .fa-brands {
        font-size: 20px;
        margin-left: 8px;
    }

    .FooterNewsletter {
        padding:0px;
    }

    .footerText {
        padding-left: 20px;
    }

    .footerLogo img {
        width: 200px;
        height: auto;
    }

    footer .container {
        width:100%;
    }

    footer p {
        font-size: 14px;
        line-height: 22px;
        margin: 0px 0px 0px 0px;
    }

    .BottomRow {
        padding: 0px 0px 20px 0px;
    }

    .callout-button, .showMoreLink, .btn, .btn-primary, .FooterNewsletter .callout-button {
        padding: 0px 17px;
        font-size: 17px !important;
        line-height: 70px;
    }

    .et_pb_scroll_top.et-pb-icon {
        right: 15px;
        font-size: 20px;
        bottom: 100px;
        padding: 10px 10px 7px 10px;
        height: 40px;
        width: 40px;
    }

    .et-pb-icon .fas {
        font-size: 20px;
    }
   
}

@media (min-width: 0px) and (max-width: 767px) {

    .top-banner img {
        width: 270px;
        height: auto;
        margin:auto;
    }

    .FooterNewsletter {
        text-align: center;
        margin: auto;
        display: table;
        margin-top: 30px;
    }

    .mobileShow {
        display: block
    }
  
    .paddingLeft {
        padding-left: 0px;
    }

    .paddingRight {
        padding-right: 0px;
    }

    .mobileSplit {
        width: 100%;
        display: table;
    }

    .mobileHide {
        display: none !important;
    }

    .callout-button, .showMoreLink, .btn, .btn-primary {
        margin-top: 10px;

    }

    .container {
        padding-right: 25px;
        padding-left: 25px;
    }

        h1 {
        font-size: 44px;
        line-height: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 38px;
    }

    .InteriorTopBDBanner h2, .FullWidthContent h2, .ThreeColumns h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .FullWidthContent h2, .ThreeColumns h2 {
        margin: 0px 0px 30px 0px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .ExploreTrades .blockThumbs1 h3, .HomeExploreTrades h3 {
        font-size: 30px;
        line-height: 30px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px !important;s
    }


    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    p, .body-content li {
        font-size: 16.5px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .peopleLink h5, .peopleLink h5 bold, .peopleLink:after {
        font-size: 16.5px;
    }
   
    h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .footerLogo img {
        width: 200px;
        height: auto;
        margin: auto;
        display: table;
    }

    footer p {
        font-size: 14px;
        line-height: 20px;
        margin: 30px auto 0px auto;
        display:table;
        text-align:center;
    }

    footer .fa-brands {
        font-size: 26px;
        margin-left: 10px;
        margin-right:10px;
    }


    .socialsWrapper {
        margin: 30px auto 0px auto;
        display: table;
    }

    .et_pb_scroll_top.et-pb-icon {
        bottom: 20px;
        right: 10px;
        font-size: 14px;
        border-radius: 40px;
        width: 30px;
        height: 30px;
        padding: 9px 5px;
    }

    .et-pb-icon .fas {
        font-size: 14px;
    }

    a.anchor {
        display: block;
        position: relative;
        top: -60px;
        visibility: hidden;
    }

    .callout-button, .showMoreLinkk, .FooterNewsletter .callout-button {
        padding: 0px 20px;
        line-height: 60px;
        font-size: 16px !important;
        margin-top: 30px;
    }

    .navbar-brand > img {
        display: block;
        width: 100px;
        height: auto;
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        transition: inherit !important;
    }

    .peoplePhoto {
        height: auto;
        padding-top: 100%;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .NextStepsPhoto {
        height: 210px;
    }

    
    footer {
        padding: 40px 0px;
    }      


    .BottomRow {
        padding: 0px 0px 20px 0px;
        text-align: center;
    }

    .headerSmall .navbar-brand > img {
        display: block;
        width: 70px;
        margin-top: 8px;
        height: auto;
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        transition: inherit !important;
    }

    .headerSmall .topRightNav {
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        transition: inherit !important;
        margin-top: 65px !important;
    }

    .headerSmall .navbar-nav {
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        transition: inherit !important;
        margin-top: 130px !important;
        margin-left: 0px !important;
    }

    .navbar-brand {
        margin: 14px 0px 0px 20px;
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        transition: inherit !important;
    }

    .headerSmall .navbar-brand {
        margin: 0px 0px 0px 20px !important;
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        transition: inherit !important;
    }

    .headerSmall.navbar-inverse {
        height: 60px !important;
        z-index: 100000;
    }

    .navbar .container {
        width: 100%;
    }

    .navbar {
        width: 100%;
        padding: 0px 0px;
        height: 90px;
    }

    .navbar-header button {
        display: inline-table;
        padding: 0px;
        border: none;
    }

    .sectionPadding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sectionTopPadding {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .sectionBottomPadding {
        padding-bottom: 50px;
        padding-top: 0px;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.currentPage > a, .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
        border-bottom: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .body-content li {
        margin-bottom: 5px;
    }


    .navbar .container {
        float: inherit;
        padding: 0px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
        background: #001339;
        height: 100vh !important;
        max-height: 100vh !important;
        padding: 0px 0px 20px 0px;
        position: relative;
        width: 100%;
        overflow: hidden;
        top: -50px;
        left: 0px;
        right: 0px;
    }

    .animated-icon {
        width: 25px;
        height: 15px;
        position: absolute;
        z-index: 100000;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin: 10px;
        top: 10px;
        right: 10px;
    }

    .navbar-nav {
        float: none;
        margin: 150px 0px 0px 0px;
        display: table;
        text-align: center;
        width: 100%;
    }

    .navbar-header {
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .animated-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon span {
        background: #0089cf;
    }

    .animated-icon.open {
        color: #0089cf;
        border: none;
        height: 30px;
        width: 30px;
    }

    .animated-icon span:nth-child(1) {
        top: 0px;
    }

    .animated-icon span:nth-child(2) {
        top: 8px;
    }

    .animated-icon span:nth-child(3) {
        top: 17px;
    }

    .animated-icon.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        background: #0089cf;
    }

    .animated-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        background: #0089cf;
    }

}


@media (min-width: 0px) {

    .headerSmall .navbar-brand .largeLogo {
        display: none !important;
    }

    .headerSmall .headerSmallLogo {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        display: block !important;
        margin-top: 13px;
        width: 100px;
        height: 63px;
    }

    .headerSmall .navbar-brand {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        margin-top: 0px;
    }

    .headerSmall.navbar-inverse {
        height: 90px;
        background: #001339;
        -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 10%);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
        box-shadow: 0 3px 5px rgb(57 63 72 / 10%);
        z-index: 100000;
    }

    .headerSmall .navbar-nav {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        margin-top: 15px;
    }
}
