/*
 Theme Name:   NC Conservation Network
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.6
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  nc-conservation-network
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/


/*
	FONTS

	font-family: 'Karla', sans-serif;
	font-family: 'Rubik', sans-serif;
	
-----------------------------------------------

	COLORS
	
	Orange: #ff5a34
	Green: #bbedca
*/

/* GENERAL */
a:hover,a:visited,a:focus,a:active {
	text-decoration: none;
}
:focus {
	box-shadow: none;
	outline: none!important;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}
p, li {
	font-family: 'Karla', sans-serif;
}

/* HEADER */
.nccHeader {
	display: block;
	width: 100%;
	height: 110px;
}
.nccHeaderContainer {
	display: flex;
	width: 100%;
	/*max-width: 1440px;*/
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	height: 110px;
}
.headerLogo {
	width: 250px;
	margin-left: 20px;
}
.headerDonate {
	height: 100%;
	display: flex;
}
.headerDonate a.headerDonateButton {
	background: #bbedca;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	min-width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	justify-content: center;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.headerDonate a.headerDonateButton:hover {
	background: #ff5a34;
	color: #ffffff;
}

.headerNav {
	flex-grow: 1;
	position: relative;
	z-index: 100;
}
.quadmenu-navbar-nav {
	position: relative!important;
	z-index: 10!important;
}
a.mobileNavButton {
	display: flex;
	height: 100%;
	min-width: 110px;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #ffffff;
	background: #ff5a34;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
a.mobileNavButton:hover {
	background: #000000;
	color: #bbedca;
}


#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).current_page_item > a > .quadmenu-item-content, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).current-menu-parent > a > .quadmenu-item-content {
	color: #ffffff!important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).current_page_item, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).current-menu-parent {
	background: #ff5b35!important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.current_page_item > a {
	background: #bbedca!important;
}



/* HOME */
.homeHero {
	background: #ff5a34;
	display: flex;
	width: 100%;
	height: 650px;
	
}
.homeHeroLeft {
	width: 46%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 50px;
}
.homeHeroText {
	display: block;
	width: 100%;
	max-width: 600px;
	padding-left: 30px;
}
.homeHeroText h1 {
	font-size: 60px;
	line-height: 72px;
	color: #ffffff;
	margin-bottom: 40px;
}
.homeHeroText p {
	font-size: 24px;
	line-height: 44px;
	color: #000000;
	margin-bottom: 50px;
}
.homeHeroText a {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	display: inline-flex;
	height: 65px;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
	background: #000000;
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.homeHeroText a:hover {
	color: #000000;
	background: #ffffff;
}

.homeHeroRight {
	width: 54%;
	height: 100%;
}

.flexslider {
	margin: 0px;
	border-radius: 0px;
	border: none;
}
.flexslider, .flexslider .slides, .flexslider .slides > li {
	height: 100%;
}

.homeHeroRight .flexslider .slides > li {
	background-size: cover;
	background-position: left center;
}


.homeTop {
	display: flex;
	width: 100%;
	align-items: center;
}
.homeTopLeft {
	width: 46%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 50px;
}
.homeTopRight {
	width: 54%;
	height: 100%;
	padding-left: 90px;
	padding-right: 30px;
}
.homeTopText {
	display: block;
	width: 100%;
	max-width: 730px;
}
.homeTopPull {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-left: 30px;
	padding-top: 140px;
	padding-bottom: 140px;
	text-align: center;
	/*background-image: url(images/top-pull-wm.svg);*/
	background-position: center center;
	background-size: 345px;
	background-repeat: no-repeat;
}
.homeTopPull h5 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #b1b1b1;
	margin-bottom: 35px;
}
.homeTopPull h3 {
	font-size: 36px;
	line-height: 52px;
	color: #000000;
	margin-bottom: 60px;
	text-align: center;
}
.homeTopPull a {
	display: inline-flex;
	height: 65px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #ff5a34;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.homeTopPull a:hover {
	background: #bbedca;
}

.homeTopText {
	margin-top: 130px;
}
.homeTopText p {
	font-size: 22px;
	line-height: 40px;
	color: #636363;
	margin-bottom: 45px;
}
.homeTopText p a {
	color: #ff5a34;
	font-weight: 700;
}
.homeTopText p a:hover {
	color: #bbedca;
}
.homeTopSocial .socialList {
	margin: 0px;
	padding: 0px;
}
.homeTopSocial .socialList li {
	list-style: none;
	display: inline-flex;
	margin-right: 25px;
}
.homeTopSocial .socialList li a {
	font-size: 65px;
	color: #ff5a34;
	height: 65px;
    line-height: 1;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.homeTopSocial .socialList li a:hover {
	color: #bbedca;
}



.missionArea {
	display: block;
	height: 675px;
	position: relative;
	margin-top: 75px;
}
.missionArea .missionLeft {
	display: block;
	width: 50%;
	height: 100%;
	background-position: right center;
	background-size: cover;
}
.missionArea .missionRight {
	display: flex;
	width: 53.5%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
}
.missionRightText {
	display: block;
	width: 100%;
	min-height: 200px;
	background: #bbedca;
}
.missionRightTextArea {
	display: block;
	padding: 60px 30px 60px 75px;
	max-width: 785px;
	float: left;
}
.missionRightText h3 {
	color: #000000;
	font-size: 44px;
	margin-bottom: 40px;
}
.missionRightText p {
	font-size: 22px;
	line-height: 40px;
	color: #6c6c6c;
	margin-bottom: 40px;
}
.missionRightText a.missionRightTextButton {
	display: inline-flex;
	height: 65px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.missionRightText a.missionRightTextButton:hover {
	background: #ff5a34;
}

.mejs-audio {
	width: 100%!important;
}


.learningArea {
	padding-top: 75px;
	padding-bottom: 75px;
}
.learningArea .container {
	max-width: 1560px;
}
.learningArea h3 {
	text-align: center;
	color: #000000;
	font-size: 44px;
	margin-bottom: 65px;
}
.bucketWrap {
	display: flex;
	width: 100%;
	height: 430px;
	align-items: center;
	justify-content: center;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.bucketWrap:before {
	content: '';
	background: rgba(37,37,37,.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
.bucketWrap:after {
	content: '';
	border: 10px solid #ff5a34;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	opacity: 0;
}
.bucketWrap:hover:after {
	opacity: 1;
}
.bucketWrap h4 {
	font-size: 44px;
	color: #ffffff;
	line-height: 52px;
	text-align: center;
	position: relative;
	z-index: 3;
}



/* INTERIOR HERO */
.inHero {
	display: flex;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 175px;
	align-items: center;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.inHero:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.35);
}
.inHero .container {
	position: relative;
	z-index: 10;
}
.inHero h1 {
	font-size: 72px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}


/* INTERIOR PAGE */
.inPageArea {
	margin-top: 75px;
}
.inPageContent p {
	color: #636363;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 45px;
}
.inPageContent p a {
	color: #ff5b35;
	font-weight: 700;
}
.inPageContent p a:hover {
	color: #000000;
}


.inPageContent h2 {
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 25px;
}
.inPageContent h3 {
	font-size: 30px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 25px;
}
.inPageContent h4 {
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 25px;
}
.inPageContent h5 {
	font-size: 22px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 25px;
}

.inPageContent ul {
	padding-left: 20px;
	margin-bottom: 45px;
}
.inPageContent ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:25px; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	
	margin-bottom: 45px;
}
.inPageContent ol li {
	font-size: 20px;
	line-height: 36px;
	color: #636363;
	margin-bottom: 10px;
	position: relative;
	list-style:none; /* Disable the normal item numbering */
}
.inPageContent ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:0px;
	left:-25px;
	font-weight:bold;
	text-align:left;
	color: #bbedca;
}



.inPageContent ul li {
	list-style: none; /* Remove default bullets */
	font-size: 20px;
	line-height: 36px;
	color: #636363;
	margin-bottom: 10px;
}
.inPageContent ul li::before {
	content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #9fdbb1; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */ 
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.inPageContent ul li a {
	color: #ff5b35;
	font-weight: 700;
}
.inPageContent ul li a:hover {
	color: #000000;
}

.inPageContent table {
	margin-bottom: 45px;
}
.affiliateTableLeft {
	width: 75%;
}

/* SIDEBAR */
.customCTAblock {
	display: flex;
	width: 100%;
	background: #ff5b35;
	padding: 40px;
	align-items: center;
	text-align: center;
	margin-bottom: 45px;
}
.customCTAblock:last-of-type {
	margin-bottom: 0px;
}
.customCTAblock h4 {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	line-height: 39px;
	margin-bottom: 30px;
}
.customCTAblock a {
	font-weight: 700;
	color: #ffffff;
	background: #000000;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	height: 52px;
	padding: 0px 30px;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.customCTAblock a:hover {
	background: #ffffff;
	color: #000000;
}
.inPageSidebarWrap {
	display: block;
	width: 100%;
}


/* PAGE FORM */
.inPageContent .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .inPageContent .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: -1px;
}


/* STAFF PAGE */
.staffArea {
	padding-top: 100px;
	padding-bottom: 0px;
}
.staffBox {
	display: block;
	width: 100%;
	max-width: 275px;
	margin: 0 auto 35px auto;
	height: 100%;
}
.staffBox .staffBoxPic {
	display: block;
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center top;
	margin-bottom: 25px;
	opacity: 1;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.staffBox:hover .staffBoxPic {
	opacity: .85;
}
.staffBox h3 {
	font-size: 30px;
	color: #ff5b35;
	margin-bottom: 10px;
}
.staffBox:hover h3 {
	color: #bbedca;
}
.staffBox h4 {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.staffPage {
	padding-top: 100px;
	padding-bottom: 0px;
}
.staffPhoto {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 500px;
	background-position: center center;
	background-size: cover;
}

.staffInfo ul li {
	word-break: break-all;
}

/* JOBS */
.jobSidebarWrap {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	background: #ececec;
}
.jobSidebarWrap h4 {
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 30px;
}
.jobSidebarWrap p {
	color: #636363;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
a.jobSidebarLink {
	display: inline-block;
	margin: 0 auto;
	color: white;
	background: #ff5b35;
	padding: 0px 25px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
a.jobSidebarLink:hover {
	background: #000000;
}


/* EVENTS */
.eventWrap {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 30px 20px 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.eventWrap h3 {
	font-size: 24px;
	line-height: 32px;
	color: #ff5b35;
	margin-bottom: 25px;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.eventWrap a:hover h3 {
	color: #bbedca;
}
.eventWrap ul {
	padding: 0px;
}
.eventWrap ul li {
	list-style: none;
	color: #636363;
	margin-bottom: 10px;
	font-size: 18px;
}
.eventWrap ul li:last-of-type {
	margin-bottom: 0px;
}
.eventWrap ul li strong {
	color: #000000;
	text-transform: uppercase;
	margin-right: 5px;
}
.eventWrap a:hover ul li strong {
	color: #ff5b35;
}
.eventWrap .svg-inline--fa {
	margin-right: 10px;
	color: #000000;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.eventWrap a:hover .svg-inline--fa {
	color: #ff5b35;
}

.eventCol {
	margin-bottom: 30px;
}

.eventPage {
	padding-top: 100px;
	padding-bottom: 0px;
}
.eventLeft img {
	max-width: 400px;
	width: 100%;
	display: block;
	margin-bottom: 35px;
}

/* AFFILIATES */
.affWrap {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	transform: scale(1);
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.affWrap:hover {
	transform: scale(1.05);
}
.affWrap.noLink {
	padding: 15px;
}
.affWrap a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 15px;
}
.affWrap h3 {
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 0px;
	color: #636363;
}
.affWrap a h3 {
	color: #000000;
}
.affWrap a:hover h3 {
	color: #ff5b35;
}
.affCol {
	margin-bottom: 30px;
}


/* CONTACT PAGE */
.contactStaffTitle {
	text-align: center;
	padding-top: 50px;
	border-top: 1px solid #636363;
	margin-top: 50px;
}

.contactStaffArea .staffBox {
	margin: 0px 0px 30px 0px;
	width: 100%;
	max-width: 100%;
}
.contactStaffArea .staffBox ul {
	padding: 0px;
}
.contactStaffArea .staffBox ul li {
	list-style: none;
	word-break: break-all;
	margin-bottom: 5px;
}
.contactStaffArea .staffBox ul li svg:not(:root).svg-inline--fa {
	margin-right: 10px;
	color: #636363;
}
.contactStaffArea .staffBox ul li a {
	color: #ff5b35;
	font-weight: 700;
}
.contactStaffArea .staffBox ul li a:hover {
	color: #000000;
}
.contactStaffArea .staffBox h6 {
	font-weight: 400;
	color: #636363;
	font-style: italic;
}
.contactLeft .gform_wrapper {
	margin: -25px 0px 0px 0px!important;
}
.contactAddress {
	display: block;
	margin-top: 35px;
}
.contactAddress h4 {
	margin-bottom: 15px;
}

.contactFormArea .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 60px;
	text-indent: 15px;
	background: #f0f5f2;
	border: none;
	color: #000000;
	font-weight: 700;
}
.contactFormArea .gform_wrapper textarea {
	border: none;
	background: #f0f5f2;
	padding-left: 15px;
	color: #000000;
	font-weight: 700;
	padding-top: 15px;
	margin-top: 15px;
}

.contactFormArea .gform_wrapper .gform_footer input.button,
.contactFormArea .gform_wrapper .gform_footer input[type=submit],
.contactFormArea .gform_wrapper .gform_page_footer input.button,
.contactFormArea .gform_wrapper .gform_page_footer input[type=submit] {
	color: white;
	background: #ff5b35;
	padding: 0px 25px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
}
.contactFormArea .gform_wrapper .gform_footer input.button:hover,
.contactFormArea .gform_wrapper .gform_footer input[type=submit]:hover,
.contactFormArea .gform_wrapper .gform_page_footer input.button:hover,
.contactFormArea .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #000000;
}
.contactFormArea .gform_wrapper .percentbar_blue {
	background-color: #bbedca;
}


/* FOOTER */
.footerArea {
	background-image: url(images/footer-bg.jpg);
	background-position: center top;
	background-size: cover;
	padding-top: 250px;
	padding-bottom: 25px;
	color: #898989;
	margin-bottom: -5px;
}
.footerArea ul {
	padding: 0px;
	margin: 0px;
}
.footerArea ul li {
	list-style: none;
}
.footerArea a {
	color: #ffffff;
}
.footerArea a:hover {
	color: #ff5a34;
}


.footerSocial {
	text-align: center;
}
.footerSocial ul li {
	display: inline-block;
	margin-right: 25px;
	line-height: 65px;
	height: 65px;
}
.footerSocial ul li:last-of-type {
	margin-right: 0px;
}
.footerSocial ul li a {
	font-size: 65px;
}
.footerSocial h5 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 25px;
}

.footerLinksArea {
	display: flex;
	width: 100%;
	max-width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 90px auto 0 auto;
	justify-content: center;
}
.footerLinksCol {
	width: 30%;
	margin-right: 20%;
}
.footerLinksCol:last-of-type {
	margin-right: 0%;
}
.footerLinksCol h6 {
	font-size: 18px;
}
.footerLinksCol ul li a {
	font-size: 18px;
	line-height: 40px;
}

.footerSignup h5 {
	font-size: 30px;
	margin-bottom: 25px;
	color: #ffffff;
	text-align: center;
}


.footerBottom {
	display: flex;
	width: 100%;
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 100px auto 0px auto;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
}
.footerLogo {
	width: 250px;
}
.footerAddress {
	flex-grow: 1;
	padding-left: 45px;
}
.footerAddress p {
	margin: 0px;
}
.footerAddress ul li {
	display: inline-block;
}
.footerCopyright {
	text-align: right;
}
.footerCopyright p {
	margin: 0px;
}


.footerSignup .gform_wrapper form.gf_simple_horizontal {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footerSignup .gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.footerSignup .gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.footerSignup .gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.footerSignup .gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.footerSignup .gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.footerSignup .gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .footerSignup .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.footerSignup .gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.footerSignup .gf_simple_horizontal div.gform_body {
  width: auto !important;
}

.footerSignup .gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 24px;
  text-transform: uppercase;
  margin-right: 0px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-left: 0px;
  height: 60px;
  background: #ff5a34;
  color: #ffffff;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.footerSignup .gf_simple_horizontal div.gform_footer.top_label input[type="submit"]:hover {
	background: #bbedca;
	color: #000000;
}

.footerSignup .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
	padding-right: 0px!important;
	width: 100%!important;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
}
.footerSignup .gform_wrapper form.gf_simple_horizontal {
    /*width: calc(100% - 16px);*/
    width: 84%!important;
    margin: 0 auto;
}

.footerSignup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 60px;
	border: none;
	color: #898989;
	font-size: 22px;
	font-weight: 700;
	text-indent: 25px;
}

.footerSignup .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: none!important;
	margin: 0px!important;
}
.footerSignup .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	padding: 0px!important;
}
.footerSignup .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    position: absolute;
    color: white;
    /* top: 10px; */
}
.footerSignup .gform_wrapper div.validation_error {
	color: white;
}
body .footerSignup img.gform_ajax_spinner {
 display: none !important;
}

@media only screen and (min-width: 641px) {
	.footerSignup .gform_wrapper form.gf_simple_horizontal div.gform_body {
	    max-width: 100%;
	    width: 77%!important;
	    margin-right: -1px!important;
	}
}



/* MOBILE NAV */
.shiftnav-inner ul.socialList {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.shiftnav-inner ul.socialList li {
	display: inline-block;
	margin: 0 10px;
}
.shiftnav-inner ul.socialList li a {
	font-size: 32px;
	color: #ffffff;
}
.shiftnav-inner ul.socialList li a:hover {
	color: #ff5a34;	
}




/* RESPONSIVE */
@media (min-width: 1260px) {
	.container {
	    max-width: 1200px;
	}
}


@media (max-width:1260px) {
	.footerSignup .gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: 75%!important;
	}
}
@media (max-width:1200px) {
	.homeHeroText h1 {
		font-size: 50px;
		line-height: 62px;
	}
	.homeHeroText p {
		font-size: 20px;
		line-height: 38px;
	}
	.homeTopPull h3 {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 50px;
	}
	.homeTopText p {
		margin-bottom: 35px;
	}
	.homeTopRight {
		padding-left: 50px;
	}
	.bucketWrap h4 {
		font-size: 32px;
		line-height: 44px;
	}
	.bucketWrap {
		height: 330px;
	}
	.footerSocial h5 {
		font-size: 25px;
	}
	.footerSignup h5 {
		font-size: 25px;
	}
}
@media (max-width:1100px) {
	#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a {
		font-size: 14px!important;
	}
	.missionArea .missionRight {
		width: 60%;
	}
	.missionArea .missionLeft {
		width: 60%;
	}
	.missionRightText h3 {
		font-size: 32px;
	}
	.missionRightText p {
		font-size: 18px;
		line-height: 32px;
	}
	.missionRightText a {
		height: 50px;
		font-size: 16px;
	}
	.learningArea {
		padding-bottom: 0px;
	}
	.inHero h1 {
		font-size: 52px;	
	}
}

@media (min-width: 1200px) {
	a.mobileNavButton {
		display: none!important;
	}
	.inPageSidebar {
		padding-left: 50px;
	}
}
@media (max-width:1199px) {
	#quadmenu {
		display: none!important;
	}
	.homeHeroText h1 {
		font-size: 40px;
		line-height: 52px;
	}
	.homeHeroLeft {
		width: 50%;
		padding-right: 20px;
	}
	.homeHeroRight {
		width: 50%;
	}
	.homeHeroText {
		padding-left: 20px;
	}
	.homeTopRight {
		padding-left: 0px;
	}
	.homeTopPull h3 {
		font-size: 24px;
		line-height: 38px;
	}
	.learningArea h3 {
		font-size: 32px;
	}
	.footerSocial h5 {
		margin-top: 50px;
	}
	.inHero h1 {
		font-size: 48px;	
	}
	.staffBox h3 {
		font-size: 24px;
	}
	.staffBox h4 {
		font-size: 14px;
		line-height: 18px;
	}
	.staffPhoto {
		height: 350px;
	}
}
@media (max-width:850px) {
	.homeTop {
		flex-wrap: wrap;
	}
	.homeTopLeft {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.homeTopPull {
		margin: 0 auto;
		background-size: 280px;
	}
	.homeTopRight {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.homeTopText {
		margin: 0px;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.bucketWrap h4 {
		font-size: 28px;
		line-height: 36px;
	}
	.bucketWrap {
		height: 275px;
	}
	.bucketWrap:after {
		border-width: 6px;
	}
	.footerLinksArea {
		margin-top: 50px;
	}
	.footerLinksCol {
		margin-right: 5%;
	}
}

@media (max-width:768px) {
	.homeHero {
		flex-wrap: wrap;
		height: auto;
	}
	.homeHeroRight {
		width: 100%;
		order: 1;
		height: 275px;
	}
	.homeHeroLeft {
		width: 100%;
		order: 2;
		padding-left: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.homeHeroText {
		max-width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.homeHeroText h1 {
		margin-bottom: 15px;
	}
	.homeHeroText p {
		margin-bottom: 15px;
	}
	.homeTopText p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.homeTopSocial .socialList {
		text-align: center;
		margin-top: 30px;
	}
	.homeTopSocial .socialList li a {
		font-size: 48px;
	}
	.missionArea .missionLeft {
		width: 90%;
	}
	.missionArea .missionRight {
		width: 90%;
	}
	.missionRightTextArea {
		padding: 30px;
	}
	.bucketWrap {
		width: 75%;
		margin: 0 auto 35px auto;
	}
	.footerSignup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		font-size: 18px;
		text-indent: 15px;
		border-radius: 0px!important;
	}
	.footerSignup .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
		border-width: 3px;
	}
	.footerSignup .gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
		border-width: 3px;
		font-size: 16px;
		padding: 0 18px;
		height: 66px;
		border-radius: 0px!important;
	}
	.footerSignup .gform_wrapper .gform_footer {
		padding: 0px;
		margin: 0px;
	}
	body .footerSignup .gform_wrapper ul li.gfield {
		margin: 0px;
	}
	.footerSignup .gform_wrapper form.gf_simple_horizontal {
		width: 100%!important;
	}
	.footerSignup .gf_simple_horizontal div.gform_body {
		width: 100%!important;
	}
	.footerSocial h5 {
		margin-top: 30px;
	}
	.inHero h1 {
		font-size: 36px;	
	}
	.inPageArea {
		margin-top: 25px;
	}
	.inPageContent p {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.inPageContent h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.inPageContent h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.inPageContent h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.inPageContent h5 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.inPageContent ul li {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.inPageContent ul {
		margin-bottom: 30px;
	}
	.inPageContent ol {
		margin-bottom: 30px;
	}
	.inPageContent ol li {
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.customCTAblock h4 {
		font-size: 26px;
	}
	.staffPhoto {
	    height: 350px;
	    max-width: 275px;
	    margin: 0 auto 35px auto;
	}
	.staffPage {
		padding-top: 50px;
	}
}

@media (max-width:600px) {
	.nccHeader, .nccHeaderContainer {
		height: 75px;
	}
	.headerDonate a.headerDonateButton {
		font-size: 14px;
		min-width: 80px;
	}
	a.mobileNavButton {
		min-width: 80px;
	}
	.headerLogo {
		margin-left: 10px;
		margin-right: 20px;
	}
	.homeHeroText p {
		font-size: 18px;
		line-height: 32px;
	}
	.homeHeroRight {
		height: 225px;
	}
	.homeHeroText h1 {
		font-size: 32px;
		line-height: 44px;
	}
	.homeHeroText a {
		font-size: 16px;
		height: 50px;
	}
	.homeHeroRight .flexslider .slides > li {
		background-position: center center;
	}
	.homeTopPull {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.homeTopPull a {
		font-size: 16px;
		height: 50px;
	}
	.missionArea {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}
	.missionArea .missionLeft {
		width: 100%;
		height: 275px;
	}
	.missionArea .missionRight {
		position: relative;
		width: 100%;
	}
	.missionRightText h3 {
		margin-bottom: 25px;
	}
	.missionArea {
		margin-top: 0px;
	}
	.missionRightText p {
		margin-bottom: 25px;
	}
	.footerSignup .gform_wrapper form.gf_simple_horizontal div.gform_body {
		width: 60%!important;
	}
	.footerSignup .gf_simple_horizontal div.gform_body {
		width: 58%!important;
	}
	.footerBottom {
		flex-wrap: wrap;
		margin-top: 50px;
		align-items: normal!important;
	}
	.footerLogo {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footerLogo img {
		max-width: 250px;
	}
	.footerAddress {
		flex-grow: 0;
		width: 100%;
		padding-left: 0px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footerCopyright {
		width: 100%;
		text-align: center;
	}
	.footerLinksCol ul li a {
		font-size: 16px;
		line-height: 32px;
	}
	.footerLinksCol h6 {
		font-size: 16px;
	}
	.footerLinksCol {
		width: 45%;
		margin-bottom: 20px;
	}
	.footerLinksArea {
		justify-content: left;
		flex-wrap: wrap;
	}
	.footerSocial ul li a {
		font-size: 45px;
	}
	.headerLogo img {
		max-width: 80%;
	}
	.learningArea {
		margin-bottom: -100px;
	}
	.missionArea .missionLeft {
		height: 225px;
	}
	.bucketWrap {
		width: 90%;
	}
}


@media (max-width:320px) {
	.footerSignup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		font-size: 14px;
	}
	.footerSignup .gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
		font-size: 12px;
	}
}