/* CSS Document */

.site-inner .wrap {
    max-width: 100%;
}

.content .wrap {
    max-width: 1500px;
}

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

/* change to match site */
.title {
    display: block;
    font-family: "Rubik-Bold";
    color: #41427A;
    text-transform: uppercase;
}   

    .test-blue {
        display: block;
        color: #DBE8FF;
    }

/* change to match site */
.link {
    font-family: "Rubik-Bold";
    display: block;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 1px 1px 15px rgba(65, 66, 122, 0.15);
    border-radius: 50px;
    background: #DB363A;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    padding: 7px 33px;
}  

    .link:hover {
        background-color: #000;
        color: #fff;
    }

.it-text ol,
.it-text ul,
.text-area ol,
.text-area ul {
  margin-bottom: 28px;
}

.it-text ol > li,
.text-area ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}

.it-text ul > li,
.text-area ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.it-text ol ol,
.it-text ul ul,
.text-area ol ol,
.text-area ul ul {
  margin-bottom: 0;
}

/* Image and Text */

.image-text-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.it-image {
    width: 50%;
}

    .image-right {
        order: 1;
    }

.it-image img {
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.it-text {
    width: 47%;
}

.it-text ul {
    margin-left: 20px;
}

.it-text li {
    font-family: "Manrope-Bold";
    color: #41427A;
    letter-spacing: -0.18px; 
}

.it-text .title {
    margin: 0 0 20px;
}

.it-text p {
    font-family: "Manrope-Bold";
    color: #41427A;
    letter-spacing: -0.18px; 
}

    .it-text p:last-of-type {
        margin-bottom: 0px;
    }

.it-text h1,
.it-text h2,
.it-text h3,
.it-text h4,
.it-text h5 {
    font-family: "Rubik-Bold";
    color: #41427A;
    text-transform: uppercase;    
}

/* CTA */

.cta {
    background-color: #41427A;
}

.cta-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 41px 0;
}

.cta-title {
    text-transform: unset;
    color: #fff;
    font-size: 45px;
    width: 823px;
    margin: 0;
}

/* Textarea */

.text-area {
    background: #DBE8FF;
    padding: 50px 0;
}

.text-area p,
.text-area li,
.text-area a {
    font-family: "Manrope-Bold";
    color: #41427A;
    letter-spacing: -0.18px;     
}

    .text-area p:last-child {
        margin: 0;
    }

.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5 {
    font-family: "Rubik-Bold";
    color: #41427A;
    text-transform: uppercase;    
}

.page-id-193 .text-area:nth-child(6) {
    background: #fff;
}

.page-id-193 .text-area:nth-child(6) iframe {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.page-id-193 .text-area:nth-child(6) p {
    margin: 0;
}

.page-id-14 .text-area:nth-child(4)  ul {
    display: inline-flex;
    flex-direction: column;
    width: 30%;
}

/* Buckets */

.buckets  {
    background: #DBE8FF;
    padding: 50px 0;
}

.buckets-main-title {
    margin-bottom: 40px;
}

.bucket-items {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px 2%;
}

.bucket-con {
    flex: 1 0 32%;
}

.bucket-items img {
    margin: 0 auto 20px;
}

.bucket-title {
    color: #41427A;
    font-size: 30px;
    margin-bottom: 20px;
}

.bucket-items p,
.bucket-items li,
.bucket-items a {
    color: #41427A;
    font-size: 18px;
    line-height: 24px;
}

    .bucket-items p:last-of-type {
        margin: 0;
    }

    .bucket-items li {
        list-style-type: disc;
        margin-left: 40px;
    }

/* Testimonials */

.testimonials {
    padding: 40px 0;
}

.testimonials .title {
    text-transform: unset;
    font-size: 45px;
    margin: 0 0 45px;
}

.testimonials .wpmslider-viewport {
    /* overflow: unset !important; */
    height: 500px !important;
}

.testimonials .wpmtst-testimonial {
    border-radius: 15px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    height: 450px !important;
    margin: 15px;
}

.testimonials .wpmtst-testimonial-inner {
    width: 100% !important;
    /* box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16); */
    border-radius: 15px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    padding: 0 47px;
    align-content: center;
}

.testimonial-name,
.testimonial-company{
    margin: 0 0 28px;
}

.testimonials .testimonial-name {
    font-family: "Rubik-Bold";
    color: #41427A;
    font-size: 23px;
    margin-right: 12px;
}

.testimonials .testimonial-company {
    font-family: "Rubik-Medium";
    color: #DB363A;
    font-size: 16px;
}

.testimonials .testimonial-content {
    order: 1;
    width: 100%;
    flex-grow: 1;
}

.testimonials .testimonial-content img {
    /* position: absolute; */
    top: 20px;
}

.testimonials .readmore-excerpt,
.testimonials .readmore-content, .testimonials p {
    font-family: "Rubik-Medium";
    color: #41427A;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 28px;
}

    .testimonials .testimonial-content p:last-child {
        margin: 0;
    }

.testimonials  .readmore-toggle {
    font-family: "Rubik-Bold";
    color: #41427A;
    cursor: pointer;
    font-size: 23px;
    display: block;
    margin-top: 10px;
}

    .testimonials .readmore-toggle::after {
        content: "\f345";
        font-family: 'dashicons';
        position: relative;
        font-weight: 900;
        font-size: 16px;
        top: 2px;
    }

    .testimonials  .readmore-toggle:hover {
         color: #DB363A;
    }


.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    background: white;
    /* padding: 20px; */
    /* border-radius: 20px; */
    cursor: pointer;
}

.readmore-excerpt {
    font-family: "Manrope-Bold"!important;
    color: #41427A;
    cursor: pointer;
    /* font-size: 18px; */
}

.testimonial-name {
    font-family: "Rubik-Bold";
    color: #41427A;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.readmore-text {
    display: inline-block;
    font-family: "Rubik-Bold";
    margin: 10px 0px;
}

.testimonial-company {
    font-family: "Manrope-Bold"!important;
    color: #DB363A;
}
/* Responsive Design */

@media (max-width: 1650px) {
  
  .content .wrap {
    max-width: 1400px;
  }  
}

@media (max-width: 1550px) {
  
  .content .wrap {
    max-width: 1300px;
  }  

/* Testimonials */

    .testimonials .testimonial-name {
        font-size: 20px;
    }
    
    .testimonials .readmore-excerpt,
    .testimonials .readmore-content {
        font-size: 20px;
        line-height: 28px;
    }
    
    .testimonials  .readmore-toggle {
        font-size: 20px;
    }        
}

@media (max-width: 1440px) {
 
    .content .wrap {
        max-width: 1200px;
    }  

/* Buckets */
    
    .bucket-items {
        gap: 20px 1%;
    }
}
 
@media (max-width: 1350px) {

    .content .wrap {
        max-width: 1100px;
    }

    .link {
        font-size: 20px;
    }    

/* CTA */
    
    .cta-title {
        font-size: 37px;
        width: 674px;
    }      

/* Buckets */
    
    .bucket-items p, 
    .bucket-items li, 
    .bucket-items a {
        font-size: 16px;
    }    

/* Testimonials */

    .testimonials .title {
        font-size: 37px;
    }
    
    .testimonials .readmore-excerpt,
    .testimonials .readmore-content {
        font-size: 18px;
        line-height: 26px;
    }     
}

@media (max-width: 1250px) {

    .content .wrap {
        max-width: 1000px;
    }  

    .link {
        font-size: 18px;
        padding: 7px 33px;
    }     
}

@media (max-width: 1150px) {

    .content .wrap {
        max-width: 900px;
    }    
    
/* Image and Text */

    .image-text-flex {
        display: block;
    }
    
    .it-image {
        float: left;
        padding-right: 28px;
    }
    
        .image-right {
            float: right;
            padding-left: 28px;
            padding-right: 0;
        }
    
    .it-image img {
        height: 500px;
    }
    
    .it-text {
        width: 100%;
    }

/* Text Area */
    
    .page-id-193 .text-area:nth-child(6) iframe {
        width: 460px;
        height: 285px;
    }

/* CTA */
    
    .cta-title {
        font-size: 30px;
        width: 554px;
    }      

/* Buckets */
    
    .bucket-items img {
        margin: 0 auto 15px;
    }
    
    .bucket-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

/* Testimonials */
    
    .testimonial-name,
    .testimonial-company{margin: 0 0 18px;}
    
    .testimonials .testimonial-name {
        font-size: 18px;
    }
    
    .testimonials .readmore-excerpt,
    .testimonials .readmore-content {
        line-height: 24px;
        margin: 0 0 18px;
    }
    
    .testimonials  .readmore-toggle {
        font-size: 18px;
    }     
}

@media (max-width: 1024px) {
    
    .content .wrap {
        max-width: 90%;
    }     
    
/* Image and Text */
    
    .it-image {
        width: 100%;
        float: none !important; 
        padding: 0 !important;
        margin: 0 0 30px;
    }
    
        .image-right {
            order: 0;
        }

/* Text Area */
    
    .page-id-193 .text-area:nth-child(6) iframe {
        float: none;
        width: 100%;
        height: 485px;
        padding-left: 0px;
    }    
    
/* CTA */
    
    .cta-flex {
        text-align: center;
        flex-direction: column;
    }
    
    .cta-title {
        font-size: 37px;
        width: auto;
        margin: 0 0 15px;
    }    
    
/* Buckets */
    
    .bucket-items {      
        gap: 20px 3%;
    }

    .bucket-con {
        flex: 1 0 48%;
    }

/* Testimonials */

    .testimonials .title {
        font-size: 30px;
    }
    
    .testimonials .wpmtst-testimonial {
        height: 418px !important;
    }
    
    .testimonial-name,
    .testimonial-company{margin: 0 0 28px;}
    
    .testimonials .readmore-excerpt,
    .testimonials .readmore-content {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 28px;
    }    
}

@media (max-width: 768px) {

    .content .wrap {
        max-width: 85%;
    }     
    
/* Image and Text */
    
    .it-image img {
        height: 450px;
    }
    
    .it-text {
        text-align: center;
    }

/* CTA */   

        .test-blue {
            display: inline;
        }
    
/* Textarea */
    
    .text-area {
        text-align: center;
    }

        .page-id-193 .text-area:nth-child(6) iframe {
            height: 405px;
        }

.page-id-14 .text-area:nth-child(4)  ul {
    width: 100%;
}    
    
/* Buckets */

    .buckets {
        text-align: center;
    }
    
    .bucket-items {  
        gap: 30px 0;
    }

    .bucket-con {
        flex: 1 0 100%;
    }
    
    .bucket-items img {
        margin: 0 auto 20px;
    }
    
    .bucket-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .bucket-items p, 
    .bucket-items li, 
    .bucket-items a {
        font-size: 18px;
    }  

    .bucket-items li {
        list-style-position: inside;
        margin: 0;
    }

/* Testimonials */

    .testimonials {
        text-align: center;
    }
    
    .testimonials .wpmtst-testimonial {
        height: 378px !important;
    }
    
    .testimonials .wpmtst-testimonial-inner {
        text-align: center;
        justify-content: center;
    }	
}

@media (max-width: 660px) {

/* Image and Text */
    
    .it-image img {
        height: 400px;
    }   

/* Text Area */

        .page-id-193 .text-area:nth-child(6) iframe {
            height: 325px;
        }    
}

@media (max-width: 550px) {

/* Image and Text */

    .it-text p,
    .it-text li {
        font-size: 16px;
    }

/* Text Area */

        .page-id-193 .text-area:nth-child(6) iframe {
            height: 285px;
        }      

/* CTA */
    
    .cta-title {
        line-height: 36px;
    }  

/* Buckets */
    
    .bucket-items img {
        margin: 0 auto 15px;
    }
    
    .bucket-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .bucket-items p, 
    .bucket-items li, 
    .bucket-items a {
        font-size: 16px;
    }      

/* Tesimonials */
    
    .testimonial-name,
    .testimonial-company{margin: 0 0 18px;}
    
    .testimonials .readmore-excerpt,
    .testimonials .readmore-content {
        margin: 0 0 18px;
    }        
}

@media (max-width: 450px) {

    
/* Image and Text */
    
    .it-image img {
        height: 350px;
    }

        .page-id-193 .text-area:nth-child(6) iframe {
            height: 245px;
        } 
    
/* CTA */
    
    .cta-flex {
        padding: 31px 0;
    }
    
    .cta-title {
        line-height: 32px;
    }   

/* Testimonials */
    
    .testimonials .wpmtst-testimonial-inner {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 27px;
        align-content: center;
    }
    
    .testimonials .testimonial-name {
        margin: 0;
    }
    
    .testimonials .testimonial-content {
        flex-grow: 0;
    }         
}

@media (max-width: 350px) {

/* Image and Text */
    
    .it-image img {
        height: 300px;
    }

/* Text Area */

        .page-id-193 .text-area:nth-child(6) iframe {
            height: 205px;
        } 
    
/* CTA */
    
    .cta-title {
        line-height: 28px;
    }                          
}