/* Campaign Page Template */

body.page-template-campaign-page #site-content
{
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
}

body.page-template-campaign-page .the_content a:not(.btn)
{
	color:#313131;
	border-bottom: 1px solid #313131;
}

body.page-template-campaign-page .the_content a:not(.btn):hover, body.page-template-campaign-page .the_content a:not(.btn):focus
{
	border-bottom:none;
}

.page-template-campaign-page h1
{
font-size: 2.5rem;
}

.page-template-campaign-page h1, .page-template-campaign-page .banner
{
	font-family: "Signika", sans-serif;
	color:#313131;
}

.page-template-campaign-page .banner p.banner-lead
{
	font-size:20px;
	font-weight: 400;
}

.page-template-campaign-page .banner p.banner-secondary
{
	font-size:14px;
	font-family: "Work Sans", sans-serif;
}

.page-template-campaign-page p.section-lead
{
	font-size: 1.25rem;
	font-family: "Signika", sans-serif;
	color:#1D7A85;
}

.page-template-campaign-page .the_content h2 
{
	font-size: 2rem;
	color:#313131;
	font-family: "Signika", sans-serif;
	
}
.page-template-campaign-page .the_content h3
{
	font-size: 28px;
	color:#313131;
	font-family: "Signika", sans-serif;
}

.page-template-campaign-page .the_content h4
{
	font-size: 20px;
	color:#313131;
	font-family: "Signika", sans-serif;
}

.page-template-campaign-page .on-this-page ol {
    border-left: 3px solid #1D7A85;
    list-style: none;
	color:#313131;
	padding-left: 15px;
}
.page-template-campaign-page .on-this-page ol li {
    margin-bottom: 15px;
}

.page-template-campaign-page .the_content .on-this-page ol li a
{
	display: inline-block;
	border-bottom: none;
	text-decoration: underline;
	text-decoration-color: #313131;
	text-underline-offset: 4px;
}

.page-template-campaign-page .on-this-page ol li a:focus
{
	outline: 2px solid #d3420d;
	outline-offset: 3px;
}
.page-template-campaign-page .the_content .on-this-page ol li a:hover
{
	text-decoration: none;
}

.page-template-campaign-page .on-this-page h3.list-title
{
	color: #1D7A85;
	font-size: 20px;
	font-family: "Signika", sans-serif;
}

.campaign-content {
	padding: 20px 0 0;
}

.campaign-section {
	padding: 20px 0 10px;
}


.campaign-content > .campaign-section:first-of-type {
  padding-bottom: 0px;
}

/* Remove border separator when adjacent sections use background colours */
.campaign-section--has-bg,
.campaign-section--has-bg + .campaign-section {
	border-top: none;
}

h2.campaign-section__heading {
	font-size: 2rem;
}

.campaign-section__heading {
	margin-bottom: 20px;
	font-family: "Signika", sans-serif;
	color:#313131;
	padding:0 15px;
}

.campaign-section__content {
	width: 100%;
	max-width: none;
	margin: 0;
}

@media (min-width: 1200px) {
	.page-template-campaign-page .container {
		max-width: 1440px;
	}
}

/* Accordion background colour override (set via --accordion-bg CSS variable on the section) */

.page-template-campaign-page .the_content h3.accordion-heading, .page-template-campaign-page .the_content h4.accordion-heading, .page-template-campaign-page .the_content h5.accordion-heading, .page-template-campaign-page .the_content h6.accordion-heading {
	font-family: "Work Sans", sans-serif;
}

.campaign-section .accordion-heading button {
	background: var(--accordion-bg, #feeee9);
	border-bottom: 2px solid #BB3200;
}

.campaign-section .accordion-heading button span.icon {
	color: #BB3200;
}

.campaign-section .accordion-heading button:hover span.icon,
.campaign-section .accordion-heading button:focus span.icon,  
.campaign-section .accordion-heading button[aria-expanded="true"] span.icon {
	color: #FFF;
}

.campaign-section .accordion-heading button:hover,
.campaign-section .accordion-heading button:focus,  
.campaign-section .accordion-heading button[aria-expanded="true"] {
	background: #a3330a;
	color: #FFF;
}
.campaign-section .accordion-content {
	background: var(--accordion-bg, #feeee9);
}

/* Quote box — campaign style */
.page-template-campaign-page .quote-box {
	position: relative;
	background-color: #FDEDE8;
	border: none;
	border-left:2px solid #F2693B;
	border-radius: 0;
	padding: 40px 60px;
	margin: 0 auto 2em;
}

/* Remove inner border/padding from the plugin's .quote-content */
.page-template-campaign-page .quote-content {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

/* Opening " — top left */
.page-template-campaign-page .quote-box::before {
	content: '\201C';
	position: absolute;
	top: 16px;
	left: 24px;
	font-size: 4rem;
	line-height: 1;
	color: #D3420D;
}

/* Closing " — bottom right */
.page-template-campaign-page .quote-box::after {
	content: '\201D';
	position: absolute;
	bottom: 16px;
	right: 24px;
	font-size: 4rem;
	line-height: 1;
	color: #D3420D;
}

/* Quote text — bold, not italic, large */
.page-template-campaign-page .quote-italic {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	color: #2B2020;
	margin-bottom: 1em;
	font-family: "Signika", sans-serif;
}

/* Attribution line */
.page-template-campaign-page p.quote-by {
	font-size: 1rem;
	color: #2B2020;
	margin: 0;
}

/* Anchor column content to top in campaign sections — prevents quote box jumping on accordion toggle */
.campaign-section__content .intopia-column--middle {
	justify-content: flex-start;
}

/* Accordion bleeds slightly wider than the video thumbnail above it — desktop only */
@media (min-width: 1024px) {
	.campaign-section__content .intopia-column .accordion {
		margin-left: 0;
		margin-right: -100px;
	}
}

.shortcode-youtube-video-embed {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.campaign-section .shortcode-youtube-video-embed
{
	margin-top: 0;
	margin-bottom: 20px;
}

.cg-modal__body .shortcode-youtube-video-embed {
    margin: 10px auto;
    text-align: center;
}

.cg-modal__body {
 
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}
.cg-modal__body .accordion, 
.cg-modal__body .accordion h2.accordion-heading,
.cg-modal__body .accordion h3.accordion-heading, 
.cg-modal__body .accordion h4.accordion-heading, 
.cg-modal__body .accordion h5.accordion-heading, 
.cg-modal__body .accordion h6.accordion-heading
{
	font-family: "Work Sans", sans-serif;
}

.cg-modal__body .accordion .accordion-content a
{
	color:#a3330a;
	text-decoration: underline;
}
.cg-modal__body .accordion .accordion-content a:hover, .cg-modal__body .accordion .accordion-content a:focus
{
	text-decoration: none;
}