@font-face {
    font-family: a_AvanteBs_eb;
    src: url('../fonts/a_AvanteBs_eb.ttf');
}

@font-face {
    font-family: Helvetica-8-heavy;
    src: url('../fonts/Helvetica-Heavy.otf');
}

@font-face {
    font-family: HelveticaLT-4;
    src: url('../fonts/HelveticaLTStd-Light.otf');
}

#menu-bar {
    margin-top: 70px;
}

#outer-wrapper {
    width: 100%;
    max-width: 1170px;
}

.main-banner {
    background: url('../images/business-lending-bg.jpg') center no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 90px;
    min-height: 494px;
    text-align: center;
}

h2, h3 {
    color: white;
    text-align: center;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-banner p {
    text-align: center;
}

.main-banner .green-button {
    margin: 10px;
}

h2.main-banner-header {
    font-size: 58px;
    font-weight: 400;
    font-family: a_AvanteBs_eb, Arial, sans-serif;
}

h3.main-banner-subheader {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
    font-family: "Avant", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 44px;
}

.green-button {
    background: #00ab50;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 17px 30px 17px 30px;
    height: 48px;
    max-height: 48px;
}

.green-header {
    color: #00ab50;
    font-family: a_AvanteBs_eb, Arial, sans-serif;
    line-height: 1.2;
}

.green-button:hover {
    border: none;
}

.container-fluid {
    padding: 0;
    margin-bottom: 20px;
}

.section {
    background: white;
    padding-top: 82px;
}

.section-invest .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 55px;
}

.img-col {
    padding-left: 0;
    padding-right: 0;
}

.img-col img {
    max-width: 100%;
    padding-left: 20px;
}

p.black-text {
    font-family: HelveticaLT-4, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

hr.green-line {
    border-top: 6px solid #00AB50;
    width: 120px;
    margin-top: 0;
    margin-bottom: 75px;
}

.header-uppercase {
    text-transform: uppercase;
    text-align: center;
}

.flex-item {
    display: inline-block;
    width: 220px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    margin-top: 20px;
}

.flex-item img {
    margin-bottom: 20px;
}

.flex-item p {
    color: #002658;
    line-height: 1.5;
    font-size: 17px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    vertical-align: middle;
    margin-top: 25px;
}

.img-flex-container {
    display: flex;
    min-height: 100px;
    vertical-align: middle;
    justify-content: center;
}

.risk-warning {
    font-size: 27px;
    width: 51px;
    padding: 1px 13px;
    color: #00AB50;;
    border: 2px solid #00AB50;;
    border-radius: 20px;
    margin-right: 36px;
}

.risk-text {
    font-family: HelveticaLT-4, sans-serif;
    font-size: 17px;
}

.risks-container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
}

.risks-container li {
    line-height: 50px;
}

.bottom-section {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 23px;
}

.bottom-section p {
    text-align: center;
    color: #00ab50;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.0;
}

.bottom-section a {
    color: #00ab50;
}

hr.dashed-line {
    max-width: 1020px;
    border-top: 1px dashed lightgrey;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.section-risks {
    padding-top: 55px;
}

@media only screen and (max-width: 768px) {
    #menu-bar {
        margin-top: auto;
    }

    .container-fluid {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section-invest .row {
        padding-left: 0;
    }

    .img-col img {
        width: 100%;
        padding-left: 0;
    }

    .section {
        padding-top: 50px;
    }

    hr.green-line {
        margin-bottom: 20px;
    }

    .risks-container {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .risks-container li {
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .bottom-section {
        padding-top: 0;
    }

    .section-risks {
        padding-top: 0;
    }

}

@media only screen and (max-width: 500px) {

}