.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row {
	display: inline-block;
	margin: 0 0 36px 0;
	box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0,0,0,0.16);
	padding: 24px;
}

.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_image { 
	width: 23.5%;
    float: left;
}

.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_image img, .image-columns .image-col img { 
	width: 100%;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}

.content_landing_main_container #primary {
	width: calc(76.5% - 20px);
    float: left;
}
.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph {
	width: calc(76.5% - 20px);
    padding: 0 0 0 20px;
    float: left;
}

.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h2 {
	font-size: 24px;
	padding: 0 0 12px 0;
}
.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h3 {
	font-size: 18px;
	border: none;
	line-height: 1.2;
}
.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h4 {
	font-size: 16px;
}

.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h2 a {
	color: #E21224;
	font-weight: 700;
	font-size: inherit;
}
.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h2 a:hover, .content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h2 a:focus {
	color: #7F181B;
	text-decoration: underline;
}
.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph h2 a:focus-visible {
	outline: 1px solid #005ea2;
	outline-offset: 1px;
	border-radius: 2px;
}
.content_landing_main_container .content_landing_right_nav .folder-content-list li p {
	font-size: 14px;
	margin-bottom: 12px;
}
.content_landing_main_container .content_landing_right_nav .folder-content-list li ul li {
	font-size: 14px;
	line-height: 22px;
}
.content_landing_main_container .content_landing_right_nav .folder-content-list ul li a, .content_landing_main_container .content_landing_right_nav .folder-content-list li p a {
	color: #E21224;
	font-weight: 700;
	font-size: inherit !important;
}
.content_landing_main_container .content_landing_right_nav .folder-content-list ul li a:hover, .content_landing_main_container .content_landing_right_nav .folder-content-list ul li a:focus, .content_landing_main_container .content_landing_right_nav .folder-content-list li p a:hover, .content_landing_main_container .content_landing_right_nav .folder-content-list li p a:focus {
	color: #7F181B;
	text-decoration: underline;
}
.content_landing_main_container .content_landing_right_nav .folder-content-list ul li a:focus-visible, .content_landing_main_container .content_landing_right_nav .folder-content-list li p a:focus-visible {
	outline: 1px solid #005ea2;
	outline-offset: 1px;
	border-radius: 2px;
}
.content_landing_main_container .content_landing_right_nav .learn-more-module {
	background: transparent url(../images/bottom-callout-header.jpg) no-repeat scroll 100% 50%;
	display: inline-block;
	margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_image { 
		width: 100%;	
	}
	.content_landing_main_container .content_landing_right_nav .local_landing_each_content_row .local_landing_each_content_paragraph {
		width: 100%;
		padding: 20px 0 0 0;
	}
}
p.intro {
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.local_landing_each_content_paragraph a {
	color: #E21224;
	font-size: inherit;
	font-weight: 700;
}
.local_landing_each_content_paragraph a:hover, .local_landing_each_content_paragraph a:focus {
	color: #7F181B;
	text-decoration: underline;
}
.local_landing_each_content_paragraph a:focus-visible {
	outline: 1px solid #005ea2;
	outline-offset: 1px;
	border-radius: 2px;
}
.local_landing_flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.local_landing_flexbox_item {
	width: 30%;
	padding: 0 12px 0 0;
}
.content_landing_main_container .find-a-class-module .find-a-class .class-hero {
	width: 65%;
}
/* r26 UX Styles */
.page-contents h4 { font-size: 16px !important; }
.page-contents h4 a {
	color: #E21224;
	font-weight: 700;
	font-size: inherit;
}
.page-contents h4 a:hover, .page-contents h4 a:focus {
	color: #7F181B;
	text-decoration: underline;
}
.page-contents h4 a:focus-visible {
	outline: 1px solid #005ea2;
	outline-offset: 1px;
	border-radius: 2px;
}

.page-contents p,
.page-contents li {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #333333 !important;
}

.page-contents ul,
.page-contents ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.page-contents ul {
    padding: 1em 0 0 1.5em;
}

.page-contents ol li {
    list-style: decimal !important;
}

.page-contents ol li p {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #333333 !important;
    font-weight: 400 !important;
}

.page-contents ul li {
    margin-bottom: .5em !important;
}

.image-columns {
    display: flex;
    flex-wrap: wrap;
}

.image-columns .image-col,
.image-columns .image-content {
    width: 100%;
    padding: 0 15px;
}

.image-columns {
    padding: 1em 0;
}
.image-content h3 {
	font-size: 18px !important;
	border-bottom: none !important;
	padding: 10px 0 0 !important;
}
@media (min-width: 768px) {
    .image-columns .image-col {
        width: 35%;
        padding: 0;
    }

    .image-columns .image-content {
        width: 55%;
        padding-left: 4%;
        padding-right: 1%;
    }

    .page-contents .image-columns .image-content ol {
        margin-top: 0 !important;
    }
}
/* FAQ Styles */
.faq-item h2 {
	font-weight:700;
	font-size: 20px;
	line-height: 24px;
}
.faq-item h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    border: none !important;
    color: #333333 !important;
    font-weight: 400 !important;
}
.faq-item p a {
    font-size: 16px !important;
    line-height: 22px !important;
	font-weight: bold !important;
}
.faq-title {
	display: flex;
	align-items: center;
	padding: 0.5em 1.5em; 
}
.faq-title h3 {
	margin-bottom: 0 !important;
	max-width: 95%;
}
.faq-title span.fa {
	font-size: 22px !important;
	cursor: pointer;
	transition: all .25s ease-in-out;
    transform: rotate(0deg); /* Corrected from deg0 */
	margin-left: auto;
	display: block;
}
.active span.fa {
    transform: rotate(180deg); /* Corrected from deg90 */
    color: #0077cc; /* Optional: adds a visual cue */
}
.faq-item {
	border: none;
	margin: 1rem 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.25rem;
}
.faq-content {
	padding: 0 1.5em 2em;
}
.faq-content {
	display: none;
}
.faq-content ol li, ol.list-decimal li {
	list-style-type: auto !important;
    list-style: decimal;
	font-family: Muli, sans-serif;
	font-size:16px !important;
	line-height:22px;
	margin-left: 20px !important;
	padding:0 0 10px 10px !important;
}
.faq-title {
	cursor: pointer;
}
.faqs-list {
	padding: 0 0 2em 0;
}
.faq-content ul {
	padding: 0 0 0 1.5em;
}
.faq-content ul.list-disc {
	margin: 0 0 0 0 !important;
}
.faq-content ul.list-disc li {
	list-style-type: disc !important;
	padding-bottom: 0 !important;
}
.faq-content ol li ul {
	margin: 0 !important;
	padding-bottom: 0;
}

.faq-content ul li, .faq-content ol li ul li {
	list-style-type: disc !important;
}
.faq-content ul li a, .faq-content ol li a {
	font-size: inherit !important;
	font-weight: bold;
	color: #E21224;
}
.faq-content ul li a:hover, .faq-content ul li a:focus, .faq-content ol li a:hover, .faq-content ol li a:focus {
	color: #7F181B;
	text-decoration: underline;
}
.faq-content ul li a:focus-visible, .faq-content ol li a:focus-visible {
	outline: 1px solid #005ea2;
	outline-offset: 1px;
	border-radius: 2px;
}
.faqs-list .faq-title h3 {
	font-weight: bold !important;
	padding: 10px 0;
}
.faq-content h4 {
	font-size: 16px !important;
	line-height: 22px;
	font-weight: 500 !important;
	padding: 0 0 12px 0 !important;
}
@media screen and (max-width: 767px) {
	.faqs-list {
		padding: 0 2px 1em;
	}
}
/* Local Common Elements */
.fac-tool-feature-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.fac-tool-feature-overlay .find-a-class-module {padding-top: 36px;}
.content_landing_main_container .fac-tool-feature-overlay .find-a-class-module .find-a-class .class-hero .class-search.cat-search-module span.find-icon {
	background-position: -185px -4px;
}
.content_landing_main_container .fac-tool-feature-overlay .find-a-class-module .find-a-class .class-hero .class-search.cat-search-module label {
	color: #fff;
}
@media only screen and (max-width:767px) {
	.content_landing_main_container #primary {
		width: 100%;
	}
	.fac-tool-feature-overlay {
		padding: 24px 0;
	}
	.content_landing_main_container .fac-tool-feature-overlay .find-a-class-module .find-a-class .class-hero .class-search.cat-search-module span.find-icon {
		margin-left: 12px;
	}
}
/* Local CPR Pages */
.fac-tool-feature-cpr {
	background-image:url('../images/cpr/CPR-Desktop.jpg?$staticlink$');
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	height: 200px;
	margin: 0 0 24px 0;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px) {
	.fac-tool-feature-cpr {
		background-image:url('../images/cpr/CPR-Mobile.jpg?$staticlink$');
		background-position: center bottom;
		height: 125px;
		margin: 0;
	}
}
/* Local First Aid Pages */
.fac-tool-feature-first-aid {
	background-image:url('../images/hero/First-Aid-Desktop.jpg?$staticlink$');
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	height: 200px;
	margin: 0 0 24px 0;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px) {
	.fac-tool-feature-first-aid {
		background-image:url('../images/hero/First-Aid-Mobile.jpg?$staticlink$');
		height: 125px;
		margin: 0;
	}
}
/* Local BLS Pages */
.fac-tool-feature-bls {
	background-image:url('../images/bls/BLS-Desktop.jpg?$staticlink$');
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	height: 200px;
	margin: 0 0 24px 0;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px) {
	.fac-tool-feature-bls {
		background-image:url('../images/bls/BLS-Mobile.jpg?$staticlink$');
		height: 125px;
		margin: 0;
	}
}
/* Local AED Pages */
.fac-tool-feature-aed {
	background-image:url('../images/aed/AED-Banner-Desktop.jpg?$staticlink$');
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	height: 200px;
	margin: 0 0 24px 0;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px) {
	.fac-tool-feature-aed {
		background-image:url('../images/aed/AED-Banner-Mobile.jpg?$staticlink$');
		background-position: center bottom;
		height: 125px;
		margin: 0;
	}
}
/* Local Babysitting Pages */
.fac-tool-feature-babysitting {
	background-image:url('../images/babysitting/Babysitting-Desktop-r25.jpg?$staticlink$');
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	height: 200px;
	margin: 0 0 24px 0;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px) {
	.fac-tool-feature-babysitting {
		background-image:url('../images/babysitting/Babysitting-Mobile-r25.jpg?$staticlink$');
		height: 125px;
		margin: 0;
	}
}
/* Local Lifeguarding Pages */
.fac-tool-feature-lifeguarding {
	background-image:url('../images/Lifeguarding%20%26%20Water%20Safety/Lifeguarding-Desktop.jpg?$staticlink$');
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	height: 200px;
	margin: 0 0 24px 0;
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px) {
	.fac-tool-feature-lifeguarding {
		background-image:url('../images/Lifeguarding%20%26%20Water%20Safety/Lifeguarding-Mobile.jpg?$staticlink$');
		height: 125px;
		margin: 0;
	}
}