#main-content-wrapper {
    width: 100%;
}
#horizontal-logo {
    display: block;
}
#stacked-logo {
    display: none;
}

.s-title {
    font-size: 48px;
    margin: auto;
    text-align:  left;
    color: var(--fp-ultra-navy)

}
.sp {
    font-weight: 300;
    text-align:  left;
    line-height: 1.5;
}
.logo-bar {
    margin: 0px auto 0px auto; 
    padding: 62px 10px 15px 10px;
    width: 90vw;
}


#login {
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
}


@media only screen and (min-width: 370px) {
    .content-center {
        margin: 0 auto 20px auto; 
        width: 90vw;
    }
}
@media only screen and (max-width: 370px) {
    .content-center {
        margin: 0 auto 50px auto; 
        width: 90vw;
    }
}
@media only screen and (min-width: 520px) {


    .footerLinks{
        padding-bottom:14px;
        line-height: 16px;
        max-height:none !important;
        height:auto !important;

    }
    .footer-text a{
        color: white !important; 
        font-size: 14px !important;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 520px) {

    .footerLinks{
        padding-bottom:12px;
        line-height: 14px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 12px !important;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 450px) {

    .footerLinks{
        padding-bottom:10px;
        line-height: 12px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 10px !important;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 390px) {

    .footerLinks{
        padding-bottom:7px;
        line-height: 9px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 8px !important;
        padding-right: 1vw;
    }
}
@media only screen and (max-width: 330px) {

    .footerLinks{
        padding-bottom:px;
        line-height: 7px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 7px !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

#header {
    padding: 30px 0 40px 0;
}
.btn-big {
    display:inline-block;
    line-height: 17px;
    font-size: 18px;
    min-width: 100px;
    cursor: pointer;
    --height: 32px;
    transition: all .3s ease;
    padding: 8px 26px!important;
}

.action-btn-left {
    margin-right:auto;
    font-weight:normal;
    margin-left:auto;
}
.action-btn-right {
    margin-left:auto;
    font-weight:normal;
    margin-right:auto;
}
#header .btn-center{
    padding: 30px 0 0 0;
    width: 80vw;
}
#header .btn-center a{
    margin-bottom: 20px;
}
@media only screen and (max-width: 520px) {
    #header-t {
        font-size: 18px;
    }
}
@media only screen and (min-width: 520px) {
    #header-t {
        font-size: 24px;    
    }
}
#header-t {
    margin: 0px 0 6px 0;
    text-align: center;

}
#header-p {
    font-size: 14px;
    font-weight:  300;
    color: var(--fp-soft-black);
    margin: 0 ;
    line-height: 1.5;
}
#learn-more {
    top: 30px;
}
#request-demo-float {
    width: 173px;
}
/* section-b:: cloud solutions */
#section-b > .content-wrap {
    height: 100%;
    display: grid;
    grid-template-areas:
                 "top bottom";
    grid-template-columns:  1fr 1fr;
}

div#cloud-top {
    position:relative;
    left: 0;
    top: 0;
}

div#cloud-content-container {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
}

p#sb-t {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    color: var(--fp-ultra-navy)

    /* position: fixed; */
}
p#sb-p {
    font-size: 19px;
    font-weight: 300;
    width: 84%;
    margin: 30px 0 0 0;
    font-family:  var(--raleway);
    line-height: 1.5;
}

#cloud-bottom {
    height: 100%;
    position: relative;
}
img#cloud-animated {
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* section-c :: investor portal */
#section-c {padding-bottom: 80px;}
.portal-section-text {
    width: 60%;
    min-width: 1024px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 60px 0 60px;
}
#pages {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 60%;
    min-width: 1024px;
    max-width: 1120px;
    margin:  0 auto;
}
.sc-t {
    font-size: 48px;
    padding-bottom: 0;
    margin: 0;
}
.sc-t2 {
    font-weight:bold;
    font-size:19px;
}
#section-c p.sc-p {
    font-size:16px;
    width: 100%;
}
div.page {
   padding: 15px 60px;
}
img#fund-data-img {
  position:relative;
  top: 25px;
}
.investor-pagination {
    display: none;
}
/* section-d :: CRM Db */
#section-d {
    height: 600px;
}
#section-d > .content-wrap {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: auto auto;
}

div#crmdb-textblock {
    width:  400px;
    position: absolute;
    left:  50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#crm-top {
    position:  relative;
}

img.greenangle, img.grayangle {
    display: none;
}
/* stripes */
img.rightangle {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    height: 50%;
}
img.leftangle {
    position: absolute;
    right: -1px;
    bottom: 0;
    transform: translate(0, 0);
    height: 50%;
}
.flip {
    transform: rotate(180deg) !important;
}

#crm-bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#crm-bottom img {
    height: 200px;
    padding: 0;
    display: block;
    margin: 0 auto 20px auto;
}
.crm-page {
}
#section-d .sd-p {
    text-align: center;
    margin: 20px auto;
}
.crm-paginate {
    grid-area: crm;
    position: absolute;
    bottom: 90px;
    width: 100%;
}
/* section e :: learn more */
#section-e .s-title {
    margin: 40px 0;
}
.location-icon {
    float: left;
}
form {
    display: grid;
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    grid-template-areas:
        "first_name last_name"
        "email org"
        "message message";
    width: 100%;
    /* width: 750px; */
    /* margin-left: 150px; */
}
#first_name {
    grid-area: first_name;
    /* margin-left: -5px; */
    /* justify-self: start; */
}
#last_name {
    grid-area: last_name;
    /* margin-right: -5px; */
    /* justify-self: end; */
}
#email {
    grid-area: email;
    /* margin-left: -5px; */
    /* justify-self: start; */
}
#org {
    grid-area: org;
    /* margin-right: -5px; */
    /* justify-self: end; */
}
#message {
    grid-area: message;
    width: 100%;
    height: 160px;
}
#request-demo {
    width: 175px;
    height: 50px;
    margin: 20px auto 60px auto;
    grid-column: span 2;
}
#section-e .content-wrap {
    /* margin-left: 11%; */
    width: 1024px;
    margin: 0 auto;
}
/* section f :: footer */
#footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 0;
    width: 1024px;
    margin: 0 auto;
}

#address {
    margin-bottom: 40px;
}
#address p {
    margin-left: 36px;
}
#terms-of-use {
    text-align: right;
    grid-column-start: 3;
}
#fundpanelForm {
    height: 450px;
}
.form {
    padding: 16px;
    font-size: 17px;
}

/* animation */
#documents-img.slide-up,
#fund-data-img.slide-up,
#fr-img.slide-up {
    -moz-transition: all 0 ease-out 0;
    -webkit-transition: all 0 ease-out 0;
    -o-transition: all 0 ease-out 0;
    transition: all 0 ease-out 0;
}

#central-img.slide-up,
#secure-img.slide-up,
#access-img.slide-up {
    -moz-transition: all 0 ease-out 0;
    -webkit-transition: all 0 ease-out 0;
    -o-transition: all 0 ease-out 0;
    transition: all 0 ease-out 0;
}
#documents-img.in-view,
#fund-data-img.in-view,
#fr-img.in-view {
    -moz-transition: all 450ms ease-out 100ms;
    -webkit-transition: all 450ms ease-out 100ms;
    -o-transition: all 450ms ease-out 100ms;
    transition: all 450ms ease-out 100ms;
}

#central-img.in-view,
#secure-img.in-view,
#access-img.in-view {
    -moz-transition: all 450ms ease-out 250ms;
    -webkit-transition: all 450ms ease-out 250ms;
    -o-transition: all 450ms ease-out 250ms;
    transition: all 450ms ease-out 250ms;
}


/* -50% x translates mean position from center point to make x% simpler */
.animation-element {
    position: relative;
}
.slide-up {
    opacity: 0;
    -moz-transform: translate3d(0%, 40px, 0px);
    -webkit-transform: translate3d(0%, 40px, 0px);
    -o-transform: translate(0%, 40px);
    -ms-transform: translate(0%, 40px);
    transform: translate3d(0%, 40px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate3d(0%, 0px, 0px);
}
@media only screen and (max-width: 1204px) {
    #copyright {
        margin-left: 70px;
    }
    #terms-of-use {
        margin-right: 70px;
    }
}