body.lighting-page {
	--bg-color: #EBF0FF;
	--button-red: #db043c;
	--button-blue: #1478C6;
	--main-text-color: #171a1c;
	--header-text-color: #1478C6;
	--secondary-text-color: #9b9ea7;
	
	background-color: var(--bg-color);
}

body.lighting-page h1,
body.lighting-page h2,
body.lighting-page h3,
body.lighting-page h4,
body.lighting-page h5 {
	color: var(--header-text-color) !important;
}

body.lighting-page p, body.lighting-page h6 {
	color: var(--main-text-color);
}

body.lighting-page p.footer-address {
	color: var(--secondary-text-color);
}

body.lighting-page .wp-block-button__link {
	background-color: var(--button-red);
}

body.lighting-page .wp-block-tfc-blocks-actblue a.button {
	background-color: var(--button-blue) !important;
}

body.lighting-page #colophon a {
	color: var(--main-text-color);
}

@media screen and (min-width: 782px)
	.main-navigation ul {
		display: none !important;
	}
}

/* Temporary CoBlocks CSS for Accordion */

.wp-block-coblocks-accordion-item {
    border-radius: 4px;
    margin:0 0 1em
}

.wp-block-coblocks-accordion-item p:first-of-type {
    margin-top:0
}

.wp-block-coblocks-accordion-item p:last-of-type {
    margin-bottom:0
}

.wp-block-coblocks-accordion-item__title, .wp-block-coblocks-accordion-item__title.has-background {
    border-radius: 4px;
    padding: 10px 15px;
    position:relative
}

.wp-block-coblocks-accordion-item__title.has-background:after, .wp-block-coblocks-accordion-item__title:after {
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition:background .1s cubic-bezier(.694, 0, .335, 1)
}

.wp-block-coblocks-accordion-item__title.has-background:not(.has-background), .wp-block-coblocks-accordion-item__title:not(.has-background) {
    background:hsla(240, 5%, 57%, .1)
}

.wp-block-coblocks-accordion-item__title.has-background:hover:after, .wp-block-coblocks-accordion-item__title:hover:after {
    background:rgba(0, 0, 0, .028)
}

.wp-block-coblocks-accordion-item__title.has-background:focus, .wp-block-coblocks-accordion-item__title:focus {
    outline: 1px dotted #a2aab2;
    outline-offset:-4px
}

.wp-block-coblocks-accordion-item details[open] summary {
    border-radius:4px 4px 0 0
}

.wp-block-coblocks-accordion-item__content {
    border: 1px solid hsla(240, 5%, 57%, .1);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    padding:15px 20px
}

.wp-block-coblocks-accordion-item__content > div {
    max-width:100%
}

.wp-block-coblocks-accordion-item .alignfull img {
    max-width:100% !important
}

.wp-block-coblocks-accordion.alignfull {
    padding:0 12px
}

:root .wp-block-coblocks-accordion summary, _:-ms-fullscreen {
    display:block
}

.wp-block-coblocks-accordion summary, _:-ms-lang(x), _:-webkit-full-screen {
    display:block
}

.page .entry-content .alignfull>* {
	width: unset;
	max-width: unset;
}

.hero-image {
	padding: 20px;
}

.page .entry-content .alignfull.hero-image .wp-block-cover__inner-container {
	max-width: 1170px;
	width: 100%;
}



/*color test
body.custom #content .has-blue-background-color, body.custom .has-blue-background-color {
    background-color: #1478C6;
}*/

body.lighting-page h1 {
color: #1F2A4D !important;
}
	

.entry-header {
    background: #f0f4f9;
    border-bottom: #fdbd0c 3px solid;
}


.main-navigation a:hover {
    text-decoration: underline;
	text-decoration-color: #FDBF0C;
	text-decoration-thickness: 2px;
}

.main-navigation a {
    color: #21294E !important;
}
#colophon {
    background: #21294E;
    color: #9b9ea7;
    padding: 80px 0;
}
h1, h2, h3, h4 {
	color: #21294E !important;
}
hr {
border-bottom-width: 10px;
}

.entry-header.header-no-featured-image .entry-title {
	color: #21294E !important;
}

#pre-footer {
    text-align: center;
    margin-top: 6em;
    padding: 0.5em 3em;
    display: none;
}

.eplus-styles-uid-458787 {
    color: #21294e;
}

@media screen and (max-width: 1260px){
	.home-hero .wp-block-cover__inner-container {
		padding: 30px;
	}
}	

@media screen and (max-width: 1200px){
	.mobile-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
}	


.home-hero .wp-block-cover__inner-container h1 {
	width: 75%;
}

@media screen and (max-width: 781px){
	.home-hero .wrap-title {
		width: 70%;
	}
}	

@media screen and (max-width: 781px){
	.home-hero .wrap-towns {
		width: 50%;
	}
}	

.vote-button a {
	background-color: white !important;
	color: #21294E;
}

@media screen and (min-width: 777px){
	.priorities-issue {
		position: relative;
	}
	.priorities-learn-more {
		position: absolute;
		bottom: -40px;
	}
}	

@media screen and (max-width: 600px){
	.priorities-heading {
		margin-top: 30px !important;
	}
	
}

@media screen and (max-width: 489px){
	.wpfront-notification-bar {
		height: 75px !important;
	}
	
}

.footer-widgets .h4 {
	color: #ffffff;
}

.at-form-submit .at-submit {
    margin: 0.625rem;
    display: inline-block;
    float: left !important;
}
