/*
Red			D7182A
Blue		004A8F
Light Blue	48AED6
*/


#sidebar ul {
	list-style: none;
}

#sidebar a:link {
	text-decoration: none;
	color: #444;
}
#sidebar a:visited {
	text-decoration: none;
	color: #444;
}
#sidebar a:active {
	text-decoration: none;
	color: #444;
}
#sidebar a:hover {
	text-decoration: none;
	color: #444;
}

.photo {
	padding: 0em 1em 1em 0em;
}

.home_links a{
	color:white;
}

.wrapper {
	padding: 2em 0em 1em;
}

.image-elise-stock {
	background: url(images/elise-partin-stock.jpg) left top no-repeat;
	box-shadow: 0px 0px 1px 0 #f8f8f6 inset, 0px 0px 1px 0 #f8f8f6 inset;
	width: 250px;
	height: 254px;
	border-radius: 5%;
	margin-left: auto;
	margin-right: auto;
}

.image-about-photo {
	background: url("images/About_Elise.jpg") left top no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 1px 0 #f8f8f6 inset, 0px 0px 1px 0 #f8f8f6 inset;
	width: 506px;
	height: 300px;
	border-radius: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	text-align: center;
}

.post .meta .date {
	float: left;
}


.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	/*height: 38px;*/
	margin-bottom: 0px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title2 {
	height: 84px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
}

.post .title a {
	color: #023848;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
/*	background: url(images/img08.gif) no-repeat left top;*/
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.post h2 {
	color: black;
}
.post h3 {
	color: #222;
}

#sidebar table p {
	margin: 0em;
}

#mc-embedded-subscribe-form p {
	display: none;
}


.wrapper.style1 {
	background-color: #48AED6;
	background-image: none;
}

.wrapper.style1 .icon.big {
	border-color: white;
	color: #EEE;
}

.banner_logo_bg {
/*	background: white;*/
	max-width: 310px; /*280px+30px;*/
	max-height: 161px; /*131px+30px;*/
	text-align: center;
	margin: 0 auto;
	border-radius: 15px;
	padding: 0;
	margin-top: 3em;
}

.banner_logo_bg img {
	width: 100%;
}

.banner_logo {
	background: url(images/EPlogo2023_white.svg);
	width: 280px;
	height: 131px;
	text-align: center;
	margin: 0 auto;
}

.footer-logo {
	width: 50%;
	min-width: 20em;
}

.elise-campaign-pic {
	width: 50%;
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

.home_links p{
	color: #EEE;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

p {
	color:#666;
}

#footer {
	background: #004A8F;
	color: white;
}

#footer a {
	color: white;
}
#header {
	background: #004A8F;
	color: #D7182A;
	font-weight: 800;
}

#header nav > ul > li a {
	color: #48AED6;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

body.landing #header {
	background-color: #004A8F;
}

.volunteer-box {
	display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.volunteer-email{
	display: block;
	background: url("images/volunteer.svg");
	background-repeat: no-repeat;
	width: 313px;
	height: 104px;
}
.volunteer-email:hover{
	display: block;
	background: url("images/volunteer-press.svg");
	background-repeat: no-repeat;
	width: 313px;
	height: 104px;
}

.yard-sign{
	display: block;
	background: url("images/ask_for_yard_sign.svg");
	background-repeat: no-repeat;
	width: 480px;
	height: 104px;
	background-size: contain;
}

.yard-sign:hover{
	display: block;
	background: url("images/ask_for_yard_sign-press.svg");
	background-repeat: no-repeat;
	width: 480px;
	height: 104px;
	background-size: contain;
}

.re-elect {
	color: #D7182A;
	background: #004A8F;
	font-weight: 600;
	font-size: 35px;
	text-align: center;
	padding: 1em 1em;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
}

.re-elect .text {
	background: #eee;
	padding: 0.4em 1em;
	margin: auto;
}