#main-content-wrapper {
    width: 100%;
}
#horizontal-logo {
    display: block;
}
#stacked-logo {
    display: none;
}

.s-title {
    font-size: 48px;
    margin: auto;
    text-align:  left;
}
.sp {
    font-weight: 300;
    text-align:  left;
    line-height: 1.5;
}

#header > .content-wrap {
    width: 840px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header-t {
    font-size: 36px;
    margin: 68px 0 6px 0;
}
#header-p {
    /* top: 25px; */
    width: 610px;
    font-size: 18px;
    font-weight:  300;
    /* color: var(--fp-deep-blue); */
    margin: 0;
    line-height: 1.5;
}
#learn-more {
    top: 150px;
}
#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;
    /* 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: 0;
    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;
    }
}