a {
	text-decoration: none;
}
sup {
	text-transform: lowercase;
}

#header {
	background-color: #006991;
}
#nav_area {
	color:#F80408;
	z-index: 10;
}
#text_area {
	color:#000000;
	font-family: "Outfit", sans-serif;
	font-size: 1em;
}
#footer {
	font-family: "Outfit", sans-serif;
	font-weight: 200;
	color: #FFFFFF;
	background-color: #006991;
}
#footer a:link { color: #FFFFFF; text-decoration:none; }
#footer a:visited { color: #FFFFFF; }
#footer a:hover { color: #00AEEF; }
#footer a:active { color: #FFFFFF; }

h1 {
	color: #ae1d44;
	font-size: 3.5em;
	text-align: center;
	line-height: normal;
	font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
}

h1 sup {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 0.5em;
}

h2 {
	color: #ae1d44;
	font-size: 2em;
	text-align: center;
	line-height: normal;
	font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;
}

h2 sup {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 0.5em;
}

.logo_container {
	margin-top: 1em;
	text-align: center;
}

.secondary_title {
  font-family: "Crimson Text", serif;
  font-style: italic;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	line-height: normal;
}

.action_call_f {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5em;
}

.action_call_mod {
  font-family: "Crimson Text", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.5em;
  color: #ae1d44;
  margin-top: 1em;
  margin-bottom: 1em;
}
.call_box {
	border:solid 1px #CCC;
	border-radius:5px;
	width:100%;
	overflow:auto;
	padding: 5px;
	padding-top: 10px;
	background-color: #FFFFFF;
	margin: auto;
	display:flex;
	align-items: center;
}
.call_box a:link { color: #000000; text-decoration:none; }
.call_box a:visited { color: #000000; }
.call_box a:hover { color: #000000; }
.call_box a:active { color: #000000; }

.responsive {
	width: 100%;
}
.responsive-b {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 1em;
}

.responsive-90 {
	width: 90%;
	margin-bottom: 0.75em;
	border-radius: 5px;
}
.responsive-50 {
	width: 50%;
	margin-bottom: 2em;
}

.page_title {
	color: #000000;
	font-size: 2em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.module_title {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	line-height: normal;
}
.module_title_dk {
	text-transform: uppercase;
	color: #000000;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	line-height: normal;
}
.module_title_dk sup{
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 0.5em;	
}
.donate_title {
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Bebas Neue", sans-serif;
	font-size: 2em;
}


.module {
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius: 10px;
}
.module_2c {
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius: 10px;
}
.module_c {
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius: 10px;
}

.module_detail {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: rgb(0 0 0 / 30%);
  	backdrop-filter: blur(10px);
	color: #FFFFFF;
	font-size: 1em;
}
.about_ward {background-color: antiquewhite; background-image: url("../images/module_images/module_about.webp");}
.donate {background-color: #FF0004; background-image: url("../images/module_images/module_donate.webp");}
.white {background-color: none;}
.white2 {background-color: none;}
.blue {background-color: #00aeef;}
.events { background-color: #C5C7B8; background-image: url("../images/module_images/module_events.webp");}
.next { background-color: #ae1d44;/* background-image: url("../images/module_images/module_events.webp");*/}
.party_links { background-color: darkcyan; background-image: url("../images/module_images/democratic_party.webp");}
.feature {background-color: darkgoldenrod; background-image: url("../images/module_images/module_feature.webp");}
.voter_info {background-color: darkblue; background-image: url("../images/module_images/module_voter.webp");}
.elected_officials {background-color: antiquewhite; background-image: url("../images/module_images/module_officials.webp");}
.federal {background-color: #00aeef; background-image: url("../images/module_images/module_federal.webp");}
.state {background-color: #00aeef; background-image: url("../images/module_images/module_state.webp");}
.county {background-color: #00aeef; background-image: url("../images/module_images/module_county.webp");}
.ward {background-color: #00aeef; background-image: url("../images/module_images/module_ward.webp");}

.blue {color: #FFFFFF;}
.blue a:link { color: #FFFFFF; text-decoration:none; }
.blue a:visited { color: #FFFFFF; }
.blue a:hover { color: #FFFFFF; }
.blue a:active { color: #FFFFFF; }


.k_links {color: #000000;}
.k_links a:link { color: #000000; text-decoration:none; }
.k_links a:visited { color: #000000; }
.k_links a:hover { color: #000000; }
.k_links a:active { color: #000000; }

.fineprint {
	font-size: 0.75em;
	line-height: 1em;
	font-weight: 100;
	margin-top: 12px;
	}

.social_icons {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 25px;
}
