/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

body {
	font-weight: 300 !important;
	/*background-color: #01579B;*/
}

.slider-caption h2 {
	font-size: 42px;
}


p, ul.iconlist, ol.iconlist {
	font-size: 1.2em;
}

header#header.dark {
	/*background-color: #01579B !important;*/
	border-bottom: none !important;
}

#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) {
	/*background-color: #01579B !important;*/
	border-bottom: none !important;
}
#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) .container {
	border-bottom: none !important;
}

header .container {
	padding-left: 0px;
	padding-right: 0px;
}


#primary-menu .button {
	margin-right: 0px !important;
	background-color: #40C0CB !important;
	color: #fff !important;
}
#primary-menu .button:hover {
	background-color: #40C0CB !important;
	color: #fff !important;
}

.button.button-aqua {
	background-color: #40C0CB !important;
	color: #fff !important;
}
.button.button-aqua:hover {
	background-color: #40C0CB !important;
	color: #fff !important;
}



.promo.promo-dark {
	background-color: #40C0CB;
}

.promo.promo-dark .button.button-aqua {
	background-color: #01579B !important;
	color: #fff !important;
}

.promo.promo-dark .button.button-aqua:hover {
	background-color: #03467C !important;
	color: #fff !important;
}

/*
.button.button-aqua {
	background-color: #01579B !important;
	color: #fff !important;
}
.button.button-aqua:hover {
	background-color: #03467C !important;
	color: #fff !important;
}
*/



#primary-menu ul li > a {
	padding: 39px 10px;
}

#primary-menu li.current a, 
#primary-menu li.current a:link,
#primary-menu li.current a:hover {
	color: #40C0CB !important;
}

#primary-menu li a:hover {
	color: #40C0CB !important;
}

#header #logo img {
	height: 90px;
    /*width: 273px;*/
	/*margin-top: 14px;*/
	vertical-align: middle;
}

#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) .container #logo img {
	height: 40px !important;
	margin-top: 10px;
	vertical-align: middle;
}




#explained-content {
	background-color: #40C0CB !important;
	color: #fff !important;
}

#explained-content h2, #explained-content p {
	color: #fff !important;
}

#explained-content h3 {
	color: #01579B !important;
}
#explained-content h3 small {
	color: #ededed !important;
	border-bottom: solid 1x #ededed !important;
}



#page-title h1 {
	color: #40C0CB !important;;
}


.feature-box h3 small {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px !important;
	border-bottom: solid 1px #999;
}



#footer {
    margin-top: 56px;
	/* background-color: #4A90E2 !important; */
	background-color: white !important;
}
#footer h4 {
	color: #185dab;
	border-bottom: solid 2px #70C9F9;
	padding-bottom: 8px;
}
#footer h4 span {
	color: #fff;
}

.footer-widgets-wrap p {
	color: #fff;
}

.heading-block {
	margin-bottom: 24px;
}

#copyrights * {
	color: #fff !important;
}



.heading-block h1 {
	font-size: 4em;
}
hr{
  border-top: 1px solid #1D5ACB;	
}
.iconlist li {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.iconlist li em {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}

li big {
	font-size: 1.25em;
}

big {
	font-size: 1.8em;
}
big strong {
	font-weight: bold;
	color: #4A90E2;
}

.bkgr-gray {
	background-color: #496b91 !important;
}



ul.clients-grid li a {
	cursor: default !important;
}

/* team page */
@media (min-width: 992px) {
    #header .button {
        margin: 30px 10px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    body.top-search-open #header .button {
        opacity: 0;
    }

    #header.sticky-header:not(.static-sticky) .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    #header .button {
        display: none;
        margin: 10px 5px 20px;
    }

        #header .button.d-block {
            display: inline-block !important;
        }
}

.modal-close-btn {
    right: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 40px;
    height: 45px;
    border: none;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
}

.modal-alert { /*top: 218px;*/ /*right: 135px;*/
    font-size: 16px;
    padding: 3px 13px;
    margin-left: 8px;
    border-radius: 3px;
    display: inline-block;
    transform: translateY(-1px); /*position: absolute;*/
}

    .modal-alert i {
        margin-right: 6px;
    }

#subscribeModal .form-control {
    display: inline-block;
}

/* loading animation */
.sk-cube-grid {
    width: 40px;
    height: 40px;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #1f82c3;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.locked-screen {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    z-index: 999;
    text-align: center;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* lock screen on ajax */
body > .locked-screen {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.locked-screen .sk-cube-grid {
    position: fixed; /* or absolute */
    top: 30%;
    left: 50%;
}


html.lock {
    overflow: hidden;
}

    html.lock .locked-screen {
        display: block;
    }

.nav-tabs.blue + .tab-content {
    background: #f7fcff;
    padding: 15px;
}

.nav-tabs.blue .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #176dc3;
    background-color: #f7fcff;
   font-weight:bold;
}

h3.sub-header {
    margin-bottom: 10px;
    color: #aeb3b7;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    border-bottom: 1px dashed #dfe1e2;
    text-transform: uppercase;
}


#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #3960AF;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow','Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}
.copyrights-2011-2020-bigg-whal {
    margin-top: 36px;
    color: #BDBDBD;
    font-family: "Playfair Display";
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.copyrights-2018-bigg-whale-inc {
    margin-top:36px;
    color: #BDBDBD;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 23px;
    text-align: center;
}

.copyright-links a {
    color: #41C0CB;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-left:5px;
    margin-right:5px;
    border: 0px;
}
.copyrights-2011-2020-bigg-whal b {
    font-weight: 700;
}

#footer .footer-widgets-wrap {
    padding: 54px 0;
}


.data-driven-closed-end-fund-re {
    color: #000 !important;
    font-family: "Playfair Display";
    font-size: 45px !important;
    letter-spacing: -1px !important;
    line-height: 52px !important;
    text-transform: none !important;
    max-width:unset !important;
    font-weight: unset !important;
}
.for-investment-professionals {
    color: #035599;
    font-family: "Playfair Display";
    font-size: 35px;
    font-weight: 700;
    line-height: 47px;
    margin-top: 12px;
}

./*slider-caption, .flex-caption {
    top: 152px !important;
   
}*/

.home-card {
    height: 110px;
    /*width: 364px;*/
}

.home-card .title {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 21px;
}

.home-card .content {
    height: 64px;
    width: 208px;
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 16px;
    line-height: 21px;
}

.divisor {
    box-sizing: border-box;
    height: 1px;
    width: 1169.41px;
    opacity: 0.2;
    border: 2px solid #E0E0E0;
    margin: 0 auto;
    width: 90%;
}

.bannerSignupHome {
    margin: 0 auto;
    height: 295px;
    max-width: 1171px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/Content/images/v2/bg6.png);
}
    .bannerSignupHome .rectangle-1 {
        margin-top: 29px;
        margin-left: 32px;
        margin-right: 32px;
        height: 231px;
        width: 479px;
        border-radius: 4px;
        background-color: rgba(255,255,255,0.8);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07);
    }
@media (max-width: 575px) {
    .bannerSignupHome{
        height: unset;

    }
        .bannerSignupHome .rectangle-1 {
            height: unset;
            margin-bottom: 29px;
        }


}

.btnTryHome {
    height: 29px;
    width: 194px;
    border-radius: 4px;
    background-color: #41C0CB;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    color: #FFF;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-align: center;
    margin-left: 32px;
    margin-top: 21px;
    text-transform: uppercase;
}


    .retirement-income-calculator {
        color: #0069A7;
        font-family: "Playfair Display";
        font-size: 29px;
        font-weight: 700;
        line-height: 39px;
        margin-top: 32px;
        margin-left: 32px;
        margin-right: 32px;
    }

    .help-clients-discover-what-yie {
        color: #333;
        font-family: "Playfair Display";
        font-size: 22px;
        line-height: 31px;
        margin-left: 32px;
        margin-right: 32px;
    }
@media (max-width: 575px) {
    .retirement-income-calculator {
        margin-top: 12px;
    }
    .btnTryHome {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
.cash-flow-is-possible-with-the {
    margin-top: 60px;
    height:140px;
    color: #0069A7;
    font-family: "Playfair Display";
    font-size: 35px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    background-position: center;
}
.cash-flow-is-possible-with-the-img {
    float:left;
    width: 100%;
    height: 140px;
    background-image: url(/Content/Images/v2/logo.png);
    background-repeat: no-repeat;
    opacity: 0.3;
    background-position: center;
    position: absolute;
}
.cash-flow-is-possible-with-the-txt {
    line-height: 140px;
    font-style: italic;
}
@media (max-width: 823px) {
    .cash-flow-is-possible-with-the-txt {
        line-height: unset;
    }
  
}

.resourcesheader {
    background-image: url(/Content/Images/v2/ResourcesBckg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 223px;
    padding: 0px !important;
}
    .resourcesheader .container {
        height: 223px !important;
        padding: 0px !important;
    }

    .pricing{
        margin-left: 15px;
    }

.btnSignupMenu {
    font-family: "PT Sans Narrow";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-align: center;
}


.signupheader {
    background-image: url(/Content/Images/v2/bg-head3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 223px !important;
    padding: 0px !important;
}
    .signupheader .container {
        min-height: 223px !important;
        padding: 0px !important;
    }
.sign-up {
    margin-top: 70px !important;
    color: #035599 !important;
    font-family: "Playfair Display" !important;
    font-size: 40px !important;
    letter-spacing: -1px !important;
    line-height: 53px !important;
    display: block;
}
@media (max-width: 791px) {


    .btnAlreadyMember {
        margin-top: 10px !important;
        float: unset !important;
        margin-bottom: 10px;
        width: 100% !important;
       
    }
    .btnRegisterNow {
        width: 100% !important;
    }
    }

.become-your-own-investment-her {
    color: #1A1A1A !important;
    font-family: "Playfair Display" !important;
    font-size: 22px !important;
    letter-spacing: 0.5px !important;
    line-height: 26px !important;
    text-shadow: -1px 0 lightgray, 0 1px lightgray, 1px 0 lightgray, 0 -1px lightgray;
}
.btnAlreadyMember {
    margin-top: 90px;
    float: right;
    height: 43px;
    width: 346px;
    max-width: 346px;
    border-radius: 4px;
    background-color: #F2F2F2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
    .btnAlreadyMember span {
        margin-top: 0px !important;
        color: #035599 !important;
        font-family: "PT Sans Narrow" !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        letter-spacing: 0.32px !important;
        line-height: 31px !important;
        text-align: center !important;
    }

.dont-have-an-account-sign-up-t {
    color: #035599;
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.we-do-the-research-and-alert-y {
    color: #555;
    font-family: "Playfair Display";
    font-size: 16.8px;
    line-height: 29px;
}

.formsignup legend {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}

.formsignup label {
    color: #555;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
}

.formsignup input {
    box-sizing: border-box;
    height: 46px;
    border-radius: 4px;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
}

.apply-coupon {
    margin-top: 25px;
    color: #41C0CB;
    font-family: "PT Sans Narrow";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.btnRegisterNow {
    height: 43px;
    width: 374px;
    max-width: 374px;
    border-radius: 4px;
    background-color: #41C0CB;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    color: #FFF;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 16px;
    text-align: center;
}

.pricing {
    /*width: 374px;*/
    margin-bottom: 20px;
}
.pricing-box {
    border-radius: 8px;
}
.pricing-titlev2 {
    height: 98px;
    /*width: 374px;*/
    padding: 0px !important;
    background-color: #035599 !important;
    border-radius: 8px 8px 0 0;
}
.pricing-titlev2 h3 {
    padding-top: 40px;
    color: #FFF;
    font-family: "PT Sans Narrow";
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
}

.price-unit {
    padding-top: 24px;
    color: #035599;
    font-family: "PT Sans Narrow";
    font-size: 35px !important;
    line-height: 41px;
}

.price-unit2 {
    color: #035599;
    font-family: "PT Sans Narrow";
    font-size: 80px !important;
    font-weight: 700 !important;
    line-height: 94px;
    text-align: right;
}
.price-unit3 {
    padding-top: 24px;
    color: #035599;
    font-family: "PT Sans Narrow";
    font-size: 35px;
    line-height: 41px;
}
.price-tenure {
    font-family: "PT Sans Narrow";
    font-size: 35px;
    line-height: 41px;
}


.pricing-features {
    color: #555;
    font-family: "Playfair Display";
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
    .pricing-features li {
         padding: 0;
    }

.cardlogin {
    max-height: 499px;
    max-width: 576px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
}

.cardlogin label {
    color: #555;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
}

.cardlogin input {
    box-sizing: border-box;
    height: 46px;
    /*width: 378px;*/
    border-radius: 4px;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
}

.forgot-your-password {
    width: 100%;
    text-align: center;
    margin-top: 33px;
    color: #41C0CB;
    font-family: "PT Sans Narrow";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    display: block;
}

.btnLoginForm {
    width: 100%;
    border-radius: 4px;
    background-color: #41C0CB;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

/*about*/
.aboutheader {
    background-image: url(/Content/Images/v2/beach-clouds-light-ocean-207216.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 223px;
    padding: 0px !important;
}

    .aboutheader .container {
        height: 223px !important;
        padding: 0px !important;
    }

.in-2011-bigg-whale-llc-was-fou {
    max-width: 395px;
    color: #666;
    font-family: "Playfair Display";
    font-size: 18px;
    line-height: 33px;
}

.distributionmodel {
    /*height: 861px;*/
    width: 675px;
    border-radius: 8px;
    color: #333;
    font-family: "Playfair Display";
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 22px;
    text-align:justify;
}

    .distributionmodel .bckg {
        height: 100%;
        width: 670px;
        border-radius: 8px;
        opacity: 0.55;
        object-position: center;
        object-fit: cover;
        top: 0;
        position: absolute;
    }

.what-does-a-distribution-model {
    margin-top: 45px;
    color: #1A428A;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    z-index: 2;
}

.mini-divisor {
    top: 25px;
    height: 3px;
    width: 79px;
    background-color: #1A428A;
    margin: 0 auto;
    display: block;
    position: relative;
}

.no-successful-farmer-cares-abo {
    color: #035599;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    padding-top: 15px; 
    padding-bottom: 15px;
}

.distributionmodel-text {
    padding-left: 42px !important;
    padding-right: 42px !important;
   
}

.susan-horowitz-partner-managin {
    color: #666;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.divisor-path-line {
    box-sizing: border-box;
    height: 1px;
    width: 1169.41px;
    opacity: 0.2;
    border: 2px solid #E0E0E0;
    top: 15px;
    position: relative;

}
.divisor-path-text {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 21px;
    text-align: center;
    background: none no-repeat scroll 0 0 #fff;
    position: relative;
    margin:0 auto;
    width: 200px;
}

.team-image img {
    border-radius: 50%;
    max-width: 238px;
    margin: 0 auto;
}
.team-title{
    text-align: center;
}
.team-title h4 {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom:0px;
}

.team-title span {
    color: #41C0CB;
    font-family: "Playfair Display";
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: center;
}

.team-desc p {
    color: #333;
    font-family: "Playfair Display";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    margin-top: 21px;
    max-width: 298px;
}
@media (max-width: 767px) {
    .team-desc p {
        max-width: 100%;
    }

}

.copybook {
    color: #41C0CB !important;
    font-family: "Playfair Display" !important;
    font-size: 16px !important;
    letter-spacing: 0.8px !important;
    line-height: 21px !important;
    text-align: center !important;
}
    .copybook a {
        color: #41C0CB !important;
        font-weight: 600;
    }
    /*Book Club*/
.booksheader {
    background-image: url(/Content/Images/v2/group.png);
    background-position: center;
    background-repeat: no-repeat;
    
    height: 223px;
    padding: 0px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .booksheader .container {
        height: 223px !important;
        padding: 0px !important;
    }
.entry{
    margin-bottom: 22px !important;
}
.entry-content {
    color: #666;
    font-family: "PT Sans Narrow";
    font-size: 18px;
    line-height: 33px;
}

.entry-image{
    max-height: 533px;
}
.entry-image img {
    max-height: 533px;
    object-fit: contain;
}

.entry-meta.books{
    top:275px;
    position: absolute;
}
.entry-content.books {
    top: 310px;
    position: absolute;
    margin-top: 0px !important;
}

.view-all-posts {
    color: #41C0CB;
    font-family: "PT Sans Narrow";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 19px;
}
.book-club-post-title a {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-transform: none;
}

.book-club-post {
    height: 83px;
    width: 248px;
    color: #666;
    font-family: "Playfair Display";
    font-size: 16px;
    line-height: 28px;
    margin-left: 16px !important;
}
/*calculator*/
.calculatorheader {
    background-image: url(/Content/Images/v2/beach.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 223px;
    padding: 0px !important;
}

    .calculatorheader .container {
        height: 223px !important;
        padding: 0px !important;
    }

.calculatorheader .sign-up {
    margin-top: 85px !important;
}
    .when-you-meet-with-a-client-to {
    color: #666;
    font-family: "Playfair Display";
    font-size: 18px;
    line-height: 33px;
}
.how-much-income-do-you-want-or {
    color: #41C0CB;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}
.what-amount-of-volatility-are- {
    color: #035599;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
}
.calculator-content {
    min-height: 425px;
    max-width: 675px;
    border-radius: 8px;
    background-color: #F4F4F4;
    padding: 0px;
    position: relative;
}
.calculator-header {
    height: 26px;
    max-width: 675px;
    border-radius: 0 0 8px 8px;
    background-color: #035599;
    transform: rotate(180deg);
}
.calculator-footer {
    min-height: 188px;
    max-width: 675px;
    border-radius: 0 0 8px 8px;
    background-color: #035599;
    text-align: right;
}

.calculator-step {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
@media (max-width: 400px) {
    .calculator-step {
        padding-top: 10px;
    }
    .calculator-footer{
        text-align: center;
    }
    .btn-step {
        width: 90% !important;
        margin-top: 15px !important;
        margin-right: 0px !important;
    }
    .btn-back-step {
        width: 90% !important;
        margin-top: 15px !important;
        margin-right: 0px !important;
    }
}
.input-how-much-income-the-clie {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
}
.calculator-step1{
    margin-top: 29px;
}

.input-step1 {
    height: 87px;
    max-width: 279px;
    background-color: #FFF;
    color: #4F4F4F;
    font-family: "PT Sans Narrow";
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 33px;
    text-align: center;
    margin-top: 29px;
    padding: 0px !important;
    border: 0px;
    width:100%;
}
.btn-step {
    height: 55px;
    width: 282px;
    border-radius: 4px;
    background-color: #41C0CB;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    color: #F4F4F4;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 38px;
    text-align: center;
    margin-top:67px;
    margin-right:42px
}
.btn-back-step {
    height: 55px;
    width: 282px;
    border-radius: 4px;
    background-color: #F2F2F2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    color: #035599;
    font-family: "PT Sans Narrow";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 38px;
    text-align: center;
    margin-top: 67px;
}
@media (max-width: 767px) {
    .btn-step {
        width: 150px;
    }
    .btn-back-step {
        width: 150px;
    }
}
.dlls {
    color: #1A1A1A;
    font-family: "PT Sans Narrow";
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    /* position: absolute; */
    /* top: 50px; */
    /* margin-left: -50px; */
    margin-right: 20px;
    /* margin-top: -20px; */
    /* height: 100px;*/
}

.select-the-percentage-yield-th {
    /*max-height: 99px;
    max-width: 545px;*/
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 22px;
    line-height: 33px;
    text-align: center !important;
    margin-top: 23px;
    margin-bottom: 20px;
}

.slidecontainer {
    width: 95%; /* Width of the outside container */
    margin: 0 auto;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #41C0CB;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #41C0CB;
        cursor: pointer;
    }

.percent-calculator {
    color: #41C0CB;
    font-family: "PT Sans Narrow";
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
}

.result-amount-of-capital-neede {
    color: #333;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    margin-top: 41px;
}

.lblCalculatorStep3 {
    /* height: 33px; */
    /* width: 171px; */
    color: #333;
    font-family: "PT Sans Narrow";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    /* line-height: 33px; */
    /* text-align: center; */
    display: inline-block;
    /* position: absolute; */
    /* top: 50px;*/
}

.repeat-steps-to-illustrate-the {
    /*max-height: 66px;*/
    max-width: 675px;
    color: #333;
    font-family: "Playfair Display";
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}


/*headers*/
.booksheader .sign-up {
    margin-top: 70px !important;
    text-shadow: -1px 0 lightgray, 0 1px lightgray, 1px 0 lightgray, 0 -1px lightgray;
}
@media (max-width: 767px) {
    .calculatorheader {
        background-size: auto;
    }
   

    .colsignupform{
        order: -1;
    }
    .entry-image img {
        width: 100% !important;
    }
    .resourcesheader .market-discussions {
        margin-top: 20px !important;
    }
}

@media (max-width: 1024px) {
    .resourcesheader {
        background-size: auto;
    }
        .resourcesheader .sign-up {
            margin-top: 10px !important;
        }
      
       
    .booksheader {
        background-size: auto;
    }

        .booksheader .sign-up {
            margin-top: 10px !important;
        }
}

/*resources buttons*/
.market-discussions {
    margin-top: 110px;
    float: right;
    height: 43px;
    width: 168px;
    border-radius: 4px;
    background-color: #F2F2F2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin-right:10px;
}

    .market-discussions.selected {
        background-color: #035599;
    }

    .market-discussions span {
        margin-top: 0px !important;
        color: #035599 !important;
        font-family: "PT Sans Narrow" !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        letter-spacing: 0.32px !important;
        line-height: 31px !important;
        text-align: center !important;
        text-transform: uppercase;
    }

    .market-discussions.selected span{
        color: white !important;
    }



    .top-menu {
        background-color: #d7d7d7;
        min-height: 30px;
        padding: 0 99px;
    }

@media (max-width: 1415px) {
    .top-menu {        
        padding: 0 20px;
    }
}


    #top-menu {
        float: right;
    }


    #primary-menu > ul {
        float: left;
    }

    #top-menu ul {
        list-style: none;
        margin: 0;
    }

        #top-menu ul li > a {
            padding: 39px 10px;
        }

        #top-menu ul > li {
            float: left;
            margin-left: 2px;
        }

    #top-menu li.current a,
    #top-menu li.current a:link,
    #top-menu li.current a:hover {
        color: #40C0CB !important;
    }

    #top-menu li a:hover {
        color: #40C0CB !important;
    }

    #top-menu ul li > a {
        display: block;
        line-height: 22px;
        padding: 7px 15px;
        color: #3960AF;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1.5px;
        line-height: 14px;
        text-transform: uppercase;
        font-family: 'PT Sans Narrow','Raleway', sans-serif;
    }