/*
 Theme Name:   AMAC Action
 Theme URI:    http://amacaction.org
 Description:  AMAC Action Theme
 Author:       AMAC Action
 Author URI:   http://amacaction.org
 Template:
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:
 fix
*/

/*--- GLOBAL ---*/

html {
	overflow-x: hidden;
}

body {
	width: 100vw;
	color: #333;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: "Roboto Slab", 'Source Sans Pro', sans-serif;
}

body p {
	font-family: "Lato", 'Source Sans Pro', sans-serif;
}


button:hover {
	opacity: 0.8;
}

.announcement-banner {
	padding: 15px;
	text-align: center;
}

.announcement-banner p {
	margin-bottom: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15pt;
}

@media (max-width: 767px) {
	.announcement-banner p {
		font-size: 1.15em;
	}
}

@media (max-width: 500px) {
	.announcement-banner p {
		font-size: 1em;
	}
}

.announcement-modal .modal-dialog {
	max-width: 1000px;
	min-width: 500px;
}

.announcement-modal .modal-content {
	padding: 50px;
}

.announcement-modal .modal-content .close {
	text-align: right;
	margin-bottom: 15px;
	margin-top: -25px;
}

@media (max-width: 576px) {
	.slider-image {
		height: 150px;
	}

	.announcement-modal .modal-dialog {
		width: 96%;
		min-width: 0;
	}

	.announcement-modal .modal-content {
		padding: 35px 15px;
	}
}

/*--- FONTS ---*/

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Light.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Black.ttf');
	font-weight: 900;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BoldItalic.ttf');
    font-style: italic;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/Roboto_Slab/static/RobotoSlab-Light.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/Roboto_Slab/static/RobotoSlab-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/Roboto_Slab/static/RobotoSlab-Black.ttf');
	font-weight: 900;
}



/*--- HEADER ---*/

.main-header .site-header {
	/* box-shadow: 0 0 10px #333; */
	z-index: 30;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	transition: all 0.25s ease-in-out;
}

.main-header .site-branding {
	justify-content: space-between;
	padding: 20px 0;
	margin: 0 7%;
	transition: all 0.25s ease-in-out;
}

.main-header .masthead-brand img,
.logo img {
	max-height: 80px;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.main-header .nav-masthead {
	align-items: center;
}

.main-header .nav-link {
	font-family: 'Lato', 'Montserrat', sans-serif;
	color: #464646;
	transition: all 0.15s ease-in-out;
}

.nav-link-plain-text{
	font-size: 22px;
}

.main-header .nav-link.scroll-link {
	font-size: 1.5rem;
}

.main-header .nav-link-search i {
	padding: 3px 0 3px 0;
}

.navbar-search {
	height: 30px;
	width: 30px;
}

.main-header .nav-link.donate {
	background-color: rgb(227, 29, 56);
	color: #fff;
	border-radius: 5px;
	margin-left: 15px;
}

.main-header .nav-link.login {
	font-family: 'Lato', 'Montserrat', sans-serif;
	background-color: #fff;
	color: #707070;
	box-shadow: inset 0 0 0 2px #707070;
	border-radius: 5px;
	margin-left: 10px;
	padding: 10px 25px 15px 15px;
	font-size: 1.25rem;
	transition: all 0.15s ease-in-out;
}

.login-profile-icon{
	height: 25px;
	padding-right: 8px;
}

.main-header .nav-link-red {
	font-family: 'Lato', 'Montserrat', sans-serif;
	background-color: #E31D38;
	border: 1px solid #E31D38;
	color: #fff;
	border-radius: 5px;
	font-size: 1.45rem;
	margin: 0 10px;
	padding: 10px 25px;
}

.main-header .fa-close,
.main-header .fa-bars {
	display: none;
}

.main-header .nav-link:not(.login):not(.nav-link-red):hover {
	color: #E31D38;
}

.main-header .nav-link.donate:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}

.main-header .nav-link.login:hover {
	color: #707070;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}

.main-header .nav-link-red:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}

.main-header .push-down {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	transition: all 0.25s ease-in-out;
}

/*Position slider section*/
.bx-wrapper {
	margin-top: 90px;
}

.main-header .sticky-header{
	border-bottom: 1px solid #000;
}

.main-header .sticky-header .masthead-brand img {
	width: 125px;
}

.main-header .sticky-header .site-branding {
	padding: 10px 0;
	align-items: center;
}

.main-header .push-down.sticky-header {
	height: 111px;
}

@media screen and (max-width: 1250px) {
	.main-header .nav-link {
		font-size: 1.5em;
	}

	.main-header .nav-link.donate {
		/* padding: 0 5px; */
		margin: 15px 15px 0 0;
	}

	.main-header .nav-link.login {
		/* padding: 0 5px; */
		margin: 0 15px 0 0;
	}
}

@media screen and (max-width: 667px) {
	.main-header .nav-link {
		font-size: 1em;
	}
}

@media screen and (max-width: 1300px) {
	.main-header .masthead-brand img {
		width: 125px;
	}

	.main-header .push-down {
		height: 95px;
	}

	.bx-wrapper {
		margin-top: 40px;
	}

	.main-header .site-branding {
		margin: 0 10%;
	}
}

@media screen and (max-width: 400px) {
	.main-header .nav-link {
		font-size: 1em;
		padding: 5px 0;
	}
}

/*--- SUBHEADER ---*/
/*--- about/social/key-issues ---*/

.subheader {
	padding: 12px 16px 6px 8px;
	font-size: 52px;
	font-style: italic;
	color: rgb(227, 29, 56);
	font-weight: 800;
	text-align: center;
	width: fit-content;
	margin: 120px auto 0 auto;
	font-family: 'Lato', 'Montserrat', sans-serif;
}
.subheader h1 {
	font-family: 'Lato', 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 56px;
}

/* .subheader a{
	color: #00539b;
	text-decoration: none;
	font-weight: 700;
}

.subheader a.subheader-current-page{
	color: rgb(227, 29, 56);
}

.subheader a:hover{
	color: rgb(227, 29, 56);
}

.subheader-break {
	display: none;
} */

@media (max-width:1300px) {
	.subheader{
		margin-top: 80px;
	}
}

@media (max-width:1200px) {
	.subheader-break.break-2 {
		display: contents;
	}	
}

@media (max-width:700px){
	.subheader{
		font-size: 32px;
		margin-top: 75px;
	}
	.subheader-break.break-1 {
		display: contents;
	}	
}

/*--- FOOTER ---*/

footer {
	background-color: #464646;
	color: #fff;
	text-align: center;
	padding: 40px 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
    bottom: 0;
    width: 100%;
}

footer .logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

footer .logo img {
	max-height: 80px;
}

footer .footer-link-row {
	margin-bottom: 0px;
}

footer .footer-link-row a {
	color: #fff;
	font-size: 18px;
}

.footer-links {
	text-align: right;
	align-self: center;
}

#footer-copyright {
	font-size: 18px;
	margin: 0;
}

.footer-nav-links{
	padding-bottom: 24px;
}

@media (max-width: 820px) {
	footer {
		flex-direction: column;
		justify-content: center;
	}
	.footer-links {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	footer {
		padding: 1px 40px;
	}
}

@media(max-width:425px) {
	footer {
		padding: 1px 18px;
	}
}

/*----  HOME PAGE ----*/

.page-home .section {
	padding: 100px 128px;
}

.page-home .section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 36pt;
	font-weight: bold;
	margin-bottom: 40px;
}

.page-home p {
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-size: 15pt;
	color: #444444;
	margin-bottom: 35px;
}

.page-home .hero-image {
	background: url('https://amacaction.org/wp-content/uploads/2018/07/capitol-building-night-1.jpg') no-repeat top;
	background-size: cover;
	height: 750px;
	display: flex;
	/* align-items: flex-end; */
}

.hero-image.section {
	position: relative;
}

.page-home .advocacy-link {
	position: absolute;
	display: flex;
	align-items: center;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	top: 25px;
	left: 0;
	padding: 18px 26px 18px 32px;
	color: #00539b !important;
	background: #fff;
	font-size: 20px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.2s ease-in-out;
}

.page-home .advocacy-link.election-link {
	top: 105px;
	background: #e31d38;
	color: #fff !important;
}

.page-home .advocacy-link .fa-star {
	display: none;
}

.page-home .advocacy-link i {
	margin-left: 10px;
	font-size: 22px;
}

.page-home .advocacy-link:hover,
.page-home .notification-link:hover {
	padding-left: 40px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

.page-home .advocacy-link:hover .fa-star {
	display: inline-block;
}

.page-home .advocacy-link:hover .fa-star-o {
	display: none;
}

.page-home .hero-text {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 4em;
}

.page-home .hero-text .bold {
	font-weight: bold;
	font-size: 1.5em;
}

.page-home .about h3 {
	color: #00539b;
}

.page-home .getting-involved {
	background-color: #72a0c6;
}

.page-home .getting-involved h3 {
	color: #fff;
}

.page-home .getting-involved .inner {
	background-color: #f3f3f3;
	border-radius: 20px;
}

.page-home .getting-involved .sub-title {
	padding: 30px 45px;
}

.page-home .getting-involved .division-row {
	padding: 20px 50px;
	background-color: #fff;
	box-shadow: 0 0 14px -9px rgba(0, 0, 0, 0.4);
	margin: 0;
}

@media (max-width: 500px) {
	.page-home .getting-involved .division-row {
		padding: 20px 0;
	}
}

.page-home .getting-involved .division-row .fa {
	margin-right: 15px;
}

.page-home .getting-involved .button-row {
	justify-content: center;
	padding: 30px;
}

.page-home .getting-involved .division {
	padding: 30px;
	display: flex;
}

.page-home .getting-involved .division:after {
	content: '';
	height: 75%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px;
	align-self: center;
}

.page-home .getting-involved .division:last-child:after {
	height: 0;
	padding: 0;
	border-color: transparent;
}

@media screen and (max-width: 990px) {
	.page-home .getting-involved .division {
		flex-direction: column;
	}

	.page-home .getting-involved .division:after {
		display: block;
		height: 0;
		width: 75%;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

.page-home .getting-involved .division h4 {
	color: #00539b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	margin-bottom: 25px;
}

.page-home .getting-involved .division p {
	margin-bottom: 0;
}

.nf-form-cont .nf-error-msg {
	position: absolute;
	bottom: -20px;
}

.nf-before-form-content {
	display: none;
}

.page-home .nf-after-form-content .nf-error-msg {
	bottom: 12px;
}

.page-hom .nf-field-container {
	margin-bottom: 35px;
}

.page-home .btn-primary,
.page-home input[type='button'] {
	background-color: #32547d;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: white;
	border-radius: 0.3rem;
	padding: 0.5rem 1rem;
}

/* .page-home .questions h3 {
	color: #00539b;
} */

.page-home .question-info {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	margin: 20px auto;
}

.page-home .question-info a,
.page-home .question-info p {
	color: #4199D0;
}

.page-home .question-info h4 {
	font-weight: bold;
	/* color: #00539b; */
}

.page-home .question-info p {
	margin: 0;
}

.page-home .question-info .contact {
	margin-top: 20px;
	font-weight: 700;
}

.page-home .nf-field-description p,
.page-home .nf-form-fields-required {
	font-size: 0.8em;
}

.page-home .agreement label {
	margin-top: 15px;
}

.page-home .modal p {
	line-height: 1;
	margin-bottom: 0;
}

.page-home .modal .modal-dialog {
	max-width: 800px;
}

.page-home .modal .modal-content {
	padding: 20px;
}

.page-home .modal .modal-title {
	font-weight: bold;
	color: #00539b;
	font-family: 'Montserrat', sans-serif;
}

.nf-form-cont .half {
	width: 49%;
	display: inline-block;
}

.nf-form-cont .half-left {
	padding-right: 10px;
}

.nf-form-cont .half-right {
	padding-left: 10px;
}

.nf-after-form-content {
	position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.page-home .getting-involved .card {
		-ms-flex: 0 0 44% !important;
		flex: 0 0 44% !important;
	}
}

@media screen and (min-width: 768px) {
	.page-home .getting-involved .card {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}

@media screen and (max-width: 768px) {
	.page-home .section {
		padding: 50px 40px;
	}

	.mobile-no-flex {
		display: block !important;
	}
}

@media screen and (max-width: 540px) {
	.page-home .hero-text {
		font-size: 2.5em;
	}
}

/* @media (max-width: 1515px) {
	.main-header .nav-link {
		font-size: 0.75em;
	}
} */

/* --- Mobile Nav --- */
@media (max-width: 1188px) {
	#navbar .nav.nav-masthead {
		flex-direction: column;
		position: absolute;
		right: 0;
		top: 0;
		background-color: #ddd;
		padding: 25px;
		height: 100vh;
		justify-content: flex-start !important;
		transform: translateX(100%);
		transition: all 0.15s linear;
	}

	#navbar .nav.nav-masthead.open {
		transform: translateX(0);
	}

	.main-header .nav-link {
		font-size: 1.25rem;
		margin-top: 16px;
		text-align: center;
		width: 100%;
	}

	.main-header .nav-link.donate {
		margin: 15px 15px 0 0;
		padding: 16px 16px;
	}

	.main-header .nav-link.login {
		margin: 16px 0 0 0;
		padding: 16px 16px;
	}
	
	.main-header .nav-link-red {
		margin: 16px 0 0 0;
		padding: 16px 16px;
	}

	.main-header .fa-close {
		display: block;
		cursor: pointer;
		color: #00539b;
		font-size: 1.5em;
		margin-right: 95%;
	}

	.main-header .fa-bars {
		display: flex;
		align-items: center;
		font-size: 1.8em;
		color: #00539b;
		cursor: pointer;
	}
}

/* --- Delegate cards pages --- */

.amac-cards {
	padding: 50px;
}

img.amac-card-img {
	box-shadow: 0 0 15px #000;
	margin-top: 20px;
}

.amac-cards-form {
	max-width: 700px;
	background: #eee;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 25px #ababab;
	margin: 50px auto;
	text-align: left;
}

.amac-cards-form h3 {
	font-size: 1.25rem;
	margin-top: 20px;
}

.amac-cards-form .nf-form-fields-required {
	font-size: 0.8rem;
	margin-bottom: 20px;
}

footer.amac-cards {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer.amac-cards p {
	margin: 0;
}

/*--- DONATE pages ---*/

.donate-page.content {
	margin-top: 50px;
	background: url('/wp-content/uploads/2018/07/capitol-building-night-1.jpg') center;
	background-size: cover;
	max-width: none !important;
	margin-top: 0;
	padding: 100px 5px;
}

.donate-page .disclaimer {
	max-width: 423px;
	background-color: #fff;
	margin: 30px auto 25px;
	padding: 10px;
}

.donate-page .disclaimer p {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

/*--- end donate pages ---*/

.content h2 {
	font-size: 3rem !important;
}


/**********************************************************************************/
/****************************** REDESIGN 2022 ***********************************/
/**********************************************************************************/


/*--------- Banner image Section -------------*/

.banner-section-container {
	width: 100vw;
	height: 90vh;
	max-height: 530px;
	background-size: contain;
}
.slider{
	height: 100%;
	width: 100%;
}

.slide-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	height: 90vh;
	max-height: 530px;
	background-color: #1E5496;
}

.slider-text {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
	z-index: 5;
	padding: 13vh 0 0 10vw;
	color: white;
	max-width: 850px;
	z-index: 20;
}

.slider-header {
	font-size: 64px;
	padding-bottom: 50px;
}

.slider-text .slider-sub-header{
	font-size: 36px;
}

.slider-text .slider-btn{
	font-size: 24px;
}

.bx-wrapper {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 60% 40%;
	height: 90vh;
	max-height: 530px;
	background-size: cover;
}

.bx-controls {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	height: 100%;
}

.bx-wrapper .bx-has-pager .bx-controls-direction a {
	top: 36%;
}

.bx-pager {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
	padding: 15vh 0 0 10vw;
	
}

.bx-wrapper .bx-controls .bx-pager {
	text-align: left;
	width: 200%;
}

.slider-slide-1 {
	z-index: 4;
}

.bx-wrapper .home-slider .slider-slide.slider-slide-1.bx-clone {
	position: static !important;
}

.slider-slide-2 {
	z-index: 3;
}

.slider-slide-3 {
	z-index: 2;
}

.slider-slide-4 {
	z-index: 1;
}

@media (max-width: 1520px) {
	.slider-text{
		grid-column-end: 4;
	}
}

@media (max-width:960px) {
	.banner-background-overlay {
        background-image:
            linear-gradient(to right, rgba(30, 84, 150) 0%, rgba(30, 84, 150, 0.8) 66%, rgba(30, 84, 150, 0.6) 86%, rgba(30, 84, 150, 0) 100%);
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 100%;
        z-index: 2;
    }

	.bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-next{
		height: 35px;
		width: 35x;
	}
	
	.bx-wrapper .bx-has-controls-direction .bx-controls-direction a.bx-prev{
		height: 35px;
		width: 35x;
	}

	.slider-text {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 1;
		z-index: 5;
		padding: 10vh 0 0 10vw;
		color: white;
		max-width: 850px;
	}
	.slider-header{
		font-size: 56px;
	}
	.slider-text .slider-sub-header{
		font-size: 32px;
	}
}

@media (max-width:540px) {
	.slider-header{
		font-size: 48px;
	}
	.slider-text .slider-sub-header{
		font-size: 28px;
	}
}

@media (max-width:280px) {
	.slider-text a.slider-btn {
		padding: 12px 12px;
	}
    .slider-header {
		padding-bottom: 20px;
	}
}

@media (max-width:480px) {
	.slider-text {
		grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 1;
		z-index: 5;
		padding: 12vh 0 0 0;
		color: white;
	}

	h2.slider-header {
		font-size: 40px;
	}

	.slider-text p.slider-sub-header {
		font-size: 1.25rem;
	}

	.slider-text a.slider-btn {
		font-size: 1.25rem;
		grid-column-end: 5;
		padding: 12px 24px;
	}
	.bx-pager{
		grid-column-start: 2;
		grid-column-end: 2;
		padding-left: 0;
	}
}

@media (max-height:685px) {
	/* .slider-text{
		padding-top: 5vh;
		grid-column-end: 5;
	} */
	.slider-header{
		font-size: 48px;
	}
	.slider-text .slider-sub-header{
		font-size: 28px;
		padding-top: 0;
	}
	.bx-pager{
		grid-row-start: 4;
		grid-row-end: 4;
	}
}

@media (max-height:560px) {
	.slider-text{
		padding-top: 12vh;
		grid-column-end: 5;
	}
	.slider-header{
		font-size: 48px;
	}
	.slider-text .slider-sub-header{
		font-size: 28px;
		padding-top: 0;
	}

}

@media (min-height:900px) and (min-width: 480px) and (max-width:660px){
	.bx-wrapper .bx-has-pager .bx-controls-direction a{
		top: 35%;
	}
}

@media (min-height:900px) and (min-width: 661px) and (max-width:1303px){
	.bx-wrapper .bx-has-pager .bx-controls-direction a{
		top: 33%;
	}
}

.slider-text p.slider-sub-header {
	padding-top: 3vh;
	color: white;
}

.banner-background-image {
	max-height: 700px;
	max-width: 100vw;
	align-self: center;
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 5;
	max-height: 100%;
	/* z-index: 1; */
	justify-self: end;
	z-index: auto;
}

a.slider-btn {
	background-color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: 12px 60px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(30, 84, 150);
	transition: all .2s ease-in-out;
}

a.slider-btn:hover {
	background-color: #4199D0;
	text-decoration: none;
	color: #fff;
}

.bx-wrapper img.banner-background-image {
	height: 100%;
	max-width: none;
}

.banner-section-container .bx-wrapper {
	border: none;
	position: static;
}

.bx-wrapper div.bx-pager.bx-default-pager {
	position: static;
	z-index: 20;
}

.bx-next {
	background-color: #4199D0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	z-index: 9;
	background: url('https://amacaction.org/wp-content/uploads/2022/11/next.png');
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: contain;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	z-index: 9;
	background: url('https://amacaction.org/wp-content/uploads/2022/11/prevBlue.png');
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: contain;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
	height: 20px;
	width: 20px;
	border-radius: 8px;
	background: url('https://amacaction.org/wp-content/uploads/2022/11/Ellipse-1.png') no-repeat;
	background-size: contain;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:focus {
	height: 20px;
	width: 20px;
	border-radius: 8px;
	background: url('https://amacaction.org/wp-content/uploads/2022/11/Ellipse-1.png') no-repeat;
	background-size: contain;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
	height: 20px;
	width: 20px;
	border-radius: 8px;
	background: url('https://amacaction.org/wp-content/uploads/2022/11/Ellipse-2.png') no-repeat;
	background-size: contain;
}



/*--------- Get Involved Section ---------*/

.involved-section-container {
	background: #f8f8f8;
	text-align: center;
	font-size: 24px;
	padding: 40px 20px 40px 20px;
}

.involved-section-container h2 {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 40px;
}

.involved-cards-container {
	display: grid;
	grid-template-columns: .25fr 1fr 1fr 1fr 1fr .25fr;
	height: 650px;
	gap: 100px;
	justify-items: center;
	justify-content: center;
}

.involved-card a {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 110px 100px 240px 80px;
	align-content: center;
	min-height: 620px;
	min-width: 525px;
	width: 100%;
	padding: 40px;
	text-align: center;
	background-color: white;
	transition: all .2s ease-in-out;
}

.involved-card a:hover {
	text-decoration: none;
}

.involved-card-1 {
	grid-column-start: 3;
}

.involved-card-2 {
	grid-column-start: 4;
}

/*.involved-card-3 {
	grid-column-start: 4;
}

.involved-card-4 {
	grid-column-start: 5;
}*/

.involved-card-icon {
	justify-self: center;
	align-self: start;
	height: 100px;
	background-size: contain;
	margin-bottom: -16px;
}

.involved-card-title {
	color: #D1343D;
	font-size: 2rem;
	justify-self: center;
	align-self: center;
	font-weight: 700;
}

@media (max-width: 1800px){
	.involved-card-title{
		font-size: 1.75rem;
	}	
}

.involved-card p.involved-card-content {
	font-size: 1.1rem;
	margin: 0;
	align-self: baseline;
}

.involved-card-btn {
	margin: auto;
	grid-row-start: 4;
	background-color:
		white;
	text-decoration: none;
	color: #4199D0;
	padding: 8px 24px 7px 24px;
	font-size: 1.1rem;
	font-weight: 500;
	border: #4199D0 1px solid;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}

.involved-card:hover .involved-card-btn{
	background-color:
		#4199D0;
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.involved-card-1 .involved-card-btn {
	margin: auto;
	grid-row-start: 4;
	text-decoration: none;
	padding: 8px 24px 7px 24px;
	font-size: 1.1rem;
	font-weight: 500;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}

/* .involved-card-1:hover .involved-card-btn{
	background-color:
		#707070;
	text-decoration: none;
	color: white;
} */

@media (max-width: 1300px) {
	.involved-cards-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 620px 620px;
		height: auto;
		justify-items: center;
		justify-content: center;
		align-items: center;
	}

	.involved-card {
		margin: 0px 10px;
	}

	.involved-card-1,
	.involved-card-2,
	.involved-card-3,
	.involved-card-4 {
		min-height: 560px;
		width: 525px;
	}

	.involved-card-1 {
		grid-column-start: 1;
		grid-row-start: 1;
	}

	.involved-card-2 {
		grid-column-start: 1;
		grid-row-start: 2;
	}

	/*.involved-card-3 {
		grid-column-start: 2;
		grid-row-start: 2;
	}

	.involved-card-4 {
		grid-column-start: 3;
		grid-row-start: 2;
	}*/
}

@media (max-width: 740px) {
	.involved-cards-container {
		display: grid;
		grid-template-columns: 1fr; 
		grid-template-rows: auto;
		justify-items: center;
		justify-content: center;
		align-items: center;
		height: auto;
		padding-bottom: 46px;
	}

	.involved-section-container {
		padding: 40px 20px 0px 20px;
		gap: 0;
	}

	.involved-card-1,
	.involved-card-2 {
		grid-column-start: auto;
		grid-row-start: auto;
		min-height: unset;
		width: auto;
	}
}

@media (max-width: 600px) {
	.involved-section-container h2 {
		font-size: 32px;
	}

	.involved-card-title {
		font-size: 1.5rem;
	}

	.involved-card-icon {
		height: 75px;
		margin-bottom: -12px;
	}

	.involved-card-1,
	.involved-card-2 {
		height: auto;
		min-height: auto;
		width: auto;
	}

	.involved-card a {
		grid-template-rows: 100px auto auto 60px;
		align-content: space-evenly;
		min-height: auto;
		min-width: unset;
		width: auto;
		margin: auto;
		padding: 40px 40px 20px 40px;
		background-color: white;
	}

	.involved-card p.involved-card-content {
		font-size: 1.25rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/*------- HomePage Contact Us Section -------*/

.contact-us-section-container {
	padding: 40px 1vw;
	text-align: center;
}

.contact-us-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 780px));
	justify-content: center;
	padding: 6px 3vw;
	margin: 8px 2vw;
}

.contact-us-form {
	padding: 45px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.contact-us-section-container h3 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 60px;
}

.contact-us-info {
	margin: auto;
	padding: 60px 0;
}

.page-home .question-info .contact {
	/* margin-top: 20px; */
	font-weight: 700;
	font-size: 2rem;
}
.page-home .question-info h4 {
	font-size: 2.25rem;
	padding-bottom: 20px;
}
.page-home .question-info .contact + a{
	font-weight: 700;
	font-size: 2rem;
}

.nf-field-element .btn.btn-primary {
	background-color:
		#4199D0;
	width: 100%;
}

.ninja-forms-req-symbol {
	display: none;
}

.nf-field-element textarea#nf-field-433 {
	height: 120px;
	border: 1px solid #BABABA;
	resize: none;
}

.nf-field-element input.ninja-forms-field {
	border: 1px solid #BABABA;
	height: 58px;
}

.nf-field-element input[type=button].ninja-forms-field {
	height: 68px;
}

#nf-label-field-431,
#nf-label-field-432,
#nf-label-field-433,
#nf-label-field-435 {
	font-size: 30px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
}

.form_phone_disclaimer span {
	font-size: 12px !important;
}

.form_phone_disclaimer p {
	line-height: 16px;
	text-align: left;
	margin: -19px 0 0;
}

#nf-field-431-container {
	padding-right: 10px;
}


.nf-field .label-above .nf-field-label {
	margin-bottom: 4px;
}

.page-home .nf-after-form-content .nf-error-msg.nf-error-field-errors {
	position: static;
}

.page-home .nf-form-cont .nf-error-msg {
	bottom: -40px;
}

.page-home .nf-form-cont .nf-error-msg.nf-error-required-error {
	bottom: -20px;
}

#nf-field-434-container{
	margin-bottom: 0;
}

.ninja-forms-field.btn.btn-primary {
	border-radius: 0;
	line-height: 0.5;
	font-size: 30px;
	font-family: "Lato", sans-serif;
	font-weight: 400;

}

.ninja-forms-field.btn.btn-primary:hover {
	color: #4199D0;
	background-color: #fff;
	border: 2px solid #4199D0;

}

@media(min-width:480px) {
	.NF-contact-email {
		display: inline-block;
		width: 49%;
	}

	.NF-contact-name {
		width: 49%;
		display: inline-block;
	}

	.contact-us-info {
		margin: auto;
		/* padding: 60px 0 0 0; */
	}
}

@media(max-width:479px) {

	.page-home .nf-form-cont .nf-error-msg {
		bottom: -24px;
	}
	.contact-us-info {
		margin: auto;
		padding: 60px 0 0 0;
	}
}

@media (max-width:600px){
	#contact-us h3{
		margin-bottom: 30px;
	}

	.ninja-forms-field.btn.btn-primary {
		font-size: 28px;
	}
	
	#nf-label-field-431,
	#nf-label-field-432,
	#nf-label-field-433 {
		font-size: 24px;
	}

	.nf-field-element input.ninja-forms-field {
		height: 40px;
	}

	#nf-field-431-container {
		padding-right: 0;
	}

	#ninja_forms_required_items, .nf-field-container {
		margin-bottom: 30px;
	}

	.contact-us-form {
		box-shadow: none;
		padding: 20px;
	}

	.contact-us-section-container h3 {
		font-size: 36px;
	}

	.nf-field-element input[type=button].ninja-forms-field {
		height: 50px;
	}

	.page-home .question-info h4 {
		font-size: 1.6rem;
	}
	
	.page-home .question-info .contact + a{
		font-size: 1.6rem;
	}

	.page-home .question-info .contact {
		font-size: 1.6rem;
	}
	.contact-us-info {
		padding: 0;
	}
}

/* --------- Categories ----------- */

.categories-buttons {
	display: flex;
	flex-wrap: wrap;
	max-width: 760px;
	margin:  50px auto 55px auto;
	justify-content: center;
}

/* .categories-buttons .text-only-category.subheader-current-category {
	padding: 6px 18px;
	margin: 6px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background-color: #1E5496;
}

.categories-buttons .text-only-category, */
.categories-buttons a {
	padding: 6px 18px;
	margin: 6px;
	font-size: 22px;
	font-weight: 700;
	color: #1E5496;
	border: 4px solid #1E5496;
}

.categories-buttons a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1E5496;
}

a.subheader-current-category {
	color: #fff;
	background-color: #1E5496;
	pointer-events: none;
}



/*--------- post links ----------*/
.post-links-container{
	display: grid;
	grid-template-columns: 440px 440px 440px;
	grid-template-rows: 1fr 1fr;
	justify-content: center;
	column-gap: 55px;
}

@media (max-width:1480px) {
	.post-links-container{
		display: grid;
		grid-template-columns: 440px 440px;
		grid-template-rows: 1fr 1fr 1fr;
		justify-content: center;
		column-gap: 55px;
	}
}

@media (max-width:980px) {
	.post-links-container{
		display: grid;
		grid-template-columns: 440px;
		justify-content: center;
		column-gap: 55px;
	}
}

.post-container {
	margin: 20px 0 5px 0;
}

.post-link:hover {
	text-decoration: none;
}

.post-title{
	font-size: 18px;
	color: #383838;
	font-family: 'Lato';
	font-weight: 600;
}

.post-date {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 600;
}

.post-thumbnail img {
	max-width: 100%;
	border-bottom: 5px solid #153C81;
}

.post-text{
	padding: 30px;
}

/*--- pagination ---*/
.pagination-links-container {
	text-align: center;
	margin: 60px auto 80px auto;
	FONT-WEIGHT: 600;
    font-size: 30px;
    font-family: 'Lato';
	
}

.pagination-links-container a:not(.next):not(.prev) {
	color: #153C81;
	margin: 0 12px;
}

.pagination-links-container .current {
	margin: 0 12px;
}

.pagination-links-container .current, 
.pagination-links-container a:hover:not(.next):not(.prev) {
	color: rgb(227, 29, 56);
	text-decoration: none;
}

a.next.page-numbers{
	background: url('https://amacaction.org/wp-content/uploads/2022/12/next-pagination-e1670446354740.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	font-size: 22px;

}

a.prev.page-numbers{
	background: url('https://amacaction.org/wp-content/uploads/2022/12/prev-pagination-e1670446301855.png');
	background-repeat: no-repeat;
	background-size: contain;
	color: rgba(0, 0, 0, 0);
	font-size: 22px;
}

/* ---- MISC PAGES ---- */

.misc-container {
	margin: 120px auto 60px auto;
	max-width: 1140px;
}

.container-404 {
	text-align: center;
	height: 62.5vh
}

.container-404 h1 {
	margin: auto;
	font-size: 100px;
	border-bottom: 5px solid rgb(227, 29, 56);
	display: inline-block;
}

.container-404 p {
	font-size: 24px;
	margin-top: 20px;
	font-weight: 600;
}

.search-form-container{
	border-top: 1px solid #000;
	text-align: center;
}

.search-form-flex-container{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	border: 1px solid #000;
}

.search-form-flex-container :focus-visible{
	border-radius: 0px;	
}

.search-submit {
	/* padding: 6px 18px; */
	height: 62px;
	margin-left: -10px;
	font-size: 24px;
	font-weight: 600;
	background-color: #fff;
	color: rgba(0,0,0,0);
	/* border-left: none; */
	border: none;
	border-right: none;background: url('https://amacaction.org/wp-content/uploads/2022/11/noun-search-905002-e1668780950258.png');
	background-repeat: no-repeat;
	background-position: right;
}

.search-submit:hover {
	text-decoration: none;
	cursor:pointer;
}

.search-form label{
	margin-bottom: 0;
}

input.search-field {
	padding: 6px 18px;
	font-size: 24px;
	font-weight: 600;	
	border: none;
	/* border: 1px solid #000; */
	/* border-right: none; */
	height: 62px;
	padding-left: 30px;
	width: min(621px, calc(100vw - 233px));
}

.clear-search-btn{
	display: inline-block;
	color: #464648;
	background-color: #fff;
	background: url('https://amacaction.org/wp-content/uploads/2022/12/noun-x-2147847.png');
	background-repeat: no-repeat;
	background-position: center;
	font-size: 60px;
	/* border: 1px solid #000; */
	padding-right: 30px;
	border: none;
	/* border-left: none; */
	height: 62px;
	width: 100px;
}

.nav-show-mobile {
	display: none;
}

.clear-search-btn:hover{
	cursor:pointer;
}

/* 
@media (max-width: 801px) {
	input.search-field{
		width: min(800px, calc(100vw - 179px));
	}	
} */

@media (max-width: 540px) {
	.nav-show-desktop {
		display: none;
	}

	.nav-show-mobile {
		display: block;
		margin-left: auto;
		margin-right: 30px;
	}

	/* horizontal alignment on navbar */
	.row{ 
		align-items: center;
	}
	.search-submit{
		display: none;
	}

	input.search-field{
		width: calc(100vw - 80px);
	}
	
	.search-form-container{
		border-top:none;
	}

	.search-form-flex-container {
		margin: 0;
	}
}