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

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

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

.main-banner p.risk-text {
    text-align: center;
    color: black;
    background: rgba(255,255,255,0.75);
    display: inline-block;
    padding: 10px 10px 5px 10px;
    margin-top: 25px;
}

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;
}

.avante-bold {
    font-family: a_AvanteBs_eb, Arial, sans-serif;
    font-size: 38px;
}

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

h3.main-banner-subheader {
    font-size: 30px;
    font-family: AAvanteLtLite, sans-serif;
    font-weight: 600;
    line-height: 40px;
    padding: 40px;
}

.green-button, .transparent-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;
}

.transparent-button {
    background: rgba(0,0,0,0);
    border: 1px solid white;
}

.green-header, .white-header {
    color: #00ab50;
    font-family: a_AvanteBs_eb, Arial, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.white-header {
    color: white;
}

.black-header {
    font-family: Avant, Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 19px;
}

p.main-text.green-text {
    text-align: center;
    color: #00ab50;
    font-family: AAvanteLtLite, sans-serif;
    line-height: 27px;
    font-size: 16px;
}

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

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

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

.section-dual {
    background: url('../images/lend/lend-bg2.jpg') center no-repeat;
    background-size: cover;
    min-height: 494px;
    padding-top: 40px;
    margin-bottom: 50px;
}

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

.section-benefits {
    background: url('../images/borrow-bg2.jpg') center no-repeat;
    background-size: cover;
    min-height: 515px;
    color: white;
    padding-top: 63px;
}

.section-risks {
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 75px;
}
.section-risks h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.0;
}

.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: 13px;
    margin-bottom: 13px;
    line-height: 1.65;
    color: #101010;
    text-align: justify;
}

.quote-container p.black-text {
    font-style: italic;
    font-size: 18px;
}

p.main-text {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 15px;
}

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: 85px;
}

.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-dual * {
    color: white;
}

.section-dual h3 {
    font-weight: 400;
    font-family: a_AvanteBs_eb, Arial, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    font-size: 25px;
    margin-bottom: 40px;
    padding-left: 20px;
}

.section-dual li {
    font-weight: 800;
    font-size: 20px;
}

.section-dual ul {
    padding-left: 20px;
}

.section-dual button.transparent-button {
    margin-top: 45px;
    margin-left: 20px;
}

.section-img h4 {
    text-align: left;
}

.col-text {
    padding-right: 80px;
    padding-left: 0;
    padding-top: 30px;
}

.col-text a {
    color: #1fb365;
    font-size: 17px;
}

.features-container {
    display: flex;
    vertical-align: middle;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 60px;
}

.features-container.app-process {
    margin-top: 45px;
}

.borrow-feature-circle {
    display: inline-flex;
    background: url('../images/introducers/round-bg.png') center;
    background-size: contain;
    width: 185px;
    height: 185px;
    align-items: center;
    justify-content: center;
}

.main-text-container {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: left;
}

.text-block {
    max-width: 1020px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 20px;
}

.withdraw-block {
    max-width: 1020px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.circle-text {
    text-align: center;
    font-size: 21px;
    color: #0f3867;
    line-height: 1.4;
}

.circle-text .bold-text {
    font-family: Helvetica-8-heavy, sans-serif;
}

.borrow-feature-circle.circle-2 {
    transform: rotate(100deg);
}

.borrow-feature-circle.circle-2 >* {
    transform: rotate(-100deg);
}

.borrow-feature-circle.circle-3 {
    transform: rotate(-80deg);
}

.borrow-feature-circle.circle-3 >* {
    transform: rotate(80deg);
}

.borrow-feature-circle.circle-4 {
    transform: rotate(170deg);
}

.borrow-feature-circle.circle-4 >* {
    transform: rotate(-170deg);
}

.borrow-feature-circle.circle-5 {
    transform: rotate(-130deg);
}

.borrow-feature-circle.circle-5 >* {
    transform: rotate(130deg);
}

.list-row {
    padding: 25px 0px 25px 110px;
}

ul.marked-list {
    font-family: HelveticaLT-4, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 2.7;
}

ul.marked-list .fa {
    color: white;
    font-size: 22px;
    margin-right: 30px;
}

.feature-single {
    display: inline-block;
    margin-top: 20px;
}

.benefits-list .feature-single  {
    width: 275px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.app-process .feature-single {
    width: 210px;
    text-align: center;
    color: #002658;
}

.app-process .feature-arrow {
    width: 100px;
    text-align: center;
    padding-top: 15px;
    color: #002658;
}

p.comment-text {
    max-width: 180px;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: #002658;
}

.app-process .feature-single p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5;
}

.hours-bold {
    font-family: Helvetica-8-heavy, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.app-process .feature-single p.feature-hours {
    margin-bottom: 22px;
}

.hours-normal {
    font-family: HelveticaLT-4, sans-serif;
    font-size: 17px;
    line-height: 1;
}

.app-process .feature-single img {
    margin-bottom: 30px;
}

.step-number {
    font-size: 125px;
    font-weight: 400;
    font-family: Helvetica-8-heavy, sans-serif;
    padding-right: 20px;
    opacity: 1;
    width: 100px;
}

.step-header {
    font-family: Helvetica-8-heavy, sans-serif;
    vertical-align: center;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 1.5;
}

.benefit-container table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.quote-section {
    padding-bottom: 20px;
    padding-top: 55px;
}

.section-app-process {
    padding-bottom: 100px;
}

.section-funds {
    padding-bottom: 55px;
    padding-top: 45px;
}

.section-funds a {
    color: #1fb365;
}

.section-img {
    padding-bottom: 25px;
    padding-top: 20px;
}

p.button-container {
    text-align: center;
}

.img-row img {
    width: 100%;
}

.quote-section .row {
    padding-left: 70px;
    padding-right: 70px;
}

.quote-section h4.green-header {
    text-align: center;
}

.quote-section h4.quote-person {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-help {
    padding-bottom: 65px;
    padding-top: 25px;
}

.section-help strong {
    font-family: Helvetica, Arial, sans-serif;
}

.quote-block-right {
    display: inline-block;
    padding-left: 120px;
    margin-top: 50px;
    background: url('../images/introducers/quote-left.png');
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 650px;
}

.quote-block-right p.black-text {
    margin-bottom: 15px;
}

.quote-block-left {
    padding-right: 120px;
    margin-right: 25px;
    background: url('../images/introducers/quote-left.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.quote-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 140px;
    padding-left: 140px;
    padding-bottom: 65px;
}

.pay-item {
    display: flex;
    align-items: center;
    height: 65px;
}

.pay-container {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid lightgray;
    padding: 5px 0px 5px 20px;
    margin-top: 40px;
}

.pay-item-img {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: Helvetica-8-heavy, sans-serif;
    color: #00ab50;
}

.pay-item-text {
    display: inline-flex;
    font-size: 16px;
    font-family: HelveticaLT-4, sans-serif;
}

.withdraw-container {
    display: flex;
    align-items: center;
    height: 65px;
}

.withdraw-img, .withdraw-text {
    display: inline-block;

}

.withdraw-img {
    width: 80px;
}

.withdraw-wrapper {
    padding-left: 95px;
    padding-top: 25px;
    font-family: HelveticaLT-4, sans-serif;
    font-size: 16px;
}

.withdraw-wrapper ul {
    line-height: 2.7;
    padding-left: 135px;
}

.withdraw-wrapper li:before {
    font-family: 'FontAwesome';
    content: '\f111';
    margin:0 25px 0 -15px;
    color: #002a6f;
    font-size: 8px;
}

.notice-text {
    font-family: HelveticaLT-4, sans-serif;
    font-size: 12px;
    margin-top: 30px;
    color: black;
}

.contacts-img {
    text-align: right;
    display: inline-block;
    width: 100%;
    max-width: 365px;
}

.contacts-list {
    display: inline-block;
    padding-left: 75px;
    max-width: 650px;
}

.contacts-list a {
    color: black;
}

.green-bold {
    color: #00ab50;
    font-family: a_AvanteBs_eb, Arial, sans-serif;
    text-align: center;
    font-size: 18px;
}

.contacts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
    margin-top: 40px;
}

hr {
    border-style: dashed;
    border-color: #bfbdbd;
    width: 87%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quote-author {
    border-radius: 100px;
    max-width: 165px;
}

@media only screen and (max-width: 1100px) {
    .quote-container {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 991px) {
    .right-col {
        margin-top: 65px;
    }

    .section-dual {
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .col-img  {
        text-align: center;
    }

    .col-text {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 30px;
    }

    h4.green-header {
        text-align: center;
    }

    .text-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .withdraw-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contacts-list {
        padding-right: 50px;
    }

    .contacts-img {
        text-align: center;
    }

    .text-block {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }

    .features-container.app-process {
        margin-top: 0;
    }

    .withdraw-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .withdraw-wrapper {
        padding-left: 10px;
        padding-top: 10px;
    }

    .withdraw-img {
        width: 50px;
        min-width: 50px;
    }

    .withdraw-wrapper ul {
        line-height: 2.7;
        padding-left: 70px;
    }
}

@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;
    }

    .col-img {
        padding: 0;
        margin: 0;
    }

    .col-img img {
        width: 100%;
    }

    .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: 50px;
    }

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

    ul.marked-list {
        margin-left: 0;
    }

    .section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-row {
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .main-banner {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .features-container {
        margin-top: 0;
    }

    .feature-single {
        margin-top: 10px;
    }

    .app-process .feature-arrow {
        padding-top: 0;
    }

    .section-app-process {
        padding-bottom: 50px;
    }

    .features-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .quote-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .quote-block-right {
        padding-left: 0;
    }

    .pay-item-text {
        width: 75%;
    }

    .pay-item-img {
        width: 20%;
    }

    .pay-container {
        padding-left: 0;
    }

    .quote-block-right {
        margin-top: 25px;
    }

    .section-risks .green-button {
        height: auto;
        max-height: none;
        line-height: 1.5;
        max-width: 240px;
        padding: 10px;
    }

    ul.marked-list .fa {
        margin-right: 15px;
    }

    .section-dual ul {
        padding-left: 0;
    }

    .section-dual li {
        font-size: 16px;
    }

    .section-dual h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .section-dual button.transparent-button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 100%;
    }

    .section.section-img {
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .col-text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contacts-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}