/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.typography-plan-subhead {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .0002em;
}
@media only screen and (max-width: 1068px) {
    .typography-plan-subhead {
        font-size: 21px;
        line-height: 1.9048;
        font-weight: 700;
        letter-spacing: .00009em;
    }
}
@media only screen and (max-width: 734px) {
    .typography-plan-subhead {
        font-size: 28px;
        line-height: 1.42861;
        font-weight: 700;
        letter-spacing: -.006em;
    }
}


.section-plans .plan-tile .plan-top-section {
    min-height: 210px;
}
@media only screen and (max-width: 1068px) {
    .section-plans .plan-tile .plan-top-section {
		min-height: 220px;
	}
}
@media only screen and (max-width: 734px) {
    .section-plans .plan-tile .plan-top-section {
        min-height: unset;
    }
}


.section-plans .plan-tile .typography-plan-copy .control {
	min-height: 84px;
}
@media only screen and (max-width: 1068px) {
    .section-plans .plan-tile .typography-plan-copy .control {
		min-height: 80px;
	}
}
@media only screen and (max-width: 734px) {
    .section-plans .plan-tile .typography-plan-copy .control {
		min-height: unset;
	}
}


.section-plans .plan-tile {
    min-height: 560px;
}
@media only screen and (max-width: 1068px) {
    .section-plans .plan-tile {
        min-height: 545px;
    }
}
@media only screen and (max-width: 734px) {
    .section-plans .plan-tile {
        min-height: auto;
    }
}

.section-plans .plans-tiles .back-face .logo-container {
	flex-direction:column;
	align-items:flex-start;
}

.section-plans .plans-tiles .back-face .service-item {
	align-items:baseline;
}

.section-plans .plans-tiles .back-face .violator {
	margin-top:7px;
	margin-left:0px;
}

#ac-localnav .ac-ln-action {
    margin-left: 0;
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
    .marquee-cta {
        font-size: 9px;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
