body {
  background-color: #ffffff;
}

header {
  width: 100%;
  padding: 20px 20px 0 20px;
  background-size: cover;

  background-position: 0;
}

p {
  	font-family: 'Sora', sans-serif;
  	color: #615f5f;
  	line-height: 25px;
	margin-bottom: 20px;
	font-size: 1em;
}

a {
	color: darkblue;
text-decoration: underline;
}

nav,
footer {
  background-color: #162236;
  padding: 30px;
}

.nav-list li {
  padding: 10px;
}

.nav-list li:hover {
  background-color: #ae2736;
}

.nav-list li a {
  font-family: 'Sora', sans-serif;
  color: #ffffff;
	text-decoration: none;
}

.mobile-menu {
	display: none;
	position: relative;
}

.respmenu li {
	text-transform: uppercase;
	border-bottom: solid #99a1af 1px;
	margin-block-start: calc(2rem);
    margin-block-end: calc(2rem);
}

.bullettile {
  font-family: 'Sora', sans-serif;
  color: #ae2736;
}

.bulletsubtile {
  font-family: 'Sora', sans-serif;
  color: #1431b2;
}

.text-red {
  color: #ae2736;
}

.text-blue {
  color: #1431b2;
}

.text-white {
  color: #ffffff;
}

.text-white-force {
  color: #ffffff !important;
}

h1.large {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 3em;
}

h2.large, h2.page_title {
  font-family: 'Sora', sans-serif;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -2px;
}

h2.page_title {
	font-size: 2em;
}

h3.large {
  font-family: 'Sora', sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

h4, h4.large {
  font-family: 'Sora', sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}

.quicklinks h3 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
}

.quicklinks ul {
  list-style: none;
}

.quicklinks ul li {
  padding: 5px 0;
}

.quicklinks ul li a {
  color: #ffffff;
  word-break: break-all;
	text-decoration:none;
}

.quicklinks ul li a:hover {
  color: #ae2736;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.socialicons {
  margin-top: 20px;
}

.section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.campaign {
  background-color: #f4efef;
}

.bullethead {
  font-family: 'Sora', sans-serif;
  color: #ae2736;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.bullethead:before {
  content: '';
  max-width: 20px;
  min-width: 20px;
  padding: 0 10px;
  background-color: #ae2736;
  margin-right: 20px;
}

.bullethead.wht {
  color: #ffffff;
}

.bullethead.sm {
  font-family: 'Sora', sans-serif;
  text-transform: none;
}

.bullethead.wht:before {
  background-color: #ffffff;
}

.headimgresp {
  display: none;
}

.headimg {
  grid-column: span 1 / span 1;
  display: block;
}

.headcontent {
  grid-column: span 3 / span 3;
  padding: calc(var(--spacing) * 20);
}

.changebox {
  max-width: 80%;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: solid 1px #dddddd;
  padding: 30px;
}

.changeblock,
.volunteer,
.footer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.campaign .container {
  max-width: 70%;
  margin: 0 auto;
}

.campaign.desc {
  width: 100%;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 10% 0 0 -5%;
}

.campaignimg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btn-primary {
  background-color: #ae2736;
  padding: 20px 60px;
  border-radius: 10px;
  font-family: 'Sora', sans-serif;
  color: #ffffff;
  font-weight: bold;
}

.volunteer {
  padding-top: 0;
  padding-bottom: 0;
}

.voteimg {
  max-width: 70%;

}

.volleft {
  background-color: #2940d8;
  padding: 60px;
}

.volright {
  background-color: #ae2736;
  padding: 60px;
}

.footer-container p {
	font-size: 0.9em;
}

.footer-container a {
	color: #ffffff;
}

#formbuilder fieldset {
	padding: 20px;
}

#formbuilder .row-fluid {
	margin-bottom: 20px;
}

#formbuilder .row-fluid.half {
	width: 48%;
	float: left;
	margin-right: 2%;
}

#formbuilder .row-fluid.quarter {
	width: 23%;
	float: left;
	margin-right: 2%;
}

#formbuilder .span12 {
	width: 100%;
}

#formbuilder input[type="text"] {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: .75rem;
	padding-right: .75rem;
	border-color: rgba(209, 213, 219, 1);
	border-radius: .375rem;
	border-width: 1px;
	background-color: #ffffff !important;
}

#formbuilder .phoneshort1 {
	max-width: 30%;
}

#formbuilder .flexformat {
	display: flex;
}

#formbuilder input[type="submit"] {
	background-color: #ae2736;
	padding: 20px 60px;
	border-radius: 10px;
	font-family: 'Sora', sans-serif;
	color: #ffffff;
	font-weight: bold;
}