/*
 Theme Name:   Tim Moore LP Theme
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Tim Moore
 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:  moore-nc-lp-theme
*/

/*
FONTS

font-family: 'neue-haas-grotesk-display', sans-serif;
font-weight: 500;
font-style: normal;

font-family: 'neue-haas-grotesk-display', sans-serif;
font-weight: 600;
font-style: normal;

font-family: 'neue-haas-grotesk-display', sans-serif;
font-weight: 700;
font-style: normal;

font-family: 'neue-haas-grotesk-display', sans-serif;
font-weight: 700;
font-style: italic;

font-family: 'neue-haas-grotesk-display', sans-serif;
font-weight: 900;
font-style: normal;


/* ========= COLOR REFERENCES ========= */
:root {
	--blue: #004CAC;
	--offWhite: #FEFEFE;
	--gray: #656565;
}

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


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Hero Section
	- 3b. Gravity Forms
	- 3c. Banner
	- 3d. About
	- 3e. Privacy Policy
	- 3f. Press
	- 3g. Single Post Page
/* ==================================== */


/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
}

p,
a,
li,
.btn,
button,
input {
	font-family: "acumin-pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
}

h1,
.h1 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 88px;
	letter-spacing: 0.03em;
	line-height: 85px;
	color: #fff;
	text-transform: uppercase;
}

h2,
.h2 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	letter-spacing: 0.03em;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
}

h3,
.h3 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.03em;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;
}

h4,
.h4 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 35px;
	color: #fff;
}

h5,
.h5 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: #fff;
}

p,
.p {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 30px;
	color: #fff;
}

.small {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 25px;
}

a,
a.anchor-theme {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 30px;
	color: #fff;
	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-blue {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 0;
	padding: 8px 28px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

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

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

.btn-white {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--blue);
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 8px 28px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

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

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

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




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

body {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 30px;
	color: #fff;
	background: #fff;
	overflow-x: hidden;
}

.grotesk {
	font-family: 'neue-haas-grotesk-display', sans-serif;
}

.opacity-1 {
	opacity: 1;
}

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

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

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

.white {
	color: #fff !important;
}

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

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

.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;
}

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

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

img {
	width: 100%;
}

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

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

.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: "acumin-pro-semi-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	letter-spacing: 0.08em;
	line-height: 25px;
	color: #fff;
	margin: 0 15px;
	text-transform: uppercase;
}

.main-menu-item a.active {
	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: 180px;
	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. Hero  */
.feature-image {
	min-height: 800px;
	height: 100%;
	width: 100%;
}

.feature-image-default {
	background: url('/dejilah/sites/534/2023/11/hero-bg-1.png') no-repeat;
	background-position: center 75%;
	background-size: cover;
	height: 800px;
	width: 100%;
}

.donate {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}




/*  3b. Gravity Form  */
.form .gform_wrapper input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--gray);
}

.form .gform_wrapper input::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--gray);
}

.form .gform_wrapper input:-ms-input-placeholder {
	/* IE 10+ */
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--gray);
}

.form .gform_wrapper input:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--gray);
}

.form .gform-theme--foundation .gfield input.large,
.form .gform-theme--foundation .gfield input {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--gray);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	height: 42px;
	box-shadow: none;
}

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

.form .gform-theme--framework .gform-field-label--type-inline {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 28px;
	text-align: left;
	color: #fff;
}

.form .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework form .gform_footer input.gform_button.button {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.03em;
	line-height: 28px;
	color: var(--blue);
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 8px 28px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.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 #fff;
	color: #fff;
	text-decoration: none;
}

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

.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;
}




/*  3c. Banner  */
.banner {
	background: url('/dejilah/sites/534/2023/11/1_d_below_fold_header.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 390px;
	height: 100%;
}

.banner-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}




/*  3d. About  */
.about {
	overflow-x: hidden;
}




/*  3e 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;
}




/*  3f. Press  */
.press-image {
	height: 660px;
	width: 100%;
}

.press-image-default {
	background: url('/dejilah/sites/534/2023/11/1_hero_d-2.jpg') no-repeat;
	background-position: center 30%;
	background-size: cover;
	height: 660px;
	width: 100%;
}

.press a.permalink {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0.03em;
	color: var(--gray);
}




/*  3g. Single Post Page  */
.single .press-image-default {
	background: url('/dejilah/sites/534/2023/11/1_hero_d-2.jpg') no-repeat;
	background-position: center 30%;
	background-size: cover;
	height: 810px;
	width: 100%;
}

.single .post-content p {
	color: var(--gray);
	margin-bottom: 30px;
}

.single .post-content a {
	color: var(--blue);
}

.single .post-content a:hover,
.single .post-content a:focus,
.single .post-content a:active {
	color: var(--blue);
}

.img1-container {
	width: 350px;
	height: 271px;
	position: relative;
	border: 6px solid #fff;
}

.img1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.img2-container {
	width: 255px;
	height: 197px;
	position: absolute;
	bottom: 75px;
    left: -70px;
	border: 6px solid #fff;
}

.img2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.img3-container {
	width: 255px;
	height: 197px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 6px solid #fff;
}

.img3 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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