html {
    font-size: 14px;
    overflow-x: hidden;
    scroll-padding-top: 80px;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #737373;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #f26e22;
    transition: all ease 0.2s;
    text-decoration: none;
}

a:hover {
    color: #bb4500;
    text-decoration: none;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #012E4B;;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.flex-container {
    display: flex;
}

.white-shadow-box {
    background: #ffffff;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
}

.white-background {
    background: #FFFFFF;
}

.light-blue-background {
    background-color: #ECF6FF;
}

.colored-bar-container {
    height: 132px;
    background-color: #00314C;
    width: 100vw;
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin: 8px 20px 50px;
}

h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin: 8px 20px 50px;
}

.headings {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #012E4B;;
    margin: 8px 0 50px;
}

.subtitle {
    width: 300px;
    font-weight: 400;
    font-size: 17px;
    margin: 0 auto;
    color: #02314c;
}

.small-orange-text {
    font-weight: 700;
    font-size: 15px;
    color: #f26e22;
}

.gray-text {
    font-size: 15px;
    color: #737373;
}

.blue {
    color:#0066FF;
}

.green {
    color:#34A853;
}

.yellow {
    color:#FBBC05;
}

.orange {
    color:#F26E22;
}



@media (min-width: 993px) {

    .hide-in-desktop {
        display: none !important;
    }

    .hide-in-s-l-screens {
        display: none !important;
    }

    .blue-background {
        background-color: #004467;
    }


    .blue-background p, .blue-background li, .blue-background h1, .blue-background h2, .blue-background h3 {
        color: #FFFFFF !important;
    }

    .hide-in-desktop {
        display: none !important;
    }
}

@media (max-width: 992px) {

    .colored-bar-container {
        height: 100px;
    }

    .hide-in-mobile {
        display: none !important;
    }

    .hide-inMobile {
        display: none !important;
    }

    h2 {
        font-size: 23px;
        line-height: 30px;
    }

    h3 {
        font-size: 23px;
        line-height: 30px;
    }

    .h4-heading {
        font-size: 23px;
        line-height: 30px !important;
    }

    .headings {
        font-size: 23px;
        line-height: 30px;
    }

    .subtitle {
        margin: 10px auto;
    }
}