﻿.phone-container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 813 / 975;
    display: flex;
    justify-content: center;
}

.phone-image-wrapper {
    z-index: 50;
}

.content-container {
    position: absolute;
    width: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.scrolling-content {
    position: relative;
    height: 1000px;
}

.scrolling-content img {
    width: 100%;
}

.interiorLogoBanner {
    background: #E7E9E9;
    padding: 50px 0px;
}

.top-row-background {
    background: linear-gradient(to right, rgba(66, 88, 145, 0.75) 0%, rgba(1, 55, 69, 0.75) 100%);
    padding: 30px 0px;
}

.contentBlockOne {
    padding: 150px 0px;
}

.reviewsWrapper {
    padding: 150px 0px;
}

.interiorBanner {
    padding: 190px 0px 50px;
}

.bottom-row-background {
    background: #0D2E3D;
    color: white;
    padding: 15px 0px;
}

img.logo {
    filter: grayscale(1) brightness(1);
    mix-blend-mode: multiply;
    transition: all .5s ease;
}

img.logo:hover {
    filter: grayscale(0) brightness(1);
    mix-blend-mode: multiply;
}

.reviewsWrapper p.title-eyebrow {
    color: #70BF44;
    font-weight: 600;
    margin-bottom: 0px;
}

.reviewsWrapper p.title-eyebrow,
.reviewsWrapper h2 {
    text-align: center;
}

.reviewsWrapper h2 {
    margin-top: 5px;
    margin-bottom: 70px;
    color: #444;
    font-weight: 700;
}

.top-row-background .row {
    display: flex;
    align-items: flex-end;
}

.top-row-background img {
    display: block;
    margin: auto;
}

.bottom-row-background .row {
    display: flex;
}

.bottom-row-background .row p {
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

.green-background {
    background: #70BF44;
    padding: 5px;
    border-radius: 7px;
    display: inline-flex;
    width: 45px;
    height: 45px;
    color: white;
    font-size: 25px;
    align-items: center;
    justify-content: center;
}

.list-wrapper {
    display: flex;
}

.list-wrapper .list-left {
    margin-right: 50px;
}

.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.list-item p {
    margin-bottom: 0px;
    margin-left: 15px;
}

.contentBlockOne .title-eyebrow {
    color: #70BF44;
    font-weight: 600;
    margin-bottom: 0px;
}

.contentBlockOne h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    color: #444;
    font-weight: 700;
}

.contentBlockOne h2 strong {
    color: #425891;
}

.custom-bullet-list {
    padding-top: 15px;
}

.text-wrapper p {
    padding-right: 12%;
}

.bullet-list-title {
    margin-bottom: 8px;
}

.bullet-list-title {
    margin-bottom: 30px;
}

p.blueButton-arrow a {
    background: #425891;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}

p.blueButton-arrow a {
    background: #425891;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
}

p.blueButton-arrow a:hover {
    background: #1B326D;
}

img.button-arrow {
    max-height: 27px;
    margin-left: 15px;
}

.contentBlockOne p.blueButton-arrow {
    margin-top: 50px;
}

.interiorLogoBanner .text-wrapper p {
    font-size: 26px;
    line-height: 37px;
}

.row.top-logo-row {
    border-bottom: 2px solid rgba(27, 27, 27, 0.10);
}

.row.top-logo-row > div,
.row.bottom-logo-row > div {
    border-right: 2px solid rgba(27, 27, 27, 0.10);
    padding: 10px 35px;
}

.row.top-logo-row > div:nth-last-of-type(1),
.row.bottom-logo-row > div:nth-last-of-type(1){
    border-right: none;
}

.row.top-logo-row > div {
    margin-bottom: -3px;
}

.interiorLogoBanner > .container > .row {
    display: flex;
    align-items: center;
}

.banner-image-wrapper {
    text-align: center;
}

p.featuredProject {
    font-size: 17px;
}

p.featuredProject a:hover {
    text-decoration: none;
    color: #70BF44;
}

.interiorBanner .banner-text p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}

.interiorBanner .banner-text p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.interiorBanner .banner-text p strong {
    color: #70BF44;
    font-weight: 700;
}

.interiorBanner .banner-text h1,
.interiorBanner .banner-text h1 strong {
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
}

.interiorBanner .banner-text h1 {
    margin-top: -50px;
}

.interiorBanner .container .row {
    display: flex;
    align-items: center;
}

/*5 columns*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* Media Queries */

@media (min-width: 1367px) and (max-width: 1500px) {

}

@media (min-width: 1200px) and (max-width: 1366px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {

}
