@charset "UTF-8";
/* CSS Document */
body {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #1b276b;
}
a:hover {
	color: #ef062d;
}
#topbar > a {
	display: block !important;
	margin: 0 0 0px 5px;
}
a.nav-link {
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	color: #1b276b !important;
}
a.nav-link:hover {
	color: #ef062d !important;
}
a.redroots-link.nav-link {
	color: #ef062d !important;
}
a.contribute-link.nav-link {
	background-color: #ef062d;
	color: #fff !important;
}
a.redroots-link.nav-link:hover {
	color: #162575 !important;
}
a.contribute-link.nav-link:hover {
	background-color: #162575;
	color: #fff !important;
}
a.navbar-brand {
	background-image: url(https://mr.cdn.ignitecdn.com/client_assets/wethepeopleconvention_org/media/themes/images/wtpc.logo.png?1564770869);
	display: block;
	overflow: hidden;
	text-indent: -5000pc;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0 7px;
	height: 70px;
	margin: 0 30px 0 0px;
	background-size: contain;
}
div#navbarNav {
	border-top: 1px solid #ef062d;
	margin: 30px 0 0 0;
}
div#topbar {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 14px;
}
.container {
	position: relative;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Roboto Condensed', sans-serif;
}
.scale {
	width: 100%;
	height: auto;
}
img {
	max-width: 100% !important;
	height: auto;
}
.scale-embed {
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
	max-width: 100%;
}
.video-embed {
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
	max-width: 100%;
}
.meta ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0px;
	font-size: 14px;
}
.meta ul li {
	display: inline-block;
	margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
	display: block;
	padding: 0 0 70px;
}
.pagination {
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1000;
}
.pagination > li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #333333;
	border-color: #000 !important;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	color: #ffffff;
	float: left;
	line-height: 38px;
	max-height: 40px;
	min-height: 40px;
	min-width: 50px;
	text-align: center;
	text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
	background-color: #000000;
	border: medium none;
	color: #ffffff !important;
	display: block;
	text-align: center;
	width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
	padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
	background-color: #013c74 !important;
	color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.clear-all {
	display: block;
	width: 100%;
	clear: both;
	height: 10px;
}
a.dropdown-toggle > b.caret {
	display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.nav b.caret {
	display: none;
}
.vimeo-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 595px;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section#feature {
	height: 595px;
	display: block;
	background-repeat: NO-REPEAT;
	overflow: hidden;
}
div#feature-content {
	height: 595px;
	display: block;
	position: relative;
}
#feature-content .row.align-items-center {
	height: 595px;
}
.bg-dark {
	background-color: #19235f !important;
	color: #fff;
}
.btn-primary {
	background-color: #19235f;
	border-color: #0a123f;
}
.btn {
	border-radius: 0 !important;
}
.btn-danger {
	background-color: #ec0928;
}
.btn-trans-danger {
	background-color: rgba(236, 9, 40, 0.8);
}
input.form-control {
	border-radius: 0;
}
input.form-control {
	border-radius: 0;
}
section {
	padding: 40px 0;
}
section.newsletter {
	padding: 10px 0;
}
.btn-white {
	color: #fff;
}
.btn-outline {
	border: 1px solid;
}
.btn-white:hover {
	color: #ffc107;
}
section.bg-tuson {
	background-image: url(https://mr.cdn.ignitecdn.com/client_assets/wethepeopleconvention_org/media/themes/images/AdobeStock_90723434.jpeg?1565019428);
	background-size: cover;
	background-position: right;
	padding: 20px 0;
}
.min-height-370 {
	min-height: 370px;
}
.parallax-background {
	padding-top: 175px;
	padding-bottom: 220px;
	background-image: url("https://mr.cdn.ignitecdn.com/client_assets/wethepeopleconvention_org/media/themes/images/AdobeStock_217370439.jpeg?1565035125");
	background-position: center;
	background-size: 100%;
}
#parallax-cta h2 {
	font-size: 4.25rem;
	font-weight: 200;
}
#parallax-cta h3 {
	font-size: 3.25rem;
	text-transform: uppercase;
	font-weight: 700;
}
#parallax-cta p {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
}
.text-shadow {
	text-shadow: 2px 2px 7px #000;
}
.card-deck {
	margin-bottom: 30px;
}
.card .article-date {
	background-color: #ef062d;
	color: #fff;
	position: absolute;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: 800;
	top: 0;
	left: 0;
}
.btn-cta {
	font-size: 40px;
	text-align: left;
	padding: 10px 10px 0 10px;
}
span.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	display: inline-block;
	margin: 0 0 0 55px;
	border-left: 1px solid;
	padding: 0 0 0 7px;
	font-weight: 700;
}
.btn-cta svg {
	display: inline-block;
	position: absolute;
	top: 15px;
}
.btn-cta span.description {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.navbar-light {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+100;White+to+Transparent */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccffffff', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 -1px 15px #000;
	color: #1b276b;
}
.form h5 {
	margin: 0;
}
section.first {
    margin-top: 80px;
}
div#video-slider {
	background-color: #1b276b;
	padding: 10px 10px;
}
div#video-slider span.p-absolute.d-block.play-icon {
	position: absolute;
	color: #fff;
	z-index: 500;
	top: 27%;
	left: 50%;
	font-size: 29px;
	margin-left: -16px;
}
p-relative {
	position: relative;
}
a.p-relative {
	position: relative !important;
	width: 100% !important;
	display: block;
}
.slide.slick-slide {
	margin: 0;
}
.main-video .p-absolute.d-block.play-icon {
	position: absolute;
	color: #fff;
	z-index: 500;
	top: 40%;
	width: 100% !important;
	font-size: 47px;
	display: block !important;
	text-align: center !important;
	margin: 0 auto;
}
footer {
	padding: 50px 0;
	font-size: 15px;
}
footer hr {
	background-color: #fff;
}
footer a {
	color: #fff;
}
.addy {
	margin: 10px 0 0px 10px;
	display: inline-block;
}
.box {
	border: 1px solid;
	margin: 10px 0 0 0;
	padding: 3px 3px;
}
.disclaimer {
	font-size: 13px;
}
h4.underline {
	border-bottom: 4px solid;
}
.margin-bottom {
    margin-bottom: 40px;
}
a#pminc {
	display: inline-block;
	overflow: hidden;
	width: 50px;
	text-align: left;
	text-indent: -5000px;
	background-image: url(https://mr.cdn.ignitecdn.com/client_assets/az_gop/media/themes/images/psyclone-e-icon.png?1551110430);
	background-repeat: no-repeat;
	height: 50px;
}
.navbar-block svg {
	display: inline-block;
	margin-right: 4px;
}
.widget .btn {
    margin: 0 0 10px 0;
}

#contact .form-control {
    margin: 0 0 15px 0;
}
.cover.set-position {
    height: 320px;
    position: relative;
    margin-top: -118px;
    color: #fff;
    margin-bottom: 20px;
}

.cover .row.align-items-end {
    height: 300px;
}
.cover {
    background-size: cover;
}
.cover-text {
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 2px 2px 8px #000, 1px 0px 8px #000;
}


.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

.spacer {
    clear: both;
    padding: 20px 0;
}

.chiller_cb {
    margin: 0 0 20px 0;
}
#featured-article h2 {
    text-transform: uppercase;
    font-weight: 500;
}

input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}


label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
}

thead.thead-dark {
    background-color: #1c2c76 !important;
    background-image: none !important;
}

.table .thead-dark th {
    background-color: #1c2c76;
}

li.paginate_button {
    color: #000 !important;
    background: none;
    border: none;
}

li.paginate_button a {
    color: #000 !important;
    height: 50px;
    line-height: 47px;
     background-color: #f6f6f6 !important;
}

li.paginate_button.active {
    height: 50px;
    line-height: 47px !important;
    background-color: #000 !important;
}

li.paginate_button.active a {
    color: #fff !important;
    padding: 0;
    background-color: #d1d1d1 !important;
}

td.details-control {
    background: url('https://mr.cdn.ignitecdn.com/client_assets/az_gop/media/themes/images/plus.png?1551221460') no-repeat center center;
    cursor: pointer;
      background-size: 25px 25px;
}
tr.shown td.details-control {
    background: url('https://mr.cdn.ignitecdn.com/client_assets/az_gop/media/themes/images/minus.png?1551221460') no-repeat center center;
      background-size: 25px 25px;
}



@media (min-width: 768px) {
/* show 3 items */
.carousel-inner .active, .carousel-inner .active + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
	display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
	transition: none;
}
.carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
	position: relative;
	transform: translate3d(0, 0, 0);
}
.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	position: absolute;
	top: 0;
	right: -25%;
	z-index: -1;
	display: block;
	visibility: visible;
}
/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	position: relative;
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
}
/* farthest right hidden item must be abso position for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	visibility: visible;
}
/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
	position: relative;
	transform: translate3d(100%, 0, 0);
	visibility: visible;
	display: block;
}
}
@media (max-width: 991px) {
div#topbar {
	display: none;
}
.btn-cta {
	margin: 0 0 20px 0;
}
}