* {
    box-sizing: border-box;
}

html {
    font-family: "Open Sans", sans-serif;
    color: #2f2f2f;
}

body {
    word-wrap: break-word;
    font-size: 1rem;
    line-height: 1.5;
}

nav,
div {
    display: block;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

object {
    display: flex;
    max-width: 100%;
    flex-direction: column;
}

.padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.navbar {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    background-color: white;
    box-shadow: 0px 18px 72px -16px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 18px 72px -16px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 18px 72px -16px rgba(0, 0, 0, 0.29);
    position: relative;
}

.menu-bar {
    display: none;
}

.nav-link {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 200ms ease-in-out;
}

.nav-logo-box {
    width: 100%;
    max-width: 11.25rem;
    display: flex;
}

.main-content-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #F6F6F6;
}

.main-project-section {
    padding: 3rem 0;
    background-color: #1E5A86;
}

.main-blog-section {
    padding: 3rem 0;
    background-color: #F6F6F6;
}

.main-content-component {
    display: flex;
    gap: 1.5rem;
}

[class*="container-"] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

[class*="max-width-"] {
    width: 100%;
}

[class*="set-max-width-"] {
    width: 100%;
}

[class*="section-"] {
    background-color: white;
}

[class*="component-box-"] {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
}

[class*="embed-"] {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

[class*="v-block-"] {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
}

.div-center {
    margin-left: auto;
    margin-right: auto;
}

.main-featured-story-box {
    padding: 1.5rem;
}

.white-story-image-box {
    height: 10.875rem;
}

.white-story-box {
    padding: 1.5rem;
    background-color: white;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

.margin-bottom-8 {
    margin-bottom: 0.5rem;
}

.margin-bottom-10 {
    margin-bottom: 0.625rem;
}

.margin-bottom-12 {
    margin-bottom: 0.75rem;
}

.margin-bottom-16 {
    margin-bottom: 1rem;
}

.margin-bottom-24 {
    margin-bottom: 1.5rem;
}

.margin-bottom-36 {
    margin-bottom: 2.25rem;
}

.margin-bottom-48 {
    margin-bottom: 3rem;
}

.story-sub-text {
    font-size: 0.75rem;
    color: #676767;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

button {
    cursor: pointer;
}

input {
    border: solid 0.063rem #ABABAB;
    border-radius: 0.5rem;
    background-color: white;
    padding: 0.75rem;
    font-size: 1rem;
    color: #2F2F2F;
    transition: border-color 200ms ease-in-out;
    width: 100%;
}

::placeholder {
    color: #ABABAB;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ABABAB;
}

.line-grey {
    height: 0.063rem;
    width: 100%;
    background-color: #D4D4D4;
}

.text-size-14 {
    font-size: 0.875rem;
}

.text-size-18 {
    font-size: 1.125rem;
}

.text-size-22 {
    font-size: 1.375rem;
}

.text-color-dark-gray {
    color: #636363;
}

.text-color-light-blue {
    color: #47A6FF;
}

.text-align-justify {
    text-align: justify;
}

.bg-light-grey {
    background-color: #818181;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #155389;
    color: white;
}

.bg-light-blue {
    background-color: #3D86CA;
}

.box-header-padding {
    padding: 1.5rem;
}

.box-hero-header-padding {
    padding: 0;
}

.blue-featured-block>div:nth-of-type(1) {
    padding: 1.5rem;
}

.primary-button {
    background-color: #0E487B;
    border: solid 0.125rem #0E487B;
    color: white;
    text-decoration: none;
    padding: 0.375rem 0.875rem;
    text-align: center;
    transition: all 200ms ease-in-out;
    font-size: .875rem;
    font-weight: 600;
}

.primary-button:hover {
    background-color: #000;
    border-color: #000;
}

.menu-bar a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: color 200ms ease-in-out;
    font-size: .875rem;
}

.weight-600 {
    font-weight: 600;
}

.spacing-36 {
    height: 2.25rem;
}

.nav-component {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.blue-featured-block {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    /**flex-wrap: wrap;**/
}

.blue-featured-story-box {
    padding: 1.5rem;
    background-color: #47A6FF;
    color: white;
    text-align: center;
    width: 100%;
}

.blue-featured-story-box .story-sub-text {
    color: white;
}

.banner-image-box,
.blue-featured-image-box {
    background-color: #818181;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.banner-image-box img,
.blue-featured-image-box img {
    object-fit: cover;
    height: 100%;
}

.banner-image-box object {
    height: 100%;
    object-fit: cover;
}

.blue-featured-block h3 {
    line-height: 1;
}

.full-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.25rem;
}

.button-container {
    border-top: solid #D4D4D4 0.063rem;
    padding-top: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-container.reverse {
    border-top-color: #ABABAB;
}

.button-container.reverse .primary-button {
    background-color: white;
    border-color: white;
    color: black;
}

.button-container.reverse .primary-button:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.button-container a {
    display: block;
}

.dark-footer {
    background-color: #1A1A1A;
    color: white;
    padding: 2.25rem 0;
}

.dark-footer-component {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 1.5rem;
}

.set-mobile-none {
    display: none;
}

.footer-link {
    text-decoration: none;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 200ms ease-in-out;
}

.footer-link:hover {
    color: #bbdfff;
}

.footer-link-block {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links-box {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 0.5rem;
}

.section-login {
    background-color: #F6F6F6;
    padding: 6rem 0 7.5rem;
    min-height: 65vh;
}

.max-width-250 {
    max-width: 15.625rem;
}

.container-480 {
    max-width: 30rem;
}

.login-box {
    background-color: white;
    padding: 3rem;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.password-box {
    position: absolute;
    right: 0.75rem;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.content-login-box {
    position: relative;
    z-index: 1;
}

.login-bg-box {
    position: absolute;
    right: 0;
    bottom: -0.5rem;
}

.embed-open {
    display: none;
}

.v-block-fields {
    gap: 1.125rem;
}

.dta-center {
    text-align: center;
}

.dta-right {
    text-align: right;
}

.dta-left {
    text-align: left;
}

.dta-justify {
    text-align: justify;
}

.heading-32 {
    font-size: 2rem;
}

.pos-relative {
    position: relative;
}

.menu-bar {
    background-color: #0E487B;
    color: #ffffff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: block;
}

.menu-bar-component {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* a */

@media only screen and (min-width: 479px) {
    .grid-four {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .grid-three {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .footer-link-block {
        display: flex;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        flex-direction: row;
        gap: 3rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) b*/
@media only screen and (min-width: 600px) {}

/* Extra small devices (phones, 600px and down)
@media only screen and (max-width: 600px) {} */


/* Medium devices (landscape tablets, 768px and up) c*/
@media only screen and (min-width: 768px) {
    .blue-featured-story-box {
        padding: 1.5rem;
    }

    .box-header-padding {
        padding: 2rem;
    }

    .story-sub-text {
        font-size: 0.875rem;
    }

    .grid-four {
        grid-gap: 1.5rem;
    }

    .grid-three {
        grid-gap: 1.5rem;
    }

    .button-container {
        padding-top: 3rem;
    }

    .dark-footer-component {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .set-mobile-none {
        display: block;
    }

    .set-tab-max-width-300 {
        max-width: 18.75rem;
    }

    .c-margin-bottom-36 {
        margin-bottom: 2.25rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) d*/
@media only screen and (min-width: 992px) {
    .container-1300 {
        max-width: 81.25rem;
    }

    .padding-global {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .box-header-padding {
        padding: 3rem;
    }

    .navbar {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
    }

    .menu-bar {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: block;
    }

    .menu-bar a {
        color: white;
        font-size: 1.125rem;
    }

    .menu-bar a:hover {
        color: #bbdfff;
    }

    .menu-bar-component {
        justify-content: flex-start;
        gap: 1.5rem;
    }

    .nav-logo-box {
        max-width: 20rem;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2rem;
    }

    .set-text-size-14 {
        font-size: 0.875rem;
    }

    .set-text-size-18 {
        font-size: 1.125rem;
    }

    .set-text-size-22 {
        font-size: 1.375rem;
    }

    .set-div-center {
        margin-left: auto;
        margin-right: auto;
    }

    .set-max-width-200 {
        max-width: 12.5rem;
    }

    .set-max-width-320 {
        max-width: 20rem;
    }

    .set-max-width-638 {
        max-width: 39.875rem;
    }

    .set-max-width-744 {
        max-width: 46.5rem;
    }

    .set-max-width-700 {
        max-width: 43.75rem;
    }

    .primary-button {
        padding: 0.5rem 1.25rem;
        font-size: 1.125rem;
    }

    .add-pad {
        padding: 1rem 1.5rem;
        font-size: 1.25rem;
    }

    .box-hero-header-padding {
        padding: 2rem;
    }

    .blue-featured-story-box {
        max-width: 30.25rem;
    }

    .blue-featured-block {
        flex-direction: row;
        gap: 3rem;
        align-items: center;
    }

    .blue-featured-block>div:nth-of-type(1) {
        padding: 0rem;
    }

    .grid-three {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-four {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1.5rem;
    }

    .set-spacing-54 {
        height: 3.375rem;
    }

    .set-top-bottom-padding-18 {
        padding: 1.125rem 1.5rem;
    }

    .main-project-section {
        padding: 4.5rem 0;
    }

    .main-blog-section {
        padding: 3.5rem 0 5rem;
    }

    .span-break {
        display: block;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) e*/
@media only screen and (min-width: 1200px) {
    .large-flex-shrink-0 {
        flex-shrink: 0;
    }
}