:root {
    --shadow-color: #ffdddd;
    --shadow-color-light: rgb(214, 214, 214);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Bai Jamjuree', sans-serif;
    box-sizing: border-box;
}

html:focus-within {
    scroll-behavior: smooth;
}

/* LOADING */

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right, .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1500;
    /* background-color: #2d2d2d; */
    background-image: url(../img/logo/frl.png);
    background-size: cover;
    background-position: center;
    -webkit-animation: grow 10s linear 1;
    animation: grow 20s linear 1;
    z-index: 1001;
    /* anything higher than z-index: 1000 of .loader-section */
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1);
        /* IE 9 */
        transform: scale(1);
    }
    100% {
        transform: scale(3);
        -ms-transform: scale(3);
        /* IE 9 */
        transform: scale(3);
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1);
        /* IE 9 */
        transform: scale(1);
    }
    100% {
        transform: scale(3);
        -ms-transform: scale(3);
        /* IE 9 */
        transform: scale(3);
    }
}

/* NAV */

.nav-logo {
    width: 70px;
    height: auto;
}

.drop-down {
    color: #4e4353;
    font-size: 1.25em !important;
}

.drop-down:hover {
    color: #3a4ed3;
}

#landing {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.landing-header {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg/house.jpg);
    background-size: cover;
    color: #f1f1f1;
}

.question {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 3em;
}

.neon-title {
    color: white;
    animation: neon 3s infinite;
}

@keyframes neon {
    0% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light), 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light), 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
    50% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light), 0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
    }
    100% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light), 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light), 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
}

.or {
    font-size: 2.5em;
}

.landing-logo {
    width: auto;
    height: 120%;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0.125;
}

.landing-logo-small {
    width: 90px;
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    /* opacity: 0.125; */
}

.hero-button-box {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.neon-button {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    color: #03a8f4;
    overflow: hidden;
    font-size: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    text-shadow: -1px -1px 1px #56e8f0, -1px 1px 1px #56e8f0, 1px -1px 1px #56e8f0, 1px 1px 1px #56e8f0, 0 0 3px #56e8f0, 0 0 10px #56e8f0, 0 0 20px #56e8f0, 0 0 30px #56e8f0;
}

.neon-button:nth-child(3) {
    filter: hue-rotate(200deg);
}

.neon-button:hover {
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 200px #03e9f4;
}

.neon-button span {
    position: absolute;
    display: block;
}

.neon-button span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.neon-button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: animate2 2s linear infinite;
    animation-delay: 0.5s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }
    50%, 100% {
        top: 100%;
    }
}

.neon-button span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: animate3 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }
    50%, 100% {
        right: 100%;
    }
}

.neon-button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: animate4 2s linear infinite;
    animation-delay: 1.5s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    50%, 100% {
        bottom: 100%;
    }
}

.landlord-header {
    height: 500px;
    background-image: linear-gradient(150deg, #233080, #3a4ed3f6), url(../img/bg/pattern.jpg);
    margin-top: 107.34px;
}

.standard-header {
    margin-top: 107.34px;
}

.listing-header {
    height: 500px;
    background-image: linear-gradient(150deg, #233080, #3a4ed3ef), url(../img/bg/shards.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 107.34px;
}

.single-listing-header {
    background-image: linear-gradient(150deg, #233080, #3a4ed3ef);
    margin-top: 107.34px;
}

/* TENANT HEADER */

.tenant-header {
    height: 500px;
    background-image: linear-gradient(150deg, #182157, #3a4ed3ef), url(../img/bg/cracked.jpg);
    margin-top: 107.34px;
}

.image-header {
    margin-top: 111.98px;
}

.header-title {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1140px;
    height: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.pricing {
    overflow: hidden;
}

.scroll {
    width: 100%;
    display: flex;
    z-index: -1;
    margin-bottom: 50px;
}

.scroll div {
    color: #000;
    font-size: 3em;
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: animatescroll 40s linear infinite;
    animation-delay: -40s;
    background-color: #fff;
    letter-spacing: 8px;
}

.scroll div span {
    -webkit-text-stroke: 2px #000;
    color: transparent;
}

@keyframes animatescroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.scroll div:nth-child(2) {
    animation: animatescroll2 40s linear infinite;
    animation-delay: -20s;
}

@keyframes animatescroll2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.scroll.text1 {
    transform: translateY(0px);
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}

.scroll.text2 {
    transform: translateY(100px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scroll.text3 {
    transform: translateY(200px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scroll.text4 {
    transform: translateY(300px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scroll.text5 {
    transform: translateY(400px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* .pricing-comparison {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
} */

/* NAV */

/* COMPLIANCE */

.deet-space {
    margin-bottom: 5px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #3a4ed3;
    font-size: 120%;
    margin-right: 5px;
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px
}

.compliance-img {
    max-width: 300px;
}

.compliance-container {
    width: 400px !important;
    display: block;
}

.article-content {
    width: 100%;
    display: block !important;
}

/* REUSABLE */

.g-fs-1-25em {
    font-size: 1.25em;
}

.center-margin {
    margin: 0 auto !important;
}

.standard-btn {
    background-color: #3a4ed3;
    border: 4px solid #233080;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.2s;
    font-weight: 600;
    text-align: center;
}

.bg-transparent-light--hover:hover {
    background: rgba(255, 255, 255, 0.1);
}

.standard-btn:hover {
    border: 4px solid #3a4ed3;
    background-color: rgba(255, 255, 255, 0);
    color: #3a4ed3;
    text-decoration: none;
}

.tenant-btn {
    background-color: #3a4ed3;
    border: 4px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.2s;
    font-weight: 600;
    text-align: center;
}

.tenant-btn:hover {
    border: 4px solid #3a4ed3;
    background-color: #233080;
    color: #fff;
    text-decoration: none;
}

.translate-y-50 {
    transform: translate(0, 5%);
}

.translatey-50 {
    transform: translate(0, 25%);
}

.section {
    padding: 100px;
}

.middle {
    margin: auto;
    text-align: center
}

.ma-25 {
    margin: 25px;
}

.bg-frblue {
    background-color: #3a4ed3;
}

.bg-darkfrblue--hover:hover {
    background-color: #233080 !important;
}

.color-gray {
    color: rgb(53, 53, 53);
}

.col-frblue {
    color: #3a4ed3;
}

.top-30px {
    top: 30px;
}

.bg-darkslategray {
    background-color: #4e4353;
}

.brd-darkfrblue--hover:hover {
    border-color: #233080;
}

.bg-darkgray {
    background-color: #2d2d2d;
}

.bg-darkergray--hover:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

.bg-lightslategray {
    background-color: #eff1ff;
}

.font-size-2em {
    font-size: 2em;
}

.justify-items-center {
    justify-items: center;
}

.min-height-550 {
    min-height: 550px;
}

.hidden {
    display: none;
}

.color-gray-light {
    color: #999999;
}

.justify-content-end {
    justify-content: flex-end;
}

.brd-black-opacity-0_5 {
    border: rgba(0, 0, 0);
}

.list-element {
    border: rgba(0, 0, 0);
    border-bottom: rgba(0, 0, 0, 0.7);
}

.g-bg-light-blue {
    background-color: #ebf0ff;
}

.g-brd-secondary-light-v1 {
    border-color: #f0f1f3 !important;
}

.g-brd-white-opacity-0_85 {
    border-color: rgba(255, 255, 255, 0.85) !important;
}

.col-gray {
    color: rgb(87, 87, 87);
}

.standard-shadow {
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.5);
}

.z-index-100 {
    z-index: 100;
}

.formFooter {
    display: none !important;
    color: rgba(0, 0, 0, 0);
}

/**MEET THE TEAM**/

.team-img {
    border-radius: 10px;
    width: 100%;
}

.team-box {
    border-radius: 10px;
    box-shadow: -5px 10px 20px rgb(219, 219, 219);
    max-width: 360px;
    margin: 25px;
}

.flex-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* investor-service */

.criteria-points {
    padding: 25px 100px;
}

/* APPLY LANDLORD */

.apply-img {
    border: 5px solid #3a4ed3 !important;
    border-radius: 5px;
}

/* PRICING */

.shadow-left {
    box-shadow: -5px 5px 20px rgb(219, 219, 219);
}

.shadow-right {
    box-shadow: 5px 5px 20px rgb(219, 219, 219);
}

.shadow {
    box-shadow: 1px 5px 30px rgb(119, 119, 119) !important;
}

/* CONTACT */

.contact-subheading {
    letter-spacing: 5.25px;
}

.contact-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.contact-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FREE DOWNLOAD */

.signup-bar {
    height: 100px;
    width: 100%;
    background-image: radial-gradient(circle, #3a4ed3, #233080);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px 0px;
}

.signup-message {
    font-size: 3em;
    color: white;
    font-weight: 600;
    padding-top: 10px;
}

.signup-btn {
    background-color: #fff;
    border-radius: 5px;
    color: #3a4ed3;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.2s;
    font-weight: 700;
    text-align: center;
    -webkit-animation: buttonSwitch 1.5s infinite;
    /* Safari 4+ */
    -moz-animation: buttonSwitch 1.5s infinite;
    /* Fx 5+ */
    -o-animation: buttonSwitch 1.5s infinite;
    /* Opera 12+ */
    animation: buttonSwitch 1.5s infinite;
    /* IE 10+, Fx 29+ */
    font-size: 1.5em;
    transition: 0.2s linear;
}

.signup-btn:hover {
    animation: none;
    text-decoration: none;
    background-color: #3a4ed3;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 20px 20px #00000063;
}

@keyframes buttonSwitch {
    0%, 49% {
        background-color: white;
        color: #3a4ed3;
    }
    50%, 100% {
        background-color: #3a4ed3;
        color: white;
    }
}

/* TRAINING */

.training-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.training-product {
    max-width: 360px;
    margin: 50px 25px;
}

.product-img {
    width: 100%;
    height: auto;
}

/* FRONT ROW LETTINGS */

.article-img {
    width: 100%;
    height: auto;
}

/* FREE RESOURCES BAR */

.training-bar {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.training-book {
    height: 250px;
}

.training-bar-title {
    font-size: 3em;
}

.training-bar-text {
    font-size: 1.25em;
}

/* BUTTONS */

.rising-btn {
    padding: 10px 20px;
    font-size: 1.5em;
    background-color: #3a4ed3;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: 0 5px 5px #00000063;
    display: inline-block;
    opacity: 1;
}


.rising-btn:hover {
    transform: translatey(-5px);
    box-shadow: 0 20px 20px #00000063;
    text-decoration: none;
    color: #fff;
    background-color: #2b388f;
}

/** DIVIDER **/

.divider {
    height: 250px;
    width: 100%;
    background-image: url(../img/bg/circle-white.png), radial-gradient(circle, #3a4ed3, #233080);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-message p {
    font-size: 1em;
    color: #ffffff;
    opacity: 1 !important;
    margin-bottom: 0 !important;
}

.divider-message {
    width: 33%;
    display: flex;
    justify-content: center;
}

.white-logo {
    height: 100px;
    width: auto;
}

.divider-logo {
    width: 33%;
    display: flex;
    justify-content: center;
}

.divider-socials {
    width: 33%;
    display: flex;
    justify-content: center;
}

.divider-icon {
    border: none;
}

.divider-content {
    width: 33%;
}

/* LISTINGS */

.more-info {
    background-color: #3a4ed3;
    border: 5px solid #233080;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    transition: 0.2s;
    font-weight: 900;
    display: block;
    text-align: center;
}

.more-info:hover {
    border: 5px solid #3a4ed3;
    background-color: #fff;
    color: #3a4ed3;
    text-decoration: none;
}

.cover-image {
    width: auto;
    height: 700px;
    box-shadow: 0 5px 100px rgba(0, 0, 0, 0.5);
}

.arrow {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transform: translate(0, -50%);
}

.arrow:hover {
    color: white;
}

.small-listing-img {
    height: 250px;
}

.normal-button {
    display: inline-block !important;
    padding: 5px 10px !important;
    font-weight: 600;
}

.map {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.12);
}

.listing-brd::after {
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: #3a4ed3;
    width: 2.71429rem;
    border-top-width: 5px;
}

.book-apply {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.virtual {
    transform: translate(0%, 8%);
}

/* VIEWING */

.calendar-container {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 750px;
    overflow: hidden;
}

.viewing-section {
    overflow: auto !important;
}

/* FORM */

.form-text {
    border-top: 1px solid #c9c9c9;
    margin-top: 50px;
    padding: 50px 150px;
}

.calendly-inline-widget {
    overflow: hidden !important;
}

/* SOCIAL */

.social-content {
    height: 100vh;
    width: 100%;
}

.social-li {
    border-bottom: 2px solid rgb(170, 170, 170);
    padding: 20px 30px;
    height: 33.333%;
    background-color: #eeeff5;
}

.social-li:hover {
    background-color: #d6d9ec;
}

.social-links {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    height: 33.333%;
    background-color: #eeeff5;
}

.social-links ul {
    list-style: none;
}

.social-link {
    display: flex;
    justify-content: start;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.li-link {
    text-decoration: none;
    align-items: center;
    width: 100%;
}

.social-header {
    height: 33.333%;
    width: 100%;
    background-image: url(../img/bg/followus.png);
    background-size: cover;
    background-position: center;
    max-width: 600px;
    margin: 0 auto;
}

.title-container-social {
    height: 33%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #2b388f;
}

.social-circle {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    margin-right: 25px;
}

.social-info {
    margin-right: 50px;
}

.chevron {
    margin: auto 0;
    color: rgb(124, 124, 124);
}

.facebook-bg {
    background-color: #3b5999;
}

.linkedin-bg {
    background-color: #0077B5;
}

.instagram-bg {
    background-color: #e4405f;
}

/* GUARANTEED RENT */

.rent-benefits {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: rgb(75, 75, 75);
    max-width: 600px;
    margin: 0 auto;
}

.rent-benefit {
    margin-bottom: 25px;
}

.rent-bold {
    font-size: 23px;
}

.button-li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guaranteed-col {
    width: 50%;
}

.split-display {
    display: flex;
    flex-direction: row;
}

/* HOME */

.about-text {
    color: #fff;
}

/* LANDLORD TOP TIPS */

.signup-header {
    width: 100%;
    background-image: url(../img/bg/pure-series-desktop-wallpaper-blank.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
    flex-wrap: wrap;
}

.signup-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.signup-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.signup-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: center;
}

.signup-h1 {
    color: #fff;
    font-weight: 500;
}

.signup-h2 {
    color: rgba(255, 255, 255, 0.699);
    font-weight: 400;
}

.signup-form-image {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.book {
    height: 100%;
    width: auto;
}

.signup-product {
    height: 450px;
}

.hmo-easy {
    height: 600px;
}

.compliance-book {
    margin-left: 25px;
    margin-right: 25px;
}

.signup-form {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    max-width: 500px;
}

#mc_embed_signup_scroll:nth-child(2) {
    margin-bottom: 100px;
}

#mc_embed_signup_scroll h2 {
    font-size: 45px !important;
    color: #001e42;
}

div.mc-field-group label {
    color: #001e42;
    font-size: 16px;
    font-weight: 600;
}

input.button {
    font-size: 20px !important;
    padding: 10px 20px !important;
    text-align: center !important;
    height: auto !important;
    background-color: #3a4ed3 !important;
}

input.button:hover {
    text-decoration: none;
    background-color: #2b388f !important;
    color: #fff;
}

.mc-field-group {
    padding: 2.5 !important;
}

.indicates-required {
    color: #001e42 !important;
    font-weight: 500;
}

.asterisk {
    color: #3a4ed3 !important;
}

.last-name {
    margin-bottom: 20px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* 3 STEP BAR */

.step-bar {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url("../../assets/img/bg/surface.jpg");
    background-position: center;
    background-size: cover;
}

.step-bar a {
    width: 25%;
    height: 85%;
    border-radius: 5px;
    background-color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-decoration: none;
    transition: 0.2s;
}

.step-bar a:hover {
    background-color: #3a4ed3;
    transform: scale(1.05);
}

.step-bar a:hover h1 {
    color: #fff;
}

.step-bar a:hover h3 {
    color: rgba(255, 255, 255, 0.8);
}

.step-bar a p {
    color: #a2a5c1;
}

.step-bar-title span {
    margin-left: 50px;
}

.step-bar-title {
    overflow: hidden;
    color: #3a4ed3;
    font-weight: 600;
}

.step-bar-title::after {
    content: "";
    display: block;
    height: 0.5em;
    width: 100%;
    margin-right: -100%;
    margin-top: 10px;
    border-top: 1px solid rgb(235, 229, 229);
}

/* IFRAME */

.iframe-container {
    position: relative;
    width: 100%;
    height: 6300px;
    overflow: hidden;
}

.iframe-container iframe {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    border: none;
}

/* Download Page */

.download-header {
    background-image: url(../img/bg/pure-series-desktop-wallpaper-blank.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
}

.top-bar {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.top-bar-logo {
    height: 80px;
    width: auto;
}

.step1-text {
    text-align: center;
    padding: 50px 150px;
}

.step1-text img {
    width: 100px;
    margin-bottom: 25px;
}

.step1-text h1 {
    font-size: 3.5em;
    text-transform: uppercase;
    color: #fff;
}

.step1-text p {
    font-size: 1.5em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.step1-text a {
    text-transform: uppercase;
    font-size: 2em;
}

.step1-book {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step1-book img {
    height: 550px;
    width: auto;
    margin-bottom: 50px;
}

.step2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.step2 h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 25px;
}

.step2 h1 span {
    font-size: 1.75em;
}

.step2 p {
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 50px;
}

.next-step-btn {
    padding: 5px 50px;
    background-image: linear-gradient(#eee133, #eeac33);
    border: 2px #eeac33 solid;
    text-transform: uppercase;
    font-size: 1.75em;
    color: rgb(28, 16, 97);
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    font-style: italic;
    transition: 0.2s;
    margin: 0 25px;
}

.next-step-btn:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: rgb(28, 16, 97);
}

.chevron-and-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes chevronBounce {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);

    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-15px);
    }
}

.fixed-chev {
    position: fixed;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4beb3dc4;
    transition: 0.2s;
}

.fixed-chev i {
    animation: chevronBounce 0.75s infinite alternate;
    font-size: 7em;
    text-shadow: 0 0 20px #000;
}

/* Management Agreement */

.management-agreement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

/* Signup Form */

.signup-form {
    padding: 25px;
    
}

.signup-form h1 {
    color: #001e42;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 3.5em;
}

.signup-form p {
    float: right;
    color: #001e42;
}

form input, label {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #001e42;
    font-weight: 500;
}

form input {
    color: #0d2542;
}

.submit-btn {
    background-color: #3a4ed3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    transition: 0.2s;
    width: fit-content;
}

.submit-btn:hover {
    background-color: #2b388f;
}


/* SALES LETTER */

.sales-letter p {
    font-size: 1.5em;
    color: rgb(35, 33, 36);
    text-align: left;
}

.sales-letter ul {
    font-size: 1.5em;
    color: rgb(35, 33, 36);
    text-align: left;
    margin-left: 50px;
}

.sales-letter ul li {
 margin-bottom: 10px;
}

.sales-letter h1 {
    text-transform: none;
    font-size: 4em;
    color: #3a4ed3;
    margin-bottom: 25px;
}

.sales-letter h3 {
    margin-bottom: 50px;
    font-size: 2em;
}

.sales-letter h4 {
    margin-bottom: 25px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 1.75em;
}

.sales-letter h2 {
    font-size: 2.5em;
    margin-bottom: 25px;
    margin-top: 50px;
}

.sales-letter ul {
    list-style: none;
}

.sales-letter ul li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 20px 0px 0px;
    color: #3a4ed3;
    font-size: 26px;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-left: 50px;
    color: rgb(35, 33, 36);
}
ol li::before {
    content: counter(my-awesome-counter) ".";
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 20px;
    line-height: 1;
    color: #3a4ed3;
}
  
.sales-letter article {
    border: 10px #3a4ed3 solid;
    /* padding: 15px; */
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

.sales-letter article h1 {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    width: 101%;
    background-color: #3a4ed3;
    padding: 10px 0px;
    margin-top: -4px;
    margin-left: -4px;
}

.sales-letter article p {
    color: rgb(35, 33, 36);
    padding: 0 25px;
}
  
.sales-letter article div {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.article-end {
    width: 101%;
    /* background-color: #fff !important; */
    /* margin-top: 25px; */
    margin-bottom: 0px !important;
    margin: 0px !important;
    padding-bottom: 20px;
    border-radius: 0 !important;
    /* border: 3px #3a4ed3 solid !important; */
}

.sales-letter h2 {
    /* padding: 25px 0px; */
    color: rgb(35, 33, 36);

    font-weight: 800;
    font-size: 4em;
    margin-bottom: 20px !important;
    /* text-decoration: line-through;
    text-decoration-color: #e4405f; */
}

.sales-letter article h3 {
    font-size: 2em;
    color: rgb(35, 33, 36);
    font-weight: 800;
    margin-bottom: 0px !important;
    font-style: italic;

}

.sales-button {
    font-size: 2.5em;
    display: inline-block;
    padding: 10px 15px;
    background-color: #3a4ed3;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: 0.1s;
    margin-top: 40px;
}

.sales-button:hover {
    background-color: #2b388f;
    color: #fff;
    text-decoration: none;
}

.sales-button span {
    background-color: #2b388f;
    padding: 13px 10px;
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sales-button span i {
    color: #fff;
    font-size: 1.5em !important;
}

.sales-button:hover span {
    background-color: #1f2863;
}

.photo-album {
    width: 90%;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    transform: rotate(-2deg);
}

/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
    .guaranteed-col {
        width: 100%;
    }
    .split-display {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1325px) {
    .calendar-container {
        height: 475px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .compliance-container {
        width: 300px;
    }
    .form-text {
        padding: 50px 100px;
    }
    .step-bar a h3 {
        font-size: 1.5em;
    }
    .step1-book img {
        height: 400px;
    }
    .step1-text a {
        font-size: 1.75em;
    }
}

@media only screen and (max-width: 1172px) {
    .compliance-book {
        margin-top: 100px;
        height: 400px;
    }
}

@media only screen and (max-width: 1117px) {
    .signup-form {
        margin-bottom: 50px;
    }
    .signup-h1 {
        font-size: 2em;
    }
    .signup-h2 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 1100px) {
    .contact-text {
        font-size: 18px !important;
    }
    .contact-icon {
        font-size: 80px !important;
    }
    .criteria-points {
        padding: 25px 50px;
    }
    .signup-message {
        font-size: 2em;
    }
    .hmo-easy {
        height: 550px;
    }
}

@media only screen and (max-width: 992px) {
    .min-height-550--lg {
        min-height: 550px;
    }
    .step-bar {
        flex-direction: column;
        height: 800px;
    }
    .step-bar a {
        width: 85%;
        height: 30%;
    }
}

@media only screen and (max-width: 992px) {
    .calendar-container {
        height: 500px !important;
    }
}

@media only screen and (max-width: 932px) {
    .calendar-container {
        height: 400px !important;
    }
    .landing-element {
        margin: 25px 0;
    }
    .training-bar {
        flex-direction: column;
        height: auto;
        padding: 50px 0px;
    }
    .text-and-link {
        text-align: center;
        margin-bottom: 25px;
    }
    .step1-text h1 {
        font-size: 2.5em;
    }
    .step1-text p {
        font-size: 1.25em;
    }
    .step1-text a {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 932px) and (min-height: 800px) {
    .hero-button-box {
        flex-direction: column;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 900px) {
    .scroll div {
        font-size: 2em;
    }
    .section {
        padding: 100px 50px;
    }
    .scroll div span {
        -webkit-text-stroke: 1.5px #000;
        color: transparent;
    }
    .contact-text {
        font-size: 14px !important;
    }
    .contact-icon {
        font-size: 60px !important;
    }
    .contact-container {
        flex-wrap: wrap;
    }
    .divider-message p {
        font-size: 14px !important;
    }
    .divider-icon {
        font-size: 20px !important;
    }
    .hidden {
        display: block;
    }
    .signup-header {
        padding: 50px 50px;
    }
}

@media only screen and (max-width: 768px) {
    .col-change-white {
        color: white !important;
        transition: 0.2s;
    }
    .contact-text {
        font-size: 20px !important;
    }
    .contact-icon {
        font-size: 80px !important;
    }
    .contact-type {
        width: 100%;
        margin-bottom: 50px;
    }
    .divider {
        flex-direction: column;
        align-items: center;
    }
    .divider-content {
        margin: 12.5px 0px;
        align-items: center;
        justify-content: center;
        height: 33%;
        width: 100%;
    }
    .divider-message {
        margin: 25px;
    }
    .form-text {
        padding: 50px 50px;
    }
    .signup-message {
        font-size: 1.5em;
    }
    .signup-btn {
        font-size: 1em;
    }
    .training-bar-title {
        font-size: 2.5em;
    }
    .training-bar-text {
        font-size: 1em;
    }
    .step1-text a {
        font-size: 1.25em;
    }
    .step1-text p {
        font-size: 1.1em;
    }
    .step1-text h1 {
        font-size: 1.75em;
    }
    .step1-book img {
        height: 300px;
    }
    .step1-text {
        padding: 50px 100px !important;
    }
    
}

@media only screen and (max-width: 650px) {
    .scroll div {
        font-size: 1.5em;
    }
    .scroll div span {
        -webkit-text-stroke: 1px #000;
        color: transparent;
    }
    .hero-button-box {
        flex-direction: column;
        justify-content: space-between;
    }
    .step1-text {
        padding: 50px 50px !important;
    }
    .compliance-splodge img {
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .min-height-550--lg {
        min-height: 360px;
    }
    .hello {
        font-size: 70px !important;
    }
    .question {
        font-size: 2.25em;
    }
    .hero-button-box {
        top: 85%;
        left: 50%;
        transform: translate(-50%, -85%);
    }
    .hello {
        font-size: 50px !important;
    }
    .question {
        font-size: 1.5em;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
    }
    .neon-button {
        font-size: 1.25em;
    }
    .landing-logo-small {
        top: 5%;
        left: 50%;
        transform: translate(-50%, -5%);
        width: 70px;
    }
    .nav-logo {
        width: 50px !important;
    }
    .standard-header {
        margin-top: 88.67px !important;
    }
    .image-header {
        margin-top: 91.98px;
    }
    
    .title-container-social h1 {
        font-size: 25px !important;
    }
    .title-container-social h3 {
        font-size: 16px !important;
    }
    .signup-bar {
        flex-direction: column;
        height: auto;
        padding: 25px 25px;
        justify-content: space-evenly;
        align-items: center;
    }
    .signup-message {
        padding-top: 0px;
        text-align: center;
    }
    .guaranteed-img {
        min-height: 400px;
    }
    #mc_embed_signup_scroll h2 {
        font-size: 30px !important;
    }
    .signup-product {
        height: 350px;
    }
}

@media only screen and (max-width: 550px) {
    .training-bar-title {
        font-size: 2em;
    }
    .training-bar-text {
        max-width: 300px;
        margin: 0 auto;
    }
    .training-book {
        height: 200px;
    }
    input.button {
        font-size: 14px !important;
    }
    .signup-header {
        padding: 50px 25px;
    }
    .step2 h1 span {
        font-size: 1.5em;
    }
    .step2 h1 {
        font-size: 1.75em;
    }
    .step2 p {
        font-size: 1.25em;
    }
    .step2 a {
        font-size: 1.5em;
        padding: 5px 20px;
    }
    .signup-form {
        min-width: 350px !important;
    }
}

@media only screen and (max-width: 500px) {
    .header-title h1 {
        font-size: 2em;
    }
    .header-title h3 {
        font-size: 1.25em;
    }
    .form-text {
        padding: 50px 25px;
    }
    .criteria-points {
        padding: 25px 10px;
    }
    .compliance-book {
        margin-top: 50px;
        height: 300px;
    }
}

@media only screen and (max-width: 450px) {
    .section {
        padding: 100px 25px;
    }
    .title-container-social h1 {
        font-size: 20px !important;
    }
    .title-container-social h3 {
        font-size: 14px !important;
    }
    .training-bar-title {
        font-size: 1.5em;
    }
    .rising-btn {
        font-size: 1.25em;
    }
    .step-bar a h1 {
        font-size: 2em;
    }
    .step-bar a h3 {
        font-size: 1.25em;
    }
    .hmo-easy {
        height: 350px;
    }
    .download-content {
        padding: 50px 0px !important;
    }
    .step1-text {
        padding: 50px 10px;
    }
    .signup-form h1 {
        font-size: 3em;
    }
    .submit-btn {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 375px) {
    .section {
        padding: 100px 10px;
    }
    .question {
        font-size: 1.25em;
    }
    .compliance-img {
        width: 200px;
        height: auto;
    }
    .compliance-title {
        font-size: 20px !important;
    }
    .signup-form {
        min-width: 300px !important;
    }
    .compliance-book {
        margin-top: 25px;
        height: 250px;
    }
}

@media only screen and (max-width: 346px) {
    .viewing-button {
        margin-bottom: 20px;
    }
    .step2 a {
        font-size: 1.25em;
    }
}

@media only screen and (max-height: 800px) {
    .question {
        font-size: 2.25em;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
    }
    .hero-button-box {
        top: 85%;
        left: 50%;
        transform: translate(-50%, -85%);
    }
    .neon-button {
        font-size: 1.25em;
    }
    .landing-logo-small {
        top: 5%;
        left: 50%;
        transform: translate(-50%, -5%);
        width: 70px;
    }
}

@media only screen and (max-height: 800px) {
    .question {
        font-size: 1.25em;
    }
}
