html, body {
    height: 100%;
}
body {
    margin: 0;
}

.flex {
    display: flex;
}

.ca-hero-container {
    max-width: 1440px;
    margin: 0 auto;
}

.ca-hero {
    max-width: 600px;
}

.align-center {
    justify-content: center;
}

.two-column-container {
    display: flex;
}

.two-column-one {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
}

.two-column-two {
    flex: 0 0 50%;
    order: 2;
}

.fullwidth {
    flex: 0 0 100%;
}

.hero-heading-container {
    flex: 0 0 75%;
    margin: 0 auto;
    order: 0;
}

.hero-padding {
    padding: 50px 100px 0;
}

.hero-heading-container h1 {
    font-size: 34px;
    color: #fff;
    text-shadow: 2px 2px #222;
    text-transform: uppercase;
}

.list-container span {
    display: block;
    margin: 1px 3px 0px 0px;
}

.list-container span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.square:before {
    /* background: rgb(22, 119, 158); */
    background: #d8d8d8;
    border: 2px rgb(128, 128, 128) solid;
}

.round:before {
    /* background: rgb(22, 119, 158); */
    background: rgb(22, 119, 158);
    border: 2px rgb(22, 119, 158) solid;
    border-radius: 15px;
}

.list-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-row {
    width: auto;
}

.list-item {
    padding: 20px;
}

.font-large {
    font-size: 22px;
}

.font-blue {
    color: #1f4c72;
    font-weight: bold;
}

.hero-content {
    color: #efefef;
}

.bg-gray {
    background-color: #d8d8d8;
}

.bg-lightblue {
    background-color: #c5f5ff;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: rgb(22, 119, 158);
}

.bg-hero-abstract {
    background: url('/wp-content/themes/hrs/images/landing-pages/header1-duotone-optimized.jpg');
    background-size: cover;
}

.bg-blue-abstract {
    background: url('/wp-content/themes/hrs/images/landing-pages/testimonial-bg.jpg');

}

.hero-logo {
    max-width: 360px;
}

.text-center {
    text-align: center;
}

.blue-button-container {
    margin-top: 40px;
}

.order-1 {
    order: 1;
}

.order-0 {
    order: 0;
}

.order-3 {
    order: 3;
}

.blue-button-container a {
    color: #fff !important;
}

.hrs-blue-button {
    padding: 10px 15px;
    background: #0084c9;
    border-radius: 15px;
    font-weight: bold;
    font-size: 26px;

}


.hrs-white-button {
    padding: 10px 15px;
    background: #fff;
    border-radius: 15px;
    font-weight: bold;
    font-size: 26px;
    color: #0084c9;
}

.hrs-blue-button  span.icon {
    background: url('/wp-content/themes/hrs/images/analysis-icon-w-40.png') no-repeat;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.hrs-white-button  span.icon {
    background: url('/wp-content/themes/hrs/images/analysis-icon-b-40.png') no-repeat;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.blue-button {
    padding: 10px 15px;
    background: rgb(22, 119, 158);
    border-radius: 15px;
}

.white-button {
    padding: 10px 15px;
    background: #fff;
    border-radius: 15px;
    color: rgb(0 84 117);
}

hr.blue {
    border: 2px solid rgb(22, 119, 158);
}

.blue-heading {
    color: #1f4c72;
}

.testimonials-section {
    padding: 0 40px;
}

.quote-heading {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 2px #222;
}

.quote-text {
    color: #fff;
    text-shadow: 1px 2px #222;
    text-align: center;
    font-size: 20px;
}

.negative-margin {
    margin-top: -40px;
    position: relative;
    z-index: -1;
}

.padded-box-40 {
    padding: 40px;
}

.padded-box-20 {
    padding: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-bottom {
    margin: 20px auto;
}

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

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-40 {
    margin-top: 40px;
}

.padded-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.testimonial-name {
    font-weight: bold;
}

.image-heading {
    display: flex;
    align-items: center;
}

.hrs-testimonials-image {
    width: 60px;
    height: 60px;
}

.image-heading span {
    margin-left: 20px;
}

.spacer {
    margin: 20px auto;
}

.footer-image-container {
    max-width: 360px;
    margin: 0 auto;
}

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

.ca-form-container {
    margin-top: 40px;
    padding: 20px 10px 20px 20px;
}

.ca-form-container .caldera-grid {
    width: 100%;
}

.bio_member_details-lp {
    border-radius: 15px;
}

.wpmtst-testimonial-inner .testimonial-name {
	font-size: 18px;
	margin-top: 15px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.wpmtst-testimonial-inner p, .testimonial-name, .two-column-one {
    font-size: 20px;
}

.hero-testimonial {
    max-width: 800px;
    background: #fff;
    color: #222;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.hero-testimonial p {
    font-size: 20px;
}

.container-testimonials {
    max-width: 1280px;
    margin: 0 auto;
}


@media all and (max-width: 1280px) {
    .ca-hero {
        max-width:500px;
    }
}

@media all and (max-width: 1399px) {
    .two-column-container {
        flex-direction: column;
    }

    .ca-button-js {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

/* @media all and (min-width: 1025px) {
    .ca-button-js {
        margin-left: 20px;
    }
} */

@media all and (max-width: 768px) {
    .two-column-container {
        flex-direction: column;
    }

    .hero-padding {
        padding: 10px 10px;
    }

    .hero-logo {
        max-width: 320px;
    }
    .blue-button-container {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .hero-heading-container {

        margin-top: 20px;
    }

    .hero-heading-container h1 {
        font-size: 22px;
    }
}

@media all and (max-width: 370px) {
    .hero-logo {
        max-width: 300px;
    }

    .blue-button {
        font-size: 12px;
    }

    .blue-button-container {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .footer-image-container {
        max-width: 300px;
    }
}

@media all and (min-width: 375px) {
    .two-column-container {
        flex-wrap: wrap;
    }
}

@media all and (min-width: 1024px) {
    .blue-button-container {
        margin-bottom: 50px;
    }

    .bg-blue-abstract {
        background-size: contain;
    }
    
}

@media all and (max-width: 425px) {
    .testimonial-heading { 
        font-size: 22px;
    }

    .font-large {
        font-size: 18px;
    }

    .mobile-center {
        text-align: center;
    }
    
    .testimonial-header {
        font-size: 18px;
    }

    .bg-blue-abstract {
        background-position: 40% 20%;
        background-size: cover;
    }

    .hero-heading-container h1 {
        text-transform: capitalize;
    }

    .hrs-blue-button {
        font-size: 20px;
    }

    .hero-button-treatment {
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }
    
    .padding-20-sides {
        padding: 0 20px;
    }

    .ca-hero {
        max-width: 300px;
    }

    .testimonials-section {
        padding: 0 10px;
    }

    .testimonials-section .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blue-button-container {
        margin-top: 20px;
    }

    .hrs-blue-button  span.icon {
        background: url('/wp-content/themes/hrs/images/analysis-icon-w-30.png') no-repeat;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

@media all and (min-width: 1400px) {
    .hero-button-treatment {
        margin-left: 20px;
    }
}
