/* Utility Containers */
.rob-plugin .vm-container-1280{max-width:1280px;margin:0 auto;}
.rob-plugin .vm-container-900{max-width:900px;margin:0 auto;}

/* Padding helpers */
.pt0{padding-top:0px;}
.pt60{padding-top:60px;}
.pt120{padding-top:120px;}
.pb0{padding-bottom:0px;}
.pb60{padding-bottom:60px;}
.pb120{padding-bottom:120px;}
.plr30{
    padding-left:30px;
    padding-right:30px;
}

.rob-plugin .flex {
    display: flex;
    gap:30px;
}

/* Background Colors */
.btn-wrapper{
    margin-top: 30px;
}

/* Typography */
.rob-plugin h1, .rob-plugin h2, .rob-plugin h3, .rob-plugin h4{font-family:'Merriweather',serif;font-weight:700;color:#21283B;margin:0 0 18px;}
.rob-plugin h2{font-size:50px;line-height:1.2;}
.rob-plugin h3{font-size:34px;}
.rob-plugin h4{font-size:24px;}
.rob-plugin body, .rob-plugin .body-copy p{font-family:'Open Sans',sans-serif;font-size:18px;line-height:1.6;color:#21283B;}
.bg-white {
    background-color: #fff;
}

.bg-navy {
    background-color: #21283B;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-navy, .text-navy p{
    color: #21283B !important;
}

.text-white , .text-white p{
    color: #fff !important;
}
.rob-plugin .body-copy ul{
    font-size:18px;
    margin-left:20px;
}
.rob-plugin .body-copy p, .accordion-content p{
    margin-bottom:10px;
}
.rob-plugin .body-copy p:last-child, .accordion-content p:last-child{
    margin-bottom:0px;
}
.rob-plugin .body-copy p + ul, .accordion-content p + ul{
    margin-top:10px;
}
.title-underline {
    max-width: 200px;
    height: 10px;
    background-color: #842122;
    margin-top: 10px;
    margin-bottom: 30px;
}
.center-underline{
    margin: 0 auto;
    margin-bottom:30px;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}

/* Links */
.rob-plugin  a{color:#842122;text-decoration:underline;}

/* Bullets */
.rob-plugin  ul{list-style:none;padding-left:1.2em;}
.rob-plugin  ul li{position:relative;margin-bottom:0.5em;}
.rob-plugin ul li:before{content:'';position:absolute;left:-1.2em;top:0.55em;width:0.6em;height:0.6em;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" fill="%23842122"><circle cx="5" cy="5" r="5"/></svg>') no-repeat center/contain;}

/* Buttons */
.rob-plugin .btn{display:inline-block;padding:12px 28px;border:none;font-family:'Open Sans',sans-serif;font-weight:600;font-size:18px;text-decoration:none;text-align:center;}
.rob-plugin .btn-red, .rob-plugin .ul-red{background:#842122;color:#fff;}
.rob-plugin .btn-yellow, .rob-plugin .ul-yellow{background:#DFC66A;color:#21283B;}
.rob-plugin .btn-outline{background:#fff;border:2px solid #21283B;color:#21283B;}
.rob-plugin .btn-yellow:hover{background:#842122;color:white}
.rob-plugin .btn-red:hover, .rob-plugin .btn-outline:hover{background:#DFC66A;color:#21283B;}
#gform_submit_button_1:hover, #gform_submit_button_7:hover{background:#842122;color:white;}
.rob-plugin.homepage-hero .below-form a:hover{background:#DFC66A;color:#21283B;}

/* Overlay */
.rob-plugin .vm-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#21283B;mix-blend-mode:hard-light;opacity:0.8;margin-bottom: 60px;}
.rob-plugin section{position:relative;overflow:hidden;}



/* Narrow Column */
.split-list .body-copy, .split-list h2, .split-list p, .split-list h3{
    color:white !important;
}
.narrow-column.has-bg-image {
    position: relative;
    overflow: hidden;
}
.narrow-column.has-bg-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background:#21283B;
    mix-blend-mode:hard-light;
    opacity:0.8;
    z-index: 1;
}
.narrow-column.has-bg-image > .vm-container-900 {
    position: relative;
    z-index: 2;
}
.narrow-column .body-copy ul{
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.bottom-copy{
    font-size:18px;
    margin-top:20px !important;
}


/* Title wrapper */
.rob-plugin .title-wrapper{text-align:center;margin-bottom:30px;}

/* Accordion */
.rob-plugin .vm-accordion .accordion-item{background:#21283B;color:#fff;margin-bottom:10px;}
.rob-plugin .vm-accordion .accordion-label{display:flex;justify-content:space-between;align-items:center;padding: 18px 30px;cursor:pointer;color:#FFF;font-size:22px;margin-bottom:0;}
.rob-plugin .vm-accordion .accordion-item.active .accordion-label{background:#842122;}
.rob-plugin .vm-accordion .accordion-content{display:none;padding: 30px;}
.rob-plugin .vm-accordion .accordion-content a{
    margin-top: 10px;
    display: inline-block;
    color: #DFC66A;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.rob-plugin .media-content{
    align-self: center;
}

/* Media Card */
.rob-plugin .side{
    flex:1 1 300px;
}
.rob-plugin.media-card .btn, .rob-plugin.current-offers .btn{
    margin-top:30px;
}

/* Review */
.review-summary {
	flex: 0 0 32%;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
	height:100%;
}
.summary-top {
	padding-top: 60%;
	background-size: cover;
	background-position: center;
}
.summary-count {
	background: #21283B;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight:500;
	font-size: 31px;
	color:white;
}
.summary-count .stars {
	letter-spacing: 4px;
	font-size: 24px;
}

.summary-profiles {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
    display: flex;
}
.summary-profiles .profile,
.summary-profiles .plus {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 700;
}
.summary-profiles .profile {
	border: 1px solid #fff;
	overflow: hidden;
}
.summary-profiles .plus {
	background: #1A2A41;
	color: #fff;
}


.review-slider {
	position: relative;
	padding: 60px;
	overflow: hidden;
	background:#842122;
	display: flex;
    align-items: center;
}
.review-slide .stars {
	color: #DFC66A;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 10px;
}
.review-slide .review-text {
	font-size: 1.05rem;
	line-height: 1.55;
	margin-bottom: 30px;
	color:#FFF;
}

.reviews-section .container{
    width:100%;
}
.reviews-section .vm-container-1280{
    width:100%;
}
.review-footer {
	display: flex;
	align-items: center;
	gap: 12px;
}
.reviewer-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.circle-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #1A2A41;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.reviewer-name{
    color:white;
    font-size:20px;
}


/* Services Slider */
.rob-plugin .service-card{background:#842122;color:#fff;width:300px;border-radius:4px;padding:30px;text-decoration:none;}
.rob-plugin .service-card.active{background:#21283B;width:420px;}


/* Offers */
.rob-plugin .offers-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;}
.rob-plugin .offer-item img{width:100%;height:auto;border-radius:4px;}
.rob-plugin .offer-item{flex-basis: calc(50% - 15px);}

/* List Split */
.rob-plugin .list-item{display:flex;align-items:center;margin-bottom:14px;gap:10px}
.rob-plugin .list-item .icon{
    background: #842122;
    padding: 6px;
    margin-right: 10px;
    height: 100%;
    width: 100%;
    max-width: 74px;
    max-height: 74px;
}
.split-list .list-item h3 {
    margin: 0;
    font-size:28px;
}

/* Hero */
.rob-plugin.homepage-hero{background-size:cover;background-position:center;color:#fff;}
.rob-plugin.homepage-hero .hero-inner{display:flex;flex-wrap:wrap;gap:0px;position:relative;z-index:0;}
.rob-plugin.homepage-hero .hero-inner .side{
    flex:11 1 0; 
    margin-bottom: -60px; 
    position:relative;
}
.rob-plugin.homepage-hero .form-title{
    color: #DCC578;
    font-family: Lora;
    font-size: 32px;
    font-weight: 600;
    margin-bottom:20px;
}
.rob-plugin.homepage-hero .hero-title{font-size:74px; font-weight:700; color:white;line-height:1.1em;}
.rob-plugin.homepage-hero .hero-body{font-size:22px; font-weight:500; color:#DFC66A;}
.rob-plugin.homepage-hero .hero-form{
    flex:1;
    min-width:300px;
    padding:30px;
    padding-top:0;
    border-radius:4px;
    color:#DFC66A;
    flex:9 1 0 !important;
}
.rob-plugin.homepage-hero .testimonial-box{
    margin-top:60px;
}
.rob-plugin.homepage-hero .testimonial-text{
    margin-top:10px;
    margin-bottom:20px;
}
.rob-plugin.homepage-hero .stars{
    gap:4px;
}
.rob-plugin.homepage-hero .stars .star{
    width:27px;
}
.rob-plugin.homepage-hero .testimonial-box{
    background:#842122;
    color:white;
    padding:30px;
    font-size:16px;
}
.review-text{
    margin-top:10px;
}
.testimonial-name{
    font-size:20px;
    margin-top:10px;
    font-weight:700;
}
.rob-plugin.homepage-hero .below-form{
    background: #22283A;
    padding-left:40px;
    display:flex;
    justify-content:space-between;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    max-width: 450px;
}
.rob-plugin.homepage-hero .below-form span{
    padding:14px 0;
    color:white;
    font-family: 'Merriweather', serif;
}
.rob-plugin.homepage-hero .below-form a{
    background: #842122;
    color: #DFC66A;
    font-family: 'Merriweather', serif;
    align-self: center;
    height: 100%;
    padding: 14px 14px;
    text-decoration:none;
}
.white-offset{
    height:120px;
    background:white;
}



/* Service Card base style */
.rob-plugin .service-card {
	display: flex;
}

.rob-plugin .service-card.active .service-wrap{
    color: white !important;
    width:60%;
}

.rob-plugin .service-card.active .icon{
    width: 100%;
    max-width: 110px;
}
.rob-plugin .service-card .icon{
    align-self: center;
    justify-self:center;
}

.rob-plugin .service-card .card-copy{
    display:none;
}
.accordion-cards {
	display: flex;
	gap: 30px;
}

.service-card {
	flex: 1 1 25%;
	text-decoration: none;
}

.service-card.active {
	flex: 1 1 33.33%;
	z-index: 1;
}

.service-card.active .card-inner{
    gap:30px;
}

.accordion-cards .service-card:not(.active) {
	flex: 1 1 calc((100% - 33.33% - 90px) / 3);
}

/* Active slide */
.rob-plugin .service-card.active{
	width: 620px;
	background-color: #1A2A41;
}

.rob-plugin .service-card.active .card-copy{
    display:inline-block;
}

/* Inside the card */
.rob-plugin .card-inner {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.rob-plugin .service-card .icon img {
	width: 110px;
	height: auto;
	margin-bottom: 10px;
}

.rob-plugin .service-card h3 {
	font-size: 20px;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}

/* Hidden content */
.rob-plugin .service-card .body-copy,
.rob-plugin .service-card .link {
	display: none;
}

/* Reveal on active */
.rob-plugin .service-card.active .body-copy,
.rob-plugin .service-card.active .link {
	display: block;
	margin-top: 15px;
	color: #fff;
	text-align: left;
	width: 100%;
}

/* Link style */
.rob-plugin .service-card .link {
	text-decoration: underline;
	color: #DFC66A;
	font-weight: 600;
	font-size: 16px;
}

.rob-plugin.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    color: white; /* optional default text color */
}

.rob-plugin.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #21283B;
    mix-blend-mode: hard-light;
    opacity: 0.8;
    z-index: 2;
    pointer-events: none;
}

.rob-plugin.page-hero > * {
    position: relative;
    z-index: 3;
}

.page-hero h2, .page-hero .hero-body{
    color:white;
}
.page-hero .hero-form .form-title {
    text-align: center;
    font-size: 32px;
    font-family: merriweather;
    color: #DCC578;
    margin-bottom: 20px;
}

.page-hero .hero-form{
    background:#21283B;
    padding:60px;
    margin-bottom:-120px;
    position:relative;
    z-index:3;
}

.page-hero .hero-form input.gform_button {
    margin: 0 auto !important;
    background: #DCC578 !important;
    color: #21283B !important;
    border-radius:0 !important;
}
.page-hero .hero-subtitle{
    font-family: Lato, sans-serif;
    color: #DCC578;
    font-size:22px;
    font-weight:500;
}
.page-hero .gform_required_legend{
    display:none;
}
.service-card.active .card-inner > div:first-child {
    width: 40%;
}


/* Media Queries */
@media(max-width:1330px){
    .rob-plugin.homepage-hero .hero-inner{
        padding-left:30px;
        padding-right:30px;
    }
}
@media(max-width:1100px){
    .accordion-cards{
        flex-wrap:wrap;
    }
    .service-card{
        flex: auto;
        width: 100%;
        max-width: calc(50% - 15px);
    }
    .accordion-cards .service-card:not(.active){
        flex: auto;
        width: 100%;
        max-width: calc(50% - 15px);
    }
    .rob-plugin.homepage-hero .hero-title{
        font-size:52px;
    }
}
@media(max-width:767px){
  .rob-plugin .media-flex{flex-direction:column !important;}
  .rob-plugin .review-summary{flex-basis:100%;}
  .rob-plugin .service-card.active{width:300px;}
  .rob-plugin .service-card {
    	width: 200px !important;
    }
    .rob-plugin .offers-grid{
        flex-direction:column;
    }
    .rob-plugin h2 {
        font-size: 38px;
    }
    .accordion-cards {
		flex-direction: column;
	}

	.service-card,
	.service-card.active,
	.accordion-cards .service-card:not(.active) {
        flex: auto;
        width: 100% !important;
        max-width: 100% !important;
	}
	.reviews-section__wrapper .flex-row {
		flex-direction: column;
	}
		.advanced-accordion .media-img,
	.advanced-accordion .media-content {
		flex: 1 1 100%;
	}

	.advanced-accordion.media-card .flex {
		flex-direction: column !important;
	}
	.media-img picture{
	    justify-content: center;
        display: flex;
	}
	.duel-column .columns{
	    flex-direction:column;
	}
	.duel-column .side{
        flex: auto;
	}
	.rob-plugin .card-inner {
	    flex-direction:column;
	}
	.rob-plugin.homepage-hero .hero-inner{
	    flex-direction:column;
	}
	
    .rob-plugin.homepage-hero .hero-inner .side{
        margin-bottom:30px;
    }
    .rob-plugin.homepage-hero .below-form {
            bottom: -30px;
        width: 100%;
        max-width: 100%;
    }
    .rob-plugin.homepage-hero .form-title {
        text-align: center;
        line-height: 1.2em;
    }
    .pt0{padding-top:0px;}
.pt60{padding-top:45px;}
.pt120{padding-top:90px;}
.pb0{padding-bottom:0px;}
.pb60{padding-bottom:45px;}
.pb120{padding-bottom:90px;}
}