/*
 Theme Name:   April Becker Theme
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for April Becker
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  april-becker-theme
*/

/*
FONTS

font-family: 'poppins', sans-serif;
font-weight: 300;
font-style: normal;

font-family: 'poppins', sans-serif;
font-weight: 400;
font-style: normal;

font-family: 'poppins', sans-serif;
font-weight: 500;
font-style: normal;

font-family: 'poppins', sans-serif;
font-weight: 500;
font-style: italic;

font-family: 'poppins', sans-serif;
font-weight: 600;
font-style: normal;

font-family: 'poppins', sans-serif;
font-weight: 700;
font-style: normal;

font-family: 'poppins', sans-serif;
font-weight: 900;
font-style: normal;


/* ========= COLOR REFERENCES ========= */
:root {
	--blue: #052B48;
	--red: #E00020;
	--offWhite: #ECEFF2;
	--gray: #909191;
}

/* ==================================== */


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Gravity Forms
	- 3b. Privacy Policy
	- 3c. Hero Section
	- 3d. Get Involved
/* ==================================== */


/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
.btn,
button,
input {
	font-family: 'poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
}

p {
	font-family: 'poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin-bottom: 15px;
}

h1,
.h1 {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 79px;
	line-height: 85px;
	color: #fff;
	text-transform: uppercase;
}

h2,
.h2 {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 23px;
	line-height: 30px;
	color: #fff;
}

h3,
.h3 {
	font-family: 'poppins', sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 19px;
	line-height: 24px;
	color: #fff;
}

p,
.p {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--blue);
}

.small {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--blue);
}

a,
a.anchor-theme {
	font-family: 'poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--red);
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a.anchor-theme:hover,
a.anchor-theme:focus {
	color: var(--blue);
	text-decoration: none;
}

.btn-red {
	font-family: 'poppins', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 0;
	padding: 12px 5px;
	display: block;
	max-width: 165px;
	width: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.btn-red:hover,
.btn-red:focus {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
	text-decoration: none;
}

.btn-red:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
	text-decoration: none;
}

.btn-donate,
.main-menu-item a.btn-donate {
	font-family: 'poppins', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 25px;
	padding: 14px 5px;
	display: block;
	max-width: 165px;
	width: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.btn-donate:hover,
.btn-donate:focus,
.main-menu-item a.btn-donate:hover,
.main-menu-item a.btn-donate:focus {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff !important;
	text-decoration: none;
}

.btn-donate:active,
.main-menu-item a.btn-donate:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff !important;
	text-decoration: none;
}

/* ------------------------------ 
    1. End Typography
------------------------------ */




/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
	width: device-width;
}

body {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--blue);
	background: #fff;
	overflow-x: hidden;
}

.poppins {
	font-family: 'poppins', sans-serif;
}

.opacity-1 {
	opacity: 1;
}

.blue {
	color: var(--blue) !important;
}

.red {
	color: var(--red) !important;
}

.offWhite {
	color: var(--offWhite) !important;
}

.gray {
	color: var(--gray) !important;
}

.white {
	color: #fff !important;
}

.f-300 {
	font-weight: 300;
	/* Light */
}

.f-400 {
	font-weight: 400;
	/* Regular */
}

.f-500 {
	font-weight: 500;
	/* Medium */
}

.f-600 {
	font-weight: 600;
	/* Semi Bold */
}

.f-700 {
	font-weight: 700;
	/* Bold */
}

.f-900 {
	font-weight: 900;
	/* Black */
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: none;
}

.spacing-0 {
	letter-spacing: normal;
}

section {
	position: relative;
}

.no-padding {
	padding: 0;
}

.py-6 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

img {
	width: 100%;
}

.img-bd-3 {
	border: 3px solid #fff;
}

.img-bd {
	border: 10px solid #fff;
}

.bg-blue {
	background: var(--blue);
}

.bg-red {
	background: var(--red);
}

.bg-offWhite {
	background: var(--offWhite);
}

.bg-gray {
	background: var(--gray);
}

.bg-white {
	background: var(--white);
}

.bg-gradient {
	background: linear-gradient(#004cac 0%, #002656 100%);
}

.bars {
	position: absolute;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding-top: 5px;
	width: 100%;
}

/* Responsive Videos */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home .modal-content {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

#home .modal-body {
	padding: 0;
}

#home .modal-header {
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* Nav - Desktop */
.nav-bar {
	min-height: 80px;
}

.desktop-navigation {
	color: #fff;
}

.main-menu-item a,
.desktop-navigation .main-menu-item span {
	font-family: 'poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0 25px;
	text-transform: uppercase;
}

.main-menu-item a.active {
	font-weight: 700;
	/* padding-bottom: 5px;
	border-bottom: 3px solid #fff; */
}

.main-menu-item .sub-menu-item a.active {
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}

/* Sub-Menu */
ul.nav li {
	position: relative;
}

ul.nav ul {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 0;
	/* right: calc(50% - 130px); */
	top: 0px;
	transform: translateY(0em);
	min-width: 220px;
	width: 100%;
	list-style: none;
	transition: all .3s ease-in-out;
	z-index: 99;
	margin-top: 36px;
	background: var(--blue);
	border-bottom: 3px solid #fff;
	text-align: center;
}

ul.nav ul:before {
	content: "";
	height: 36px;
	position: absolute;
	top: -36px;
	right: 0;
	width: 100%;
}

ul.nav .sub-menu:after {
	content: "";
	height: 20px;
	position: absolute;
	top: -20px;
	left: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--blue);
	width: 20px;
}

ul.nav .has-sub-sub-menu a {
	border: none !important;
}

ul.nav ul ul {
	top: 0;
	left: 100%;
}

ul.nav li:hover>ul {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(1.3em);
}

ul.nav ul li {
	/* min-width: 260px; */
	width: auto;
}

.desktop-navigation .sub-menu-item {
	padding: 0 10px;
}

.desktop-navigation .sub-menu-item .border-bottom {
	border-bottom: 1px solid #fff;
}

.desktop-navigation .sub-menu-item .border-bottom {
	padding: 10px 2px;
}

.desktop-navigation .sub-menu-item a:hover {
	color: #fff;
	font-weight: 700;
}

.desktop-navigation .sub-menu-item a {
	display: block;
	transition: none;
}

.desktop-navigation .sub-menu-item:last-of-type .border-bottom {
	border: 0 !important;
}

.has-sub-sub-menu.sub-menu-item {
	padding-top: 10px;
}

.has-sub-sub-menu.sub-menu-item a {
	padding-bottom: 0;
}

ul.nav ul ul.sub-sub-menu {
	position: relative;
	min-width: 0;
	display: block;
	visibility: visible;
	margin-top: 0;
	padding-top: 0 !important;
	opacity: 1;
	transform: none;
	border: none;
	top: 0;
	left: 0;
}

ul.nav ul ul.sub-sub-menu a {
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	padding: 0;
}

ul.nav ul ul.sub-sub-menu:before {
	display: none;
}

ul.nav ul ul.sub-sub-menu li:after {
	display: none;
}

/* Sub-Menu With Children */
ul.nav ul li.has-sub:after {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 7px);
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
}

/* Nav Extras */
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
}

header .brand-logo img {
	max-width: 300px;
	width: 100%;
}

#masthead.scrolled {
	background: rgba(237, 237, 237, 0.2);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
}

.brand-logo img {
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
}

#masthead.scrolled .brand-logo img {
	width: 80%;
}

/* Nav - Mobile */
.navbar {
	padding: 0;
	position: unset;
}

#mobile-navigation {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	/* overflow-y: scroll; */
	/* height: calc(100vh - 70px); */
	z-index: 2;
}

.mobile-nav .navbar-toggler {
	line-height: normal;
	width: auto;
	background: none;
}

.mobile-nav-btn {
	margin: 15px;
	font-weight: 100;
	background: transparent !important;
}

.mobile-nav ul {
	list-style-type: none;
	padding: 20px 20px 10px 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mobile-nav li {
	border-top: 1px solid rgba(85, 85, 85, 0.175) !important;
	border-bottom: 0;
	border-right: 0 !important;
	padding: 10px 15px;
	color: #fff;
}

.mobile-nav li:nth-child(1) {
	border-top: 0 !important;
}

li.sub-menu-item:first-of-type a {
	padding-top: 0;
}

.mobile-nav .menu-item-has-children:first-of-type {
	border: 0 !important;
}

.mobile-nav li a:after {
	display: none;
}

.mobile-nav ul li a {
	color: #fff;
	display: inline-block;
	z-index: 1;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.mobile-nav ul li a {
	color: #fff;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:visited {
	padding-left: 7px;
}

.mobile-nav ul ul {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px 0;
}

.mobile-nav ul ul li {
	line-height: 1;
	border: 0;
}

.mobile-nav ul ul a {
	font-size: 0.875em;
	/* 14px */
}

.mobile-nav ul ul ul a {
	padding-left: 80px !important;
}

.mobile-nav .sub-menu-item:first-of-type {
	border: 0 !important;
}

.mobile-nav .sub-menu-item a {
	font-weight: 400;
}

.mobile-nav .sub-menu-item .sub-sub-menu {
	display: block !important;
	border: none !important;
}

.mobile-nav .sub-menu-item .sub-sub-menu-item a {
	font-size: .75em;
	padding-left: 25px !important;
}

.dropdown-caret svg {
	color: #fff;
	margin-left: 10px;
}

.dropdown-caret {
	padding-right: 20px;
	position: absolute;
	right: 0;
	display: inline-block;
	width: 100%;
	text-align: right;
	z-index: 999;
}

.mobile-social-menu {
	padding: 15px 0;
	margin: 25px -20px 0;
}

/* Footer */
.footer-logo-wrap {
	max-width: 350px;
	width: 100%;
}

/* ------------------------------ 
    2. End Global
------------------------------ */




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  3a. Gravity Form  */
.form .gform_wrapper input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--gray);
	text-transform: uppercase;
}

.form .gform_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--gray);
	text-transform: uppercase;
}

.form .gform_wrapper input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--gray);
	text-transform: uppercase;
}

.form .gform_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--gray);
	text-transform: uppercase;
}

.form .gform-theme--foundation .gfield input.large,
.form .gform-theme--foundation .gfield input {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--gray);
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	height: 50px;
	box-shadow: none;
}

.form .gform-theme--foundation .gfield textarea.large,
.form .gform-theme--foundation .gfield input[type="textarea"] {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--gray);
	text-transform: uppercase;
	min-height: 100px;
	height: 100%;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
}

.form .gform-theme--foundation .gfield input[type="checkbox"] {
	height: 20px;
}

.form .gform-theme--framework .gform-field-label--type-inline {
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--blue);
}

.form .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button,
.form .gform-theme--foundation #field_submit input[type=submit] {
	font-family: 'poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 0;
	padding: 12px 5px;
	display: block;
	max-width: 165px;
	width: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.form .gform-theme--foundation #field_submit input[type=submit] {
	height: 50px
}

.form .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button:hover,
.form .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button:focus,
.form .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
	text-decoration: none;
}

.form .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer {
	justify-content: center;
	margin: 30px 0 0;
}

.form .gform_wrapper .gform-body .gform_fields #field_submit {
	display: flex;
	justify-content: center;
}

.form .gform_confirmation_message {
	color: #fff;
	text-align: center;
}

.form .gform-theme--foundation .gform_fields {
	row-gap: 15px;
}

.form .gform-theme--foundation .gform_footer,
.form .gform-theme--foundation .gform_page_footer {
	margin-block-start: 10px;
}

.form h2.form-subtitle {
	max-width: 630px;
	width: 100%;
	margin: 10px auto;
}




/*  3b Privacy Policy Page  */
.privacy-policy-intro {
	min-height: 450px;
	height: 100%;
	width: 100%;
}

#privacy-policy h3 {
	margin-top: 60px;
}

#privacy-policy p {
	margin-top: 30px;
}




/*  3c. Hero  */
#home .hero-content {
	margin-top: 75px;
}

#home .form {
	box-shadow: 20px 33px 56px rgba(0, 0, 0, 0.16);
}

.feature-image {
	height: 800px;
	width: 100%;
}

.feature-image-default {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 40%), url('/wp-content/uploads/1_hero.jpg') no-repeat;
	background-position: center 40%;
	background-size: cover;
	height: 800px;
	width: 100%;
}




/*  3d. Get Involved  */




/*  3e. Events */
.featured-event {
	margin-top: -20px;
}

/* ------------------------------ 
    3. End Main Content
------------------------------ */