body {
    font-family: 'Montserrat';
}

.gotham-font {
    font-family: 'gothambook', sans-serif;
}

.header-container {
    max-width: 1400px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.header-logo {
    width: 20%;
}

.header-links {
    width: 60%;
}

.header-icons {
    width: 20%;
}

.header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    z-index: 3;
}

#siteLogo {
    width: 115px;
}

#uploadImg {
    width: 18px;
}


.nav-masthead .nav-link {
    color: #FFF;
    border-bottom: .15rem solid transparent;
}

    .nav-masthead .nav-link:hover {
        color: #FFF;
        border-bottom: .15rem solid #FFF;
    }


.nav-masthead {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-item {
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-flex;
    font-weight: 600;
}

    .menu-item a {
        color: #FFF;
        text-decoration: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
    }

        .menu-item a:hover {
            border-bottom: 1px solid #FFF;
            transition: 0.3s ease;
        }

        .menu-item a.active {
            border-bottom: 1px solid #FFF;
        }


.footer {
    padding: 90px 0px 0px 0px;
    background-color: #f7f7f7;
}

.copyright-section {
    background-color: #c3b138;
}

.mobile-menu {
    display: none;
}

.ls-2 {
    letter-spacing: 2px;
}

.raleway {
    font-family: 'Raleway', sans-serif;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.ses-link {
    color: #C3B138;
    text-decoration: none;
    font-weight: bold;
}

    .ses-link:hover {
        text-decoration: underline;
    }

.add-arrow {
    padding-right: 45px;
    position: relative;
    display: inline-block;
}

    .add-arrow:after {
        content: '';
        background: transparent url(../images/ses-arrow.png) no-repeat top left;
        background-size: cover;
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

.parallax-container {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 150px;
    right: 100px;
}

.parallax {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.grey-headline {
    color: #E2E3E3;
    -webkit-text-fill-color: initial;
    font-size: 170px;
    font-family: "Montserrat";
    font-weight: 600;
    position: relative;
}

.glow-font {
    text-shadow: 1px 1px 3px blue;
    font-size: 2.4em;
    color: #717071;
    font-family: "Raleway";
    vertical-align: bottom;
}

.app-table {
    width: 90%;
    font-family: "Raleway";
    font-size: 1.25em;
    margin: 0px auto;
}

.td-row {
    display: flex;
    flex-wrap: wrap;
    margin: 3px;
    justify-content: space-around;
    border-radius: 15px;
    text-align: start;
    display: inline-flex;
}

.row-odd {
    background-color: lightgrey;
}


.product-container {
    position: relative;
    display: flex;
    align-items: start;
}

.product-title {
    color: darkblue;
    font-weight: bolder;
    text-decoration: underline;
}

.product-info {
    border-radius: 15px;
    flex-grow: 1;
    margin-left: 5px;
    min-width: 300px;
}

.data-item {
    display: block;
    flex-direction: column;
    color: black;
}

.value {
    margin: 3px 5px;
    font-weight: bold;
}

.product {
    border-radius: 15px;
    flex-grow: 1;
    margin: 3px;
    text-decoration: none;
}

    .product:hover {
        background-color: lightblue;
        cursor: pointer;
    }

.debug-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg-yellow {
    background-color: #c3b138;
}

.bg-blue {
    background-color: #33629e;
}

.bg-app-blue {
    background-color: #93bcf0;
}

.yellow-headline {
    color: #d6c96d;
    -webkit-text-fill-color: initial;
    font-size: 170px;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left;
    position: relative;
}

.light-orange-headline {
    color: #F7A35A;
    -webkit-text-fill-color: initial;
    font-size: 170px;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: right;
    position: relative;
}

.lime-green-headline {
    color: #d6d672;
    -webkit-text-fill-color: initial;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left;
    position: relative;
    white-space: nowrap;
    font-size: 220px;
}

.font-orange {
    color: #e97e24;
}

.font-light-orange {
    color: #F6B470;
}

.font-blue {
    color: #33629e;
}

.font-light-blue {
    color: #648ec2;
}

.font-yellow {
    color: #c3b138;
}

.font-light-yellow {
    color: #d6d672;
}

.secondary-header {
    z-index: 2;
    position: relative;
}

.btn-black {
    background: #333;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
    border: none !important;
    padding: 16px 20px !important;
    height: auto !important;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
}

    .btn-black:hover {
        background: #c4c4c4;
        color: #787878;
        transition: all .5s;
    }

.grey-input {
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    border: none !important;
    padding: 16px 20px !important;
    height: auto !important;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
}

.invalid-feedback {
    padding-left: 5px;
    text-align: start;
}

.main-p {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    color: #717275;
}

.white-p {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    color: #FFFFFF;
}

.yellow-section {
    background-color: #C3B138;
    background-image: url(/images/home-numbers.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.worldwide {
    background-image: url(/images/what-we-do-worldwide.jpg);
}

.chart-gif {
    width: 300px;
    height: 300px;
}

.orange-headline {
    color: #E97E24;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
}

.white-headline {
    color: #FFFFFF;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
}

.orange-section {
    background-color: #F7A35A;
    background-image: url(/images/home-approval.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.blue-section {
    background-color: #33629E;
    background-image: url(/images/home-join.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.dedicated {
    background-image: url(/images/what-we-do-dedicated.jpg);
}

.light-blue-headline {
    color: #648ec2;
    -webkit-text-fill-color: initial;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left;
    position: relative;
    white-space: nowrap;
    font-size: 220px;
}

.home-progress {
    display: flex;
    width: 100%;
    height: 8px;
    line-height: 30px;
    border-radius: 2px;
}

    .home-progress::-webkit-progress-bar {
        background-color: #eee;
        border-radius: 2px;
    }

    .home-progress::-webkit-progress-value {
        background-color: #c3b138;
        border-radius: 2px;
    }

.form-progress {
    display: flex;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

    .form-progress::-webkit-progress-bar {
        background-color: #f5f5f5;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }

    .form-progress::-webkit-progress-value {
        background-color: #c3b138;
        border-radius: 2px;
        transition: width 0.5s ease-in-out;
    }

.upload-delete {
    color: #C3B138;
    text-decoration: none;
    font-weight: bold;
}

    .upload-delete:hover {
        text-decoration: underline;
    }


.home-banner {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.box-div {
    height: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
}

.banner-box {
    background-color: #33629e;
    height: 100%;
    animation: 1s ease-out 0s 1 slideInFromBottom;
}

.page-banner {
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 254 / 94;
    position: relative;
}

.page-box-div {
    height: 100%;
    aspect-ratio: 254 / 94;
    margin: 0;
}

.page-banner-box {
    height: 100%;
    animation: 1s ease-out 0s 1 slideInFromBottom;
}

.blue-banner {
    background-color: #3b74b9;
}

.orange-banner {
    background-color: #e97e24;
}

.yellow-banner {
    background-color: #c2b730;
}

.page-text-div {
    bottom: 88px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.page-animated-text {
    animation: 1.5s ease-out 0s 1 slideInFromLeft;
    font-size: 220px;
    -webkit-text-fill-color: initial;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.banner-div {
    top: 127px;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.banner-logo {
    opacity: 0.5;
    animation: 1.5s ease-out 0s 1 slideInFromRight;
    user-select: none;
}

.banner-text-container {
    z-index: 5;
    position: absolute;
    top: 70vh;
    left: 0;
    width: 100%;
    height: 50%;
}

.page-banner-text-container {
    z-index: 5;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.mobile-banner-text {
    z-index: 5;
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    height: 50%;
}

.banner-text {
    color: #FFFFFF;
    -webkit-text-fill-color: initial;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
}

.slide-in-up {
    animation: 1s ease-out 0s 1 slideInUp, 1s ease-in-out 0s 1 fadeIn;
}

.main-button {
    background-color: #C3B138;
    border: solid 3px #C3B138;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    font-family: "Montserrat", Sans-serif;
    line-height: 1em !important;
    padding: 15px 30px 15px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    letter-spacing: 4px;
    border-radius: 25px;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

    .main-button:hover {
        background: #fff !important;
        color: #C3B138 !important;
        text-decoration: none !important;
        cursor: pointer;
    }

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1500px) {
    .page-animated-text {
        font-size: 140px;
    }
}

@media only screen and (max-width: 890px) {
    .home-banner {
        height: 500px;
    }

    .page-banner {
        height: 500px;
        background-attachment: unset;
    }

    .page-text-div {
        bottom: 150px;
    }

    .page-animated-text {
        font-size: 60px;
    }

    .banner-box {
        height: 500px;
    }

    .grey-headline {
        font-size: 3.7rem;
    }

    .yellow-section, .orange-section, .blue-section {
        background-attachment: unset;
    }

    .banner-text {
        font-size: 25px;
    }

    .mobile-menu {
        display: block;
        background-color: #FFF;
        position: absolute;
        top: 105px;
        left: 0;
        z-index: 3;
        width: 100%;
        visibility: hidden;
        -webkit-transform: scaleY(0%);
        transform: scaleY(0%);
        -webkit-transition: -webkit-transform .3s ease-in-out, visibility 0s .3s;
        transition: transform .3s ease-in-out, visibility 0s .3s;
        transform-origin: top;
    }

    .mobile-menu-ul li {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 20px;
        text-align: right;
        border-bottom: 1px solid #000;
    }

        .mobile-menu-ul li a {
            text-decoration: none;
            color: #000;
            font-family: 'Raleway', sans-serif;
        }

    .show {
        visibility: visible;
        -webkit-transform: scaleY(100%);
        transform: scaleY(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

    .lime-green-headline, .light-blue-headline {
        font-size: 60px;
    }

    .main-button {
        padding: 10px 25px 10px !important;
        letter-spacing: 2px;
    }

    .product-info {
        min-width: 200px;
    }

    .product {
        min-width: 200px;
    }
}
