/* custom css here */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
body,html {
	padding: 0;
	margin: 0;
	font-family: balboa, sans-serif;
	font-style: normal;
	font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link { color: #FFFFFF; }
@media screen and (min-width: 1367px){
	header#wrapper-navbar:not(.innerpg-header) {
	    margin-bottom: -151.25px;
	    position: relative;
	    background: transparent;
	    z-index: 9;
	}
	.navbar-brand img { height: 120px; width: auto; }
}

/* hero block */

#homepage-hero .hero-title { 
	font-size: 60px;
	line-height: 1;
	margin-bottom: 0;
	color: #FFFFFF;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-description,
.description {
	font-size: 28px;
	/*line-height: 1;*/
	margin-top: 40px;
	margin-bottom: 40px;
	color: #FFFFFF;
	position: relative;
    z-index: 3;
}
.hero-description { max-width: 60%; margin-left: auto; margin-right: auto; }

#homepage-hero,
.legislator-grid {
	position: relative;
	margin-top: 0;
	min-height:25vh;

}
#homepage-hero .herobackgroundimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#homepage-hero.heroimage .hero__inner {
    position: relative;
    /*min-height: 650px; **** commented on 28/9/2022 */
	display: grid;
	padding: 100px 0;
}

/*body:not(.home) #homepage-hero .herobackgroundimg {
	max-height: 475px;
}*/

#homepage-hero .hero__inner {
	/*line-height: 1;*/
}

#homepage-hero .hero__inner {
	/*position: absolute; **** commented on 28/9/2022 */
	position: relative;
	width: 100%;
	height: 100%;
	/*min-height: 647px;
	top: 0;
	left: 0; **** commented on 28/9/2022 */
	color: #FFFFFF;
	/*line-height: 1;*/
	/*overflow-y: scroll;*/
	overflow-x: hidden;
	padding-top: 110px;
}

#homepage-hero .hero__inner .container .col-md-12 {
	flex-direction: column;
	place-content: center;
	text-align: center;
}

.everythingleft #homepage-hero .hero-title { align-items: flex-start; margin-left:0; }
.everythingleft #homepage-hero .hero__inner .container .col-md-12 {	text-align: left; }

.everythingright #homepage-hero .hero-title { align-items: flex-end; margin-right:0; }
.everythingright #homepage-hero .hero__inner .container .col-md-12 { text-align: right; }

.titleleft #homepage-hero .hero-title { align-items: flex-start; margin-left:0; }
.descriptionleft #homepage-hero .hero__inner .container .col-md-12 .hero-description { text-align: left; }

.titleright #homepage-hero .hero-title { align-items: flex-end; margin-right:0; }
.descriptionright #homepage-hero .hero__inner .container .col-md-12 .hero-description { text-align: right; }

.everythingleft .hero-description,
.everythingright .hero-description,
.descriptionleft .hero-description,
.descriptionright .hero-description { max-width: unset; }

.hero__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.15; /*0.6;*/
}

.sparks__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/sparks19_lightbg.svg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed!important;
}

.light section .sparks__overlay {
	background: url(../img/sparks19_lightbg.svg) no-repeat center bottom;
	background-size: cover;
}
.dark section .sparks__overlay {
	background: url(../img/sparks19.svg) no-repeat center bottom;
	background-size: cover;
}

#homepage-hero .sparks__overlay {
	background: url(../img/sparks_hero-cropped.svg) no-repeat center bottom;
	background-size: cover;
}

.large-issue.dark section .sparks__overlay {
	background: url(../img/sparks22.svg) no-repeat center bottom;
	background-size: cover;
	opacity: 0.4;
}

.large-issue.light section .sparks__overlay {
	background-image: url(../img/sparks22_lightbg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	opacity: 0.4;
}

#homepage-hero .heroimg,
.legislator-grid .gridbgimg,
.bad-spotlight-backgroundimg img,
.social-media-backgroundimg img { visibility: hidden;}

.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.sourcelink { 
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
.wrapper { padding: 0; }

/* issue blocks */
.issue-example section:not(.centertext) {
	position: relative;
	margin-top: 0;
	min-height:25vh;

}
.issue-example section .issuebackgroundimg, 
.issue-example-3 .issuebackgroundimg,
.legislator-grid .gridbackgroundimg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img-large {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    height: 100%;
}

.img-large img.issueimgl {
    object-fit: cover;
    height: -webkit-fill-available;
}

.img-small {
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: 0;
    width: 375px;
}

.issue-example-3 .issuebackgroundimg { background-size: 50%; background-position: left center; }
/*.bgonleft { background-position: left !important; }
.bgonright { background-position: right !important; }*/

.textcol { flex-direction: column; place-content: center; }

.issue-example section .inner {
    position: relative;
	display: grid;
	line-height: 1;
}

.issue-example section .inner {
	/*position: absolute;
	top: 0;
	left: 0; **** commented on 28/9/2022 */
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	line-height: 1;
}

@media screen and (min-width:  768px) {
	#issue-example-1 .arrow { position: absolute; left: 50%; bottom: 26px; margin-left: -24px; }
}

#legislator-grid-inner { padding-top: 90px; padding-bottom: 90px; color: #FFFFFF; }
#legislator-grid .gridtitle span.colorblock { display: inline-block; background-color: #a61d32;  }
#legislator-grid .profile-wrap .name { font-size: 28px; line-height: 1; }
#legislator-grid .profile-wrap .title { font-size: 21px; line-height: 1; }


.issue-example section .inner .container .col-md-12 {
	flex-direction: column;
	place-content: center;
	text-align: center;
}
#issue-example-1 .inner, #issue-example-2 .inner { padding-top: 60px; padding-bottom: 60px; }
.what-they-tried-block section .inner { padding-top: 90px; padding-bottom: 60px; }
.what-they-tried-block section .inner .container .col-md-12 { text-align: unset; }

.issue-example section .issuebgimg { visibility: hidden;}
.full-section-bg-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#issue-example-3 .issuebackgroundimg {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

#issue-example-3 .issuebackgroundimg.bgonright { left: auto; right: 0; }

#issue-example-3 .issuetitle { color:  #214183; }
#issue-example-3 .title-highlighted { color: #f36d35; text-transform: uppercase; }

/* highlight text animation */
.issuetitle { width: auto; margin: 0 auto; position: relative; }
#issue-example-1 .issuetitle { margin-left: 0; }
.what-they-tried-block .issuetitle { margin: 0; }
.what-they-tried-block .issuetitle.colorblock {
    width: fit-content;
}

.colorblock {
	background: #F46D35;     
    /*z-index: unset;*/
    line-height: 1;
    padding: 0 10px;
    margin-top: 5px;
    /*margin-left: 0;*/
}
/*.colortext { color: #F3A71F; }*/
.arrow {
	animation: arrow-animation 1.5s ease-in-out infinite;
	cursor: pointer;
}

#legislator-grid .profile-wrap a,
#legislator-grid .profile-wrap .no-link { color: #FFFFFF; text-align: center; text-decoration: none; background-color: #e04307; border-radius: 10px; padding-bottom: 10px;}
#legislator-grid .profileimg {
	border-radius: 4px;
	border: solid 5px #e04307;
}
#legislator-grid .profile-wrap img {
    filter: grayscale(1);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
#legislator-grid .profile-wrap a:hover img,
#legislator-grid .profile-wrap div.no-link:hover img {
	filter: grayscale(0);
}

.scroll-animations {
	visibility: hidden;
}
.animate__animated.scroll-animations{
	visibility: visible;
}

/* bad legislator spotlight block */
.bad-spotlight { position: relative; background-color: #000000; }
#sec-bad-spotlight {
    position: relative;
    padding: 60px 0;
}
#sec-bad-spotlight > .container {
    position: relative;
    padding-top: 90px;
	padding-bottom: 90px;
	color: #FFFFFF; 
}
.bad-spotlight-backgroundimg {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}

.bad-spotlight .bad-profileimg { max-width: 450px; height: auto; }
.bad-spotlight .legname {
	font-size: 48px;
	margin-top: 1rem;
	line-height: 1;
}
.bad-spotlight .legloc { font-size: 48px; line-height: 1; }
.bad-spotlight .badlegtitle { font-size: 36px; margin-bottom: 1rem; }
.body-text { font-size: 24px; line-height: normal; }

.body-text ul {
    padding: 0;
    margin: 2rem 0 0 0;
}
.body-text li { 
	list-style-type: none;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1.5rem;
}
.body-text li:before {
    content: '';
    width: 20px;
    height: 30px;
    background: url(../img/arrow-bullet-right.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: -3px;
}
/*.large-issue .body-text li:before {
	background-image: url(../img/arrow-bullet-blue-right.png);
}*/
.body-text li br {
    display: block;
    content: "";
    height: 1rem;
}

.body-text ul li ul,
.body-text ul li ul li { list-style-type: disc; }
.body-text ul li ul li {
    margin-left: 15px;
    padding-left: 5px;
    margin-bottom: 0.75rem;
}
.body-text ul li ul li:before { content: none; display: none; }

.large-issue .title { color: #214183; }

.legislator-detail .detailtitle,
.legislator-detail .legname {
	font-size: 48px;
	margin-top: 0;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 700;
}
.legislator-detail .legname { display: inline-block; }
.legislator-detail .legloc { 
	font-size: 34px; 
	line-height: 1; 
	font-style: italic; 
	text-transform:uppercase; 
	font-weight: 700;
}
.legislator-detail .bad-profileimg {
	border: solid 9px #e04307;
	border-radius: 10px;
}

.legislator-detail .body-text {
	font-size: 22px;
	/*font-weight: bold;*/
}

#sign-up-block {
	color: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 90px;
}
/* footer */
.footer-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #FFFFFF;
}
.footer-block .paid-for, #wrapper-footer .paid-for {
	margin-top: 1.5rem;
	display: block;
	border: solid 1px #FFFFFF;
	padding: 1rem 2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.footer-block .title { font-size: 65px; line-height: 1; }

.paid-for-col { margin-bottom: 40px; }
#wrapper-footer .paid-for-col .paid-for { margin-top: 0; }

#wrapper-footer { background: #000000; padding-top: 40px; padding-bottom: 40px; }
#wrapper-footer #footermenu { list-style-type: none; padding: 0; margin: 0; text-align: center; }
#wrapper-footer #footermenu li { display: inline-block; border-right: solid 1px #FFFFFF; line-height: 1; }
#wrapper-footer #footermenu li:last-child { border: none; }
#wrapper-footer #footermenu li a { color: #FFFFFF; text-decoration: none; text-transform: uppercase; font-family: 'Roboto', sans-serif; padding: 0 1rem; }

/* social media block */
.social-media { position: relative; min-height: 25vh; }
#sec-social-media {
    position: relative;
    padding-top: 90px;
	padding-bottom: 90px;
	color: #FFFFFF; 
}

@media screen and (min-width: 1440px) {
	/*body:not(.home) #sec-social-media { padding-top: 150px; padding-bottom: 150px; }*/
}

.social-media-backgroundimg {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	
	position: absolute;
	width: 45%;
	height: 100%;
	left: 0;
	top: 0;
}
#sec-social-media .title, #sec-social-media .mysubtitle { text-transform: uppercase; line-height: 1; }
#sec-social-media .desc { font-size: 28px; line-height: 1; }
#social-media-carousel { padding: 0 30px; }
#social-media-carousel .carousel-inner .carousel-item { 
	padding: 30px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}
#social-media-carousel .carousel-inner .carousel-item .carousel-item-wrap {
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.25);
}
#social-media-carousel .carousel-inner .carousel-item .carousel-item-wrap.twitter { 
	background-color: #1DA1F2;
	background-image: url(../img/ico-tw-big.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}
#social-media-carousel .carousel-inner .carousel-item .carousel-item-wrap.fb { 
	background-color: #4267B2;
	background-image: url(../img/ico-fb-big.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}

#social-media-carousel .mediaimg {
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    /* background: #FFFFFF; */
    border: solid 5px #FFFFFF;
    display: inline-block;
    width: 220px;
    position: absolute;
    top: 0;
    right: 4rem;
}

#social-media-carousel .mediaimg img {
    min-height: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
}

#social-media-carousel .carousel-item .handle { font-size: 28px; margin-top: 40px; }
#social-media-carousel .carousel-item .legname { font-size: 18px; margin-bottom: 30px; }
#social-media-carousel .carousel-item .social-content { font-size: 24px; }
#social-media-carousel .carousel-item .date { font-size: 18px; }
#social-media-carousel .carousel-item .categ {
	text-transform: uppercase;
	font-family: balboa, sans-serif;
	font-size: 22px;
	display: inline-block;
}

#social-media-carousel .carousel-indicators [data-bs-target]:not(.carousel-control-prev):not(.carousel-control-next) {
	width: 18px;
    height: 18px;
    border-radius: 9px;
    overflow: hidden;
    background-clip: border-box;
    box-sizing: border-box;
    border: solid 2px transparent;
    background: transparent;
    position: relative;
}

#social-media-carousel .carousel-indicators [data-bs-target]:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ffffff;
	left: 2px;
	display: block;
	border-radius: 5px;
	top: 2px;
}

#social-media-carousel .carousel-indicators [data-bs-target].active { border-color: #FFFFFF !important; }

#social-media-carousel .carousel-indicators { bottom: 90px; left: 60px; }

.carousel-control-next[data-bs-target], 
.carousel-control-prev[data-bs-target] {
	position: relative;
	background: transparent;
	text-indent: unset; 
	opacity: 1;
}

.carousel-control-next[data-bs-target]:before, 
.carousel-control-prev[data-bs-target]:before { content: none !important; display: none; }

/* action block form */
.action-embed div[id*="can-form"] {
    width: 100%!important;
    background: rgba(255,255,255,1);
    border-radius: 16px;
    padding: 50px 30px;
}

.action-embed div[id*="can-form"] #can_main_col,
.action-embed div[id*="can-form"] #can_sidebar {
	display: inline-block;
	width: 49.75%;
	vertical-align: middle;
}

.action-embed div[id*="can-form"] h2{
	color: #214183;
	font-size: 48px;
	line-height: 1;
}

.action-embed div[id*="can-form"]  {
    color: #214183;
    text-align: left;
}

.action-embed div[id*="can-form"] form { 
	text-align: left; 
	font-family: 'Roboto', sans-serif; 
	
}
.action-embed div[id*="can-form"] #can_embed_form_inner h2{
	display: inline-block;
	width: 49%;
}
.action-embed div[id*="can-form"] #can_embed_form_inner form {
	display: inline-block; 
	width: 50%; 
	vertical-align: middle;
}
.action-embed div[id*="can-form"] form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.action-embed div[id*="can-form"] form li { list-style-type: none; }
.action-embed div[id*="can-form"] form .core_field { margin-bottom: 25px; }
.action-embed div[id*="can-form"] form .core_field label { display: none !important; }
.action-embed div[id*="can-form"] form .core_field input[type="text"],
.action-embed div[id*="can-form"] form .core_field input[type="email"] {
	border-radius: 4px;
	border:  solid 1px #214183;
	padding: 20px 12px;
	box-shadow: none;
	background-color: #FFFFFF;
	width: 100%;
}
.action-embed div[id*="can-form"] form .core_field input[type="text"]:not(.error_input):focus-visible, 
.action-embed div[id*="can-form"] form .core_field input[type="email"]:not(.error_input):focus-visible,
.action-embed div[id*="can-form"] form .core_field input[type="text"]:not(.error_input):focus, 
.action-embed div[id*="can-form"] form .core_field input[type="email"]:not(.error_input):focus {
	outline: solid 2px #214183;
}

.action-embed div[id*="can-form"] form .core_field input[type="text"].error_input:focus-visible, 
.action-embed div[id*="can-form"] form .core_field input[type="email"].error_input:focus-visible,
.action-embed div[id*="can-form"] form .core_field input[type="text"].error_input:focus, 
.action-embed div[id*="can-form"] form .core_field input[type="email"].error_input:focus{
	outline: solid 2px #cc0000;
}
.action-embed div[id*="can-form"] form li.email_validation { color: #cc0000; line-height: 1.2; }

#action_welcome_message { margin-bottom: 1em; line-height: 1.2; }
#can_thank_you h1 { text-align: center; }


.action-embed div[id*="can-form"] h4,
.action-embed div[id*="can-form"] .international_link-wrap,
.action-embed div[id*="can-form"] .country_drop_wrap { display: none !important; }

.action-embed div[id*="can-form"] .action_widget { color: #214183; }
.action-embed div[id*="can-form"] .action_status_status_bar {
    background: #ddeedd;
    border-radius: 6px;
    height: 8px;
    overflow: hidden;
    margin: 6px 0;
}

.action-embed div[id*="can-form"] .action_status_status_bar span {
	background-color: #01a70c;
	display: block;
	height: 8px;
}

.action-embed div[id*="can-form"] .centertext { margin-bottom: 15px; font-size: 14px; }
.action-embed div[id*="can-form"] #d_sharing { 
	color: #214183;
	margin-top: 1em;
	margin-bottom: 1em;
}

.action-embed div[id*="can-form"] #d_sharing li { margin-bottom: 0.75em; }

.action-embed div[id*="can-form"] #d_sharing #edit_d_sharing_opts-close {
    display: block;
    margin-top: 0.5em;
}

.action-block section .inner { 
	padding-top: 60px; 
	padding-bottom: 60px;
	position: relative;
    top: auto;
    left: auto; 
}

@media screen and (min-width: 1200px) {
	.action-block section .inner { 
		padding-top: 100px; 
	}
}

.action-block #logo_wrap,
.action-embed div[id*="can-form"] #action_info { margin-top: 40px; text-align: center; }
.arrow {
	animation: arrow-animation 1.5s ease-in-out infinite;
	margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    z-index: 6;
}

.action-embed .read-full-btn-wrap { margin-top: 40px; }

.action-embed .can_thank_you_wrap .can_thank_you-block { display: none; }
@media screen and (min-width:  992px) and (max-width:  1199px){
	.action-embed div[id*="can-form"] #can_embed_form_inner form.new_answer { /*vertical-align: text-bottom;*/ width: 48%; margin-left: 2%;}
}
div[id*="-share-icon"],
ul[id*="-share-links"] {
    display: inline-block;
}
.share-wrap {
	position: absolute;
    right: 0;
    bottom: 26px;
    width: 100%;
    text-align: right;
    z-index: 5;
}
div[id*="-share-icon"] {
	cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #FFF;
    opacity: 1;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    position: relative;
    bottom: auto;
    transition: all 0.3s ease-in-out;
}

div[id*="-share-icon"] svg {
    height: 36px;
    width: auto;
    vertical-align: text-bottom;
}

.showing div[id*="-share-icon"] { opacity: 0; bottom: -35px;}

ul[id*="-share-links"] {
	border: solid 1px #F46D35;
	background: #FFFFFF;
	list-style-type: none;
	padding: 4px;
	margin: 0;
	outline: solid 2px #FFFFFF;
	display: flex;
	height: 35px;
	width: 180px;
	place-content: space-around;
	margin-left: auto;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.share-wrap.showing ul[id*="-share-links"] { opacity: 1; }

ul[id*="-share-links"] li { display: inline-block; margin-right: 3px; margin-left: 3px;}
.share-wrap .row { position: relative; }

.link-copied {
    /*position: absolute;
    right: 25px;
    bottom: 0;*/
    background: #F46D35;
    padding: 0 5px;
    margin-right: -2px;
    color: #FFF;
    margin-top: 2px;
    width: 184px;
    margin-left: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;

    position: absolute;
    right: 13px;
    bottom: -26px;
}
.share-wrap.showing .link-copied { opacity: 1; }
[id*="-copy-link"] { cursor: pointer; }
/* inner page */
body.page-template-default { background-color: #000000; }
body.page-template-default #page-wrapper { position: relative; background-color: #FFF; }
body.page-template-default .arrow { display: none; }

body.page-template-default .btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 2em;
	height: 2em;
	background-size: 2em;
	z-index: 25;
	opacity: 1;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center no-repeat;
	outline: none;
    box-shadow: none;
}

body.page-template-default .btn-close:hover,
body.page-template-default .btn-close:focus,
body.page-template-default .btn-close:active { opacity: 0.75; }

.btn-primary, form input[type="submit"] {
	background: #F46D35;
	border: none;
	padding: 12px 24px;
	text-transform: uppercase;
	font-size: 22px;
	color: #FFFFFF;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

.btn-primary:hover, form input[type="submit"]:hover,
.btn-primary:focus, form input[type="submit"]:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #214183;
}

.btn-secondary {
	background: #214183;
	border: solid 1px transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus {
	outline: none;
	box-shadow: none;
	background-color: #000000;
}

.large-issue .description { color: #214183; }
.large-issue section { position: relative; }

.azfp-tweet {
	border-radius: 6px;
	border: solid 1px #1DA1F2;
	background-color: rgba(29, 161, 242, 0.5);
	padding: 15px 30px;
	background-image: url(../img/ico-tw-big.png);
	background-position: 92% 20px;
    background-repeat: no-repeat;
    max-width: 400px;
    background-size: 55px;
}
.azfp-tweet span { display: block; }

/* dark / light styling */
.dark section .title,
.dark section .body-text,
.dark section .description { color: #FFFFFF; }
.dark .body-text li:before { background-image: url(../img/arrow-bullet-right.png); }

.light section .title,
.light section .body-text,
.light section .description { color: #214183; }
.light .body-text li:before { background-image: url(../img/arrow-bullet-blue-right.png); }

/* nav on scroll up */
#main-nav { transition: all 0.3s ease-in-out; }
/*#main-nav.fixed-top { background-color: #ffffff; transition: all 0.3s ease-in-out; }
#main-nav.fixed-top.navbar-dark .navbar-nav .nav-link { color: #214183; }*/

#main-nav .navbar-brand img { transition: all 0.3s ease-in-out; }
/*.hide-on-fixed { display: block; }
.show-on-fixed { display: none; }
#main-nav.fixed-top .hide-on-fixed { display: none; }
#main-nav.fixed-top .show-on-fixed { display: block; }*/
#navigation-scroll { display: none; background-color: #FFFFFF; }
#navigation-scroll .navbar-nav .nav-link,
header#wrapper-navbar.innerpg-header .navbar-nav .nav-link { color: #214183; }
#main-nav, #navigation-scroll { transition: all 0.3s ease-in-out; }

header#wrapper-navbar.innerpg-header { background-color: #FFFFFF; }

.read-full-btn-wrap { position: relative; z-index: 6; margin-top: 1rem; margin-bottom: 1rem; }
.read-full-btn-wrap .btn {
	border-radius: 0 !important;
	text-transform: uppercase;
	/*font-family: balboa, sans-serif;*/
	font-size: 24px;
	font-weight: 700;
	border: none;
}

.read-full-btn-wrap .btn:hover,
.read-full-btn-wrap .btn:focus { color: #FFFFFF; border: none; }

#sec-social-media .read-full-btn-wrap { padding-left: 114px; }

#footer-block .read-full-btn-wrap { margin-top: 2rem; }

@keyframes arrow-animation {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-15px);
	}
	100% {
		transform: translatey(0px);
	}
}

.freedom-prj .hero-description { color: #093c71; }
/*.swipe-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: visible;
}

.swipe-section .panel {
  position: absolute;

  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}*/

/* .page-id-104 #hero-inner {
	height: 100vh;
} */
/*
.logos-container {
	overflow: hidden;
    width: 100%;
    height: 300px; 
}
.logo-container-content {
	display: flex;
    width: max-content;
    height: 100%;
}
.logo-container-content img {
    margin-right: 20px;
    
    width: auto;
  }
  */
/*.freedom-prj .logos-container img { max-width: 500px; margin: auto; } */
/*
.vh-200 {
  height: 50vh !important;
}
*/


/*.logos-section {
    height: 400px; 
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logos-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: max-content; 
    scroll-behavior: smooth;
}

.logo {
    flex-shrink: 0;
    width: 400px; 
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px; 
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}*/


.hcontainer {
    overflow: hidden;
    width: 100%;
    height: 300px; 
  }
  
  .horizontal-scroll-content {
    display: flex;
    width: max-content;
    height: 100%;
  }
  
  .horizontal-scroll-content img {
    margin-right: 20px;
    height: 150px;
    width: auto;
    /* margin-top: 15vh;
    margin-bottom: 15vh; */
  }

#homepage-hero.freedom-prj .hero__inner { /*overflow: unset;*/ }
/* responsive styling */
@media screen and (min-width:  1024px) {
	#action-block .issuebackgroundimg { min-height: 1080px; }
}
@media screen and (max-width: 1366px){
	h1, h1 a.unset,
	#homepage-hero .hero-title,
	.issuetitle {
		font-size: 60px;
	}
	.hero-description,
	.description { font-size: 22px; }
	#homepage-hero .hero__inner { min-height: unset; }

	.navbar-brand img {
	    height: 95px;
	    width: auto;
	}

	header#wrapper-navbar:not(.innerpg-header) {
	    margin-bottom: -124.25px;
	    position: relative;
	    background: transparent;
	    z-index: 9;
	}


	#social-media-carousel .mediaimg { width: 180px; height: 180px; }
}
@media screen and (min-width: 992px) and (max-width:  1199px) {
	h1, h1 a.unset,
	#homepage-hero .hero-title,
	.issuetitle,
	#issue-example-3 .title-highlighted,
	#sec-social-media .title, 
	#sec-social-media .mysubtitle,
	.gridtitle,
	.action-embed h1,
	.large-issue .title,
	#sign-up-block .title,
	.footer-block .title {
		font-size: 48px;
		line-height: 1.1;
	}

	#social-media-carousel { padding: 0 0 0 30px; }
	#social-media-carousel .carousel-inner .carousel-item { padding-right: 0px; }

	#social-media-carousel .mediaimg { width: 150px; height: 150px; right: 2rem; }

	#social-media-carousel .carousel-inner .carousel-item .carousel-item-wrap {
		padding-bottom: 30px;
	}
	#social-media-carousel .carousel-indicators { bottom: 60px; left: 77.5px; }
	.what-they-tried-block section .inner { padding-top: 60px; }
}
@media screen and (max-width: 991px){
	#social-media-carousel { padding: 0; }
	#social-media-carousel .carousel-inner .carousel-item { padding: 30px 0px; }
	.social-media-backgroundimg { width: 100%; }
	#social-media-carousel .mediaimg { right: 1.5rem; width: 120px; height: 120px; }
	#social-media-carousel .carousel-indicators { bottom: 30px; left: 0; }
	#social-media-carousel .carousel-item .social-content { font-size: 18px; }
	#social-media-carousel .carousel-item .handle { font-size: 24px; margin-top: 30px; }
	#sec-social-media .title, #sec-social-media .mysubtitle { margin-bottom: 0; }
	#social-media-carousel .carousel-item .categ { font-size: 19px; }
/*}
@media screen and (max-width: 767px){*/
	h1, h1 a.unset,
	#homepage-hero .hero-title,
	.issuetitle,
	#issue-example-3 .title-highlighted,
	#sec-social-media .title, 
	#sec-social-media .mysubtitle,
	.gridtitle,
	.action-embed h1,
	.large-issue .title,
	#sign-up-block .title,
	.footer-block .title {
		font-size: 28px;
		line-height: 1.1;
	}

	#homepage-hero .hero__inner .container .col-md-12 { place-content: end; padding-bottom: 60px; }
	.hero-description,
	.description,
	#sec-social-media .desc { font-size: 17px; margin-top: 20px; margin-bottom: 20px; line-height: 1.1; }
	
	.sourcelink { font-size: 16px; }

	#issue-example-3 .issuebackgroundimg { background-image: none !important; }
	#issue-example-3 .issuebgimg {
	    visibility: visible !important;
	    height: auto;
	    min-height: unset;
	}

	.bad-spotlight-backgroundimg { width: 100%; }
	.bad-spotlight .bad-profileimg { max-width: 100%; height: auto; }

	.img-large, .img-small { display: none; }
	#homepage-hero .hero__inner { overflow-x: visible; }
	#homepage-hero .heroimg { width: 100%; min-height: 450px;}
	.hero-description { max-width: 100%; }
	.navbar-brand img { height: 60px; }

	div[id*="-share-icon"] { font-size: 20px; line-height: 20px; }
	div[id*="-share-icon"] svg { height: 24px;}

	.issue-example section .issuebgimg { width: 100%; min-height: 300px; }
	.innerpage .issue-example section .issuebgimg { min-height: 75vh; }
	.what-they-tried-block section .issuebgimg { min-height: 375px;}
	.arrow { font-size: 16px; }



	#legislator-grid-inner { padding-top: 60px; padding-bottom: 60px; }
	#legislator-grid-inner .gridtitle { display: inline-block; }
	#legislator-grid .gridtitle span { display: block; }

	.bad-spotlight .legname,.bad-spotlight .legloc { font-size: 30px; }
	.bad-spotlight .badlegtitle, .body-text { font-size: 18px; line-height: 1.1; }
	.bad-spotlight .legloc { margin-bottom: 1.5rem; }

	.body-text li:before { width: 16px; height: 24px; background-size: contain; }

	#sec-bad-spotlight .container { padding-top: 60px; padding-bottom: 60px; }

	.action-embed div[id*="can-form"] #can_embed_form_inner h2,
	.action-embed div[id*="can-form"] #can_embed_form_inner form { display: block; width: 100%; }
	.action-embed div[id*="can-form"] h2 { font-size: 30px; line-height: 1.1; }
	.action-block section#action-block .issuebgimg { min-height: 900px;  }

	.action-embed div[id*="can-form"] form .core_field { margin-bottom: 15px; }
	.action-embed div[id*="can-form"] form .core_field input[type="text"], 
	.action-embed div[id*="can-form"] form .core_field input[type="email"] { padding: 10px 12px; }

	#sign-up-block { padding-top: 60px; padding-bottom: 60px; }
	.btn-secondary { font-size: 16px; }
	.btn-primary, form input[type="submit"] { padding: 8px 18px; font-size: 20px; }

	.footer-block .paid-for, #wrapper-footer .paid-for {padding: 0.75rem 1.5rem; font-size: 16px;}

	#footer-block .paid-for { margin-bottom: 1.5rem; }

	#footer-block .title { margin-top: 1.5rem; }
	#wrapper-footer #footermenu li a { padding: 0rem 0.5rem ; font-size: 14px; }
	.link-copied { margin-right: -1px; }
	#sec-social-media .read-full-btn-wrap { padding-left: 0; text-align: center;}

	.what-they-tried-block section .inner { padding-top: 60px; }
}
@media screen and (max-width: 767px) {
	.large-issue.light section .sparks__overlay { background-size: 800px auto; background-position: center center; background-repeat: repeat; }
	.sparks__overlay { background-attachment: scroll!important; }
}
@media screen and (max-width: 374px){
	.navbar-brand img {
	    height: 55px;
	}
}

.animate__animated {
	opacity: 0;
}

.fixed-top .navbar-brand { white-space: unset; }