/*
Theme Name: NASPAAM
Author: Tamarin Software
Author URI: https://tamarin-software.com
Version: 1.0
Text Domain: naspaam
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.6;
	background-color: #1e1e1e;
	margin: 0;
	padding: 0;
}
.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.wp-caption-text {
	font-size: .9em;
    line-height: 1.3;
    font-style: italic;
}
.container {
	width: 1440px;
	background-color: white;
	margin: 0 auto;
	min-height: 100vh;
}
.header {
	padding: 4px 24px;
	position: relative;
}
.name {
    position: absolute;
    top: 0;
    left: 214px;
    width: 285px;
}
.name a {
    font-weight: 700;
    font-size: 0.8em;
	padding: 18px 0;
	color: black;
	text-decoration: none;
	display: block;
}
.menu-main-menu-container {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0
}
#menu-main-menu, #menu-main-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sub-menu {
	margin-top: -4px;
}
#menu-main-menu > li {
  	position: relative;
  	display: inline-block;
	margin-left: -5px;
}
#menu-main-menu > li > a {
	display: block;
	text-decoration: none;
	color: black;
	font-weight: 600;
	padding: 27px 24px;
}
#menu-main-menu > li.contact-tab > a {
	background-color: #f1c133;
	text-transform: uppercase;
	font-weight: 700;
}
#menu-main-menu > li.menu-item-has-children > a {
    background: url(images/caret.svg) no-repeat right 20px center;
	padding-right: 34px;
}
#menu-main-menu > li:hover ul.sub-menu {
  	display: block;
}
#menu-main-menu ul.sub-menu li {
	min-width: 240px;
}
#menu-main-menu ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: -2px;
}
#menu-main-menu ul.sub-menu li a {
	display: block;
	font-weight: 600;
	background-color: #f1c133;
	padding: 12px 10px;
	color: black;
	text-decoration: none;
	line-height: 1.3;
}
#menu-main-menu li:hover > a, #menu-main-menu .current-page-ancestor > a, #menu-main-menu .current-menu-item > a, #menu-main-menu ul.sub-menu li:hover a {
	color: white !important;
	background-color: black !important;
}
#menu-main-menu > li.menu-item-has-children:hover > a {
    background-image: url(images/caret_rev.svg);
}
.home-caption {
	font-size: .9em;
	font-style: italic;
	margin: 0;
}
.banner {
	height: 605px;
	background-repeat: no-repeat;
	background-position: center;
	position:  relative;
}
.banner.home {
	height: 710px;
}
.banner .content {
	position: absolute;
	bottom: 0;
	margin: 0 80px;
}
.banner.no-image .content {
	position: relative;
}
.banner.no-image {
	height: auto;
}
.banner.home .content {
    padding: 0 145px !important;
	margin: 0 !important;
	z-index:100;
	background-color: rgba(0,0,0,.7);
}
.banner h1 {
	font-size: 3.3em;
	line-height: 1.2em;
	font-weight: 900;
	color: #f1c133;
	margin: .3em 0 0 !important;
}
.banner.home .content h1 {
	text-align: center;
}
.banner.no-image h1 {
	margin: 1em 0 0;
}
.banner h2 {
    color: white;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 .8em !important;
    font-size: 1.6em;
}
.banner h2 p {
	margin: 0 !important;
	padding: 0 !important;
}
.mission {
	background-color: black;
	color: white;
}
.mission-text {
	padding: 50px 80px;
	margin-right: 25%;
	font-size: 2.4em;
	color: white;
	line-height: 1.4;
	font-weight: 700;
}
.mission-text span {
	color: #f1c133;
}
.home-content {
	background-color: white;
	padding: 50px 80px;
}
.home-content .home-section {
	display: flex;
	gap: 2em;
	margin-bottom: 40px;
}
.home-content .image {
	text-align: center;
	flex: 0 0 300px;
}
.home-content .image img {
	width: 100%;
	max-width: 300px;
}
.home-content h2 {
	font-size: 2.1em;
	font-weight: 900;	
	margin: 0 0 .4em;
}
.home-content h3 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0.8em;
}
.home-content .link, .home-news .link {
	padding-right: 14px;
	background: url("images/link-arrow.svg") no-repeat center right;
	background-size: auto 10px;
	display: inline-block;
	margin-top: 0;
}
.home-content a, .home-news a {
	color: black;
	text-decoration: underline;
	font-weight: 700;
}
.timeline-items {
	display: flex;
}
.timeline-item {
	flex: 0 0 25%;
}
.timeline-text {
	padding: 10px;
	height: 190px;
}
.home-timeline h3 {
	font-size: 2.1em;
	font-weight: 900;	
	margin-bottom: .4em;
}
.timeline-image {
	height: 496px;
	background-size: cover;
	background-position: center;
}
.timeline-caption {
	font-size: .9em;
	font-style: italic;
	margin: 0;
	padding: 5px;
}
.home-timeline .link {
	margin-top: 1em;
}
.home-news {
	background-color: #2d2d33;
	padding: 50px 80px 100px;
}
.home-news h2 {
	font-size: 2.1em;
	font-weight: 900;
	color: #F1C133;
	text-align: center;
}
.home-news h3 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.3;
	color: white;
	text-align: center;
	margin-bottom: 1.6em;
}
.home-posts {
	display: flex;
	gap: 2%;
}
.home-post {
	flex: 0 0 32%;
	background-color: #38383d;
}
.home-post .wp-post-image {
	width: 100%;
}
.home-post .home-post-text {
	color: white;
	padding: 0 30px 8px;
}
.home-post h4 {
	color: white;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: .6em;
}
.home-post p {
	margin-top: 0;
}
.home-post .link {
	background: url("images/link-arrow-white.svg") no-repeat center right;
	background-size: auto 10px;
	display: inline-block;
}
.home-post .link a {
	color: white;
}
.page-content {
	min-height: 500px;
	background-color: white;
	padding: 50px 80px 100px;
	position: relative;
}
.sidebar {
	width: 20%;
	position: absolute; /*  or use position: absolute; for static sidebar */
	top: 66px; /*  or left: 0; for absolute positioning */
	right: 60px;
    padding-left: 50px;
    border-left: 1px solid #ddd;
}
.sidebar h2 {
	margin-top: 0.5em;
}
.sidebar ul, .sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar ul {
	margin-top: 11px;
	margin-bottom: 1.5em;
}
.sidebar li {
	margin-bottom: 11px;
}
.sidebar li a {
	color: black;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding-left: 20px;
	background: url(images/link-arrow-yellow.svg) no-repeat left 7px;
	font-size: 1.1em;
}
.sidebar .current_page_item > a::after, .sidebar a:hover:after {
	content: "";
    display: block;
    margin-top: -13px;
	margin-left: 0;
    height: 12px;
    width: 100%;
    background-color: #f1c133;
}
.main-content {
  margin-right: 25%;
}
.main-content li {
	list-style-image: url(images/link-arrow-yellow.svg);
	margin-bottom: 10px;
}
.main-content a, .pum-theme-lightbox .pum-content a {
	color: #3363f1;
	text-decoration: underline;
	font-weight: 700;
}
.council-wrapper {
	display: flex;
	gap: 4%;
}
.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 560px;
}
.timeline dt {
	font-weight: 700;
    float: left;
}
.timeline dd {
	margin-left: 80px;
}
.timeline dd p:last-child {
	margin-bottom: 0;
}
.dl-container {
	padding: 1em 0;
    border-bottom: 1px solid #F1C133;
}
table.council {
	border-spacing: 0;
	width: 50%;
}
table.council.full {
	width: 100%;
}
table.council.full td {
	width: 50%;
}
table.council tr:nth-child(even) {
  background-color: #f7f6f2;
}
table.council tr:nth-child(odd) {
  background-color: #f6f0dd;
}
table.council td {
	padding: 10px 20px;
}
.mailing-list-container {
	background-color: #16161D;
	position: relative;
}
.mailing-list {
	background-color: #f1c133;
    padding: 50px 80px;
    margin: -44px 80px 0;
    position: absolute;
}
.mailing-list h2 {
	font-size: 2em;
	font-weight: 900;
	text-align: center;
	margin-top: 0;
	margin-bottom: .4em;
}
.mailing-list h3 {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 1.6em;
	margin-top: 0;
}
#gform_9 {
	display: inline-block;
}
#gform_fields_9 {
	/*column-gap: unset;*/
	display: flex;
}
.mailing-list .gform_wrapper {
    text-align: center;
    margin: -30px 0 0;
}
.mailing-list #field_9_1, .mailing-list #field_9_3, .mailing-list #field_submit {
	display: inline-block;
}
.mailing-list #field_9_1 label, .mailing-list #field_9_3 label {
	left: 9999px;
	position: relative;
	display: inline;
}
.mailing-list #field_9_1 #input_9_1, .mailing-list #field_9_3 #input_9_3 {
	outline: none;
    border: none;
    height: 38px;
    font-size: 1em;
    padding-left: 8px;
    font-family: "Montserrat", sans-serif;
    position: relative;
	width: 320px;
	text-align: left;
}
.mailing-list #gform_submit_button_9, #popmake-335 #gform_submit_button_4, #gform_submit_button_3, #gform_submit_button_5 {
	background-color: black;
	color: white;
	outline: none;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
}
.mailing-list #gform_confirmation_message_9 {
	font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.footer {
	background-color: #16161D;
	display: flex;
	padding: 30px;
}
.footer-section {
	padding: 20px;
	flex: 0 0 20%;
}
.footer-section ul, .footer-section li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-1 {
	flex: 0 0 25%;
}
.footer-2 {
	flex: 0 0 18%;
}
.footer-3 {
	flex: 0 0 15%;
}
.footer-4 {
	flex: 0 0 22%;
}
.footer-1 .textwidget {
	background-color: white;
	padding: 3px 20px;
	font-size: .8em;
}
#menu-footer-about-us > li > a, #menu-footer-join > li > a, #menu-footer-programs > li > a, #menu-footer-contact > li > a {
	font-size: 1.2em;
	color: white;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: .8em;
	display: block;
}
#menu-footer-about-us > li > a:hover, #menu-footer-join > li > a:hover, #menu-footer-programs > li > a:hover, #menu-footer-contact > li > a:hover {
	text-decoration: underline;
}
.footer .sub-menu li {
	margin-bottom: 6px;
}
.footer .sub-menu a {
	color: white;
	text-decoration: none;
}
.footer .sub-menu a:hover {
	text-decoration: underline;
}
.legal {
	background-color: #f1c133;
	padding: 10px 50px;
	display: flex;
	justify-content: space-between;
}
.legal-section.legal-1 p {
	margin: .6em 0;
}
.legal-section.legal-2 {
	text-align: right;
}
#menu-legal {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#menu-legal li {
	display: inline-block;
	margin: .6em 0;
}
#menu-legal li:first-child a {
	border-right: 1px solid black;
}
#menu-legal li a {
	color: black;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
}
#menu-legal li a:hover {
	text-decoration: underline;
}
.gfield_label {
	font-weight: 700 !important;
	font-size: 1em !important;
}
#field_3_37 {
	position: relative;
	left: -9999px;
}
.pum-theme-lightbox .pum-content {
	line-height: 1.5;
}
#popmake-335 .popmake-content {
	margin-right: 450px;
}
@media screen and (max-width:1460px) {
	.container {
		width: 100%;
	}
	.banner h1 {
		font-size: 3.2em;
		margin-bottom: .3em;
	}
	.banner h2 {
		font-size: 1.6em;
	}
	.mission-text {
		font-size: 1.7em;
		margin-right: 0;
		text-align: center;
		padding: 30px 40px;
	}
	.home-posts, .timeline-items, .footer {
		display: block;
	}
	.home-posts::after, .timeline-items::after, .footer::after {
	  	content: "";
	  	clear: both;
	  	display: table;
	}
	.home-post, .timeline-item, .footer-section {
		float: left;
		width: 410px;
		margin: 0 15px 30px;
	}
	.timeline-item, .footer-section {
		max-width: 345px;
	}
	.footer-section {
		height: 225px;
	}
}
@media screen and (max-width:1220px) {
	.banner h1 {
		font-size: 3em;
	}
	.banner h2 {
		font-size: 1.5em;
	}
}
@media screen and (max-width:1200px) {
	.home-content, .home-news, .mailing-list {
		padding: 50px;
	}
}
@media screen and (max-width:1000px) {
	.home-content .home-section {
		display: block;
	}
	.home-content .home-section .image {
		text-align: center;
	}
}