* { box-sizing: border-box; }

.sprite {
  display: none;
}

.screen-reader, .screen-reader-text {
  /* Text meant only for screen readers. */
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

a.skip-main {
    width: 1px;
    height: 1px;
    position: absolute;
    top: auto;
    left: -999px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
    margin: 10px 35%;
    padding: 10px 5px;
    background-color:#fff;
    width: 30%;
    height: auto;
    left: auto;
    top: auto;
    overflow: auto;
    font-size: 1.2em;
    color: #000;
    text-align: center;
	text-decoration: none;
    z-index: 999;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 400;
}

.header {
  box-sizing: border-box;
  padding: 1rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media (min-width: 1180px) {
  .header {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 920px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header__btn {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  padding: 0;
  line-height: 0;
  background: transparent;
  fill: white;
}
@media (min-width: 1180px) {
  .header__btn {
    display: none;
  }
}
.header__btnIcon {
  width: 30px;
  height: 30px;
}

.hnav {
  position: absolute;
  top: 5.5rem;
  right: 1rem;
  display: none;
	z-index: 9999;
}
.hnav.open {
  display: block;
}
@media (min-width: 1180px) {
  .hnav {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
  }
}
.hnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: white;
}
@media (min-width: 1180px) {
  .hnav__list {
    background: transparent;
    display: flex;
  }
}
.hnav__item {
  border-bottom: 1px solid #d4cecc;
}
@media (min-width: 1180px) {
  .hnav__item {
    border-bottom: 0;
  }
}
.hnav__item:last-of-type {
  border-bottom: none;
}

.hnav__link {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #130f54;
  display: block;
  padding: 1rem;
  transition: all 0.14s ease;
}
.hnav__link:hover, .hnav__link:focus {
  color: #ef404e;
}
@media (min-width: 1180px) {
  .hnav__link:hover, .hnav__link:focus {
    color: #ffe06a;
  }
}
@media (min-width: 1180px) {
  .hnav__link {
    color: white;
  }
}

.hnav__link.hnav__donate,
.hnav__link.hnav__vol {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  /*-webkit-appearance: none;*/
  background: #a3dbe3;
  border: 0;
  color: #130f54;
  cursor: pointer;
  /*font-size: 22px;
  line-height: 1;*/
  margin-top: 6px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.hnav__link.hnav__vol { background-color: #a3dbe3; text-shadow: unset; }
.hnav__link.hnav__donate:hover,
.hnav__link.hnav__vol:hover {
  background: #ffffff;
  color: #130f54;
}

@media screen and (max-width: 1179px) {
  .hnav__link.hnav__donate,
  .hnav__link.hnav__vol {
    background: transparent;
    color: #130f54;
    margin: auto;
    padding: 1rem;
  }
  .hnav__link.hnav__donate:hover,
  .hnav__link.hnav__vol:hover {
    background: transparent;
    color: #130f54;
  }
}

.hlogo {
  margin: 0 0 0 -20px;
  line-height: 0;
}

@media (min-width: 768px){
  .hlogo{
    margin: 0 0 0 -10px;
  }
}

@media (min-width: 1600px){
  .hlogo{
    margin: 0 0 0 10px;
  }
}

.hlogo__img {
  height: 75px;
}

@media (min-width: 600px) {
	.hlogo__img {
	  height: 100px;
	}
}

.intro {
  padding: 9rem 1rem 6rem;
  background-color: #3c3532;
  background-attachment: unset!important;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 600px) {
  .intro {
    background-attachment: fixed;
    padding: 11rem 2rem 8rem;
  }
}
@media (min-width: 768px) {
  .intro {
    padding: 13rem 3rem 11rem;
  }
}
@media (min-width: 1220px) {
  .intro {
    padding: 13rem 6rem 11rem;
  }
}

/* VIDEO HEADER */

.video__intro {
  padding: 9rem 1rem 6rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .video__intro {
    padding: 11rem 2rem 8rem;
  }
}
@media (min-width: 768px) {
  .video__intro {
    padding: 13rem 3rem 11rem;
  }
}
@media (min-width: 1220px) {
  .video__intro {
    padding: 13rem 6rem 9rem;
  }
}

.video___container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index: -1;
}

.video___container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 320px) and (max-width: 768px) {
	video {
		display: none;	
	}
	
	#video_cover {
		display: block;
		z-index: 1;
	}
}

#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
 	background: url('../img/bg-rfa.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	display: none;
}

.gradient {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.45) 0%, rgba(255,255,255,0) 80%), -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.45) 0%,rgba(255,255,255,0) 80%), -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
	background: linear-gradient(to right, rgba(0,0,0,0.45) 0%,rgba(255,255,255,0) 80%), linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
  padding: 0;
  top: 0;
	left: 0;
	z-index: -1;
}

/* INTRO CONTINUED */

.intro__heading {
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0 1.2rem;
  font-size: 32px;
  line-height: 1;
  z-index: 9999;
}
@media (min-width: 375px) {
  .intro__heading {
    font-size: 36px;
    max-width: 420px;
  }
}
@media (min-width: 600px) {
  .intro__heading {
    font-size: 44px;
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .intro__heading {
    font-size: 50px;
    max-width: 580px;
  }
}
@media (min-width: 920px) {
  .intro__heading {
    font-size: 60px;
    width: 80%;
    max-width: 700px;
  }
}
@media (min-width: 1050px) {
  .intro__heading {
    font-size: 72px;
  }
}
.intro__pitch {
  color: white;
  font-family: "schoolbook", serif;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
@media (min-width: 600px) {
  .intro__pitch {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .intro__pitch {
    font-size: 18px;
    width: 80%;
    max-width: 900px;
  }
}
@media (min-width: 1050px) {
  .intro__pitch {
    font-size: 24px;
  }
}

.intro__action {
  z-index: 9999;
}

.intro__btn {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #a3dbe3;
  border: 0;
  color: #130f54;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 1rem 1.5rem 0.9rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: all 0.14s ease;
}
.intro__btn:hover, .intro__btn:focus {
  background: #ffffff;
  color: #130f54;
}
.intro__btn.hidden {
  display: none;
}
@media (min-width: 768px) {
  .intro__btn {
    font-size: 22px;
  }
}
@media (min-width: 1220px) {
  .intro__btn {
    font-size: 24px;
    padding: 1.25rem 2rem 1.1rem;
  }
}
.intro__signup {
  display: none;
}

@media (min-width: 360px) {
	.intro__signup, #commit_form {
		width: 100%;
	}
}

@media (min-width: 770px) {
	.intro__signup {
		width: 50%;
	}

	#commit_form {
		width: 75%;
	}
}

@media (min-width: 768px) {
  .pitch {
    display: flex;
    min-height: 70vh;
    justify-content: space-between;
  }
}

/* INTRO BUTTON TEMPORARY */

.pledge__btn {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #a3dbe3;
  border: 0;
  color: #130f54;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 1.2rem 1.5rem 1.2rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: all 0.14s ease;
}
.pledge__btn:hover, .pledge__btn:focus {
  background: #ffffff;
  color: #130f54;
}

#ak-fieldbox-volunteer {
	margin-top: 10px;
}

#ak-fieldbox-volunteer > label {
	color: #ffffff!important;
}

#id_action_volunteer_accountable_y {
	margin: 0 10px 0 0!important;
	padding: 0!important;
	width: 20px!important;
	height: 20px!important;
	vertical-align: bottom!important;
}

#ak-fieldbox-commit-vol {
  padding: 10px 0 25px 0;
  flex-basis: 100%;
}

#ak-fieldbox-commit-vol label{
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}

#ak-fieldbox-commit-vol label input {
  margin: 5px 10px 0 0;
}

/* BLOG */

.blog {
  background: #a3dbe3;
  padding: 5rem 1rem 4rem;
}
@media (min-width: 450px) {
  .blog {
    padding: 5rem 2rem 4rem;
  }
}
@media (min-width: 600px) {
  .blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .blog {
    padding: 5rem 3rem 4rem;
  }
}
@media (min-width: 1220px) {
  .blog {
    padding: 7rem 8rem 6rem;
  }
}
@media (min-width: 600px) {
  .blog__pitch {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .blog__pitch {
    display: block;
    width: calc(100% - 672px);
  }
}
@media (min-width: 1220px) {
  .blog__pitch {
    display: block;
    width: calc(100% - 752px);
  }
}
.blog__heading {
  color: #130f54!important;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
}
@media (min-width: 600px) {
  .blog__heading {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .blog__heading {
    max-width: 600px;
    font-size: 48px;
    line-height: 1;
  }
}

/* PAGE CONTENT */

.content {
	font-family: "schoolbook", serif;
    font-size: 20px;
    line-height: 1.45;
}

/* BLOG POSTS HOMEPAGE */

.blog-container {
	width: 100%;
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-post {
	margin: 0;
	padding: 0;
	background: #ffffff;
	-webkit-flex-basis: 32%;
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	-webkit-flex-grow: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
	.blog-post {
		margin-bottom: 15px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.blog-post:nth-child(even) {
		margin: 0 0 15px 0!important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) {
	.blog-post {
		-webkit-flex-basis: 48%;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	
	.blog-post:nth-child(even) {
		margin: 0 0 0 2%!important;
	}
	
	.blog-post:nth-child(3) {
		display: none;
	}
}

.blog-post:nth-child(2) {
	margin: 0 2%;
}

/* FILTER POSTS */

.filter {
	margin: 0 auto;
	padding: 40px 15%;
	background: #eeeeee;
	width: 100%;
}

.filter-label {
	width: 10%;
	height: 50px;
	float: left;
    color: #130f54;
    font-family: gtamcond, Arial, sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.filters {
	margin-right: 0.3%;
	padding: 0;
	width: 25%;
	height: 50px;
	float: left;
}

.filters select {
	margin: 0!important;
	width: 100%;
	float: left;
	background-image: url('../img/angle-down-light.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 25px 25px;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.filters select::-ms-expand {
    display: none;
}

.filter-submit {
	width: 14%;
	height: 50px;
	float: left;	
}

.submit-filter {
    padding: 1rem 1.5rem 0.9rem;
    background: #a3dbe3;
	width: 100%;
	height: 50px;
    font-family: gtamcond, Arial, sans-serif;
    font-weight: 800;
    -webkit-appearance: none;
    border: 0;
    color: #130f54;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.14s ease;
}

.submit-filter:hover {
    background: #ffffff;
    color: #130f54;
}

@media (min-width: 320px) and (max-width: 1439px) {
	.filter-label, .filters, .filter-submit {
		width: 100%;
		display: block;
		float: unset;
	}
	
	.filters {
		margin-bottom: 5px;
	}
}

/* BLOG POST INDEX */

.search-results {
	margin: 0 auto;
	padding: 40px 15% 1px 15%;
    background: #a3dbe3;
	width: 100%;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.search-results a, .search-results a:active, .search-results a:visited {
  color: #130f54;
	text-decoration: none;
	cursor: text;	
}

@media (min-width: 600px) {
  .blog__heading__results {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .blog__heading__results {
    max-width: 600px;
    line-height: 1;
  }
}

.blog-container-index {
	margin: 0 auto;
	padding: 40px 15%;
    background: #a3dbe3;
    width: 100%;
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;	
}

@media (min-width: 320px) and (max-width: 1220px) {
	.blog-container-index {
		padding: 40px 4%;
	}
}

.blog-post-index {
	margin: 0 0 40px 0;
	padding: 0;
	background: #ffffff;
	-webkit-flex-basis: 48%;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	-webkit-flex-grow: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
	.blog-post-index {
		margin: 0 0 40px 0;
		padding: 0;
		background: #ffffff;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-flex-grow: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		position: relative;
	}
	
	.blog-post-index:nth-child(even) {
		margin-right: 0!important;
	}
}

@media (min-width: 768px) {
	.blog-post-index {
		-webkit-flex-basis: 48%;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	
	.blog-post-index:nth-child(even) {
		margin: 0 0 40px 4%!important;
	}
}

.wp-pagenavi {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.previouspostslink {
	position: absolute;
	left: 0;
}

@media (max-width: 767px) {
	.prev {
		display: none;
	}
}

.current, .page, .previouspostslink, .nextpostslink {
    padding: 1.25rem 2rem 1.1rem;
    display: inline-block;
    font-size: 24px;
    font-family: gtamcond, Arial, sans-serif;
    font-weight: 800;
    -webkit-appearance: none;
    border: 0;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.14s ease;
}

@media (max-width: 767px) {
	.page, .previouspostlink, .nextpostlink {
		padding: 0.75rem 1rem 0.85rem;
		font-size: 16px;
	}
}

.current {
	background: #eeeeee;
	color: #656565;
}

.smaller {
  margin-right: 10px;
}

.larger {
  margin-left: 10px;
}

a.page, a:active.page, a:visited.page,
a.previouspostslink, a:active.previouspostslink, a:visited.previouspostslink,
a.nextpostslink, a:active.nextpostslink, a:visited.nextpostslink {
	background: #130f54;
    color: #a3dbe3;
}

a:hover.page, a:hover.previouspostslink, a:hover.nextpostslink {
	background: #ffffff;
    color: #130f54;
}

.nextpostslink {
	position: absolute;
	right: 0;
}

@media (max-width: 767px) {
	.nextpostslink {
		display: none;
	}
}

.disclaimer-notice {
  margin: 40px auto;
  padding: 0 1em;
  max-width: 500px;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 960px) {
	.disclaimer-notice {
		width: 70%;
	}
}

/* BLOG POST INDIVIDUAL */

.blog-post-single {
	margin: 0 2% 0 0;
	padding: 0;
	width: 70%;
	float: left;
}

@media (min-width: 320px) and (max-width: 1024px) {
	.blog-post-single {
		margin: 0;
		width: 100%;
		float: unset;
	}
}

.blog-post-content {
	background: #ffffff;
	position: relative;
}

.blog-post-content > .detail {
	padding: 0.5em 1.5em 1.5em 1.5em;
}

.blog-post-content > .detail > p > a, .blog-post-content > .detail > p > a:active, .blog-post-content > .detail > p > a:visited {
	color: #0055aa;
}

.blog-post-content > .detail > p > a:hover {
	color: #006fdd;
}

.blog-post-content blockquote {
	margin: 0 auto;
	padding: 5px 4%;
	background: #eeeeee;
	width: 80%;
	font-family: "Courier New";
	font-size: 16px;
	border-left: 5px solid #130f54;
}

@media (min-width: 320px) and (max-width: 767px) {
	.blog-post-content blockquote {
		margin: 0;
		width: 96%;
		float: unset;
	}
}

.blog-post-content blockquote cite {
	display: block;
	font-family: gtamcond, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.85em;
	font-style: normal;
    color: #656565;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	text-align: right;
}

.blog-post-content blockquote cite a, .blog-post-content blockquote cite a:active, .blog-post-content blockquote cite a:visited {
	color: #0055aa;
}

.blog-post-content blockquote cite a:hover {
	color: #006fdd;
}

aside.sidebar {
	margin: 0;
	padding: 20px 2%;
	background: #ffffff;
	height: 100%;
	width: 26%;
	float: left;
}

@media (min-width: 320px) and (max-width: 1024px) {
	aside.sidebar {
		margin: 0;
		padding: 40px 5% 0 5%;
		background: #eeeeee;
		width: 100%;
		float: unset;
	}
}

.mobile-only {
	display: none!important;
}

@media (min-width: 320px) and (max-width: 1024px) {
	.mobile-only {
		display: inline-block!important;
	}
}

ul.meta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.meta li.value span.label {
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
    font-family: gtamcond, Arial, sans-serif;
    font-size: 0.85em!important;
	color: #656565;
    letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 1024px) {
	ul.meta li.value span.label {
	    font-size: 0.65em!important;
	}
	
	ul.meta li.value {
		margin: 0 0 20px 0;
		font-family: "schoolbook", serif;
		font-size: 1.15rem!important;
		line-height: 1.45;
	}
}

.tag {
	display: block;
}

ul.meta li.value {
	margin: 0 0 20px 0;
	font-family: "schoolbook", serif;
    font-size: 20px;
    line-height: 1.45;
}

@media (min-width: 320px) and (max-width: 1024px) {
	ul.meta li.value {
    	display: inline-block;
    	width: 48%;
    	vertical-align: text-top;
	}
}

ul.meta li.value a, ul.meta li.value a:active, ul.meta li.value a:visited {
	color: #0055aa;
}

ul.meta li.value a:hover {
	color: #006fdd;
}

ul.meta li.value .sShare__link {
	display: inline-block;
	margin-left: 0;
}

ul.meta li.value .sShare__icon:hover {
	opacity: 0.6;
}

ul.meta li.value .sShare__icon svg#facebook {
	margin-right: 15px;
}

/* BLOG POST ELEMENTS */

.featured {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	pointer-events: auto;
}

.featured__issues{
  margin: 0;
  padding: 20px 10px;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}

.featured__issues a{
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.biden-commitments{
    margin: 0 auto;
    padding: 32px 15%;
    background: #eeeeee;
    width: 100%;
}

.biden-commitments h2{
  color: #130f54;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

#post-459{
  margin: 0 auto;
}

.featured-play-button {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}

.click-wrapper {
	position: relative;
}

span.play-button {
    margin: auto;
    content: url(../img/play-circle-regular.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
    opacity: 0.50;
	transition: all 0.2s ease;
}

.click-wrapper:hover > span.play-button {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    opacity: 0.80;
	transition: all 0.2s ease;
}

.clickwall:hover {
	cursor: pointer!important;
}

.video-container {
	padding-top: 56.25%;
	position: relative;
}

.video-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.online-privacy-statement {
	margin: 0;
	padding: 0.9em 1.5em 0 1.5em;
	font-family: "schoolbook", serif;
	font-size: 0.85em;
	color: #6d6e72;
	text-align: center;
}

.online-privacy-statement a, .online-privacy-statement a:visited, .online-privacy-statement a:visited {
	color: #0055aa;
}

.detail {
	margin: 0;
	padding: 0.5em 1.5em 5em 1.5em;
	float: left;
	font-family: "schoolbook", serif;
	font-size: 20px;
	color: #3c3532;
	line-height: 1.45;
}

.candidate {
	margin: 0 0 5px 0;
	padding: 0;
}

h2 a, h2 a:active, h2 a:visited {
	margin: 0;
	padding: 0.25em 0.35em;
    background: #a3dbe3;
	display: inline-block;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 0.45em!important;
	font-weight: 500;
    color: #130f54;
	letter-spacing: 0.065em;
	text-decoration: none;
	text-transform: uppercase;
    transition: all 0.2s ease;
}

h2 a:hover {
    background: #130f54;
    color: #ffffff;
    transition: all 0.2s ease;
}

h3.headline {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 1.35em!important;
	line-height: 1.45em;
}

h3 a, h3 a:active, h3 a:visited {
	margin: 0;
	padding: 0;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 1.25em!important;
	color: #000000!important;
	text-decoration: none!important;
}

h3 a:hover {
	border-bottom: 1px solid #000000;
}

ul.state {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 1.5em;
	left: 1.5em;
}

ul.state li {
	background: #130f54;
	width: 50px;
	height: 50px;
	display: inline-block;
   -moz-border-radius: 100%; 
   -webkit-border-radius: 100%; 
   border-radius: 100%;
	text-align: center;
}

ul.state li a, ul.state li a:active, ul.state li a:visited {
	margin: 0;
	padding: 0.25em 0.35em;
	display: inline-block;
    transition: all 0.2s ease;
}

.svg {
	padding-top: 5px;
	width: 40px!important;
	height: 40px!important;
	fill: #a3dbe3!important;
}

ul.state li a:hover {
    transition: all 0.2s ease;
	transform: scale(1.2);
}

ul.issues {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2.25em;
	right: 1.5em;
}

ul.issues li {
	margin-left: 5px;
	display: inline-block;
}

ul.issues li:first-child {
	margin-left: none;
}

ul.issues li a, ul.issues li a:active, ul.issues li a:visited {
	margin: 0;
	padding: 0.25em 0.35em;
	background: #130f54;
	display: inline-block;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 0.89em!important;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
    transition: all 0.2s ease;
}

ul.issues li a:hover {
	background: #a3dbe3;
	color: #130f54;
    transition: all 0.2s ease;
}

a.read-more, a:active.read-more, a:visited.read-more {
    margin-top: 40px;
	padding: 1.25rem 2rem 1.1rem;
    background: #130f54;
	display: block;
	font-size: 24px;
    font-family: gtamcond, Arial, sans-serif;
    font-weight: 800;
    -webkit-appearance: none;
    border: 0;
    color: #a3dbe3;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
	text-decoration: none;;
    transition: all 0.14s ease;
}

a.read-more:hover {
    background: #ffffff;
    color: #130f54;
}

/* CANDIDATE SOCIAL MEDIA */

.candidate__social {
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-evenly;
}

@media (min-width: 320px) and (max-width: 1279px) {
  .candidate__social {
    width: 96%;
  }
}

@media (min-width: 1280px) {
  .candidate__social {
    width: 80%;
  }
}

.candidate__item {
  margin: 0 0 3em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18vw;
  height: 18vw;
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.40);
}

@media (min-width: 320px) and (max-width: 767px) {
  .candidate__item {
    width: 88vw;
    height: 100vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .candidate__item {
    width: 40vw;
    height: 40vw;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .candidate__item {
    width: 32vw;
    height: 32vw;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .candidate__item {
    width: 23vw;
    height: 23vw;
  }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .candidate__item {
    width: 20vw;
    height: 20vw;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .candidate__item {
    width: 20vw;
    height: 20vw;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .candidate__item {
    width: 23vw;
    height: 23vw;
  }
}

.candidate__name {
  width: 100%;
  position: absolute;
  top: 1em;
  right: 1em;
  font-family: gtamcond, Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  z-index: -1;
}

.candidate__first__name {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  color: #0055aa;
  line-height: 1;
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .candidate__first__name {
    font-size: 1.3em;
  }
}

.candidate__last__name {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 2.35em;
  font-weight: 800;
  color: #130f54;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .candidate__last__name {
    font-size: 2em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .candidate__last__name {
    font-size: 2.25em;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .candidate__last__name {
    font-size: 1.3em;
  }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .candidate__last__name {
    font-size: 1.65em;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .candidate__last__name {
    font-size: 2em;
  }
}

ul.candidate__social__accounts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 1em;
  left: 1em;
}

ul.candidate__social__accounts li {
  margin: 0;
  padding: 0;
  display: block;
}

.candidate__party {
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 2em;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  line-height: 1.95;
  z-index: 1;
}

/* PARTY COLORS */
.D {
  background: #00aef3;
}

.R {
  background: #d8171e;
}

.I {
  background: #800080;
}

.G {
  background: #00A95C;
}

.L {
  background: #f9d334;
}

.candidate__photo {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}


/* PLEDGE */

p.pledge-disclaimer {
	font-size: 0.95rem!important;
}

div.hidden {
	display: none;
}

/* VOLUNTEER PAGE */

.vol__header {
  padding: 9rem 1rem 2rem;
  background-color: #3c3532;
  background-attachment: unset!important;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 600px) {
  .vol__header {
    background-attachment: fixed;
    padding: 11rem 2rem 8rem;
  }
}
@media (min-width: 768px) {
  .vol__header {
    padding: 11rem 3rem 3rem;
  }
}
@media (min-width: 1220px) {
  .vol__header {
    padding: 10rem 10rem 3rem;
  }
}

.vol__container {
	margin: 0;
	padding: 0;
	width: 55%;
}

@media (min-width: 320px) and (max-width: 920px) {
	.vol__container {
		width: 100%;
	}
}

@media (min-width: 921px) and (max-width: 1024px) {
	.vol__container {
		width: 54%;
	}
}

@media (min-width: 1025px) and (max-width: 1179px) {
	.vol__container {
		width: 78%;
	}
}

.vol__title {
  margin: 0!important;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: #130f54;
  background: #a3dbe3;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  padding: 0.25em 0.35em;
  font-size: 13px;
}
@media (min-width: 450px) {
  .vol__title {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .vol__title {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .vol__title {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .vol__title {
    font-size: 24px;
  }
}
.vol__heading {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  line-height: 0.9;
}
@media (min-width: 450px) {
  .vol__heading {
    font-size: 42px;
  }
}
@media (min-width: 600px) {
  .vol__heading {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .vol__heading {
    font-size: 58px;
  }
}
@media (min-width: 920px) {
  .vol__heading {
    font-size: 64px;
  }
}

.volunteer__header {
  padding: 9rem 1rem 2rem;
  background-color: #3c3532;
  background-attachment: unset!important;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 600px) {
  .volunteer__header {
    background-attachment: fixed;
    padding: 11rem 2rem 8rem;
  }
}
@media (min-width: 768px) {
  .volunteer__header {
    padding: 11rem 3rem 3rem;
  }
}
@media (min-width: 1220px) {
  .volunteer__header {
    padding: 10rem 10rem 3rem;
  }
}

.volunteer__container {
    margin: 0;
    width: 80%;
    position: relative
}
@media (min-width: 320px) {
	.volunteer__container {
		padding: 2rem 1rem 2rem;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.volunteer__container {
		padding: 2rem 0 4rem 3rem;
		width: 100%;
	}
}
@media (min-width: 1366px) {
	.volunteer__container {
		padding: 2rem 0 4rem 10rem;
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.volunteer__container {
		padding: 2rem 0 4rem 10rem;
		width: 90%;
	}
}
@media (min-width: 1600px) {
	.volunteer__container {
		padding: 2rem 0 4rem 10rem;
		width: 85%;
	}
}

.volunteer__pitch {
  font-family: "schoolbook", serif;
	color: #3c3532;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .volunteer__pitch {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .volunteer__pitch {
    font-size: 18px;
    width: 40%;
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .volunteer__pitch {
    font-size: 18px;
    width: 55%;
    max-width: 900px;
  }
}
@media (min-width: 1050px) {
  .volunteer__pitch {
    font-size: 24px;
  }
}

.volunteer__pitch ul {
    font-family: gtamcond, Arial, sans-serif;
    color: #484848;
    font-weight: 700;
	font-size: 24px;
}

@media (min-width: 600px) {
	.volunteer__pitch ul {
    	font-size: 2.25rem;
	}
}

.volunteer__pitch ul li ul {
  font-family: gtamcond, Arial, sans-serif;
  color: #484848;
  font-weight: normal;
  font-size: 24px;
}

.volunteer__action {
	padding: 1.5rem 2.5rem;
	background: #ffffff;
	width: 100%;
	position: relative;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 1.25rem;
	color: #3c3532;
}
@media screen and (min-width: 600px) {
  .volunteer__action {
	top: -4rem;
	  right: 3.5%;
	position: absolute;
	width: 22.25rem;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.25);
  }
}
@media screen and (min-width: 1280px) {
  .volunteer__action {
    margin: 0;
    position: absolute;
    top: -8rem;
    right: 3.5%;
    width: 26.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .ak-pagetype-signup .volunteer__action {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .volunteer__action .form {
    max-height: calc(100vh - 7.1875rem);
    overflow-y: scroll;
  }
}
.volunteer__action__heading {
    color: #130f54;
    font-family: gtamcond, Arial, sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0 0 1rem;
}
.volunteer__action input[type="text"],
.volunteer__action input[type="email"] {
    background-color: #eceff0;
    border: 0;
    border-radius: 0.0625rem;
    color: #000;
    width: 100%;
    display: block;
    font-family: 'GT America', sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem !important;
    padding: 1.0625rem 1.25rem;
}
@media screen and (min-width: 600px) {
	.volunteer__action #ak-fieldbox-first_name, .volunteer__action #ak-fieldbox-last_name {
		margin: 0;
		width: calc((100% - .5rem) * .5);
	}
	.volunteer__action #ak-fieldbox-mobile_phone, .volunteer__action #ak-fieldbox-zip {
		margin: 0;
		width: calc((100% - .5rem) * .5);
	}
	.volunteer__action #ak-fieldbox-first_name, .volunteer__action #ak-fieldbox-mobile_phone {
		margin-right: 2.3%;
		float: left;
	}
	.volunteer__action #ak-fieldbox-last_name, .volunteer__action #ak-fieldbox-zip {
		float: left;
	}
}

.volunteer__action #volunteer-submit-button {
	background: #ef404d;
	font-size: 1rem!important;
	font-weight: 700!important;
	color: #ffffff;
	border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1;
  padding: 1rem;
  width: 100%;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.volunteer__action #volunteer-submit-button:hover {
	background: rgba(239,64,77,0.80);
	cursor: pointer;
	transition: all 0.2s ease;
}

.volunteer__action > .signup__disclaimer {
	font-size: 0.7rem;
	color: #4b4b4b!important;
    margin: 1.5rem 0 0 0;
    line-height: 120%;
    text-align: center;
}

.volunteer__action > .signup__disclaimer,
.volunteer__action > .signup__disclaimer a,
.volunteer__action > .signup__disclaimer a:active, 
.volunteer__action > .signup__disclaimer a:visited {
	color: #3c3532!important;
}

/* VOLUNTEER OPTIONS */

.volunteer-options {
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 80%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

@media screen and (min-width: 320px) and (max-width: 700px) {
	.volunteer-options {
		padding: 0 0 3em 0;
		width: 100%;
		display: block;
		flex-wrap: unset;
	}
}

@media screen and (min-width: 701px) and (max-width: 767px) {
	.volunteer-options {
		padding: 20px 2%;
		width: 96%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.volunteer-options {
		width: 96%;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.volunteer-options {
		width: 90%;
	}
}

.options-engage, .options-text, .options-call {
	width: 21vw;
	height: 21vw;
	position: relative;
}

@media screen and (min-width: 320px) and (max-width: 700px) {	
	.options-engage, .options-text, .options-call {
		margin: 0 auto;
		width: 50vw;
		height: 50vw;
	}
	
	.options-text {
		margin: 20px auto;
	}
}

@media screen and (min-width: 701px) and (max-width: 768px) {	
	.options-engage, .options-text, .options-call {
		width: 25vw;
		height: 25vw;
		position: relative;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {	
	.options-engage, .options-text, .options-call {
		width: 29vw;
		height: 29vw;
		position: relative;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {	
	.options-engage, .options-text, .options-call {
		width: 23vw;
		height: 23vw;
		position: relative;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {	
	.options-engage, .options-text, .options-call {
		width: 22vw;
		height: 22vw;
		position: relative;
	}
}

.options-engage {
	background: url('../img/options-engage.jpg') center center no-repeat;
	background-size: cover;
}

.options-text {
	background: url('../img/options-text.jpg') center center no-repeat;
	background-size: cover;
}

.options-call {
	background: url('../img/options-call.jpg') center center no-repeat;
	background-size: cover;
}

.options-label {
	margin: 0;
	padding: 1em;
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 1em;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
    -webkit-box-shadow: 0 0 20px -1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px -1px rgba(0,0,0,.2);
    box-shadow: 0 0 20px -1px rgba(0,0,0,.2);
}

.volunteer-options a {
  color: #0055aa;
}

.volunteer-options a:hover {
  color: #006fdd;
}

a:hover.vol {
	text-decoration: none!important;
}

/* ENGAGE IN PERSON */

.engage-options {
	margin: 0 auto;
	padding: 40px 0;
	width: 40%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (min-width: 320px) and (max-width: 700px) {
	.engage-options {
		padding: 20px 0;
		width: 100%;
		display: block;
		flex-wrap: unset;
	}
}

@media screen and (min-width: 701px) and (max-width: 767px) {
	.engage-options {
		padding: 20px 2%;
		width: 96%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.engage-options {
		width: 80%;
	}
}

.options-guide, .options-find, .options-webinar {
	width: 12vw;
	height: 12vw;
	position: relative;
}

.options-guide svg, .options-find svg {
  width: auto;
  height: 175px;
}

.fa-map-marked-alt, .fa-file-alt {
  fill: midnightblue;
  color: currentColor;
}

@media screen and (min-width: 320px) and (max-width: 700px) {	
	.options-guide, .options-find, .options-webinar {
		margin: 0 auto;
		width: 80vw;
		height: 80vw;
	}
	
	.options-find {
		margin: 20px auto;
	}
}

@media screen and (min-width: 701px) and (max-width: 767px) {	
	.options-guide, .options-find, .options-webinar {
		width: 25vw;
		height: 25vw;
		position: relative;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {	
	.options-guide, .options-find, .options-webinar {
		width: 20vw;
		height: 20vw;
		position: relative;
	}
}

/* SOCIAL */

.social {
  background: #a3dbe3;
  padding: 5rem 1rem 4rem;
}
@media (min-width: 450px) {
  .social {
    padding: 5rem 2rem 4rem;
  }
}
@media (min-width: 600px) {
  .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .social {
    padding: 5rem 3rem 4rem;
  }
}
@media (min-width: 1220px) {
  .social {
    padding: 7rem 8rem 6rem;
  }
}
@media (min-width: 600px) {
  .social__pitch {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .social__pitch {
    display: block;
    width: calc(100% - 672px);
  }
}
@media (min-width: 1220px) {
  .social__pitch {
    display: block;
    width: calc(100% - 752px);
  }
}
.social__heading {
  color: #0055aa;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
}
@media (min-width: 600px) {
  .social__heading {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .social__heading {
    max-width: 240px;
    font-size: 48px;
    line-height: 1;
  }
}
.social__icon {
  fill: #ef404e;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease;
}
.social__link {
  display: flex;
  margin: 0.5rem 0 0.5rem 0.5rem;
  align-items: center;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #0055aa;
  text-decoration: none;
}
@media (min-width: 600px) {
  .social__link {
    margin: 0.5rem 1.5rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1050px) {
  .social__link {
    margin: 1.25rem 1.5rem 0.5rem 0.5rem;
  }
}
.social__link:hover .social__label, .social__link:focus .social__label {
  color: #ef404e;
}
.social__link:hover .social__icon, .social__link:focus .social__icon {
  transform: scale(1.1);
}
.social__label {
  position: relative;
  transition: all 0.2s ease;
}
.social__label:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    /* top: calc( 50% - 18px); */
    top: -0.95em;
    left: -3.8rem;
    z-index: 0;
}
.social__twitter {
  margin: 2rem auto;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 600px) {
  .social__twitter {
    flex: 0 0 auto;
    width: 240px;
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .social__twitter {
    width: 280px;
  }
}
@media (min-width: 920px) {
  .social__twitter {
    width: 320px;
  }
}
@media (min-width: 1050px) {
  .social__twitter {
    width: 240px;
    margin: 0;
  }
}
@media (min-width: 1220px) {
  .social__twitter {
    width: 320px;
    margin: 0;
  }
}
.social__instagram {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  border: 1px solid #d0a500;
}
@media (min-width: 600px) {
  .social__instagram {
    flex: 0 0 auto;
    width: calc(100% - 272px);
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .social__instagram {
    width: calc(100% - 312px);
  }
}
@media (min-width: 920px) {
  .social__instagram {
    width: calc(100% - 352px);
  }
}
@media (min-width: 1050px) {
  .social__instagram {
    width: 400px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .feature {
    display: flex;
    min-height: 70vh;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .feature {
    min-height: 55vh;
  }
}
.feature__left {
  padding: 3rem 1rem 4rem;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  .feature__left {
    padding: 3rem 2rem 4rem;
  }
}
@media (min-width: 600px) {
  .feature__left {
    padding: 4rem 3rem 5rem;
  }
}
@media (min-width: 768px) {
  .feature__left {
    padding: 3rem 4rem 4rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 auto;
    width: 60%;
  }
}
@media (min-width: 920px) {
  .feature__left {
    padding: 3rem 6rem 4rem 3rem;
  }
}
@media (min-width: 1220px) {
  .feature__left {
    padding: 3rem 10rem 4rem 6rem;
  }
}
.feature__center {
  font-family: "schoolbook", serif;
  color: #3c3532;
  font-size: 16px;
  line-height: 1.45;
}
@media (min-width: 375px) {
  .feature__center {
    font-size: 20px;
  }
}
@media (min-width: 1220px) {
  .feature__center--wide {
    max-width: 550px;
  }
}
.feature__heading {
  color: #130f54;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  letter-spacing: -0.025em;
  line-height: 1;
}
@media (min-width: 768px) {
  .feature__heading {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .feature__heading {
    font-size: 64px;
  }
}

.previewL {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.previewL:hover, .previewL:focus {
  transform: scale(1.025);
}
.previewL:hover .previewL__heading, .previewL:focus .previewL__heading {
  color: #ef404e;
}
.previewL__figure {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin-right: 1rem;
}
@media (min-width: 360px) {
  .previewL__figure {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 375px) {
  .previewL__figure {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 450px) {
  .previewL__figure {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 600px) {
  .previewL__figure {
    width: 160px;
    height: 160px;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .previewL__figure {
    width: 110px;
    height: 110px;
    margin-right: 1rem;
  }
}
@media (min-width: 1220px) {
  .previewL__figure {
    width: 160px;
    height: 160px;
    margin-right: 1.5rem;
  }
}
.previewL__img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.previewL__heading {
  color: #3c3532;
  font-family: "schoolbook", serif;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.2s ease;
}
@media (min-width: 360px) {
  .previewL__heading {
    font-size: 15px;
  }
}
@media (min-width: 375px) {
  .previewL__heading {
    font-size: 16px;
  }
}
@media (min-width: 450px) {
  .previewL__heading {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .previewL__heading {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .previewL__heading {
    font-size: 18px;
  }
}
@media (min-width: 1220px) {
  .previewL__heading {
    font-size: 24px;
  }
}
.previewL__date {
  color: #ef404e;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.2s ease;
}
@media (min-width: 360px) {
  .previewL__date {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  .previewL__date {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .previewL__date {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .previewL__date {
    font-size: 13px;
  }
}
@media (min-width: 1220px) {
  .previewL__date {
    font-size: 16px;
  }
}

.callout {
  background: #130f54;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .callout {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 40%;
  }
}
.callout__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 38px;
  fill: #a3dbe3;
  margin-top: -0.5em;
  margin-right: 1.2rem;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease;
}

.first {
	margin-top: 5px;
}

.second {
    margin-top: 0.4rem;
}

.third {
	margin-top: -0.25rem;
}

.fourth {
	margin-top: 0rem;
}

@media screen and (min-width: 320px) and (max-width: 533px) {
	.first {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -1rem!important;
	}
	.fourth {
		margin-top: -0.5rem!important;
	}	
}

@media screen and (min-width: 534px) and (max-width: 539px) {
	.first {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -1rem!important;
	}
	.fourth {
		margin-top: -0.5rem!important;
	}
}

@media screen and (min-width: 540px) and (max-width: 589px) {
	.first {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: 0.5rem!important;
	}
	.fourth {
		margin-top: -0.5rem!important;
	}
}

@media screen and (min-width: 590px) and (max-width: 600px) {
	.first {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: 0.5rem!important;
	}
	.fourth {
		margin-top: 1rem!important;
	}
}

@media screen and (min-width: 601px) and (max-width: 630px) {
	.first {
		margin-top: 0.5rem!important;
	}
	.third {
		margin-top: -1rem!important;
	}
	.fourth {
		margin-top: -0.5rem!important;
	}
}

@media screen and (min-width: 631px) and (max-width: 684px) {
	.third {
		margin-top: 0rem!important;
	}
	.fourth {
		margin-top: -1rem!important;
	}
}

@media screen and (min-width: 685px) and (max-width: 685px) {
	.fourth {
		margin-top: -0.5rem!important;
	}
}

@media screen and (min-width: 685px) and (max-width: 767px) {
	.third {
		margin-top: 0.25rem!important;
	}
	.fourth {
		margin-top: 0.5rem!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 781px) {
	.first {
		margin-top: -2rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -1rem!important;
	}
	.fourth {
		margin-top: -2rem!important;
	}
}

@media screen and (min-width: 782px) and (max-width: 881px) {
	.first {
		margin-top: -1rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -1rem!important;
	}
	.fourth {
		margin-top: -2rem!important;
	}
}

@media screen and (min-width: 882px) and (max-width: 973px) {
	.first {
		margin-top: -0.75rem!important;
	}
	.second {
		margin-top: 0.5rem!important;
	}
	.third {
		margin-top: -1rem!important;
	}
	.fourth {
		margin-top: -0.5rem!important;
	}
}

@media screen and (min-width: 974px) and (max-width: 1024px) {
	.first {
		margin-top: -0rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: 0rem!important;
	}
	.fourth {
		margin-top: -0.5rem!important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1219px) {
	.first {
		margin-top: 0rem!important;
	}
	.second {
		margin-top: 0.5rem!important;
	}
	.third {
		margin-top: 0rem!important;
	}
	.fourth {
		margin-top: -1rem!important;
	}
}

@media screen and (min-width: 1220px) and (max-width: 1267px) {
	.first {
		margin-top: -2rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -2rem!important;
	}
	.fourth {
		margin-top: -2rem!important;
	}	
}

@media screen and (min-width: 1268px) and (max-width: 1279px) {
	.first {
		margin-top: 0rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -2rem!important;
	}
	.fourth {
		margin-top: -2rem!important;
	}	
}

@media screen and (min-width: 1280px)and (max-width: 1366px) {
	.first {
		margin-top: -2rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -2rem!important;
	}
	.fourth {
		margin-top: -2rem!important;
	}
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
	.first {
		margin-top: -2rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	.third {
		margin-top: -2rem!important;
	}
	.fourth {
		margin-top: -2em!important;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
	.first {
		margin-top: -0.5rem!important;
	}
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: -2rem!important;
	}
	
	.fourth {
		margin-top: -2rem!important;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1605px) {
	.first {
		margin-top: -2rem!important;
	}
	
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: -2rem!important;
	}
	
	.fourth {
		margin-top: -2rem!important;
	}	
}

@media screen and (min-width: 1606px) and (max-width: 1622px) {
	.first {
		margin-top: -0.5rem!important;
	}
	
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: -2rem!important;
	}
	
	.fourth {
		margin-top: -2rem!important;
	}	
}
@media screen and (min-width: 1623px) and (max-width: 1679px) {
	.first {
		margin-top: -0.5rem!important;
	}
	
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: -0.3rem!important;
	}
	
	.fourth {
		margin-top: -2rem!important;
	}
}
@media screen and (min-width: 1680px) and (max-width: 1792px) {
	.first {
		margin-top: -0.5rem!important;
	}
	
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: -0.3rem!important;
	}
	
	.fourth {
		margin-top: -2rem!important;
	}
}
@media screen and (min-width: 1793px) and (max-width: 1920px) {
	.first {
		margin-top: -0.5rem!important;
	}
	
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: -0.3rem!important;
	}
	
	.fourth {
		margin-top: 0rem!important;
	}
}
@media screen and (min-width: 2048px) {
	.first {
		margin-top: 0rem!important;
	}
	
	.second {
		margin-top: 0rem!important;
	}
	
	.third {
		margin-top: 0rem!important;
	}
	
	.fourth {
		margin-top: 0rem!important;
	}
}

.callout__action {
  color: #130f54;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  transition: all 0.2s ease;
}
@media (min-width: 375px) {
  .callout__action {
    font-size: 21px;
  }
}
@media (min-width: 1220px) {
  .callout__action {
    font-size: 28px;
  }
}
.callout__action:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #130f54;
  border-radius: 50%;
  /* top: calc( 50% - 18px); */
  top: -0.35em;
  left: -4.1rem;
  z-index: 0;
}

.callout__main {
  background: #a3dbe3;
  width: calc(100% - 1rem);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 375px) {
  .callout__main {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 450px) {
  .callout__main {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 600px) {
  .callout__main {
    width: calc(100% - 6rem);
  }
}
@media (min-width: 768px) {
  .callout__main {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
.callout__main:before, .callout__main:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1rem;
  background: #a3dbe3;
  left: 0;
}
.callout__main:before {
  top: -1rem;
}
.callout__main:after {
  bottom: -1rem;
}
.callout__item {
  border-bottom: 1px solid #8bbac1;
  padding: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.callout__item:hover .callout__icon, .callout__item:focus .callout__icon {
  transform: scale(1.2);
}
.callout__item:hover .callout__action,
.callout__item:hover .callout__date,
.callout__item:hover .callout__headline, .callout__item:focus .callout__action,
.callout__item:focus .callout__date,
.callout__item:focus .callout__headline {
  color: #0055aa;
}
@media (min-width: 600px) {
  .callout__item {
    padding: 1.15rem 3rem;
  }
}
@media (min-width: 1220px) {
  .callout__item {
    padding: 1.5rem 4rem;
  }
}
.callout__header {
  border-bottom: 1px solid #8bbac1;
  padding-left: 0.5rem;
}
@media (min-width: 1220px) {
  .callout__header {
    padding-left: 3rem;
  }
}
.callout__heading {
  margin: 0;
  background: #ffffff;
  color: #130f54;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  /*transform: rotate(-4deg);*/
  position: relative;
  top: -8px;
  padding: 0.25em 0.35em;
  font-size: 32px;
}
@media (min-width: 600px) {
  .callout__heading {
    font-size: 36px;
  }
}
@media (min-width: 1220px) {
  .callout__heading {
    font-size: 48px;
  }
}
.callout__headline {
  color: white;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1220px) {
  .callout__headline {
    font-size: 24px;
  }
}
.callout__date {
  color: #fabeaf;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.2s ease;
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 360px) {
  .callout__date {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  .callout__date {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .callout__date {
    font-size: 15px;
  }
}

.partners {
  background: #a3dbe3;
  text-align: center;
  padding: 4.5rem 1rem 4rem;
}
@media (min-width: 450px) {
  .partners {
    padding: 4.5rem 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .partners {
    padding: 6rem 3rem;
  }
}
@media (min-width: 1220px) {
  .partners {
    padding: 118px 6rem;
  }
}
.partners__heading {
  color: #0055aa;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .partners__heading {
    font-size: 44px;
    margin: 0 0 30px;
  }
}
@media (min-width: 920px) {
  .partners__heading {
    font-size: 64px;
    margin: 0 0 45px;
  }
}
.partners__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partners__item {
  background: white;
  flex: 0 0 auto;
  width: calc(50% - 8px);
  margin: 4px;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 375px) {
  .partners__item {
    padding: 0.75rem;
  }
}
@media (min-width: 600px) {
  .partners__item {
    width: calc(33% - 8px);
  }
}
@media (min-width: 920px) {
  .partners__item {
    width: calc(25% - 8px);
    padding: 1rem;
  }
}
@media (min-width: 1220px) {
  .partners__item {
    width: calc(20% - 8px);
  }
}
.partners__img {
  max-width: 100%;
  max-height: 100px;
}
@media (min-width: 600px) {
  .partners__img {
    max-height: 105px;
  }
}
.partners__btn {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #0055aa;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  margin-top: 40px;
  padding: 1rem 2rem 0.8rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.partners__btn a {
  color: #FFF;
  text-decoration: none;
}
.partners__btn:hover, .partners__btn:focus {
  background-color: #ef404e;
}
@media (min-width: 1220px) {
  .partners__btn {
    font-size: 26px;
    padding: 1.2rem 2.4rem 1rem;
  }
}
.kicker {
  background: #ffe06a;
  text-align: center;
  padding: 77px 1rem;
}
.kicker__action {
  width: 100%;
}
@media (min-width: 768px) {
  .kicker {
    padding: 77px 3rem;
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
  .kicker__action {
    width: 70%;
  }
}
@media (min-width: 1220px) {
  .kicker {
    padding: 77px 6rem;
  }
}
.kicker__heading {
  margin: 0;
  color: #0055aa;
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .kicker__heading {
    margin-bottom: 0em;
    margin-top: 0.2em;
  }
}
@media (min-width: 1220px) {
  .kicker__heading {
    font-size: 44px;
  }
}
.kicker__btn {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #ef404e;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 1rem 2rem 0.8rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media (min-width: 1220px) {
  .kicker__btn {
    font-size: 26px;
    padding: 1.2rem 2.4rem 1rem;
  }
}
.kicker__btn:hover, .kicker__btn:focus {
  background-color: #0055aa;
}
.kicker__signup {
  display: none;
}

/* COMMIT */

#commit_form {
  margin-top: 25px;
}

#commit_form input[type="checkbox"] { display: none; }

#commit_form input[type="checkbox"] + label > span {
  background-image: url(../img/square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 19px;
}

#commit_form input[type="checkbox"]:checked + label > span {
  background-image: url(../img/check-square.svg);
}

#commit_form label,
#commit_form .form_volunteer label[for="id_action_volunteer_yes"] {
  display: block;
  font-family: gtamcond, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

/*#commit_form .form_endorse label,
#commit_form .form_volunteer label {
  margin: 10px;
}*/

/*#commit_form .form_volunteer label {
  display: inline-block;
  margin: 0;
  width: 49%;
}*/

#commit_form input[type="text"],
#commit_form input[type="email"],
#commit_form input[type="tel"] {
  background: #FFF;
  border: 1px solid #0055aa;
  font-family: gtamcond, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 100%;
}

#commit_form input[type="text"]:focus,
#commit_form input[type="email"]:focus,
#commit_form input[type="tel"]:focus,
#commit_form select:focus,
#commit_form textarea:focus {
  border: 1px solid #ef404e;
  outline: 0;
}

#commit_form label[for="id_action_volunteer_other"] {
  float: left;
}

#commit_form input#id_action_volunteer_other_value {
  border: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  height: 30px;
  margin: 7px 0 0;
  padding: 0;
  width: calc(50%);
}

#commit_form label[for="id_action_volunteer_join_gotv"] {
  margin-bottom: 0;
}

.form_display_name {
  margin: 30px 0 20px;
}

.form_fname,
.form_lname {
  width: 49%;
}

.form_email,
.form_state {
  width: 59%;
}

.form_phone,
.form_zip {
  width: 39%;
}

.form_fname,
.form_email,
.form_state {
  float: left;
}

.form_lname,
.form_phone,
.form_zip {
  float: right;
}

@media all and (min-width: 1025px) {
	.form_state {
		margin-right: 2%;
	}
}

select {
  background: #FFF;
  border: 1px solid #130f54;
  font-family: gtamcond, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  min-width: 100px;
  padding: 0 15px;
  width: 49.5%;
}

.form_state select {
  width: 100%;
}

textarea {
  background: #FFF;
  border: 1px solid #130f54;
  font-family: gtamcond, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 10px 15px;
  width: 100%;
}

.form_impact {
  margin-top: 25px;
}

#commit_form input[type="submit"] {
  background: #130f54;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  font-family: gtamcond, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 20px auto 25px;
  padding: 0 45px;
  text-transform: uppercase;
}

#commit_form input[type="submit"]:hover {
  background: #a3dbe3;
}

/* FOOTER */

.footer {
  background: #130f54;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 88px 1rem 40px;
}
.footer__legal {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 16px;
  letter-spacing: 0.075em;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.65);
  margin: 40px 0;
}

.footer__legal a, .footer__legal a:active, .footer__legal a:visited {
	color: #ffffff;
}

.footer__legal a:hover {
	color: #a3dbe3;
}

.footer__disclaimer {
  color: #FFF;
  margin: 10px auto;
  max-width: 745px;
  padding: 0 2rem;
}

.footer__disclaimer a, .footer__disclaimer a:active, .footer__disclaimer a:visited {
  color: #ffffff;
}

.flogo {
  margin: 0;
  line-height: 1;
}
.flogo__img {
  height: 85px;
}

.fnav {
  margin-top: 62px;
}
.fnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 770px) {
	.fnav__list li {
		margin-bottom: 5px;
	}
	
	.fnav__list li:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 1180px) {
  .fnav__list {
    display: flex;
    justify-content: center;
  }
}
.fnav__item {
  margin: 1rem 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.fnav__link {
	margin: 5px;
  text-decoration: none;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.fnav__link:hover, .fnav__link:focus {
  color: #ffe06a;
}

.fsubnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .fsubnav__list {
    /*display: flex;*/
    justify-content: center;
  }
}
.fsubnav__item {
  margin: 1.5rem 10px;
  font-size: 14px;
}
.fsubnav__link {
  text-decoration: none;
  color: white;
  transition: all 0.2s ease;
}
.fsubnav__link:hover, .fsubnav__link:focus {
  color: #ffe06a;
}

/* Single Page */

.aContainer {
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.aHeader {
  background: #130f54;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 7rem 1rem 1.5rem;
}
@media (min-width: 450px) {
  .aHeader {
    padding: 8rem 1.5rem 1.5rem;
  }
}
@media (min-width: 600px) {
  .aHeader {
    padding: 9rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .aHeader {
    padding: 11rem 3rem 2.5rem;
  }
}
.aHeader__title {
  margin: 0;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: #130f54;
  background: #a3dbe3;
  /*transform: rotate(-3deg);*/
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  padding: 0.25em 0.35em;
  font-size: 13px;
}
@media (min-width: 450px) {
  .aHeader__title {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .aHeader__title {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .aHeader__title {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .aHeader__title {
    font-size: 24px;
  }
}
.aHeader__heading {
  margin: 0;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  line-height: 0.9;
}
@media (min-width: 450px) {
  .aHeader__heading {
    font-size: 42px;
  }
}
@media (min-width: 600px) {
  .aHeader__heading {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .aHeader__heading {
    font-size: 58px;
  }
}
@media (min-width: 920px) {
  .aHeader__heading {
    font-size: 64px;
  }
}

.aMeta {
  color: #ef404e;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 450px) {
  .aMeta {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 600px) {
  .aMeta {
    padding: 2rem 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .aMeta {
    padding: 2rem 3rem 1rem;
  }
}

.sShare {
  display: flex;
  margin: 0 auto;
}
.sShare__link {
  text-decoration: underline;
  display: block;
  position: relative;
  margin-left: 18px;
}
.sShare__link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  /* background: #ffe06a; */
  border-radius: 3em;
  position: absolute;
  top: 2px;
  left: -4px;
}
.sShare__icon {
  width: 28px;
  height: 28px;
  fill: #130f54;
  position: relative;
  z-index: 9;
}

.aBody {
  padding: 1rem 1rem;
}
@media (min-width: 450px) {
  .aBody {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 600px) {
  .aBody {
    padding: 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .aBody {
    padding: 2rem 3rem 2rem;
  }
}
.aBody h1, .aBody h2, .aBody h3, .aBody h4 {
  margin: 1.5em 0 0;
  text-transform: uppercase;
  color: #552564;
}
.aBody h1:first-child, .aBody h2:first-child, .aBody h3:first-child, .aBody h4:first-child {
  margin: 0;
}

.aBody p, .aBody li, .aBody blockquote {
  font-family: "schoolbook", serif;
  color: #3c3532;
}
@media (min-width: 768px) {
  .aBody p, .aBody li, .aBody blockquote {
    font-size: 20px;
  }
}
.aBody p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .aBody p {
    line-height: 1.6;
  }
}
.aBody a {
  color: #0055aa;
}
.aBody a:hover, .aBody a:focus {
  text-decoration: underline;
  color: #006fdd;
}
.aBody li {
  line-height: 1.3;
  margin: 0.5rem 0;
}
.aBody blockquote {
  padding: 0 0.5rem 0 1rem;
  margin: 0;
  border-left: 3px solid #a3dbe3;
}

.more-link {
	display: none;
}

.aBody .videoWrapper {
  margin: 2rem 0;
}

.aBody .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.aBody .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* WORDPRESS FLOAT CSS */

.alignnone {
  margin: 5px 20px 20px 0;
  clear: both;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
  clear: right;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  clear: left;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aFooter {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
}


/* Additions */
/* .social__pitch { width: 100%; } */

/* .social__heading { max-width: none; } */

a.social__link { margin-bottom: 2rem; display: block; }

section#social { padding: 3rem 8rem; }

@media screen and (max-width: 920px) {
  section#social { padding: 3rem 4rem; }
}

.feature__center ul { list-style: none; }

.feature__center li { position: relative; }

.feature__center li:before {
  content: '\2713';
  left: -20px;
  position: absolute;
}

/* Form */
.intro__action input {
  background: #FFF;
  border: 1px solid #FFF;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 32.25%;
}

.intro__action input#id_city,
.intro__action select#id_state {
	margin-right: 1%;
	width: 32.5%;
	float: left;
}

.intro__action input#id_zip {
	width: 32.5%;
	float: left;
}

.intro__action input::placeholder {
  color: #3c3532;
}

.intro__action input:focus {
  border: 1px solid #3c3532;
  outline: 0;
}

.intro__action button[type=submit] {
  background: #a3dbe3;
  border: 0;
  box-sizing: border-box;
  color: #130f54;
  cursor: pointer;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  height: 50px;
  margin: 5px auto;
  padding: 0 45px;
  text-transform: uppercase;
  width: 33%;
}

.intro__action button[type=submit]:hover,
.intro__action button[type=submit]:focus {
  background: #130f54;
  color: #ffffff;
  outline: 0;
}

.intro__action input#id_first_name {
  float: left;
  margin-right: 1%;
  width: 49.5%;
}

.intro__action input#id_last_name {
	float: left;
	width: 49.5%;
}

.intro__action input#id_email {
  width: 49.5%;
	margin-right: 1%;
	float: left;
}

.intro__action input#id_mobile_phone {
	float: left;
	width: 49.5%;
}

.intro__action button[type=submit] {
	margin-left: 1%;
	width: 66.5%;
}

.hide {
	display: none!important;
}

@media screen and (max-width: 920px) {
  .intro__action input#id_first_name,
  .intro__action input#id_zip {
    float: left;
    margin-right: 0;
    width: 49.5%;
  }

  .intro__action input#id_last_name,
  .intro__action input#id_mobile_phone {
    float: right;
    margin-right: 0;
    width: 49.5%;
  }

  .intro__action input#id_email,
  .intro__action button[type=submit] {
    float: none;
    width: 100%;
  }

  .intro__action button[type=submit] {
	  margin-left: 0;	
	}
}

@media screen and (max-width: 499px) {
  .intro__action input#id_first_name,
  .intro__action input#id_last_name,
  .intro__action input#id_zip,
  .intro__action input#id_mobile_phone,
  .intro__action input#id_email,
  .intro__action button[type=submit] {
    float: none;
    width: 100%;
  }
}

/* PLEDGE */

.pledge {
	background: #FFF;
    border: 1px solid rgba(0,0,0,0.50);
    font-family: gtamcond, Arial, sans-serif;
    font-size: 1.1rem;
    height: 50px;
    letter-spacing: 1px;
    margin: 5px 0;
    padding: 0;
	width: 100%;
	text-indent: 15px;
}

.pledge-button {
	background: #ef404e;
	border: 0;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 1.5rem;
	height: 50px;
	margin: 5px auto;
	padding: 0;
	text-transform: uppercase;
	width: 100%;	
}

.pledge-button:hover {
    background: #0055aa;
    outline: 0;
}

/* KICKER */

.kicker input {
  background: #FFF;
  border: 1px solid #0055aa;
  font-family: gtamcond, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
}

.kicker input:focus {
  border: 1px solid #ef404e;
  outline: 0;
}

.kicker button[type=submit] {
  background: #0055aa;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 5px auto 40px auto;
  padding: 0 45px;
  text-transform: uppercase;
}

.kicker button[type=submit]:hover,
.kicker button[type=submit]:focus {
  background: #ef404e;
  outline: 0;
}

.kicker input#id_first_name,
.kicker input#id_mobile_phone,
.kicker select#id_state {
  float: left;
  width: 49.5%;
}

.kicker input#id_last_name,
.kicker input#id_city,
.kicker input#id_zip {
  float: right;
  width: 49.5%;
}

.kicker input#id_email {
  width: 100%;
}

.kicker button[type=submit] {
  width: 25%;
  float: right;
}

@media screen and (max-width: 499px) {
  .kicker input#id_first_name,
  .kicker input#id_last_name,
  .kicker input#id_zip,
  .kicker input#id_mobile_phone,
  .kicker input#id_email,
  .kicker button[type=submit] {
    float: none;
    width: 100%;
  }
}

.signup-btn-top,
.signup-btn-bot,
.signup-btn-sub { cursor: pointer; }

em {
  color: #130f54;
  display: block;
  font-family: "schoolbook", serif;
  margin: 5px auto;
}

.signup__disclaimer,
.signup__disclaimer a {
  color: #FFF;
}

.kicker .signup__disclaimer,
.kicker .signup__disclaimer a {
  color: #000;
  clear: both;
}

.signup__disclaimer {
  margin-top: 30px;
}

hr.hr_article {
  background: #4c4c4c;
  border: 0;
  height: 1px;
  margin: 50px auto;
  max-width: 736px;
  width: 80%;
}

hr.hr_article:last-of-type {
	display: none;
}

/* PLEDGE PAGE -- FULL IMAGE BACKGROUND */

.pledge__container {
	margin: 0;
	padding: 0;
	width: 55%;
}

@media (min-width: 320px) and (max-width: 920px) {
	.pledge__container {
		width: 100%;
	}
}

@media (min-width: 921px) and (max-width: 1024px) {
	.pledge__container {
		width: 54%;
	}
}

@media (min-width: 1025px) and (max-width: 1179px) {
	.pledge__container {
		width: 78%;
	}
}

.pledge__title {
  margin: 0!important;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: #130f54;
  background: #a3dbe3;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  padding: 0.25em 0.35em;
  font-size: 13px;
}
@media (min-width: 450px) {
  .pledge__title {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .pledge__title {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .pledge__title {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .pledge__title {
    font-size: 24px;
  }
}
.pledge__heading {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  line-height: 0.9;
}
@media (min-width: 450px) {
  .pledge__heading {
    font-size: 42px;
  }
}
@media (min-width: 600px) {
  .pledge__heading {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .pledge__heading {
    font-size: 58px;
  }
}
@media (min-width: 920px) {
  .pledge__heading {
    font-size: 64px;
  }
}

.pledge__pitch {
  color: white;
  font-family: "schoolbook", serif;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 600px) {
  .pledge__pitch {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .pledge__pitch {
    font-size: 18px;
    width: 80%;
    max-width: 900px;
  }
}
@media (min-width: 1050px) {
  .pledge__pitch {
    font-size: 24px;
  }
}

.pledge__action input {
  background: #FFF;
  border: 1px solid #FFF;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 32.25%;
}

.pledge__action input#id_city,
.pledge__action select#id_state {
	margin-right: 1%;
	width: 32.5%;
	float: left;
}

.pledge__action input#id_zip {
	width: 32.5%;
	float: left;
}

.pledge__action input::placeholder {
  color: #3c3532;
}

.pledge__action input:focus {
  border: 1px solid #3c3532;
  outline: 0;
}

.pledge__action button[type=submit] {
  background: #a3dbe3;
  border: 0;
  box-sizing: border-box;
  color: #130f54;
  cursor: pointer;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  height: 50px;
  margin: 5px auto;
  padding: 0 45px;
  text-transform: uppercase;
  width: 33%;
	transition: all 0.2s ease;
}

.pledge__action button[type=submit]:hover,
.pledge__action button[type=submit]:focus {
  background: #130f54;
  color: #ffffff;
  outline: 0;
	transition: all 0.2s ease;
}

.pledge__action input#id_first_name {
  float: left;
  margin-right: 1%;
  width: 49.5%;
}

.pledge__action input#id_last_name {
	float: left;
	width: 49.5%;
}

.pledge__action input#id_email {
	float: left;
	margin-right: 1%;
  width: 49.5%;
}

.pledge__action input#id_mobile_phone {
	float: left;
	width: 49.5%;
}

.pledge__action button[type=submit] {
	margin-left: 1%;
	width: 66.5%;
}

@media screen and (max-width: 920px) {
  .pledge__action input#id_first_name,
  .pledge__action input#id_zip {
    float: left;
    margin-right: 0;
    width: 49.5%;
  }

  .pledge__action input#id_last_name,
  .pledge__action input#id_mobile_phone {
    float: right;
    margin-right: 0;
    width: 49.5%;
  }

  .pledge__action input#id_email,
  .pledge__action button[type=submit] {
	  margin: 5px 0;
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .pledge__action input#id_first_name,
  .pledge__action input#id_last_name,
  .pledge__action input#id_zip,
  .pledge__action input#id_mobile_phone,
  .pledge__action input#id_email,
  .pledge__action button[type=submit] {
    float: none;
    width: 100%;
  }
}

.sShare__pledge {
  display: flex;
  margin: 30px auto 0 auto;
  justify-content: center;
}

@media (min-width: 600px) {
	.sShare__pledge {
  		justify-content: unset;
	}
}

.pledge__icon {
  width: 28px;
  height: 28px;
  fill: #a3dbe3;
  position: relative;
  z-index: 9;
}

.commit__icon {
  width: 28px;
  height: 28px;
  fill: #130f54;
  position: relative;
  z-index: 9;
}

.sShare__link__pledge {
  text-decoration: underline;
  display: block;
  position: relative;
}

.sShare__link__pledge:nth-child(2) {
  margin-left: 18px;
}
.sShare__link__pledge:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  /* background: #ffe06a; */
  border-radius: 3em;
  position: absolute;
  top: 2px;
  left: -4px;
}

/* COMMIT PAGE -- IMAGE HEADER */

.commit__header {
  padding: 9rem 1rem 2rem;
  background-color: #3c3532;
  background-attachment: unset!important;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 600px) {
  .commit__header {
    background-attachment: fixed;
    padding: 11rem 2rem 8rem;
  }
}
@media (min-width: 768px) {
  .commit__header {
    padding: 11rem 3rem 3rem;
  }
}
@media (min-width: 1220px) {
  .commit__header {
    padding: 10rem 10rem 3rem;
  }
}

.commit__container {
    margin: 0;
	width: 80%;
    position: relative
}
@media (min-width: 320px) {
	.commit__container {
		padding: 2rem 1rem 4rem;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.commit__container {
		padding: 2rem 0 4rem 3rem;
		width: 100%;
	}
}
@media (min-width: 1366px) {
	.commit__container {
		padding: 2rem 0 4rem 10rem;
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.commit__container {
		padding: 2rem 0 4rem 10rem;
		width: 90%;
	}
}
@media (min-width: 1600px) {
	.commit__container {
		padding: 2rem 0 4rem 10rem;
		width: 85%;
	}
}

.commit__pitch {
  font-family: "schoolbook", serif;
	color: #3c3532;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .commit__pitch {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .commit__pitch {
    font-size: 18px;
    width: 50%;
    max-width: 900px;
  }
  .commit__pitch--revised{
    width: 90%!important;
  }
}

@media (min-width: 1024px) {
  .commit__pitch--revised {
    width: 50%!important;
    min-height: 600px!important;
  }
}

@media (min-width: 1050px) {
  .commit__pitch {
    font-size: 24px;
  }
}

.commit__pitch ul {
    font-family: gtamcond, Arial, sans-serif;
    color: #484848;
    font-weight: 700;
	font-size: 24px;
}

@media (min-width: 600px) {
	.commit__pitch ul {
    	font-size: 2.25rem;
	}
}

.commit__pitch ul li ul {
  font-family: gtamcond, Arial, sans-serif;
  color: #484848;
  font-weight: normal;
  font-size: 24px;
}

.commit__action,
.commit__aside{
	padding: 1.5rem 2.5rem;
	background: #ffffff;
	width: 100%;
	position: relative;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 1.25rem;
	color: #3c3532;
}
@media screen and (min-width: 600px) {
  .commit__action {
	top: -4rem;
	  right: 3.5%;
	position: absolute;
	width: 22.25rem;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.25);
  }
}
@media screen and (min-width: 1280px) {
  .commit__action {
    margin: 0;
    position: absolute;
	  top: -8rem;
    right: 3.5%;
    width: 26.25rem;
  }
}

.commit__aside{
	padding: 3.5rem 2.5rem 2.5rem 2.5rem;
	background: #ffffff;
	width: 100%;
	position: relative;
	font-family: gtamcond, Arial, sans-serif;
	font-size: 1.25rem;
	color: #3c3532;
}

.commit__aside--heading{
  margin: -2.2em -2em;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
  background: #ef404d;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  padding: 0.25em 0.35em;
  font-size: 28px;
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .commit__aside {
	top: -4rem;
	right: 3.5%;
	position: absolute;
	width: 22.25rem;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.25);
  }
}
@media screen and (min-width: 1280px) {
  .commit__aside {
    margin: 0;
    position: absolute;
	  top: -2rem;
    right: 3.5%;
    width: 26.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .ak-pagetype-signup .commit__action {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .commit__action .form {
    max-height: calc(100vh - 7.1875rem);
    overflow-y: scroll;
  }
}

.commit__action__heading {
    color: #130f54;
    font-family: gtamcond, Arial, sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin: 0 0 1rem;
}

.ak-commit-fields input[type="text"],
.ak-commit-fields input[type="email"]{
  background-color: #eceff0;
  border: 0;
  border-radius: 0.0625rem;
  color: #000;
  width: 100%;
  display: block;
  font-family: 'GT America', sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: .5rem !important;
  padding: 1.0625rem 1.25rem;
}

.commit__action input[type="text"] {
    background-color: #eceff0;
    border: 0;
    border-radius: 0.0625rem;
    color: #000;
	  width: 100%;
    display: block;
    font-family: 'GT America', sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem !important;
    padding: 1.0625rem 1.25rem;
}
@media screen and (min-width: 600px) {
	.commit__action #ak-fieldbox-first_name, .commit__action #ak-fieldbox-last_name {
		margin: 0;
		width: calc((100% - .5rem) * .5);
	}
	.commit__action #ak-fieldbox-mobile_phone, .commit__action #ak-fieldbox-zip {
		margin: 0;
		width: calc((100% - .5rem) * .5);
	}
	.commit__action #ak-fieldbox-first_name, .commit__action #ak-fieldbox-mobile_phone {
		margin-right: 2.3%;
		float: left;
	}
	.commit__action #ak-fieldbox-last_name, .commit__action #ak-fieldbox-zip {
		float: left;
	}
}

.commit__action #pledge-submit-button,
.commit__aside #pledge-submit-button {
	background: #ef404d;
	font-size: 1rem!important;
	font-weight: 700!important;
	color: #ffffff;
	border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    padding: 1rem;
    width: 100%;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.commit__action #pledge-submit-button:hover,
.commit__aside #pledge-submit-button:hover {
	background: rgba(239,64,77,0.80);
	cursor: pointer;
	transition: all 0.2s ease;
}

.commit__action > .signup__disclaimer,
.commit__aside > .signup__disclaimer {
	font-size: 0.7rem;
	color: #4b4b4b!important;
    margin: 1.5rem 0 0 0;
    line-height: 120%;
    text-align: center;
}

.commit__action > .signup__disclaimer,
.commit__action > .signup__disclaimer a,
.commit__action > .signup__disclaimer a:active, 
.commit__action > .signup__disclaimer a:visited {
	color: #3c3532!important;
}

.commit__aside > .signup__disclaimer,
.commit__aside > .signup__disclaimer a,
.commit__aside > .signup__disclaimer a:active, 
.commit__aside > .signup__disclaimer a:visited {
	color: #3c3532!important;
}

/* TIPS PAGE */

.return-to-top {
	text-align: right;
}

/* ENDORSE FORM */

#endorse_form {
  margin-top: 25px;
}

#endorse_form input[type="checkbox"] { display: none; }

#endorse_form input[type="checkbox"] + label > span {
  background-image: url(../img/square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 19px;
}

#endorse_form input[type="checkbox"]:checked + label > span {
  background-image: url(../img/check-square.svg);
}

#endorse_form label,
#endorse_form .form_volunteer label[for="id_action_volunteer_yes"] {
  display: block;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

#endorse_form .form_endorse label,
#endorse_form .form_volunteer label {
  margin: 10px;
}

/*#endorse_form .form_volunteer label {
  display: inline-block;
  margin: 0;
  width: 49%;
}*/

#endorse_form input[type="text"],
#endorse_form input[type="email"],
#endorse_form input[type="tel"] {
  background: #FFF;
  border: 1px solid #0055aa;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 100%;
}

#endorse_form input[type="text"]:focus,
#endorse_form input[type="email"]:focus,
#endorse_form input[type="tel"]:focus {
  border: 1px solid #ef404e;
  outline: 0;
}

#endorse_form label[for="id_action_volunteer_other"] {
  float: left;
}

#endorse_form input#id_action_volunteer_other_value {
  border: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  height: 30px;
  margin: 7px 0 0;
  padding: 0;
  width: calc(50%);
}

#endorse_form label[for="id_action_volunteer_join_gotv"] {
  margin-bottom: 0;
}

.form_display_name {
  margin: 30px 0 20px;
}

.form_fname,
.form_lname {
  width: 49%;
}

.form_title,
.form_zip {
  width: 39%;
}

.form_org,
.form_phone {
  width: 39%;
}

.form_fname,
.form_title,
.form_zip {
  float: left;
}

.form_lname,
.form_org,
.form_phone {
  float: right;
}

.form_volunteer {
  clear: left;
  margin: 30px 0;
}

#endorse_form input[type="submit"] {
  background: #0055aa;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 0 auto 25px;
  padding: 0 45px;
  text-transform: uppercase;
}

#endorse_form input[type="submit"]:hover {
  background: #ef404e;
}

.stories .aContainer {
  /*border-bottom: 1px solid #DDD; */
  margin-top: 45px;
  padding-bottom: 30px;
}

.more_story {
  background-color: #FFF;
  bottom: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 5;
}

/*.shade {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  height: 15px;
}*/

.more {
  border-top: 1px solid #3c3532;
  cursor: pointer;
  margin-top: 10px;
  padding-top: 8px;
  transition-duration: .5s;
}

.more svg {
  display: inline-block;
  fill: #0055aa;
  height: 16px;
  margin-left: 2px;
  position: relative;
  top: 3px;
  transition-duration: .5s;
}

.more:hover svg {
  fill: #ef404e;
}

.more p {
  color: #0055aa;
  display: inline-block;
  font-family: gtamcond, Arialz, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  transition-duration: .5s;
}

.more:hover p {
  color: #ef404e;
}

.stories .aContainer:first-of-type {
  margin-top: 0;
}

.aBody.stories h1 {
  margin-top: 0;
}

.aBody.stories h3 {
  margin-top: 4px;
}

.aBody img.story_photo {
  float: right;
  margin: 0 0 25px 25px;
  height: 250px;
  width: auto;
}

@media screen and (max-width: 599px) {
  .aBody img.story_photo {
    height: 200px;
  }
}

@media screen and (max-width: 419px) {
  .aBody img.story_photo {
    float: none;
    height: 220px;
    margin: 0 0 10px 0;
  }

  .aBody.stories h1 {
    font-size: 27px;
  }

  .more_story {
    text-align: center;
  }

  .more {
    background: #0055aa;
    border-top: 0;
    padding: 5px 0;
  }

  .more:hover,
  .more:focus {
    background: #ef404e;
  }

  .more svg,
  .more:hover svg,
  .more:focus svg {
    fill: #FFF;
  }

  .more p,
  .more:hover p,
  .more:focus p {
    color: #FFF;
  }
}

.aMeta__date .partners__btn {
  margin: 0;
}
@media (min-width: 1220px) {
  .aMeta__date .partners__btn {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  .aMeta__date .partners__btn {
    font-size: 16px;
  }
}

#volunteer_form {
  margin-top: 25px;
}

#volunteer_form input[type="checkbox"] { display: none; }

#volunteer_form input[type="checkbox"] + label > span {
  background-image: url(../img/square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 19px;
}

#volunteer_form input[type="checkbox"]:checked + label > span {
  background-image: url(../img/check-square.svg);
}

#volunteer_form label,
#volunteer_form .form_volunteer label[for="id_action_volunteer_yes"] {
  display: block;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

#volunteer_form .form_endorse label,
#volunteer_form .form_volunteer label {
  margin: 10px;
}

#volunteer_form input[type="text"],
#volunteer_form input[type="email"],
#volunteer_form input[type="tel"] {
  background: #FFF;
  border: 1px solid #0055aa;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 100%;
}

#volunteer_form input[type="text"]:focus,
#volunteer_form input[type="email"]:focus,
#volunteer_form input[type="tel"]:focus {
  border: 1px solid #ef404e;
  outline: 0;
}

#volunteer_form label[for="id_action_volunteer_other"] {
  float: left;
}

#volunteer_form input#id_action_volunteer_other_value {
  border: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  height: 30px;
  margin: 7px 0 0;
  padding: 0;
  width: calc(50%);
}

#volunteer_form label[for="id_action_volunteer_join_gotv"] {
  margin-bottom: 0;
}

#volunteer_form input[type="submit"] {
  background: #0055aa;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 0 auto 25px;
  padding: 0 45px;
  text-transform: uppercase;
}

#volunteer_form input[type="submit"]:hover {
  background: #ef404e;
}

#volunteer_form #id_zip {
  margin-bottom: 30px;
}

ul._alt { list-style: none; }


/* Alert */
#alert__container {
  background: rgba(0, 0, 0, .7);
  /*display: none;*/
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 10;
}

#alert__info {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
  margin: 0 auto;
  max-width: 550px;
  min-width: 290px;
  overflow: hidden;
  position: relative;
  top: 20vh;
  width: 60%;
}

#alert__exit {
  cursor: pointer;
  right: 10px;
  position: absolute;
  top: 10px;
}

#alert__exit svg {
  fill: #FFF;
  height: 25px;
  width: 25px;
}

.alert__banner {
  background-image: url(../img/lady-lc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
}

.alert__deets {
  padding: 5px 25px;
  text-align: center;
}

#alert__info h1 {
  background-color: #ffe06a;
  color: #0055aa;
  font-family: gtamcond, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: -.4px;
  line-height: 1.3;
  margin: 20px auto;
  text-transform: uppercase;
}

#alert__info h3 {
  color: #000;
  font-family: "schoolbook", serif;
  font-size: 22px;
  font-weight: 400;
  margin: auto;
}

#alert__info p {
  font-size: 17px;
  line-height: 1.4;
}

#alert__info a {
  background: #ef404e;
  color: #FFF;
  display: inline-block;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 50px;
  margin: 20px auto;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: .2s;
}

#alert__info a:hover {
  background: #0055aa;
}

/* FONTS */

@font-face {
  font-family: 'gtamstandard';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('GT America Standard Regular'), url('../fonts/GT-America-Standard-Regular.woff2') format('woff2'),
    url('../fonts/GT-America-Standard-Regular.woff') format('woff'),
    url('../fonts/GT-America-Standard-Regular.ttf') format('truetype'),
    url('../fonts/GT-America-Standard-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'gtamstandard';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('GT America Standard Bold'), url('../fonts/GT-America-Standard-Bold.woff2') format('woff2'),
    url('../fonts/GT-America-Standard-Bold.woff') format('woff'),
    url('../fonts/GT-America-Standard-Bold.ttf') format('truetype'),
    url('../fonts/GT-America-Standard-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'gtamcond';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('GT America Condensed Regular'), url('../fonts/GT-America-Condensed-Regular.woff2') format('woff2'),
    url('../fonts/GT-America-Condensed-Regular.woff') format('woff'),
    url('../fonts/GT-America-Condensed-Regular.ttf') format('truetype'),
    url('../fonts/GT-America-Condensed-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'gtamcond';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('GT America Condensed Bold'), url('../fonts/GT-America-Condensed-Bold.woff2') format('woff2'),
    url('../fonts/GT-America-Condensed-Bold.woff') format('woff'),
    url('../fonts/GT-America-Condensed-Bold.ttf') format('truetype'),
    url('../fonts/GT-America-Condensed-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'schoolbook';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('CenturySchoolbook-Regular'), url('../fonts/CenturySchoolbook-Regular-webfont.woff2') format('woff2'),
    url('../fonts/CenturySchoolbook-Regular-webfont.woff') format('woff');
}

.clearfix {
	clear: both;
}

/* NEW PLEDGE AND COMMIT */
small#commit--disclaimer{
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
}

small#commit--disclaimer a{
  color: #130f54;
}

html { margin: 0!important; }

.rfa__img{
  height: 75px;
}

@media (min-width: 600px) {
  .rfa__img { height: 150px; }
}

.pledge_bg { background-color: #a3dbe3; }
.pledge__background {
  margin: 0;
  padding: 200px 0 0 0;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 100%;
  min-height: 80vh;
  display: flex;
}
@media (max-width: 1024px) {
  .pledge__background {
    padding: 150px 0 0 0;
    background-position: center center;
  }
}
@media (max-width: 600px) {
  .pledge__background {
    padding: 110px 0 0 0;
    background-position: center center;
  }
}
.pledge__container {
  margin: 0 auto;
  padding: 0 0 2em 0;
  width: 90%;
  position: relative;
}
.pledge__content {
  margin: 0;
  padding: 0 0 1em 0;
  width: 45%;
  font-size: 32px;
  color: white;
}
@media (max-width: 1366px) {
  .pledge__content {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .pledge__content {
    width: 100%;
    font-size: 21px;
  }
}
.pledge__content > h1 {
  margin: 0;
  padding: 0;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  font-size: 78px;
  line-height: 1.05;
}
@media (max-width: 600px) {
  .pledge__content > h1 {
    font-size: 36px;
  }
}

.pledge__content--wide{
  width: 100%;
}

.white {
  color: white;
}
.blue {
  color: #130f54;
}
.commit__form {
  padding: 1em;
  background: #130f54;
}
.unclicked {
  width: 80.5%!important;
}
@media (max-width: 1680px) {
  .unclicked {
    width: 73.5%!important;
  }
}
@media (max-width: 1600px) {
  .unclicked {
    width: 74.5%!important;
  }
}
@media (max-width: 1440px) {
  .unclicked {
    width: 73.5%!important;
  }
}
@media (max-width: 1024px) {
  .unclicked {
    width: 100%!important;
  }
}
#pledge-expand {
  margin: 5px 0;
  padding: 0 1.5em;
  background: #a3dbe3;
  height: 50px;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #130f54;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.14s ease;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #pledge-expand {
    width: 100%!important;
  }
}
#pledge-expand:hover {
  background: #ffffff;
  color: #130f54;
}
.commit__form #pledge-submit-button:hover {
  background: #ffffff;
  color: #130f54;
}
.pledge__disclaimer {
  width: 45%;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 100;
}
@media (max-width: 600px) {
  .pledge__disclaimer {
    width: 100%;
  }
}
.white a,
.white a:active,
.white a:visited {
  color: white;
}
.blue a,
.blue a:active,
.blue a:visited {
  color: #130f54;
}

/* ISSUE GUIDES */

.issue-guide__container {
  margin: 0 auto;
  padding: 1em;
  background: #eeeeee;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.guide__box {
  padding: 1em;
  background: #ffffff;
  font-family: "schoolbook", serif;
  color: #3c3532;
}

.guide__box a,
.guide__box a:active,
.guide__box a:visited {
  color: #0055aa;
}

.guide__box a:hover {
  color: #006fdd;
}

.guide__box:first-of-type {
  margin: 0 0 1em 0;
}

@media (min-width: 768px) {
  .issue-guide__container {
    padding: 2em 1em;
  }
  .guide__box {
    padding: 2em 5em;
    font-size: 1.15em;
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  .issue-guide__container {
    padding: 2em 2em;
    flex-direction: row;
  }
  .guide__box {
    width: 50%;
    font-size: 20px;
  }
  .guide__box:first-of-type {
    margin: 0 1em 0 0;
  }
  .guide__box:nth-child(2) {
    margin: 0 0 0 1em;
  }
  .guide__box-solo {
    margin: 0 auto!important;
  }
}

/* CANDIDATE QUESTIONNAIRE */

.questionnaire {
  font-size: 2.35em;
  font-weight: 800;
  color: #130f54;
  top: 0.35em;
  right: 0.5em;
}

.unresponsive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
}

.disable {
  cursor: default;
}

.candidate__status {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  font-family: stencil-std, sans-serif;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  color: #ef404e;
  text-transform: uppercase;
  opacity: 0.60;
  z-index: 1;
  transform: translateX(-50%) rotate(-10deg);
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .candidate__status {
    top: 70%;
  }
}

a.candidate__status {
  text-decoration: none;
}

.candidate__first {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0.6em!important;
  font-weight: 500;
  color: #0055aa;
  line-height: 1;
}

span.questionnaire__question {
  display: block;
  font-weight: bold;
}

blockquote.questionnaire__response {
  margin: 0;
  display: block;
  font-style: italic;
  text-align: justify;
}

@media screen and (min-width: 1024px) {
  blockquote.questionnaire__response {
    margin: 0 2.5em;
  }
}

blockquote.questionnaire__response em {
  display: unset;
  margin: unset;
}

span a.footnote {
  padding: 0 4px;
  background-image: -webkit-linear-gradient(left, rgba(163,219,227,0.60) 50%, rgba(163,219,227,0.90) 20%);
  background-image: linear-gradient(to right, rgba(163,219,227,0.60) 50%, rgba(163,219,227,0.90) 20%);
  background-position: 0;
  background-size: 200%;
  color: #3c3532;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

span a:hover.footnote {
  background-position: -100%;
  color: #000000;
  text-decoration: none;
}

span.highlighter {
  background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0), yellow 85%, rgba(255, 255, 255, 0));
}

#footnote_box {
  margin: 0;
  padding: 0em 10px;
  background: #eeeeee;
  max-width: 96%!important;
  width: 96%!important;
  top: 454.25px!important;
  left: 7.1094px!important;
  font-size: 18px;
  color: #3c3532;
  line-height: 1.25;
  border: 1px solid rgba(0, 111, 221, 0.20);
  box-shadow: 0 0 2.5rem 0 rgba(143, 140, 134, .18);
}

@media screen and (min-width: 768px) {
  #footnote_box {
    margin: 10px;
    max-width: 560px!important;
    width: 560px!important;
    top: 562px!important;
    left: 90px!important;
  }
}

@media screen and (min-width: 1024px) {
  #footnote_box {
    margin: 10px;
    max-width: 560px!important;
    width: 560px!important;
    top: 562px!important;
    left: 325px!important;
  }
}

@media screen and (min-width: 1366px) {
  #footnote_box {
    top: 562px!important;
    left: 375px!important;
  }
}

@media screen and (min-width: 1440px) {
  #footnote_box {
    top: 562px!important;
    left: 425px!important;
  }
}

@media screen and (min-width: 1600px) {
  #footnote_box {
    top: 562px!important;
    left: 485px!important;
  }
}

@media screen and (min-width: 1920px) {
  #footnote_box {
    top: 562px!important;
    left: 655px!important;
  }
}

@media screen and (min-width: 2560px) {
  #footnote_box {
    top: 562px!important;
    left: 975px!important;
  }
}

#footnote_box p iframe {
  width: 100%!important;
}

#footnote_box iframe {
  max-width: 540px;
}

.footnotes {
  display: none;
}

.questionnaire-embed {
  width: 100%;
  min-height: 900px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .questionnaire-embed {
    min-height: 495px;
  }
}

/* REMOVE WHEN SHIFTING AWAY FROM PDF */

#candidate__questionnaire {
  display: none;
}

/* CANDIDATE QUESTIONNAIRE DOWNLOADS */

.flyers {
  margin: 0 auto;
  padding: 0;
  background: #eeeeee;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flyers {
    width: 96%;
  }
}

@media screen and (min-width: 1280px) {
  .flyers {
    width: 55%;
  }
}

.flyers__row {
  margin: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .flyers__row {
    flex-wrap: nowrap;
  }
}

.flyers__col {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .flyers__col + .flyers__description {
    padding: 0 2%;
  }
}

.flyers__screenshot {
  flex-basis: 100%;
  width: 100%;
}

.flyers__screenshot img {
  max-width: 100%;
  max-height: auto;
}

.flyers__description {
  flex-basis: 100%;
  max-width: 100%;
}

.flyers__button {
  flex-basis: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flyers__screenshot,
  .flyers__button {
    flex-basis: 20%;
    width: 20%;
  }

  .flyers__description {
    flex-basis: 60%;
    max-width: 60%;
  }
}

.download__btn {
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #a3dbe3;
  width: 100%;
  border: 0;
  color: #130f54;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 1.2rem 1.5rem 1.2rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: all 0.14s ease;
}

.download__btn:hover {
  background: #130f54;
  color: #ffffff;
}

/* SIGN IN FORM */

.rfa_sign_in_issues {
  margin: 0;
  padding: 0 0 40px 0;
  border: none;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
}

.full-width {
  width: 100%!important;
}

.volunteer-spacing {
  padding: 10px 0 20px 0;
}

#id_user_want_volunteer {
  display: block;
}

.sign-in-checkbox {
  margin: 5px 10px 5px 0!important;
  width: 50px!important;
}

#id_action_rfa_sign_in_more {
  width: 49.5%;
}

.sign-in-submit {
  margin-left: 0!important;
}

/* COMMIT VIDEO */

.pledge__flex {
  margin: 0 auto;
  padding-top: 3em!important;
  padding-bottom: 80px!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .pledge__flex {
    padding-top: 7em!important;
  }
}

@media screen and (min-width: 1024px) {
  .pledge__flex {
    padding-top: 8em!important;
    padding-bottom: 8em!important;
    flex-direction: row;
  }
}

.pledge__flex > .pledge__container {
  flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
.pledge__flex > .pledge__container {
    flex-basis: 49.5%;
  }
}

.pledge__flex--col{
  flex-direction: column!important;
}
.pledge__flex--wrap{
  flex-wrap: wrap;
}

.pledge__video--container{
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 100%;
}

.pledge__video {
  margin: 0 0 1em 0;
  background-color: black;
  flex-basis: 100%;
}

.pledge__video p{
  flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
  .pledge__video {
    flex-basis: calc(33% - 20px);
  }
}

.pledge__video--col{
  background-color: transparent!important;
}

.pledge__video--clickwall{
  margin: 0 0 -3px 0;
  background-color: black;
}

.pledge__col{
  flex-basis: 100%;
}

@media screen and (min-width: 1024px){
  .pledge__col{
    flex-basis: 49%;
  }
}

.pledge__col--container{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-basis: 100%;
  flex-wrap: wrap;
}

.pledge__col--hed{
  padding: 4px 8px;
  background-color: #130f54;
  display: inline;
  color: #ffffff!important;
  text-transform: uppercase;
  line-height: 1.25;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.pledge__col--list{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pledge__col--list li{
  margin-bottom: 15px;
}

.pledge__col--list li:last-child{
  margin-bottom: 0;
}

.pledge__col--list li span{
  margin-right: 10px;
  display: block;
  font-size: 16px;
  color: rgba(0,0,0, 0.50);
  text-transform: uppercase;
}

.pledge__col--list li a {
  color: #130f54;
  text-decoration: none;
}

.pledge__col--list li a:hover{
  text-decoration: underline;
}

.pledge__flex--col{
  flex-direction: column!important;
}

.module{
  margin: 0;
  padding: 4em 0;
  background: #eeeeee;
}

.module__container{
  margin: 0 auto;
  padding: 0;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .module__container {
    width: 60%;
  }
}

@media screen and (min-width: 1366px) {
  .module__container {
    width: 50%;
  }
}

@media screen and (min-width: 1734px) {
  .module__container {
    width: 35%;
  }
}

.module__title{
  margin-bottom: 1em;
  flex-basis: 100%;
  color: #130f54!important;
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .module__title {
    margin-bottom: 0;
    flex-basis: 65%;
    text-align: left;
  }
}

.module__button {
  flex-basis: 100%;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .module__button {
    flex-basis: 35%;
    text-align: left;
  }
}

.module__btn{
  font-family: gtamcond, Arial, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #130f54;
  width: 100%;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 1.2rem 1.5rem 1.2rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: all 0.14s ease;
  text-decoration: none;
  white-space: nowrap;
}

.module__btn:hover{
  background: #a3dbe3;
  color: #130f54;
}