/* animations disabled on mobile */
html,
body {
    overflow-x: hidden;
} 
#main-content-wrapper {
    /* width: 375px; */
    width: 100vw;
    margin: 0 auto;
}
.chevron-left,
.chevron-right {
    opacity: 0;
}
/* Sections */
/* section-title */
.s-title {
    font-size: 40px;
    margin: auto;
    padding-top: 30px;
}
/* section-paragraph */
.sp {
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 315px;
}
/* header section */
#header {
    background-position: 13% 0%;
}
#horizontal-logo {
    display: none;
}
#stacked-logo {
    display: block;
}
.header-text {
    margin-left: 58px;
}
#header > .content-wrap {
    margin: 0;
    width: 310px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header-t {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: var(--titillium);
    font-weight: bold;
    position: relative;
    top: 30px;
}
#header-p {
    line-height: 1.5;
    padding: 0;
    margin: 0;
    top: 30px;
    font-size: 16px;
}
#learn-more {
    margin-top: 30px;
    top: 80px;
}
#login {
    width: 87px;
}
#request-demo-float {
    width: 87px;
}
/* section-b :: cloud solutions */
#section-b {
    height: 100vh;
}
#cloud-top {
    height: 50vh;
}
.leftangle, 
.rightangle {
    display: none;
}
#cloud-bottom {
    background: var(--fp-dark-green);
    height: 50vh;
    position: relative;
}
/* #cloud-bottom img {
    width: 300px;
    left: 50%;
    transform: translate(-50%,0);
} */
#cloud-animated {
    /* padding-top: 20px; */
    /* width: 300px; */
    height: 80%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    /* border: 1px solid red; */
}
#cloud-content-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sb-t {
    margin: auto;
    text-align: center;
    width: 280px;
    font-size: 34px;
    line-height: 1.2;
    font-family: var(--titillium);
    font-weight: bold;
}
#sb-p {
    margin-top: 30px;
    width: 315px;
    font-size: 14px;
    font-family: var(--raleway);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
/* section-c :: investor portal */
#section-c {
    overflow-x: hidden;
}
.page {
    padding: 0 60px;
    /* border: 2px solid red; */
}
#pages {
    height: 373px; /* to avoid page from jumping around because of content */
    padding-top: 20px;
    overflow-x: hidden;
}
#access {
    margin: 0 auto;
    float: none;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#access .page-title {
  /* margin-left: -150px; */
  /* padding-bottom: 5px; */
}
#secure-title {
    margin-left: -230px;
}
.sc-t {
    /* width: 70%; */
    margin-bottom: 30px;
}
.sc-t2 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 30px; */
    font-size: 24px;
    font-weight: bold;
}
.sc-p {
    line-height: 1.5;
    /* margin-top: -30px; */
    font-size: 14px;
    font-family: var(--raleway);
    width: 250px;
    text-align: left;
    margin: auto;
    position: relative;
    top: -20px;
}
.investor-pagination {
    padding-bottom: 40px;
}
/* section-d :: CRM Db */
#section-d .sd-p {
    width: 280px;
    text-align: left;
}
#crm-top {
    text-align: center;
    padding: 40px 0;
}
.crm-page {
    height: 250px; /* to avoid page from jumping around because of content */
    margin-top: -50px;
    /* border: 2px solid rebeccapurple; */
}
.crm-paginate {
    margin-top: 0;
    /* padding: 20px; */
    position: relative;
    top: -55px;
}
#crm-bottom {
    padding: 50px;
    padding-top: 150px;
    overflow-x: hidden;
}
img.greenangle {
    position: absolute;
    right: 0;
    top: 0;
}
.crm-img {
    display: block;
    height: 150px;;
    margin: auto;
    /* padding-bottom: 70px; */
    padding: 20px;
}
.central-img {
    width: 150px;
    padding-bottom: 20px;
}
#track-investment {
    width: 80%;
    margin: auto;
}
#section-d #s-p4 {
    width: 40%;
}
/* section e :: learn more */
#section-e .content-wrap > p {
    font-size: 34px;
    padding-bottom: 20px;
}
.location-icon {
    justify-self: center;
}
#address {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10%;
}
.address-header {
    font-weight: bold;
}
#address p {
    margin-left: -40%;
    text-align: left;
    line-height: 1.2;
}
#fundpanelForm {
    height: 500px;
}
form {
    margin: 0 auto;
	text-align: center;
}
.form {
    justify-self: center;
    width: 88%;
    height: 20px;
    margin: 10px;
    padding: 20px;
    font-size: 16px;
}
#message  {
    height: 150px;
    margin-bottom: 10%;
}
#request-demo {
    margin-bottom: 40px;
}
/* section f :: footer */
#footer {
    margin-top: 10%;
}
#footer p {
    margin: 0;
    text-align: center;
}
#terms-of-use {
    display: block;
    padding-bottom: 20px;
}