﻿


/*font-family: 'Open Sans Condensed', sans-serif;

font-family: 'Muli', sans-serif;

font-family: 'Libre Baskerville', serif;*/



* {
    box-sizing: border-box;
}

a.contact-box {
    position: fixed;
    left: 90%;
    top: 90%;
    background-image: url("/img/letters-1132703_640.png");
    background-color: none;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #f9f9f9;
    font-family: 'Muli', sans-serif;
    font-size: 1.1em;
    color: #303b42;
}

strong {
    font-weight: bolder;
}

a {
    text-decoration: none;
    color: #303b42;
    margin: 0.25em;
}

p {
    font-family: 'Muli', sans-serif;
    font-size: 1.1em;
    color: #303b42;
    line-height: 1.2em;
}

i.fas.fa-hashtag {
    color: #bff0b3;
}

i.fas.fa-terminal {
    color: #bff0b3;
}

i.fas.fa-greater-than {
    color: #bff0b3;
    margin: 0 0.5em;
}

/*LAYOUT*/

.main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
}

header.top-box {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    min-height: 80px;
    position: fixed;
    left: 10%;
    top: 0;
    width: 80%;
    border-bottom-style: solid;
    border-bottom-color: rgba(61, 64, 65, 0.25);
    border-bottom-width: 1px;
    flex-grow: 1;
    z-index: 9;
}



/*LAYOUT*/

.center-column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: flex-end;
    align-content: stretch;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
    padding: 80px 0 0 0;
    flex-grow: 1;
    overflow-x: hidden;
}

.title-box {
    display: flex;
    justify-content: center;
}

.title-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 60%;
    padding: 2em;
    min-height: 100px;
}

.title-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    width: 40%;
    padding: 2em;
    min-height: 100px;
}

    .title-right h3, .title-right p {
        text-align: left;
        line-height: 1.8em;
    }

    .title-right i {
        color: #4bb631;
    }

.txt-ital {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    font-size: 1.8em;
    color: #31667a;
    line-height: 1.8em;
}

.txt-ital-bottom {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    font-size: 1.8em;
    color: rgb(103, 153, 172);
    line-height: 1.8em;
}

.txt-thin {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #31667a;
    font-size: 3.3em;
    line-height: 1.8em;
}

.txt-thin-bottom {
    font-family: 'Open Sans Condensed', sans-serif;
    color: rgb(103, 153, 172);
    font-size: 3.3em;
    line-height: 1.8em;
}

.txt-bottom {
    color: rgb(103, 153, 172);
    font-size: 1.2em;
}


a.btnInfo {
    text-align: center;
    text-decoration: none;
    padding: 1em 2em;
    font-family: 'Oswald', sans-serif;
    color: rgb(21, 59, 87);
    border: 2px solid rgb(21, 59, 87);
    min-width: 50px;
    cursor: pointer;
    margin: 0.25em 0;
    -webkit-transition: all 300ms ease-out 0.2s;
    -moz-transition: all 300ms ease-out 0.2s;
    -o-transition: all 300ms ease-out 0.2s;
    transition: all 300ms ease-out 0.2s;
}

    a.btnInfo:hover {
        color: #4bb631;
        border: 2px solid #4bb631;
    }

a.btnStd {
    text-align: center;
    text-decoration: none;
    padding: 1em 2em;
    font-family: 'Oswald', sans-serif;
    color: #2681c6;
    border: none;
    min-width: 50px;
    cursor: pointer;
    color: #fff;
    background-color: rgb(21, 59, 87);
    margin: 0.25em 0;
    -webkit-transition: background-color 300ms ease-out 0.2s;
    -moz-transition: background-color 300ms ease-out 0.2s;
    -o-transition: background-color 300ms ease-out 0.2s;
    transition: background-color 300ms ease-out 0.2s;
}

    a.btnStd:hover {
        background-color: #4bb631;
        color: whitesmoke;
    }

button.btnStd {
    text-align: center;
    text-decoration: none;
    padding: 0.5em 1em;
    font-family: 'Oswald', sans-serif;
    color: #2681c6;
    border: none;
    min-width: 50px;
    cursor: pointer;
    color: #fff;
    background-color: rgb(21, 59, 87);
    margin: 0.25em 0;
    -webkit-transition: background-color 300ms ease-out 0.2s;
    -moz-transition: background-color 300ms ease-out 0.2s;
    -o-transition: background-color 300ms ease-out 0.2s;
    transition: background-color 300ms ease-out 0.2s;
    font-size: 0.8em;
}

    button.btnStd:hover {
        background-color: #4bb631;
        color: whitesmoke;
    }



.banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url("../img/trading-643722_1920.jpg");
    background-color: rgb(38, 129, 198);
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2em;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 90% 100%, 10% 100%, 0 90%);
    text-transform: uppercase;
}

    .banner-box h2 {
        color: #bff0b3;
        font-size: 2em;
        font-weight: 800;
        line-height: 2em;
        text-align: center;
    }


.white-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    padding: 10%;
    background-color: #fff;
}

.gray-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    padding: 10%;
    background-color: #edf1f4;
}

.white-wrapper h3 {
    font-weight: 800;
    font-size: 2em;
    color: #31667a;
    text-align: center;
    line-height: 1.3em;
    margin: 1.5em 0;
}

.gray-wrapper h3 {
    font-weight: 800;
    font-size: 2em;
    color: #31667a;
    text-align: center;
    line-height: 1.3em;
    margin: 1.5em 0;
}

.gray-wrapper p {
    text-align: justify;
    line-height: 1.7em;
}

.white-wrapper p {
    text-align: justify;
    line-height: 1.7em;
}

.social-box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background-color: #edf1f4;
    padding: 2em 1em;
}

    .social-box i {
        font-size: 2em;
        margin-left: 1em;
        color: #4bb631;
    }

.bottom-content {
    background-color: rgb(21, 59, 87);
    min-height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.top-stripe {
    background-color: none;
    min-height: 150px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bottom-stripe {
    background-color: rgb(12, 33, 48);
    min-height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .bottom-stripe div {
        margin: 0.5em;
        color: #bff0b3;
    }

    .bottom-stripe a {
        color: #bff0b3;
    }

.bottom-header {
    font-size: 3em;
    font-weight: 800;
}


.demo-html {
    margin-top: 4em;
}

.greeny {
    color: #4bb631;
}

.bold {
    font-weight: 800;
}


.main-content-box {
    display: flex;
    align-content: center;
    align-items: center;
    /*background-color: rgba(38, 129, 198, 0.40);*/
    flex-direction: column;
    padding: 0 10%;
}

.menu-header {
    display: flex;
    align-content: center;
    align-items: flex-start;
}

.main-menu {
    display: flex;
    align-content: center;
    align-items: center;
}

a.menu-link {
}

.header-box {
    font-size: 4em;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
}

.main-stage-box {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    width: 90%;
    margin: 1em 5% !important;
    padding: 1em;
}

.main-stage-col-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    width: 90%;
    margin: 1em 5% !important;
    padding: 1em;
}

.main-stage-box input {
    border: none;
    -webkit-box-shadow: 0 0 0px 2px rgba(38, 129, 198, 0.35);
    box-shadow: 0 0 0 2px rgba(38, 129, 198, 0.35);
    margin-right: 0.2em;
    color: rgba(38, 129, 198, 0.45);
    padding: 0 0.5em;
}

.single-bar {
    margin-top: 5px;
    background-color: #2681c6;
    color: wheat;
    text-align: right;
    padding: 2px 4px;
}

#target {
    padding: 2em;
    overflow: visible;
    background-color: rgba(38, 129, 198, 0.15);
}

.legend-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    background-color: rgba(38, 129, 198, 0.15);
    height: 100%;
}

.operation-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    padding: 0.3em 1em;
    width: 100%;
    margin-bottom: 0.5em;
}

    .operation-box button {
        margin-left: 0.2em;
    }

svg {
    overflow: visible !important;
}

g.tick line:not(.redline) {
    opacity: 0.3;
    stroke: #31667a !important;
}

g.tick text {
    opacity: 0.6;
    stroke: #31667a !important;
}

path.domain {
    stroke: none !important;
    fill: none;
    opacity: 0;
}

.dataTables_wrapper {
    width: 100% !important;
}

img.diagram {
    margin: 2em 0;
    width: 100%;
    /*box-shadow: 0px 0px 1px 1px #4bb631;*/
}

.double-box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

    .double-box .left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        width: 50%;
        padding: 0.25em;
        height: 100%;
    }

    .double-box .right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        align-content: flex-start;
        width: 50%;
        padding: 0.25em;
        height: 100%;
    }

        .double-box .right img.diagram {
            width: 100%;
        }

.double-box-reverted {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

    .double-box-reverted .right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        width: 50%;
        padding: 0.25em;
        height: 100%;
    }

    .double-box-reverted .left {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        align-content: flex-start;
        width: 50%;
        padding: 0.25em;
        height: 100%;
        height: 100%;
    }

.base-list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

ul.base-list {
    margin: 1em 0;
    list-style: none;
}

    ul.base-list li {
        text-align: left;
    }

        ul.base-list li p {
            text-align: left;
            padding: 0;
            margin: 0;
        }

h4.accented {
    font-size: 1.2em;
    font-weight: 600;
}

.link-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1em 0;
    margin: 2em 0;
}

    .link-box a {
        margin-right: 1em;
    }

.form-title-box {
    display: flex;
    justify-content: flex-start;
    padding: 2em 1em;
}

form {
    width: 100%;
}

input, textarea {
    border: none;
    box-shadow: 0px 0px 1px 1px rgba(38, 129, 198, 0.55);
    margin: 0.3em 0;
    width: 100%;
    padding: 0.25em;
}


.form-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.form-errors {
    color: rgba(185, 11, 11, 0.79);
    font-size: 0.7em;
    margin: 0.5em 0;
}

.form-box .info-box {
    color: rgba(185, 11, 11, 0.79);
    font-size: 0.7em;
    font-weight: 600;
    margin: 0.25em 0;
}


.policy-body h4{
    margin: 1em 0;
    font-weight:700;
}


.logo-box {
    display: flex;
    justify-content: center;
    padding: 2em;
    width: 100%;
    min-height: 3em;
    border-top-color: rgba(127, 176, 204, 0.70);
    border-top-width: 1px;
    border-top-style: solid;
    background-color: none;
    margin: 1em;
}



@media only screen and (max-width: 280px) {
    body {
        background-color: #fff;
        font-size: 0.8em;
    }

    header.top-box, .main {
        width: 100%;
        left: 0;
    }

    .top-box {
        flex-direction: column;
    }

    .title-box {
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 3em;
    }

    .title-left h3, .title-right h3 {
        text-align: left;
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
        text-align: center;
        padding: 0.25em;
    }

        .banner-box h2 {
            font-size: 1em;
        }

    .double-box, .double-box-reverted {
        flex-direction: column;
    }

        .double-box .left, .double-box-reverted .left {
            width: 100%;
        }

        .double-box .right, .double-box-reverted .right {
            width: 100%;
        }

    .title-left, .title-right {
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }

    .social-box {
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .link-box {
        flex-direction: column;
        justify-content: center;
    }

    p {
        font-size: 0.8em;
    }

    .top-box i {
        display: none;
    }

    .logo {
        width: 50px !important;
    }

    .title-left .txt-thin {
        font-size: 1em;
    }

    .title-left .txt-ital {
        font-size: 0.8em;
    }

    a.btnInfo, a.btnStd {
        max-width: 100%;
        font-size: 0.8em;
    }



    .white-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    .gray-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    h1.bottom-header {
        font-size: 1.5em;
    }

    .top-stripe h3 {
        font-size: 1em;
    }

    .bottom-stripe {
        font-size: 0.8em;
    }

    .double-box-reverted .right {
        align-items: center;
        align-content: center;
        width: 50%;
        padding: 0.25em;
        height: 100%;
    }
}



@media only screen and (min-width: 281px) and (max-width: 375px) {

    body {
        background-color: #fff;
        font-size: 0.8em;
    }

    header.top-box, .main {
        width: 100%;
        left: 0;
    }

    .top-box {
        flex-direction: column;
    }

    .title-box {
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 3em;
    }

    .title-left h3, .title-right h3 {
        text-align: left;
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
        text-align: center;
        padding: 0.25em;
    }

        .banner-box h2 {
            font-size: 1em;
        }

    .double-box, .double-box-reverted {
        flex-direction: column;
    }

        .double-box .left, .double-box-reverted .left {
            width: 100%;
        }

        .double-box .right, .double-box-reverted .right {
            width: 100%;
        }

    .title-left, .title-right {
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }

    .social-box {
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .link-box {
        flex-direction: column;
        justify-content: center;
    }

    p {
        font-size: 0.8em;
    }

    .top-box i {
        display: none;
    }

    .logo {
        width: 50px !important;
    }

    .title-left .txt-thin {
        font-size: 1em;
    }

    .title-left .txt-ital {
        font-size: 0.8em;
    }

    a.btnInfo, a.btnStd {
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
    }

        .banner-box h2 {
            font-size: 1.2em;
        }

    .white-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    .gray-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    h1.bottom-header {
        font-size: 1.5em;
    }

    .top-stripe h3 {
        font-size: 1em;
    }

    .bottom-stripe {
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 376px) and (max-width: 500px) {

    body {
        background-color: #fff;
        font-size: 0.8em;
    }

    header.top-box, .main {
        width: 100%;
        left: 0;
    }

    .top-box {
        flex-direction: column;
    }

    .title-box {
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 3em;
    }

    .title-left h3, .title-right h3 {
        text-align: left;
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
        text-align: center;
        padding: 0.25em;
    }

        .banner-box h2 {
            font-size: 1em;
        }

    .double-box, .double-box-reverted {
        flex-direction: column;
    }

        .double-box .left, .double-box-reverted .left {
            width: 100%;
        }

        .double-box .right, .double-box-reverted .right {
            width: 100%;
        }

    .title-left, .title-right {
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }

    .social-box {
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .link-box {
        flex-direction: column;
        justify-content: center;
    }

    p {
        font-size: 0.8em;
    }

    .top-box i {
        display: none;
    }

    .logo {
        width: 60px !important;
    }

    .title-left .txt-thin {
        font-size: 1em;
    }

    .title-left .txt-ital {
        font-size: 0.8em;
    }

    a.btnInfo, a.btnStd {
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
    }

        .banner-box h2 {
            font-size: 1.2em;
        }

    .white-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    .gray-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    h1.bottom-header {
        font-size: 1.5em;
    }

    .top-stripe h3 {
        font-size: 1em;
    }

    .bottom-stripe {
        font-size: 0.8em;
    }
}


@media only screen and (min-width: 501px) and (max-width: 700px) {

    body {
        background-color: #fff;
        font-size: 1em;
    }

    header.top-box, .main {
        width: 100%;
        left: 0;
    }


    .title-box {
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 1em;
    }

    .title-left h3, .title-right h3 {
        text-align: left;
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
        text-align: center;
        padding: 0.25em;
    }

        .banner-box h2 {
            font-size: 1em;
        }

    .double-box, .double-box-reverted {
        flex-direction: column;
    }

        .double-box .left, .double-box-reverted .left {
            width: 100%;
        }

        .double-box .right, .double-box-reverted .right {
            width: 100%;
        }

    .title-left, .title-right {
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }

    .social-box {
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .link-box {
        flex-direction: column;
        justify-content: center;
    }

    p {
        font-size: 1em;
    }

    .top-box i {
        display: none;
    }

    .logo {
        width: 60px !important;
    }

    .title-left .txt-thin {
        font-size: 1em;
    }

    .title-left .txt-ital {
        font-size: 1em;
    }

    a.btnInfo, a.btnStd {
        font-size: 1em;
    }

    .banner-box {
        height: 500px;
        clip-path: none;
    }

        .banner-box h2 {
            font-size: 1.4em;
        }

    .white-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    .gray-wrapper h3 {
        font-weight: 600;
        font-size: 1.2em;
        color: #31667a;
    }

    h1.bottom-header {
        font-size: 1.6em;
    }

    .top-stripe h3 {
        font-size: 1.2em;
    }

    .bottom-stripe {
        font-size: 1em;
    }
}


@media only screen and (min-width: 701px) and (max-width: 900px) {

    body {
        background-color: #fff;
        font-size: 1em;
    }

    header.top-box, .main {
        width: 100%;
        left: 0;
    }




    .title-box {
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 1em;
    }

    .title-left h3, .title-right h3 {
        text-align: left;
        font-size: 0.8em;
    }

    .banner-box {
        height: 300px;
        clip-path: none;
        text-align: center;
        padding: 0.25em;
    }

        .banner-box h2 {
            font-size: 1em;
        }


    .double-box .left, .double-box-reverted .left {
        width: 50%;
        align-items: flex-start;
        align-content: flex-start;
    }

    .double-box .right, .double-box-reverted .right {
        width: 50%;
        align-items: flex-start;
        align-content: flex-start;
    }

    .title-left, .title-right {
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }

    .social-box {
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .link-box {
        flex-direction: column;
        justify-content: center;
    }

    p {
        font-size: 1em;
    }

    .top-box i {
        display: none;
    }

    .logo {
        width: 60px !important;
    }

    .title-left .txt-thin {
        font-size: 1.4em;
    }

    .title-left .txt-ital {
        font-size: 1em;
    }

    a.btnInfo, a.btnStd {
        font-size: 1em;
    }

    .banner-box {
        height: 500px;
        clip-path: none;
    }

        .banner-box h2 {
            font-size: 1.4em;
        }

    .white-wrapper h3 {
        font-weight: 600;
        font-size: 1.4em;
        color: #31667a;
    }

    .gray-wrapper h3 {
        font-weight: 600;
        font-size: 1.4em;
        color: #31667a;
    }

    h1.bottom-header {
        font-size: 1.6em;
    }

    .top-stripe h3 {
        font-size: 1.2em;
    }

    .bottom-stripe {
        font-size: 1em;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {

    body {
        background-color: #fff;
        font-size: 1em;
    }

    header.top-box, .main {
        width: 100%;
        left: 0;
    }



    .title-box {
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 1em;
    }



    .banner-box {
        height: 300px;
        clip-path: none;
        text-align: center;
        padding: 0.25em;
    }

        .banner-box h2 {
            font-size: 1em;
        }


    .double-box .left, .double-box-reverted .left {
        width: 50%;
        align-items: flex-start;
        align-content: flex-start;
    }

    .double-box .right, .double-box-reverted .right {
        width: 50%;
        align-items: flex-start;
        align-content: flex-start;
    }

    .title-left, .title-right {
        width: 100%;
        padding: 1.5em;
        text-align: center;
    }


    p {
        font-size: 1.3em;
    }


    .title-left .txt-thin {
        font-size: 1.5em;
    }

    .title-left .txt-ital {
        font-size: 1.5em;
    }

    a.btnInfo, a.btnStd {
        font-size: 1em;
    }

    .banner-box {
        height: 600px;
        clip-path: none;
    }

        .banner-box h2 {
            font-size: 1.4em;
        }

    .white-wrapper h3 {
        font-weight: 600;
        font-size: 1.4em;
        color: #31667a;
    }

    .gray-wrapper h3 {
        font-weight: 600;
        font-size: 1.4em;
        color: #31667a;
    }

    h1.bottom-header {
        font-size: 2em;
    }

    .top-stripe h3 {
        font-size: 1.2em;
    }

    .bottom-stripe {
        font-size: 1em;
    }
}
