@charset "utf-8";
/*
	CardoneCapital.com
	All rights reserved
*/
@import url('../css.css');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
}

body {
    overflow-x: hidden;
}

/* NAVIGATION */
.navbar-light {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    transition: 0.2s ease all;
}
.navbar-light:before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: ' ';
    z-index: -1;
    transition: 0.2s ease all;
}
.navbar .navbar-brand {
    padding: 12px 15px;
    margin-left: -15px;
    margin-right: 0px;
}
.navbar .navbar-brand:hover {
    background: #f2f3f4;
}
.navbar .navbar-brand img {
    height: 44px;
    filter: brightness(0) invert(1);
    transition: 0.2s ease all;
}
.navbar .nav-item > .nav-link {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0px;
    color: #fff;
    padding: 10px 20px;
    transition: 0.2s ease all;
    position: relative;
    transition: 0.2s ease all;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus {
    color: #fff;
}
.navbar .nav-item > .nav-link.button {
    background: #fff;
    color: #102E50;
    padding: 10px 25px;
    border-radius: 4px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.navbar .nav-item > .nav-link.button:hover,
.navbar .nav-item > .nav-link.button:focus {
    transform: scale(1.05);
    box-shadow: rgba(0,0,0,0.1) 0px 10px 30px;
}
.navbar .nav-item > .nav-link.button i {
    margin-left: -5px;
}
.navbar .nav-item > .nav-link:not(.button) {
    overflow: hidden;
}
.navbar-light.active {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.02), 0 2px 24px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 1px rgba(0,0,0,.02), 0 2px 24px 0 rgba(0,0,0,.16);
}
.navbar-light.active:before {
    transform: translateY(100%);
}
.navbar-light.active .navbar-brand img {
    filter: none;
}
.navbar-light.active .nav-item > .nav-link {
    color: #111;
}
.navbar-light.active .nav-item > .nav-link:hover,
.navbar-light.active .nav-item > .nav-link:focus {
    color: #14248A;
}
.navbar-light.active .nav-item > .nav-link.button {
    background: #43962a;
    color: #fff;
}
.navbar.transparent:not(.transparent-active) {
    box-shadow: none;
}
.navbar.transparent:not(.transparent-active):before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.navbar.transparent:not(.transparent-active) .navbar-brand:hover {
    background: rgba(255,255,255,0.1);
}
.navbar.transparent:not(.transparent-active) .navbar-brand img {
    filter: brightness(0) invert(1);
}
.navbar.transparent:not(.transparent-active) .nav-item > .nav-link {
    color: #fff;
}
.navbar.transparent:not(.transparent-active) .nav-item > .nav-link:hover,
.navbar.transparent:not(.transparent-active) .nav-item > .nav-link:focus {
    color: #fff;
}

/* MAIN */
.main {
    width: 100%;
    min-height: 600px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: url('../img/159-Cover.jpg') center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.main:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.main.about {
    background: url('../img/about-bg.jpg') center no-repeat;
    background-size: cover;
}
.main.about:after {
    display: none;
}
.main.faq {
    background: url('../img/bg4.jpg') center top no-repeat;
    background-size: cover;
    min-height: 500px;
}
.main.faq:after {
    display: none;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    cursor: default;
    margin: 0;
}
.main.home-main h1 {
    font-size:50px;
}
.main h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin: 15px 0 0 0;
    line-height: 30px;
}
.main .actions {
    margin-top: 30px;
}
.main .actions .btn {
    display: inline-block;
    vertical-align: middle;
    width:210px;
}
.main .actions .btn + .btn {
    margin-left: 15px;
}
.main.about.new-about {
    padding-bottom: 0;
    padding-top: 68px;
    justify-content: center;
}
.main.about.new-about h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.5px;
    cursor: default;
    margin: 0;
}

/* BUTTONS */
.btn {
    padding: 10px 25px;
    border-width: 2px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
.btn:hover,
.btn:focus {
    box-shadow: rgba(0,0,0,0.2) 0px 10px 30px !important;
}
.btn.btn-lg {
    font-size: 16px;
    padding: 12px 35px;
}
.btn-primary {
    background: #43962a;
    border-color: #43962a;
    border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #25415F !important;
    border-color: #25415F !important;
}
.btn-secondary {
    background: #c7ac38;
    border-color: #c7ac38;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    border-color: #293794 !important;
    background: #293794 !important;
}
.btn-lg i {
    margin-right: 5px;
    margin-left: -15px;
}
.btn-link {
    color: #102E50;
}
.btn-light-link {
    color: #fff;
    border-radius: 0;
    position: relative;
}
.btn-light-link:hover,
.btn-light-link:focus {
    box-shadow: none !important;
    color: #fff;
}
.btn-light-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 5%;
    height: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease all;
    margin: auto;
    content: ' ';
}
.btn-light-link:hover:after {
    width: 80%;
    opacity: 0.25;
    visibility: visible;
}

/* OVER SUBSCRIBED */
.over-subscribed {
    position: relative;
    padding: 0 0 60px 0;
    background: #f2f3f4;
    z-index: 1;
}
.over-subscribed h2 {
    color: #242628;
    font-weight: 600;
    /* margin: 20px 0 0 0; */
    margin:0;
    font-size: 36px;
    letter-spacing: -.5px;
    line-height: 36px;
}
.over-subscribed h2 span {
    display: block;
    font-weight: 300;
    font-size: 30px;
}
.over-subscribed p {
    color: #55595e;
    font-size: 14px;
    margin: 20px 0px 25px 0;
}
.over-subscribed .v-fund {
    position: relative;
    text-align: center;
    padding: 25px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 20px 45px;
    border-radius: 10px;
    background: #fff;
    margin-top: -60px;
}
.over-subscribed .v-fund img {
    display: block;
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 25px;
    margin-top: -25px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.over-subscribed .v-fund .total-raised b {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #102E50;
}
.over-subscribed .v-fund .total-raised span {
    display: block;
    color: #808080;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.over-subscribed .v-fund .small-explanation {
    margin: 25px -35px -25px -35px;
    padding: 15px 35px;
    background: #f9f9f9;
    color: #55595e;
    text-align: left;
    font-size: 13px;
}
.over-subscribed .v-fund .progress {
    padding: 5px;
    height: 30px;
    border-radius: 25px;
    margin-bottom: 25px;
    background: #f9f9f9;
    border: 1px solid #eee;
    display: none;
}
.over-subscribed .v-fund .progress .progress-bar {
    border-radius: 25px;
    background: #102E50;
}
.over-subscribed .investment-box {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    margin-bottom:0;
}
.over-subscribed .investment-box:hover {
    transform: none;
    box-shadow: none;
}
.over-subscribed .investment-box .investment-thumbnail {
    /* height: auto; */
    height:350px;
}
.over-subscribed.v2 {
    background: url('../img/black-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.over-subscribed.v2 h2 {
    color: #fff;
}
.over-subscribed.v2 p {
    color: rgba(255,255,255,0.75);
}
.over-subscribed.v2 .investment-box {
    margin-top: 0;
    box-shadow: rgba(0,0,0,0.1) 0 10px 35px;
}

/* INVESTMENT BOXES */
.feature-property{
    padding-top:60px;
}
.investments {
    display: block;
    background: rgb(242,243,244);
    background: -moz-linear-gradient(top, rgba(242,243,244,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,243,244,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(242,243,244,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f4', endColorstr='#ffffff',GradientType=0 );
    position: relative;
    z-index: 1;
    padding: 0 0 140px 0;
}
.investment-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background: #fff;
    transition: 0.2s ease all;
}
.investment-box:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0,0,0,0.15) 0px 5px 10px;
}
.investment-box .investment-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.investment-box .investment-details {
    display: block;
}
.investment-box .investment-details h3 {
    display: block;
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.investment-box .investment-details h4 {
    display: block;
    text-align: center;
    padding: 15px 15px 0 15px;
    margin: 0 0 -5px 0;
    font-size: 20px;
    color: #14248A;
    font-weight: 600;
}
.investment-box .investment-details h5 {
    display: block;
    text-align: center;
    padding: 15px 15px 0 15px;
    margin: 0;
    font-size: 20px;
    color: #7a7a7a;
    margin-bottom: -5px;
    font-weight: 400;
}
.investment-box .investment-details .investment-specifics {
    display: block;
    text-align: center;
    padding: 0 15px 15px 15px;
}
.investment-box .investment-details .investment-specifics .item-details span {
    display: block;
    font-size: 12px;
    color: #55595e;
}
.investment-box .investment-details .investment-specifics .item-details b {
    display: inline-block;
    font-weight: 600;
}
.investment-box .investment-details .investment-specifics .item-details b.green {
    color: #A3CB38;
}
.investment-box .investment-details .investment-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.35);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    transition: 0.2s ease all;
    opacity: 0;
    visibility: hidden;
}
.investment-box .investment-details .investment-actions .btn {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 5px;
    text-transform: uppercase;
    transform: translateY(-25px);
    transition: 0.3s ease all;
}
.investment-box:hover .investment-details .investment-actions {
    opacity: 1;
    visibility: visible;
}
.investment-box:hover .investment-details .investment-actions .btn {
    transform: translateY(0px);
}
.investments .btn-action {
    margin: 10px 5px 0 5px;
}

            .investments .rplg .rplg-box {
                background: #fff !important;
                border: 1px solid #ddd !important;
                border-radius: 5px !important;
                padding: 15px !important;
                transition: 0.2s ease all !important;
            }
            .investments .rplg .rplg-box:hover {
                box-shadow: rgba(0,0,0,0.15) 0px 5px 10px !important;
                transform: translateY(-5px) !important;
            }
            @media (min-width:768px) and (max-width: 991px) {
                .investments .rplg-grid .rplg-col-4 {
                    width: calc(50% - 12px) !important;
                }
            }
            .investments .rplg .rplg-review-badge {
                filter: grayscale(100%) !important;
                opacity: 0.5;
            }
            .investments .rplg .rplg-review-text {
                font-size: 12px !important;
                line-height: normal !important;
            }
            .investments .rplg .rplg-review-avatar {
                width: 40px !important;
                height: 40px !important;
                vertical-align: top !important;
                box-shadow: none !important;
            }
            .investments .rplg .rplg-review-name {
                color: #102E50 !important;
                font-weight: 600 !important;
                font-size: 14px !important;
            }
            .investments .rplg .rplg-row {
                align-items: flex-start !important;
            }
            .investments .rplg .rplg-stars {
                margin: -5px 0 !important;
                display: block !important;
            }
            .investments .rplg .rplg-stars svg {
                width: 12px !important;
                height: 12px !important;
                margin-right: 0 !important;
            }
            .investments .rplg .rplg-review-time {
                font-size: 10px !important;
                text-shadow: none !important;
                margin-top: -2px !important;
            }

/* SINGLE INVESTMENTS PAGE */
.investments.single {
    margin-top: 68px;
    padding: 60px 0 80px 0;
}
.investments.single h3.title {
    color: #242628;
    font-weight: 600;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 24px;
}
.investments.finished {
    background: #f2f3f4;
    z-index: 0;
    padding-top: 0;
    padding-bottom: 30px;
}
.investments.finished:before {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 200%;
    height: 80%;
    background: #f2f3f4;
    content: ' ';
    z-index: 0;
    transform: skewY(4deg);
}
.investments.finished:after {
    position: absolute;
    top: -5%;
    right: -10%;
    width: 200%;
    height: 120%;
    background: rgba(255,255,255,0.325);
    content: ' ';
    z-index: 0;
    transform: skewY(-4deg);
}
.investments.finished .container {
    position: relative;
    z-index: 1;
}

/* HOW IT WORKS */
.how-it-works {
    display: block;
    position: relative;
    background: #f2f3f4;
    padding-bottom: 30px;
}
.how-it-works:before {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 80%;
    background: #f2f3f4;
    content: ' ';
    z-index: 0;
    transform: skewY(4deg);
}
.how-it-works:after {
    position: absolute;
    top: -5%;
    right: 0%;
    width: 100%;
    height: 120%;
    background: rgba(255,255,255,0.325);
    content: ' ';
    z-index: 0;
    transform: skewY(-4deg);
}
.how-it-works .container {
    position: relative;
    z-index: 1;
}
.how-it-works h3 {
    color: #242628;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    padding: 30px 0 10px 0;
    line-height: 24px;
}
.how-it-works .step {
    display: block;
    position: relative;
    background: #fff;
    padding: 45px 20px 25px 20px;
    margin-top: 30px;
    border-radius: 5px;
    border-bottom: 5px solid #eee;
    min-height: 220px;
}
.how-it-works .step h4 {
    display: block;
    font-size: 66px;
    font-weight: 700;
    color: #ccc;
    position: absolute;
    top: -30px;
    left: 20px;
}
.how-it-works .step img {
    display: none;
}
.how-it-works .step b {
    display: block;
    font-weight: 700;
    color: #102E50;
    font-size: 18px;
}
.how-it-works .step p {
    display: block;
    margin: 5px 0 0 0;
    color: #55595e;
    font-size: 14px;
}
.how-it-works .step p strong {
    display: block;
}
.how-it-works .featured-in,
.direct-message .featured-in {
    padding-top: 30px;
}
.how-it-works .featured-in h4,
.direct-message .featured-in h4 {
    font-weight: 600;
    font-size: 24px;
    color: #102E50;
    margin: 0;
    position: relative;
}
.how-it-works .featured-in h4:after,
.direct-message .featured-in h4:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: ' ';
    margin: auto;
}
.how-it-works .featured-in h4 span,
.direct-message .featured-in h4 span {
    display: inline-block;
    padding-right: 30px;
    background: #f7f7f8;
    position: relative;
    z-index: 1;
}
.direct-message .featured-in h4 span {
    background: #fff;
}
.how-it-works .featured-in .featured-slider,
.direct-message .featured-in .featured-slider {
    display: block;
    width: 100%;
}
.how-it-works .featured-in .featured-slider .item,
.direct-message .featured-in .featured-slider .item {
    display: block;
    line-height: 70px;
    height: 70px;
    outline: none;
    text-align: center;
}
.how-it-works .featured-in .featured-slider .item img,
.direct-message .featured-in .featured-slider .item img {
    max-height: 40px;
    max-width: 120px;
    transition: 0.15s ease all;
    opacity: 1;
    display: inline;
}
.how-it-works .featured-in .featured-slider .item:hover img,
.direct-message .featured-in .featured-slider .item:hover img {
    opacity: 1;
    cursor: pointer;
}
.how-it-works .featured-in .featured-slider .slick-prev,
.how-it-works .featured-in .featured-slider .slick-next,
.direct-message .featured-in .featured-slider .slick-prev,
.direct-message .featured-in .featured-slider .slick-next {
    display: none !important;
}

/* MIDDLEMAN */
.middleman {
    display: block;
    position: relative;
    padding: 140px 0px;
    background: url('../img/bg1.jpg') center no-repeat;
    background-size:cover;
    background-attachment: fixed;
}
.middleman:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    content: ' ';
    z-index: 0;
    opacity: 0.2;
}
.middleman .container {
    position: relative;
    z-index: 2;
}
.middleman h3 {
    font-size: 48px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.middleman p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px 0;
}

/* FEES */
.fees {
    display: block;
    position: relative;
    color: #fff;
    background: #102E50;
    padding: 60px 0px;
    text-align: center;
}
/*.fees:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: #000;*/
/*    opacity: 0.2;*/
/*    border-left: 1px solid rgba(255,255,255,0.4);*/
/*    content: ' ';*/
/*    z-index: 0;*/
/*}*/
.fees .container {
    position: relative;
    z-index: 1;
}
.fees .item h5 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
.fees .item h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.fees.v2 .item h2 {
    margin: 0 0 15px 0;
}
.fees .item b {
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.fees .item-vs {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    background: #102E50;
    line-height: 50px;
    margin: auto;
}

/* REVIEWS */
.reviews {
    display: block;
    padding: 60px 0px 40px 0px;
}
.reviews h3 {
    color: #242628;
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    line-height: 24px;
    text-align: center;
}
.reviews .google {
    margin-bottom: 40px;
    text-align: center;
}
.reviews .google b {
    font-size: 20px;
}
.reviews .google i {
    color: #102E50;
    font-size: 20px;
    margin:0;
}
.reviews .col-md-7 {
    align-items: center;
}
.reviews .computer img {
    width: 100%;
}
.reviews .client {
    margin:10px 0px;
}
.reviews .client .col-md-10 {
    margin:auto;
}
.reviews p {
    color: #55595e;
    font-size: 14px;
    margin: 5px 0px;
}
.reviews .number {
    margin-right: 10px;
    margin-bottom: 50px;
    padding-right: 10px;
    border-right: 1px solid #eee;
}
.reviews .actions {
    margin-top: 40px;
}

/* FEATURES */
.features {
    display: block;
    padding: 60px 0px;
}
.features.features-img-bg {
    background: url('../img/bg8.jpg') center no-repeat;
    background-size:cover;
    position:relative;
}
.features.features-img-bg:after {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background:#fff;
    opacity:0.5;
    content:' ';
}
.features.features-img-bg .container {
    position:relative;
    z-index:1;
}
.features h3 {
    color: #242628;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 24px;
    text-align: center;
}
.features .feature {
    display: block;
    position: relative;
    text-align: center;
    margin: 40px 0 0 0;
}
.features .feature .icon {
    display: block;
    margin: auto;
    width: 64px;
    height: 64px;
    opacity: 1;
}
.features .feature .icon img {
    width: 64px;
    height: 64px;
    filter: brightness(0);
    opacity: 0.25;
}
.features .feature b {
    display: block;
    margin: 10px 0 5px 0;
    color: #242628;
    font-size: 16px;
}
.features .feature p {
    color: #55595e;
    font-size: 14px;
    max-width: 80%;
    margin: auto;
}
.features .actions {
    margin-top: 40px;
    text-align: center;
}

/* AVAILABLE FUNDS */
.available-funds {
    display: block;
    position: relative;
    padding: 0 0 60px 0;
}
.available-funds .box {
    display: block;
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px;
    padding: 60px 25px 40px 25px;
}
.available-funds .box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../img/available-funds.jpg') center top no-repeat;
    background-size: cover;
    content: ' ';
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.available-funds .box .row {
    position: relative;
    z-index: 1;
}
.available-funds .box h2 {
    font-weight: 600;
    max-width: 70%;
    line-height: 28px;
    font-size: 30px;
    margin: 0;
}
.available-funds .box p {
    color: #55595e;
    font-size: 16px;
    margin: 10px 0 30px 0;
    max-width: 80%;
}
.available-funds .box .fund-box {
    background: #102E50;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: -60px;
    border-radius: 5px;
}
.available-funds .box .fund-box h3 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 24px;
}
.available-funds .box .fund-box p {
    max-width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
    opacity: 0.5;
    font-size: 14px;
}

/* FOOTER */
footer {
    display: block;
    background: #f9f9f9;
    padding: 40px 0px;
}
footer .navbar-brand img {
    height: 44px;
}
footer .copyright {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #666;
}
footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #242628;
}
footer .menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0;
}
footer .menu a {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 3px;
    color: #242628;
}
footer .disclaimer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #999;
}
footer hr {
    margin: 40px 0;
    opacity: 0.5;
}
footer ul.socials {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
footer ul.socials li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
footer ul.socials li a {
    font-size: 20px;
    color: #242628;
}
footer .container {
    position: relative;
}
footer .scroll-top {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #eee;
    color: #242628;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    transition: 0.1s ease all;
}
footer .scroll-top:hover,
footer .scroll-top:focus {
    box-shadow: rgba(0,0,0,0.1) 0 10px 20px;
    background: #fff;
    cursor: pointer;
    transform: translateY(-5px);
}

/* DIRECT MESSAGE */
.direct-message {
    display: block;
    background: #fff;
    padding: 60px 0 0 0;
}
.direct-message.extra-padding {
    padding-bottom:90px;
}
.direct-message h3 {
    color: #242628;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 24px;
}
.direct-message p {
    color: #55595e;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
}
.direct-message ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 15px 0 40px 0;
}
.direct-message ul li {
    font-weight: 600;
    color: #102E50;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: calc((100% / 5) - 5px); 
    text-align: center;
}
.direct-message ul li img {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    opacity: 0.25;
}
.direct-message ul li b {
    display: block;
    padding-top: 10px;
    font-size: 14px;
}

/* CALL TO ACTIONS */
.cta-1 {
    display: block;
    text-align: center;
    background: #14248A;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 60px;
}
.cta-1 .cardone-img {
    display: block;
    margin: -80px auto 0 auto;
    max-width: 100%;
}

/* VIDEO */
.video-box {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.2) 0px 20px 35px;
}
.video-box img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.video-box .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.2s ease all;
}
.video-box .info .play-icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.video-box .info .play-icon i {
    font-size: 30px;
    color: #fff;
}
.video-box:hover .info {
    opacity: 0.35;
}

/* INVESTMENT MAP */
.investment-map {
    padding: 60px 0;
}
.investment-map .container {
    position: relative;
}
.investment-map h3 {
    display: block;
    text-align: center;
    color: #242628;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}
.investment-map p {
    color: #55595e;
    font-size: 14px;
    text-align: center;
    margin: 5px 0 30px 0;
}
.investment-map img {
    opacity: 0.25;
}
.investment-map .av-image-hotspot {
    height: 16px;
    width: 16px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    z-index: 1;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    color: transparent !important;
}
.investment-map .av-image-hotspot .av-image-hotspot_inner {
    color: transparent !important;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: 0.2s ease all;
}
.investment-map .av-image-hotspot .av-image-hotspot_inner:hover {
    cursor: pointer;
    filter: brightness(120%);
    transform: scale(1.2);
}
.investment-map .av-image-hotspot-pulse {
    display: block;
    background: #102E50 !important;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-animation: av_pulsate 2s ease-out infinite;
    animation: av_pulsate 2s linear infinite;
    opacity: 0;
    top: -12px;
    left: -12px;
    z-index: 1;
}
 @-webkit-keyframes av_pulsate{
    0%{
        -webkit-transform:scale(0.1);
        opacity:0.0
    }
     50%{
        opacity:0.4
    }
     100%{
        -webkit-transform:scale(1);
        opacity:0.0
    }
}
 @keyframes av_pulsate{
    0%{
        transform:scale(0.1);
        opacity:0.0
    }
     50%{
        opacity:0.4
    }
     100%{
        transform:scale(1);
        opacity:0.0
    }
}

/* TEAM */
.team-main {
    display: block;
    position: relative;
    padding: 140px 0 0 0;
}
.team-main .box {
    background: #f2f3f4;
    padding: 0 25px 0 25px;
    border-radius: 5px;
}
.team-main .box .cardone-img {
    display: block;
    margin-top: -50px;
}
.team-main .box h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #242628;
}
.team-main .box h4 {
    margin: 0 0 15px 0;
}
.team-main .box p {
    color: #55595e;
    font-size: 14px;
    margin: 0;
}
.team-members {
    display: block;
    padding: 0 0 40px 0;
}
.team-members .team-member {
    display: block;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}
.team-members .team-member .info {
    border-radius: 5px;
    background: #f2f3f4;
    padding: 15px 0;
    transition: 0.2s ease all;
}
.team-members .team-member:hover .info {
    background: #102E50;
}
.team-members .team-member img {
    display: block;
    margin: auto;
    width: 100%;
    padding: 25px 25px 0 25px;
    background: #fff;
    margin-bottom: -15px;
    position: relative;
    z-index: -1;
    transition: 0.2s ease all;
}
.team-members .team-member:hover img {
    transform: translateY(-15px);
}
.team-members .team-member h3 {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.team-members .team-member p {
    margin: 2px 0 0 0;
    color: #55595e;
    font-size: 13px;
}
.team-members .team-member:hover h3 {
    color: #fff;
}
.team-members .team-member:hover p {
    color: rgba(255,255,255,0.75);
}
.team-members h3.title {
    color: #242628;
    font-weight: 600;
    margin: 40px 0 15px 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-nav {
        align-items: center;
    }
}

/* LOGIN */
.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    height: auto;
    padding: 60px 0;
    background: #f2f3f4 url('../img/bg5.jpg') center no-repeat;
    background-size: cover;
}
.login-page .logo img {
    height: 37px;
}
.login-page .box {
    display: block;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0px 10px 35px;
    border-radius: 5px;
    padding: 25px;
}
.login-page .box h3 {
    color: #242628;
    font-weight: 600;
    margin: 30px 0 15px 0;
    font-size: 18px;
    line-height:  18px;
}
.login-page .box .form-group label {
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 0 0 3px 0;
}
.login-page .box .form-group .form-control {
    height: auto;
    min-height: auto;
    padding: 10px;
}
.login-page .box .btn-link {
    text-decoration: none !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}
.login-page .box hr {
    margin: 25px 0;
}
.login-page .box p {
    margin: 0;
}
.login-page .box p a {
    color: #102E50;
    font-weight: 500;
    text-decoration: underline;
}

/* CONTACT SECTION */
.contact {
    display: block;
    position: relative;
    padding: 60px 0 60px 0;
    margin-top: 68px;
    background: #fff;
}
.contact form {
    max-width: 75%;
}
.contact form .form-group label {
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 0 0 3px 0;
}
.contact form .form-group .form-control {
    height: auto;
    min-height: auto;
    padding: 10px;
}
.contact form .form-group textarea.form-control {
    min-height: 120px;
}
.contact h3 {
    color: #242628;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}
.contact p {
    color: #55595e;
    font-size: 14px;
    margin: 20px 0px 35px 0;
}
.contact .contact-item {
    display: block;
    position: relative;
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 10px 25px;
}
.contact .contact-item + .contact-item {
    margin-top: 30px;
}
.contact .contact-item i {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background: #f2f3f4;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
}
.contact .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    padding-left: 10px;
}
.contact .contact-item .info span {
    display: block;
    color: #55595e;
    margin-bottom: 4px;
}
.contact .contact-item .info b {
    display: block;
    color: #242628;
}

/* NEWS ITEM */
.news-single {
    display: block;
    position: relative;
    padding: 0 0 60px 0;
    margin: 68px 0 0 0;
}
.news-single .news-thumbnail {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-single .news-thumbnail h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 0.9;
    color: #fff;
    cursor: default;
    margin: 0;
}
.news-single .news-thumbnail p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0 0;
    line-height: 30px;
}
.news-single .news-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    user-select: none;
}
.news-single .content {
    padding: 60px 0 0 0;
}
.news-single.privacy .content h2 {
    color: #242628;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 24px;
}
.news-single .content p,
.news-single .content ul li,
.news-single .content ol li {
    font-size: 14px;
    color: #55595e;
}
.news-single .share {
    display: block;
    position: relative;
    padding-top: 15px;
}
.news-single .share h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #242628;
    margin: 0;
    vertical-align: middle;
}
.news-single .share ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}
.news-single .share ul li {
    display: inline-block;
    vertical-align: middle;
}
.news-single .share ul li a {
    display: block;
    font-size: 18px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #333;
    transition: 0.2s ease all;
    background: #f2f3f4;
}
.news-single .share ul li a:hover,
.news-single .share ul li a:focus {
    background: #14248A;
    color: #fff;
}

/* NEWS */
.news {
    display: block;
    position: relative;
    margin: 68px 0 0 0;
    padding: 60px 0 60px 0;
}
.news .news-categories {
    position: sticky;
    top: 98px;
    background: #102E50;
    padding: 25px;
    border-radius: 5px;
    margin-left: auto;
}
@media (min-width:992px) {
    .news .news-categories {
        max-width: 90%;
    }
}
.news .news-categories h3 {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px 0;
}
.news .news-categories ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.news .news-categories ul li {
    display: block;
    position: relative;
}
.news .news-categories ul li a {
    font-size: 14px;
    font-weight: normal;
    color: rgba(255,255,255,0.75);
}
.news .news-categories ul li + li {
    margin-top: 10px;
}
.news .news-categories ul li a:hover  {
    color: #fff;
}
.news .news-item {
    display: block;
    position: relative;
}
.news .news-item + .news-item {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 40px;
}
.news .news-item .thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 10px 20px;
}
.news .news-item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .news-item .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 225px);
    padding-left: 15px;
}
.news .news-item .info .news-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #242628;
    line-height: 24px;
}
.news .news-item .info .details {
    display: block;
    position: relative;
    padding: 5px 0 10px 0;
}
.news .news-item .info .details .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.news .news-item .info .details .item i {
    opacity: 0.25;
}
.news .news-item .info .details .item + .item {
    border-left: 1px solid #eee;
    padding-left: 10px;
    margin-left: 6px;
}
.news .news-item .info .details .item img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    border-radius: 50%;
    object-position: center top;
    object-fit: cover;
}
.news .news-item .info .details .item + .item span {
    font-weight: bold;
}
.news .news-item .info .details p {
    font-size: 14px;
    color: #55595e;
}

/* FAQ */
.faq-content {
    display: block;
    position: relative;
    padding: 60px 0;
}
.faq-content h3 {
    color: #242628;
    font-weight: 600;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 24px;
}
.faq-content .card {
    background: none;
    border: none;
    padding: 0;
    margin: 0 -25px 0 -25px;
    width: calc(100% + 50px);
}
.faq-content .card-header {
    background: none;
    border: none;
    padding: 0;
}
.faq-content .card-header button {
    padding: 5px 25px 5px 25px;
    text-align: left;
    display: block;
    white-space: normal;
    font-size: 16px;
    text-transform: none;
    width: 100%;
    transition: 0.2s ease all;
}
.faq-content .card-header button:hover,
.faq-content .card-header button:focus {
    text-decoration: none !important;
    box-shadow: none !important;
}
.faq-content .card-header button:not(.collapsed) {
    background: #f2f3f4;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 25px;
}
.faq-content .card-body {
    padding: 0px 25px 25px 25px;
    color: #55595e;
    font-size: 14px;
    background: #f2f3f4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.faq-content .card-body p a {
    color: inherit;
    text-decoration: underline;
}
.faq-content .video-box {
    max-width: 50%;
    box-shadow: none;
    margin-bottom: 20px;
}
.faq-content hr {
    margin: 50px 0;
}
.faq-content .wistia_video {
	width: 500px;
	height: 282px;
	position: relative;
	margin-bottom:15px;
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

/* VIDEO */
.video-big-wrapper {
    display: block;
    position: relative;
    background: #f2f3f4;
    padding: 80px 0;
}
.video-big-wrapper .video {
    position: relative;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px;
    overflow: hidden;
    cursor: pointer;
}
.video-big-wrapper .video img {
    position: relative;
    z-index: 0;
}
.video-big-wrapper .video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    content: ' ';
    opacity: 0.35;
    transition: 0.1s ease all;
}
.video-big-wrapper .video .info {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding-top: 50px;
    z-index: 2;
}
.video-big-wrapper .video .info i {
    font-size: 40px;
}
.video-big-wrapper .video .info h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 5px 0;
}
.video-big-wrapper .video:hover {
    box-shadow: rgba(0,0,0,0.15) 0 15px 35px;
}
.video-big-wrapper .video:hover:before {
    opacity: 0.45;
}

/* INLINE VIDEO */
.inline-video {
    display: block;
    position: relative;
    margin: 40px 0 40px 0;
    padding: 40px 0 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.video-new-wrapper {
    background: #f2f3f4;
}
.video-new-wrapper .inline-video {
    border-top: none;
    border-bottom: none;
    padding: 60px 0;
    margin: 0;
}
.video-new-wrapper .other-videos {
    text-align: center;
}
.inline-video .main-video {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.inline-video .main-video img {
    position: relative;
    width: 100%;
    z-index: 0;
}
.inline-video .main-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    content: ' ';
    opacity: 0.35;
    transition: 0.1s ease all;
}
.inline-video .main-video .info {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding-top: 50px;
    z-index: 2;
}
.inline-video .main-video .info i {
    font-size: 40px;
}
.inline-video .main-video .info h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 5px 0;
}
.inline-video .main-video:hover {
    box-shadow: rgba(0,0,0,0.15) 0 15px 35px;
}
.inline-video .main-video:hover:before {
    opacity: 0.45;
}
.inline-video .other-videos {
    display: block;
    padding: 10px 0 0 0;
}
.inline-video .other-videos .mini-video {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 90px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
    transition: 0.1s ease all;
    cursor: pointer;
}
.inline-video .other-videos .mini-video:hover {
    box-shadow: rgba(0,0,0,0.1) 0 10px 20px;
}
.inline-video .other-videos .mini-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.1s ease all;
}
.inline-video .other-videos .mini-video:hover img {
    transform: scale(1.05);
}
.inline-video .other-videos .mini-video i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    object-fit: cover;
}

/* MAP */
.map {
    position: relative;
    padding: 100px 0;
}
.map .container {
    position: relative;
    z-index: 1;
}
.map .square-logo {
    width: 200px;
    height: 200px;
    background: #102E50;
    line-height: 200px;
    text-align: center;
}
.map .square-logo img {
    filter: brightness(0) invert(1);
    max-width: 150px;
}
.map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* FREE BOOK */
.free-book {
    display: block;
    padding: 80px 0;
    background: url('../img/bottom-bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}
.free-book h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin: 0 0 40px 0;
}
.free-book .fields {
    display: block;
}
.free-book .fields .hs_email {
    display: inline-block;
    vertical-align:top;
}
.free-book .fields .hs_submit {
    width: 205px;
    display: block;
    vertical-align:top;
}
.free-book .fields .hs-input {
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    color: #fff;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 11.5px 10px;
    width:100%;
}
.free-book .fields .hs-input:focus {
    background: rgba(255,255,255,0.15);
    box-shadow:none;
    outline:none;
}
.free-book .fields .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.free-book .fields .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.free-book .fields .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.free-book .fields .hs-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.free-book .hs-button {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #e20000;
    border:none;
    box-shadow:none;
    border-radius:4px;
    font-size: 14px;
}
.free-book .hs_error_rollup {
    position:absolute;
    bottom: -25px;
    left: 15px;
}
.free-book label {
    font-size:14px;
    color:#fff;
}
.free-book .hs-error-msgs {
    margin:10px 0 0 0;
    padding:0;
    list-style:none;
    display:block;
    color:#fff !important;
    font-size:12px !important;
    max-width:80%;
}
.free-book .hs-error-msgs label {
    color:#fff !important;
    font-size:10px !important;
}
.free-book .hs-form-field {
    padding-bottom:15px;
}

.disclaimer-new {
    padding-top: 50px;
}
.disclaimer-new p.small {
    font-size:10px !important;
}

/* SMALL LAPTOPS */
@media (min-width:992px) and (max-width:1199px) {
    .navbar .nav-item > .nav-link {
        padding: 10px 10px;
    }
    .main h1 {
        font-size: 55px;
    }
    .main.home-main h1 {
        font-size:40px;
    }
    .over-subscribed .v-fund .total-raised b {
        font-size: 18px;
        font-weight: 600;
    }
    .over-subscribed .v-fund .total-raised span {
        font-size: 10px;
    }
    .investment-box .investment-details .investment-specifics .item-details span {
        font-size: 10px;
    }
    .how-it-works .featured-in .featured-slider .item {
        padding: 10px;
        height: auto;
    }
    .how-it-works .featured-in .featured-slider .item img {
        max-width: 90%;
        max-height: 40px;
    }
    .direct-message.extra-padding {
        padding-bottom:130px;
    }
}

/* TABLETS */
@media (min-width:768px) and (max-width:991px) {
    .navbar .nav-item > .nav-link {
        padding: 10px 6px;
        font-size: 0.85rem;
    }
    .navbar .nav-item > .nav-link.button {
        margin-left: 5px;
        padding: 8px 15px;
        font-size: 12px;
    }
    .navbar .navbar-brand img {
        height: 35px;
    }
    .navbar .navbar-brand {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: -5px;
    }
    .main {
        min-height: 500px;
    }
    .main h1 {
        font-size: 40px;
    }
    .main.home-main h1 {
        font-size:30px;
    }
    .main h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .main .actions {
        margin-top: 15px;
    }
    .main .actions .btn {
        width:160px;
    }
    .main .actions .btn + .btn {
        margin-left: 5px;
    }
    .contact,
    .news-single,
    .news,
    .investments.single {
        margin-top: 59px;
    }
    .btn {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }
    .over-subscribed h3,
    .how-it-works .featured-in h4,
    .direct-message h3,
    .news .news-item .info .news-title {
        font-size: 20px;
        line-height: 22px;
    }
    .over-subscribed .v-fund .total-raised b {
        font-size: 18px;
        font-weight: 600;
    }
    .over-subscribed .v-fund .total-raised span {
        font-size: 10px;
    }
    .how-it-works .featured-in .featured-slider .item {
        padding: 10px;
        height: auto;
    }
    .how-it-works .featured-in .featured-slider .item img {
        max-width: 90%;
        max-height: 40px;
    }
    .available-funds .box {
        text-align: center;
    }
    .available-funds .box h2 {
        margin: auto;
    }
    .available-funds .box p {
        margin: 10px auto 30px auto;
    }
    .available-funds .box:before {
        display: none;
    }
    footer .menu li a {
        font-size: 12px;
    }
    .cta-1 {
        font-size: 18px;
    }
    .faq-content .card-header button {
        font-size: 14px !important;
    }
    .news .news-categories {
        display: none;
    }
    .team-main {
        padding-top: 130px;
    }
    .team-main .box p {
        font-size: 11px;
        display: none;
    }
    .contact .contact-item i {
        display: none;
    }
    .contact .contact-item .info {
        width: 100%;
        padding: 0;
    }
    .reviews .client .col-md-10 {
        margin-right: 0px;
    }
    .reviews .actions {
        margin-top: 20px;
    }
    .fees .item h2 {
        font-size: 14px;
    }
    .fees .item b {
        font-size: 36px;
    }
    .direct-message {
        padding-bottom: 60px;
    }
    .direct-message p {
        font-size: 14px;
        line-height: normal;
    }
    .direct-message .img-fluid {
        display: none;
    }
    .modal-video-body {
        max-width: 600px !important;
    }
    .team-members .team-member h3 {
        font-size: 16px;
    }
    .over-subscribed {
        padding-top:20px;
    }
    .over-subscribed h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .over-subscribed h2 span {
        font-size:24px;
        line-height: 24px;
    }
    .free-book h3 {
        font-weight: 600;
        line-height: 1.2;
    }
}

/* SMARTPHONES */
@media (max-width: 767px) {
    .navbar-light .navbar-toggler {
        border-color: transparent;
        outline: none !important;
    }
    .navbar .nav-item > .nav-link {
        padding: 6px 0;
    }
    .navbar .nav-item > .nav-link.button {
        margin-bottom: 15px;
        margin-left: 0;
        margin-top: 5px;
    }
    .main {
        padding-top:80px;
        padding-bottom: 20px;
        min-height: 500px;
        justify-content:center;
    }
    .main h1 {
        font-size: 40px;
        padding-right: 30px;
    }
    .main.home-main h1 {
        font-size:30px;
        padding:10px 0;
    }
    .main h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .main .actions {
        margin-top: 20px;
    }
    .main .actions .btn {
        width: 100%;
        display: block;
    }
    .main .actions .btn + .btn {
        margin-left: 0;
        margin-top: 0;
    }
    .over-subscribed {
        padding: 40px 0 25px 0;
    }
    .over-subscribed .btn {
        width: 100%;
        display: block;
    }
    .over-subscribed .v-fund {
        margin-top: 30px;
        display: none;
    }
    .how-it-works .featured-in h4 {
        text-align: center;
        margin-bottom: 15px;
    }
    .how-it-works .featured-in h4 span {
        padding: 0 30px;
    }
    .fees {
        padding-bottom: 0;
    }
    .fees:after {
        display: none;
    }
    .fees .item-vs {
        margin-bottom: -25px;
        position: relative;
        z-index: 2;
    }
    .fees .col-md-4.ml-auto {
        padding-bottom: 40px;
    }
    .fees .col-md-4.mr-auto {
        background: rgba(0,0,0,0.2);
        border-top: 1px solid rgba(255,255,255,0.04);
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .available-funds .box {
        padding-bottom: 5px;
    }
    .available-funds .box:before {
        display: none;
    }
    .available-funds .box h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .available-funds .box h2,
    .available-funds .box p {
        max-width: 100%;
        width: 100%;
    }
    .available-funds .box .fund-box {
        margin-bottom: 15px;
    }
    footer a.logo {
        display: block;
        text-align: center;
    }
    footer .copyright {
        text-align: center;
        margin-bottom: 15px;
        font-size: 12px;
    }
    footer .menu {
        text-align: center;
    }
    .cta-1 {
        padding-top: 60px;
        font-size: 18px;
    }
    .cta-1 .cardone-img {
        margin-top: 20px;
    }
    .investments.single {
        padding: 40px 0;
    }
    .faq-content .card-header button:not(.collapsed),
    .faq-content .card-body {
        border-radius: 0;
    }
    .faq-content .card-body {
        margin-bottom: 15px;
    }
    .news .news-item .info {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .news .news-item .thumbnail {
        width: 100%;
        box-shadow: none;
    }
    .news .news-categories {
        display: none;
    }
    .news {
        padding: 40px 0;
    }
    .news-single {
        padding-bottom: 40px;
    }
    .news-single .content {
        padding: 40px 0 0 0;
    }
    .team-main .box {
        padding-bottom: 25px;
    }
    .team-main .box h2 {
        font-size: 56px;
        line-height: 46px;
        letter-spacing: -2px;
        margin: 30px 0 0 0;
    }
    .contact form {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contact .contact-item + .contact-item {
        margin-top: 15px;
    }
    .contact .contact-item .info b {
        font-size: 12px;
    }
    .reviews {
        padding-bottom: 0;
        text-align: center;
    }
    .reviews .google {
        margin-bottom: 0px;
    }
    .reviews .client {
        margin:20px 0px;
    }
    .reviews .actions {
        margin: auto;
        margin-top: 40px;
    }
    .mobile-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        border-color: #fff;
        color: #112d50;
        padding: 15px 0;
        box-shadow: rgba(0,0,0,0.1) 0 -10px 20px;
        text-align: center;
    }
    .mobile-cta h2 {
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        margin: 2px 0 0 0;
    }
    .mobile-cta h3 {
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
    }
    .mobile-cta:hover,
    .mobile-cta:focus {
        color: #14248A;
        text-decoration: none;
    }
    .how-it-works:before {
        width: 100%;
        left: 0;
    }
    .navbar.transparent:not(.transparent-active) > .container,
    .navbar.transparent:not(.transparent-active) > .container-fluid {
        justify-content: center;
    }
    .navbar-light.transparent:not(.transparent-active) .navbar-toggler {
        display: none;
    }
    .main.home {
        min-height: calc(100vh - 100px);
    }
    .main h1 {
        padding: 0;
        margin: 0;
        font-size: 36px;
        text-align: center;
    }
    .main h3 {
        max-width: 70%;
        padding: 10px 0 0 0;
        font-weight: 400;
        margin: auto;
        text-align: center;
    }
    .main .actions {
        text-align: center;
    }
    .main .actions .btn {
        padding: 12px 10px;
        font-size: 11px;
        width: 120px;
        display: inline-block;
        margin: 0;
    }
    .main.about:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        content: ' ';
        opacity: 0.25;
        z-index: 0;
    } 
    .over-subscribed .investment-box {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    #more-investments {
        padding-left: 15px;
        padding-right: 15px;
    }
    .investments {
        padding-bottom: 60px;
    }
    .fees .item b {
        font-size: 40px;
    }
    .inline-video .other-videos {
        white-space: nowrap;
        overflow-y: hidden;
        text-align: left;
    }
    .inline-video .other-videos .mini-video {
        width: 110px;
        height: 60px;
    }
    .inline-video .main-video .info h3,
    .video-big-wrapper .video .info h3 {
        font-size: 16px;
        margin: 15px 0 2px 0;
    }
    .video-big-wrapper {
        padding: 50px 0;
    }
    .over-subscribed.v2 .investment-box {
        margin-top: 30px;
    }
    footer {
        padding-bottom: 100px;
    }
    footer hr {
        margin: 10px 0 40px 0;
    }
    footer .copyright {
        text-align: left;
    }
    footer ul.socials {
        text-align: left;
        padding-top: 15px;
    }
    footer ul.socials li {
        padding-left: 0;
        padding-right: 10px;
    }
    footer .menu {
        text-align: left;
        padding-bottom: 20px;
    }
    .direct-message ul li {
        display: block;
        width: 100%;
    }
    .direct-message ul li img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .direct-message ul li img,
    .direct-message ul li b {
        display: inline-block;
        vertical-align: middle;
    }
    .direct-message img.img-fluid {
        margin-top: 40px;
    }
    .faq-content .video-box {
        max-width: 100%;
    }
    .map .square-logo {
        opacity: 0;
    }
    .free-book {
        text-align:center;
    }
    .free-book h3 {
        line-height: 1.2;
        font-weight: 600;
        font-size: 30px;
        text-align: center;
    }
    .free-book img {
        max-width: 70%;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .free-book .fields .hs_email {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .free-book .fields .hs-input {
        width:100% !important;
    }
    .free-book .fields .hs_submit {
        padding-top:0px;
    }
    .free-book .fields .hs-button,
    .free-book .fields .hs_submit {
        display: block;
        width: 100%;
    }
    .free-book .hs-error-msgs {
        text-align:left;
    }
    .free-book label {
        text-align:left;
        display:block;width:100%;
    }
    .main.about.new-about h2 {
        font-size: 36px;
        letter-spacing: 0;
    }
    .direct-message .featured-in {
        padding-top: 50px;
        margin-bottom: -50px;
    }
    .direct-message .featured-in h4 {
        text-align: center;
    }
    .direct-message .featured-in h4 span {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width:1920px) {
    .container {
        max-width: 1500px;
    }
}