/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	overflow-x: hidden;
	position: relative;
}

a {
	color: #cc011c;
}

a:hover {
	text-decoration: none;
	color: #dd304a;
}

a:active {
	text-decoration: none;
}

a:focus {
	text-decoration: none !important;
}

p {
	font-size: 22px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "superclarendon", serif;
}

h2 {
	font-size: 31px;
}

h1 {
	font-size: 36px;
}

h3 {
	font-size: 21px;
}

h1,
h2 {
	font-weight: 700;
}

h3,
h4,
h5 {
	font-weight: 400;
}

h5 {
	font-size: 15px;
}

.history-and-mission ol li,
.history-and-mission ul li {
	font-size: 0.8em;
	font-style: italic;
	line-height: 26px;
}

body.photos-and-videos h4 {
}

.container-fluid {
	width: 100%;
	overflow: hidden;
}
.content-wrap {
	max-width: 940px;
	position: relative;
	margin: 0 auto !important;
	padding: 30px 0 70px;
}

.home-stats .content-wrap {
	max-width: 1140px;
	padding: 30px 0 0 0;
}

.video-wrap {
	max-width: 940px;
	position: relative;
	margin: 20px auto !important;
}

.single-wrap {
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
	padding: 30px 0 70px;
}

.page-wrap {
	max-width: 940px;
	position: relative;
	margin: 50px auto 0;
	padding: 0px 0 70px;
}

#main-hero .red-donate-area-content h1 {
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
}

#main-hero .red-donate-area-content p {
	font-size: 24px;
	line-height: 30px;
}

.home-open {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 40px;
	max-width: 895px;
	margin: auto;
}

.home-spacer {
	display: block;
	height: 375px;
	width: 100%;
}

.home-open h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 75px;
	line-height: 90px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.home-openline {
	height: 20px;
	max-width: 600px;
	background-image: url(../img/open-line.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin: auto;
	display: block;
	text-align: center;
}

.home-openline p {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #ffcc33;
	text-align: center;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 50px;
	margin: auto;
	display: inline-block;
	background-color: #dd373b;
	margin-top: 0;
	padding-top: 0;
}

.open-para p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	max-width: 580px;
	margin: auto;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding: 30px 0;
}

.scroll {
	width: 57px;
	height: 57px;
	display: block;
	background-image: url(../img/icon-scroll.png);
	margin: 10px auto 0 auto;
}

.carousel-wrap {
	max-width: 1110px;
	position: relative;
	margin: 60px auto 0;
	padding: 0px;
}

.header-bar {
	height: 40px;
	width: 100%;
	background-color: #232222;
}

.header-bar-items {
	list-style: none;
	float: right;
	position: relative;
	z-index: 200;
	height: 30px;
}

.header-bar-items li {
	display: inline-block;
	padding: 10px 20px 0;
	border-left: 2px solid #000;
	height: 39px;
}

.nav {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	height: 60px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.nav-inner {
	position: relative;
	z-index: 100;
	width: 100%;
	min-height: 60px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.nav-inner-wrap {
	position: absolute;
	left: 30px;
	top: 10px;
}

.nav-inner .menu {
	top: -42px;
	position: relative;
}

.menu {
	list-style: none;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 150px;
	padding-left: 0;
	width: 100%;
}

.menu .menu-break {
	display: block;
	margin-top: 5px;
}

.menu li {
	display: inline-block;
	padding: 11px 8px 15px 8px;
	text-transform: uppercase;
	box-sizing: border-box;
	border-top: 3px solid #fff;
}
.menu > li {
	padding: 8px 25px 18px;
	line-height: 0.8;
	text-align: center;
}
.menu > li:first-child {
	padding-top: 17px;
	vertical-align: super;
}

.menu li:hover {
	border-top: 3px solid #ffc425 !important;
}

.menu li:hover a,
.menu li:hover #home-icon {
	color: #c2011c;
	fill: #c2011c;
}

.menu li a {
	color: #343434;
	font-family: "superclarendon", serif;
	font-size: 14px;
	font-weight: normal;
}

.menu li:hover a .sub-menu a {
	color: white;
}

body.about-us .sub-menu li.history a {
	border-bottom: 2px solid #ffc425;
}

body.funding-areas .sub-menu li.funding a {
	border-bottom: 2px solid #ffc425;
}

body.board-members-senior-staff .sub-menu li.staff a {
	border-bottom: 2px solid #ffc425;
}

body.donor-faqs .sub-menu li.donor-faq-menu a {
	border-bottom: 2px solid #ffc425;
}

body.grant-faqs .sub-menu li.grant-faq-menu a {
	border-bottom: 2px solid #ffc425;
}

body.nonprofit-documentation .sub-menu li.nonprofit a {
	border-bottom: 2px solid #ffc425;
}

.sub-menu {
	background-color: #c2011c;
	width: 100%;
	min-height: 60px;
	color: #fff;
	text-transform: uppercase;
	list-style: none;
	position: absolute;
	top: 60px;
	padding-top: 18px;
	left: -150px;
	display: none;
	padding-left: 191px;
	text-align: left;
}

.sub-menu li {
	display: inline-block;
	padding-right: 30px;
	list-style: none;
	border-top: 0;
	padding-top: 1px;
	padding-bottom: 0;
	font-family: "franklin-gothic-urw-cond", sans-serif;
}

.sub-menu li:hover {
	border-top: 0 !important;
	color: white;
}

.sub-menu li a {
	color: #fff !important;
	font-size: 18px;
	font-family: "franklin-gothic-urw-cond", sans-serif;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #c2011c;
}

.sub-menu li a:hover {
	color: #fff !important;
	border-top: 0 !important;
	border-bottom: 2px solid #ffc425;
}

#grant-faqs,
#donor-faqs {
	/*position: absolute;
    right: 0;
    top: 75px;
    color: #343434;
    font-size: .9em;
    cursor: pointer;*/
	/*mmaiorano*/
	float: right;
	padding-top: 8px;
	color: #c2011c;
	font-size: 36px;
	font-weight: 700;
	font-family: "superclarendon", serif;
}

.donate-button {
	position: absolute;
	right: 30px;
	top: 0;
	height: 100%;
}

.donate-button a {
	font-size: 18px !important;
	font-weight: normal !important;
}

.donate-button a.red-btn {
	border-radius: 0;
	color: #fff !important;
}

.donate-button a:hover {
	background-color: #343434 !important;
	color: #ffc425 !important;
}

.logo {
	display: inline-block;
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 1;
}

.logo img {
	max-width: 160px;
}

body.home .nav {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 50px;
	width: 100%;
	height: 60px;
	background: white;
}

body.home .logo {
	display: inline-block;
	position: relative;
	top: -32px;
	left: 0px;
}

body.home .logo img {
	max-width: 180px;
}

body.home .menu {
	list-style: none;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 180px;
}

.footer {
	font-size: 0.8em;
}

.social-icons img {
	opacity: 0.8;
}

.social-icons a:hover img {
	opacity: 1;
}

.footer p {
	line-height: 2;
}

.grant-banner {
	font-size: 15px;
	top: 3px;
	position: relative;
	color: #fff !important;
}

.footer .copyright {
	font-size: 0.75em;
}

.footer ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer ul.footer-menu li {
	display: inline-block;
	padding: 0 20px 20px;
}

.footer ul.footer-menu li:first-child {
	padding-left: 0;
}

.footer ul.footer-menu li:last-child {
	padding-right: 0;
}

.footer ul.footer-menu li a {
	color: #fff;
}

.footer ul.footer-menu li a:hover {
	color: #ffc425;
}

.heroText {
	font-size: 3.5em;
	line-height: 1.3;
}

/*.cloud9-item {
    height: 100%;
    opacity: 0.5;

    top: 20% !important;
    transition: top .2s linear;
}

.cloud9-item.enabled {
    opacity: 1;
    top: 0 !important;
}

.cloud9-item img {
    max-height: 100% !important;
}

.cloud9-item.enabled .gear-info-item, .cloud9-item.enabled .gear-info-desc {
    opacity: 1;
}

.cloud9-item.disabled .gear-info-item, .cloud9-item.disabled .gear-info-desc {
    opacity: 0;
}

.cloud9-item .gear-info-item, .cloud9-item .gear-info-desc {
    opacity: 0;
}*/

.gear-info-item {
	position: absolute;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #ffc425;
	border: 3px solid #fff;
	height: 20px;
	width: 20px;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	cursor: pointer;
}

.gear-info-item.selected {
	border: 3px solid #ffc425;
	background-color: #fff;
}

.gear-info-desc {
	position: absolute;
	display: none;
	max-width: 300px;
	color: #fff;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0 3% 3%;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	left: -80px !important;
	top: 0 !important;
}

.gear-info-desc a {
	background: transparent;
	border: 1px solid #ffc425;
	padding: 4px 25px;
	color: #ffc425;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}

.gear-info-desc a:hover {
	background: #ffc425;
	color: #fff;
}

.gear-info-desc.active {
	display: block;
}

.carousel-inner .item {
	min-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.donate {
	position: absolute;
	top: 150px;
	right: 100px;
	z-index: 200;
	max-width: 41.666666667%;
}

body.donate {
	max-width: 100%;
	top: 0;
	position: relative;
	left: 0;
	right: 0;
	z-index: inherit;
}

.donate img {
	max-width: 100%;
}

li.search.active {
	background-color: #ffc425;
}

li.newsletter.active {
	background-color: #ffc425;
}

.search-form-wrap {
	position: absolute;
	top: 39px;
	right: 0;
	max-width: 320px;
	min-width: 320px;
	background-color: #ffc425;
	z-index: 202;
	padding: 20px;
	display: none;
}

.search-input {
	border: 1px solid #fff;
	padding: 10px;
	margin: 0;
	width: 100%;
	box-sizing: border-box !important;
	border-radius: 5px;
}

.search-submit {
	border: 0;
	padding: 10px;
	margin: 0 0 0 3%;
	width: 15%;
	color: #343434;
	box-sizing: border-box !important;
	border-radius: 5px;
	font-weight: normal;
	font-size: 18px;
}

.newsletter-input {
	border: 1px solid #fff;
	padding: 10px;
	margin: 0;
	width: 60%;
	box-sizing: border-box !important;
	border-radius: 5px;
}

.newsletter-submit {
	border: 0;
	padding: 10px;
	margin: 0 0 0 3%;
	width: 15%;
	color: #343434;
	box-sizing: border-box !important;
	border-radius: 5px;
	font-weight: normal;
	font-size: 18px;
	outline: none;
}

.newsletter-submit:hover {
	background: #ffd35d;
}

.search-results-items {
	padding: 10px 0 20px 40px;
}

.search-results-items h3 {
	font-size: 18px;
	line-height: 24px;
}

.search-results-items p {
	font-size: 18px;
	line-height: 24px;
}

body.search .page-wrap form.search {
	margin-top: 40px;
}

body.search .page-wrap form.search button {
	float: none !important;
}

body.search .page-wrap .search-bar-container {
	float: left;
	width: 82%;
}

body.search .page-wrap .search-bar-container input {
	background: #e3e9eb;
}

.pagination {
	padding-top: 30px;
	border-top: 1px solid #e3e3e3;
	width: 100%;
	margin: 0 0 30px;
}

.newsletter-form-wrap {
	position: absolute;
	top: 39px;
	right: 0;
	max-width: 320px;
	min-width: 320px;
	background-color: #ffc425;
	z-index: 202;
	padding: 20px;
	display: none;
}

.newsletter-form-wrap h3,
.newsletter-form-wrap h5 {
	text-align: center;
}

div#wpcf7-f46-o1 .wpcf7-mail-sent-ok {
	display: none !important;
}

.ui-control {
	background: #fff;
	position: absolute;
	top: 10px;
	left: 50px;
	padding: 10px;
	z-index: 100;
	border-radius: 3px;
}

#right,
#left {
	display: inline-block;
	position: relative;
	left: 48%;
	top: 220px;
	cursor: pointer;
	font-size: 50px;
}

div.contact-form {
	max-width: 370px;
	margin: 0 auto;
	min-height: 570px;
	width: 100%;
}

div.contact-form input {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}

div.contact-form input[type="submit"] {
	width: 150px;
	background-color: #c2011c;
	border: 0;
	color: white;
}

div.contact-form textarea {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.vc_row-fluid .vc_column_container .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.story-feature {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	height: 100%;
}

.story-feature:hover .story-content {
	background-color: transparent;
}

.story-content {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.story-content a.text-white {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.story-content a:hover {
	color: #ffc425;
}

.story-content .story-title {
	font-family: "superclarendon", serif;
	font-size: 30px;
	color: white;
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding-right: 30px;
}

.story-content .story-title .yellow-btn {
	font-size: 16px;
	font-family: "franklin-gothic-urw-cond", sans-serif;
	line-height: 1.2;
	font-weight: 400;
	display: inline-block;
	margin-top: 30px;
}

.col-md-6 .col-md-6 .story-content .story-title {
	font-size: 22px;
}

.faq h4 {
	font-size: 19px;
}

div.stories .col-md-6,
div.stories .col-md-12 {
	padding: 0;
	position: relative;
}

div.stories .col-md-6 .col-md-6,
div.stories .col-md-6 .col-md-12 {
	height: 360px;
	position: relative;
}

div.stories .col-md-6 {
	height: 720px;
	position: relative;
}

.news-list,
.press-list {
	position: relative;
}

.stories.bg-grey a {
	font-size: 14px;
}

.news-list {
	margin: 50px 0;
	width: 100%;
	max-width: 530px;
	position: relative;
	float: right;
	right: 20px;
}

.press-list {
	margin: 50px 0;
	max-width: 370px;
	width: 100%;
	float: left;
}

span.date {
	font-size: 14px;
}

.press-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.press-list h3,
.news-list h3 {
	font-size: 14px;
	color: #343434;
	margin-bottom: 30px;
}

.view-all {
	position: absolute;
	top: 45px;
	right: 0;
	font-size: 14px;
	font-weight: bold;
}

.vc_custom_heading {
	margin: 20px 0;
}

.support-first-responders .vc_row[data-vc-full-width] {
	overflow: visible;
}

.about-us .vc_row[data-vc-full-width] {
	overflow: visible;
}

.home-news-item {
	margin: 30px 0 60px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.home-news-content {
	padding: 20px;
	font-size: 16px;
}

.home-news-source {
	position: absolute;
	bottom: 80px;
	left: 35px;
}

.event-description {
	margin: 80px 0 100px 80px;
	color: white;
}

.event-description p {
	margin-bottom: 25px;
}

.event-photo {
	width: 100%;
	position: relative;
}

.event-photo img {
	width: 100%;
}

.event-info {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}

.event-date {
	display: inline-block;
	width: 60%;
	margin-left: -30%;
	position: relative;
	top: 50%;
	left: 50%;
	text-align: center;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: white;
	font-size: 26px;
	font-family: "superclarendon", serif;
	font-weight: 400;
	transform: translateY(-50%);
}

.event-details-wrap {
	padding: 0 20px 20px;
}

body.stories .menu li.stories,
body.events .menu li.events,
body.about-us .menu li.about-us,
body.photos-and-videos .menu li.photos-and-videos,
body.community-impact-map .menu li.equipment-donations,
body.single-post .menu li.stories {
	border-top: 3px solid #ffc425;
}

.tab-menu {
	padding-left: 0;
	margin: 0;
	font-size: 16px;
	list-style: none;
}

.tab-menu li {
	list-style: none;
	display: inline-block;
	margin: 25px 25px 25px 0;
	color: white;
	cursor: pointer;
}

.tab-menu li:hover {
	border-bottom: 2px solid #ffc425;
	cursor: pointer;
}

.tab-menu li:first-child {
	margin-left: 0;
}

.tab-menu li.active {
	border-bottom: 2px solid #ffc425;
}

.stats-wrap {
	position: relative;
	border: 1px solid #343434;
	height: 150px;
	top: 85px;
	margin: 0 auto;
}

.stats-title {
	display: inline-block;
	width: 200px;
	background-color: #343434;
	color: white;
	padding: 12px 20px 10px;
	position: relative;
	top: -10px;
}

.full-width-image img {
	width: 100% !important;
}

.wpb_single_image.full-width-image .vc_figure {
	width: 100%;
}

.wpb_single_image.full-width-image .vc_single_image-wrapper {
	width: 100%;
}

.bubble-wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}

.bubble {
	height: 180px;
	width: 180px;
	border-radius: 150px;
	background-color: #c2011c;
	color: #fff;
	position: relative;
	margin: 0 60px 20px;
	padding: 15px;
}

.bubble-left {
	position: absolute;
	left: 0;
	top: 135px;
}

.bubble-middle {
	margin: 0 auto 20px !important;
	z-index: 50;
	top: 20px;
}

.bubble-right {
	position: absolute;
	right: 0;
	top: 135px;
}

.bubble.row2.bubble-left,
.bubble.row2.bubble-right {
	top: 335px;
}

.bubble h2 {
	position: relative;
	top: 15px;
	margin-bottom: 10px;
	font-size: 54px;
}

.bubble p {
	position: relative;
	top: 10px;
	font-size: 17px;
}

.about-tab {
	margin-top: 50px;
}

.about-tab.active {
	display: block !important;
}

.wpb_raw_code {
	margin-bottom: 0 !important;
}

.support-first-responders .wpb_text_column {
	margin: 100px 0;
}

.support-first-responders .vc_custom_heading {
	margin: 20px 0 60px;
}

.support-first-responders .wpb_text_column h3,
.support-first-responders .wpb_text_column p {
	margin-bottom: 30px;
}

.wpb_video_widget {
	margin-bottom: 0 !important;
}

.single-post-wrap p,
.single-post-wrap h1,
.single-post-wrap h2,
.single-post-wrap h3,
.single-post-wrap h4,
.single-post-wrap h5 {
	padding-left: 100px;
	padding-right: 50px;
	margin: 20px 0;
	line-height: 30px;
	color: #343434;
}

.single-post-wrap h1,
.single-post-wrap h2,
.single-post-wrap h3 {
	line-height: 1.2;
}

.single-post-wrap pre {
	font-size: 18px;
	font-family: "superclarendon", serif;
	line-height: 30px;
	font-weight: 400;
	color: #7b7b7b;
	padding-left: 40px;
	background-image: url("../img/quote.png");
	background-position: top left;
	background-repeat: no-repeat;
	white-space: normal;
	overflow: auto;
}

.sidebar-single img {
	max-width: 100%;
}

.recent-stories {
	position: relative;
}

.recent-stories .view-all {
	top: -7px;
	font-size: 12px;
}

.recent-story {
	position: relative;
	min-height: 75px;
	border-top: 1px solid #fff;
	padding-bottom: 10px;
}

.recent-stories-wrap {
	padding: 10px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.recent-story-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
	width: 75px;
}

.recent-story-title {
	box-sizing: border-box;
	padding-left: 100px;
	text-transform: uppercase;
	margin-top: 12px;
}

video#bgvid {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("../img/map.png") no-repeat;
	background-size: cover;
}

.recent-story-title p {
	margin-bottom: 0;
}

.map-sidebar {
	padding-top: 20px;
}

.events-wrap {
	margin-top: 30px;
}

.dedication-events {
	padding: 0 30px;
}

.event {
	background: #ececec;
	position: relative;
	line-height: 1.4;
	margin-bottom: 20px;
}

.event-title {
	margin-bottom: 25px;
}

.event-image {
	width: 100%;
	position: relative;
}

.event-image img {
	width: 100%;
}

.event-date-details {
}

.history-and-mission {
	display: none;
}

.history-and-mission.active {
	display: block;
}

.history-and-mission ol {
	margin-bottom: 80px !important;
}

.history-and-mission ul {
	margin-bottom: 80px !important;
}

.history-and-mission .vc_col-sm-6 .wpb_text_column {
	margin-top: 80px;
}

.history-and-mission .wpb_text_column p {
	margin-top: 25px;
}

.history-and-mission .vc_col-sm-6.noMarginTop .wpb_text_column {
	margin-top: 0px;
}

article .history-and-mission.active.first {
	margin-top: 50px;
}

.history-and-mission .off-page .vc_single_image-wrapper img {
	box-shadow: none;
	width: 580px !important;
}

.history-and-mission .wpb_content_element {
	margin-bottom: 5px;
}

.left-side .wpb_text_column,
.right-side .wpb_text_column {
	margin-bottom: 60px;
}

div.video {
	position: relative;
	box-sizing: border-box;
	background-color: #ececec;
}

div.video:hover {
	-webkit-transition: top 0.4s ease-in-out;
	-moz-transition: top 0.4s ease-in-out;
	-o-transition: top 0.4s ease-in-out;
	transition: top 0.4s ease-in-out;

	top: -20px;
	-webkit-box-shadow: 0px 20px 52px 1px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 20px 52px 1px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 20px 52px 1px rgba(0, 0, 0, 0.27);
}

.video-thumb {
	background-color: #343434;
	position: relative;
	width: 100%;
	height: 150px;
}

.play-button {
	width: 62px;
	height: 63px;
	position: absolute;
	left: 50%;
	margin-left: -31px;
	top: 43px;
}

.video-desc {
	padding: 20px;
	width: 100%;
}

.contact-form-wrap {
	position: relative;
}

.contact-form-message {
	display: none;
	max-width: 550px;
	width: 100%;
	height: 550px;
	text-align: center;
	color: #343434 !important;
	position: absolute;
	margin-left: -275px;
	left: 50%;
	z-index: 100;
	border-radius: 10px;
}

.contact-form-message h3 {
	position: relative;
	top: 37%;
}

.contact-form-message h5 {
	position: relative;
	top: 37%;
}

.contact-form-message i {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

.faq h4 {
	font-weight: 700;
	margin-top: 50px;
}

.senior-staff img {
	max-width: 100%;
	width: 220px !important;
}

.hamburger {
	display: none;
}

.content-wrap.footer {
	padding: 30px 0;
}

.main-hero {
	width: 100%;
	position: relative;
	min-height: 670px;
	background-size: cover;
	background-position: center 0;
	top: 0;
	height: 100%;
}

.red-donate-area {
	width: 100%;
	color: white;
	background: url(../img/bg-red-diamondplate.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.red-donate-area h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	width: 100%;
	border-top: 1px solid #e17375;
	border-bottom: 1px solid #e17375;
	padding: 15px 0;
	text-align: center;
}

.red-donate-area .donate-buttons {
	height: 50px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.red-donate-area .donate-buttons .btn {
	display: block;
	height: 100%;
	border-radius: 5px;
	padding: 0px 0;
	float: left;
	margin-right: 16px;
	background-color: #781f21;
	transition: 0.25s ease background-color;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 50px;
	width: 105px;
	text-align: center;
}

.red-donate-area .donate-buttons .bg-black:hover,
.red-donate-area .donate-buttons .bg-black:focus {
	background: #7b7b7b;
	color: #fff !important;
	background-color: #661618;
}

.red-donate-area .donate-buttons .btn-group {
	height: 100%;
}
.red-donate-area .donate-input {
	width: 120px;
	height: 50px;
	text-align: center;
	padding: 7px 0 7px 8px;
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #e17375;
	margin-left: 30px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.red-donate-area .donate-input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.red-donate-area .donate-input:-ms-input-placeholder {
	color: #ffffff;
}

.red-donate-area .donate-input::-webkit-input-placeholder {
	color: #ffffff;
}

.red-donate-area .yellow-btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	width: 170px;
	height: 50px;
	border: 0;
	padding: 7px 20px 7px 35px;
	position: relative;
	left: -4px;
	background-image: url(../img/bg-yellowbtn.jpg);
	background-size: auto;
	background-repeat: repeat-x;
	background-position: 0 center;
	color: #781f21;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	transition: all ease 0.25s;
}

.red-donate-area .yellow-btn:hover,
.red-donate-area .yellow-btn:focus {
	background-image: url(../img/bg-yellowbtn.jpg);
	color: #661618;
}

.red-donate-area-content {
	margin-top: 170px;
}

.red-donate-area-content .btn {
	font-size: 18px;
}

.red-donate-area input {
	font-size: 18px;
}

.donate-buttons {
	margin-top: 30px;
}
.circle-bg {
	border-radius: 50%;
	border: 4px solid #e5e5e5;
	height: 250px;
	width: 250px;
	margin: 50px auto;
}
.home-stats h2 {
	font-size: 72px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	color: #d43639;
	margin: 40px 0 5px 0;
}

.home-stats h4 {
	margin: 5px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #e19e0c;
}

.home-stats p {
	font-size: 12px;
	margin: 5px 0;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 16px;
}

.hs-adjust h2 {
	font-size: 55px;
	margin-top: 50px;
}
.graphic-callout {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.home-storygraphic {
	margin-top: 130px;
	margin-bottom: 130px;
}
.line-contain {
	width: 100%;
}
.clear {
	clear: both;
}
.half-line {
	height: 20px;
	width: calc(50% - 82px);
	float: left;
	background-image: url(../img/interior-line.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin: auto;
	display: block;
	text-align: center;
}
.full-line {
	height: 20px;
	width: 100%;
	background-image: url(../img/interior-line.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin: auto;
	display: block;
	text-align: center;
}
.home-story h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 3px;
	margin-top: 5px;
}
.home-story h4 {
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 164px;
	float: left;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: auto;
	display: inline-block;
	margin-top: 0;
	padding-top: 0;
}
.wpcf7-validation-errors {
	display: none !important;
}

.comment span.wpcf7-not-valid-tip {
	top: 2px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	width: 112px;
	max-width: 350px;
	top: 38px;
	font-size: 14px;
	color: white;
	background: #c2011c;
	display: block;
	padding: 1px 5px;
}

input.wpcf7-not-valid {
	border: 1px solid #c2011c !important;
}

textarea.wpcf7-not-valid {
	border: 1px solid #c2011c !important;
}

.history-and-mission figure.wpb_wrapper {
	width: 100%;
}

.history-and-mission .vc_single_image-wrapper.vc_box_border_grey {
	width: 90%;
}

.history-and-mission .vc_single_image-wrapper img {
	width: 100%;
	box-shadow: 0px 50px 65px 0px rgba(0, 0, 0, 0.2);
}

.staff .vc_row {
	margin: 0 0 30px 0 !important;
}

.staff p {
	margin-bottom: 30px !important;
}

.staff h5 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}

.left-side {
	float: left !important;
}

.right-side {
	float: right !important;
}

body.events .dedication-events p,
body.events .events-wrap p {
	font-size: 18px !important;
}

body.events .event .yellow-btn {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 20px;
}

body.events .event p {
	margin-bottom: 20px;
}

body.events .event h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.dedication-events p {
	margin-bottom: 30px;
}

.dedication-events h4 {
	margin-bottom: 30px;
}

div.donor-faqs {
	display: none;
}

div.grant-faqs {
	display: none;
}

div.grant-faqs.active {
	display: block;
}

div.donor-faqs.active {
	display: block;
}

.donor-tab-menu {
	top: -89px;
	margin: 0;
}

.donor-tab-menu .tab-menu {
	margin-left: 214px;
	z-index: 10010;
	position: relative;
}

h2.photo-post-id {
	display: none;
}

.search span.date,
.search span.author {
	display: none;
}

.pp_pic_holder {
	height: auto;
	width: 90% !important;
	left: 5% !important;
	/*top: 100px !important;*/
}

.pp_content iframe {
	width: 99.4%;
	height: auto;
}

.pp_content {
	height: auto !important;
	width: 100% !important;
	padding-bottom: 37px;
}

.pp_details {
	width: 98% !important;
	position: absolute !important;
	top: 0;
}

a.pp_close {
	position: absolute;
	right: -15px !important;
	top: -30px !important;
}

img.full-photo {
	width: 99.4%;
}

.post img {
	max-width: 110%;
	width: 110%;
	position: relative;
	left: -10%;
}

.post-navigation a {
	color: #343434;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}

.post-navigation .text-left a {
	left: 10px;
}

.post-navigation .text-right a {
	right: 10px;
}

span.news-pub {
	font-size: 16px;
}

.preview-news-item {
	margin-bottom: 15px;
}

p.news-title {
	margin-bottom: 0;
}

.gear-info-desc {
	z-index: 20;
}

.gear-info-desc button:hover a.text-yellow {
	color: #fff;
}

.footer-charity-logos a {
	display: inline-block;
	float: right;
}

.footer-charity-logos a img {
	width: 95px;
}

.vc_gitem-post-data-source-post_excerpt a {
	display: none;
}

.videoOverlay {
	position: absolute;
	max-width: 100%;
	margin: 0 auto;
	top: 0;
	z-index: 100;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 17%;
}

.videoOverlay p {
	color: #fff;
}

.story-content a.yellow-btn:hover {
	color: #343434;
}

body.about-us .body-container .content-wrap {
	padding-bottom: 0;
}

.join-list {
	position: absolute;
	top: -40px;
	left: 17px;
}

#mc_embed_signup p,
.social-icons p,
#searchForm p {
	font-size: 18px;
}
#mc_embed_signup div.mc-field-group {
	height: 100%;
}
#mc_embed_signup div.mc-field-group div.mce_inline_error {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 8px;
	color: #c2011c;
	background-color: transparent;
}

.gear-detail-mobile {
	z-index: 10001;
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 50px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff !important;
	top: 0;
	overflow-y: scroll;
}

.gear-detail-mobile h4 {
	font-size: 22px !important;
	line-height: 28px !important;
	margin-top: 25px;
	margin-bottom: 2px;
}

.gear-detail-mobile p {
	font-size: 18px !important;
	line-height: 26px !important;
	margin-bottom: 0;
}

.close-details {
	font-size: 35px;
	font-weight: bold;
	color: #ffc425;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
}

.post-type-cat {
	display: none;
}

.play-button {
	position: absolute;
	top: 34%;
	left: 50%;
	margin-left: -32px;
	color: #1f1f1f;
	font-size: 65px;
	width: 63px;
	height: auto;
	line-height: 46px;
	background-color: #fff;
	border-radius: 50px;
}

.play-button:hover {
	color: #cd201f;
}

.donation-sidebar-callout .yellow-btn {
	margin-top: 20px;
}

.story-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	cursor: pointer;
}

.fa-twitter-square,
.fa-facebook-official {
	color: #343434;
}

.fa-twitter-square:hover {
	color: #55acee;
}

.fa-facebook-official:hover {
	color: #4f6ba5;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.error-text {
	text-shadow: 0px 25px 80px rgba(0, 0, 0, 0.4);
	font-size: 250px;
	color: white;
}

.overlay {
	color: white !important;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10000;
}

.overlay h1 {
	margin-top: 150px;
}

.text-small {
	font-size: 0.7em;
}

.clear {
	clear: both !important;
}

.container-fluid.noPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bump-top {
	position: relative;
	top: -30px;
}

.off-page {
	position: relative;
	right: -40%;
	width: 170%;
}

.off-page2 {
	position: relative;
	left: -40%;
}

span.required {
	background-color: #55acee;
	padding: 0 7px;
	border-radius: 15px;
	color: white;
	font-size: 9px;
	position: relative;
	top: -2px;
	text-transform: uppercase;
}

.cover-bg {
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}

.top20 {
	position: relative;
	top: 20px;
	z-index: 101;
}

.padding-top-50 {
	padding-top: 50px;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background: #000;
}

.bg-grey {
	background: #343434;
}

.bg-lightgrey {
	background: #f5f5f5;
}

.bg-yellow {
	background: #ffc425;
}

.text-grey {
	color: #343434;
}

.text-light-grey {
	color: #818181;
}

.text-yellow {
	color: #ffc425;
}

.home-stats .text-yellow {
	color: #cca53e;
}

.bg-red {
	background: #c2011c;
}

.hover-yellow:hover {
	color: #ffc425 !important;
}

.text-red {
	color: #c2011c;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.width100 {
	width: 100%;
}

.hr {
	height: 2px;
	width: 70px;
	background-color: #343434;
	margin: 40px auto;
}

.hr2 {
	height: 2px;
	width: 70px;
	background-color: #343434;
	margin: 40px 0 20px;
}

.button-class {
	border-radius: 5px;
	border: 0;
	padding: 10px 30px;
}

button.red-btn a:hover {
	color: #fff;
}

button.bg-red:hover {
	background: #dd304a;
}

button.bg-yellow:hover {
	background: #ffd35d;
}

button.bg-red a:hover {
	color: #fff;
}

button.bg-black:hover {
	background: #7b7b7b;
}

button.bg-black:hover a {
	color: #fff !important;
}

.yellow-btn:hover {
	color: #343434;
	background: #ffd35d;
}

.block-btn {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
	display: inline-block;
	border: 3px solid #ffffff;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.25s ease all;
}

.block-btn:hover,
.block-btn:focus {
	background-color: rgba(0, 0, 0, 0.4);
	color: #e19e0c;
}

.blockblack-btn {
	background-color: rgba(255, 255, 255, 0.2);
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
	display: inline-block;
	border: 3px solid #000000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.25s ease all;
}

.blockblack-btn:hover,
.blockblack-btn:focus {
	background-color: rgba(255, 255, 255, 0.4);
	color: #c2011c;
}

.red-btn {
	background-color: #c2011c;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	border: 0;
}

.red-btn:hover {
	color: #fff !important;
}

.button-class {
	font-size: 18px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	border: 0;
}

.red-btn:hover {
	background: #dd304a;
}

.yellow-btn {
	background-color: #ffc425;
	color: #343434;
	font-size: 18px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
}

.yellow-btn-inverse {
	font-size: 20px;
	color: #ffc425;
	border: 1px solid #ffc425;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
}

.nav-inner .yellow-btn,
.nav .yellow-btn {
	background-color: #ffc425;
	color: #343434;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	height: 100%;
	transform: skewX(-7deg);
}

.nav-inner .red-btn,
.nav .red-btn {
	background-color: #c2011c;
	color: #343434;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	display: inline-block;
	height: 100%;
	transform: skewX(-7deg);
}

.nav-inner .red-btn,
.nav .red-btn:hover {
	background: #dd304a;
}

.nav-inner a.yellow-btn span,
.nav-inner a.red-btn span,
.nav a.yellow-btn span,
.nav a.red-btn span {
	transform: skewX(7deg);
	display: block;
	position: relative;
	top: 5px;
}

input[type="text"]:hover {
	border: 1px solid #55acee;
}

input[type="text"]:active {
	border: 1px solid #55acee;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

input[type="search"]:hover {
	border: 1px solid #55acee;
}

input[type="search"]:active {
	border: 1px solid #55acee;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

textarea:hover {
	border: 1px solid #55acee;
}

textarea:active {
	border: 1px solid #55acee;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body.donate .grant-banner-buttons .yellow-btn:nth-child(2) {
	display: none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media all and (max-width: 1285px) {
	.menu > li {
		padding: 8px 16px 18px;
	}
	.sub-menu {
		padding-left: 160px;
	}
}

@media all and (max-width: 1195px) {
	body.home .menu {
		left: 170px;
	}
	.menu > li {
		padding: 8px 8px 18px;
	}
	.menu > li > a {
		font-size: 13px;
	}
	.sub-menu li a {
		font-size: 14px;
	}
}

@media all and (max-width: 1060px) {
	.menu > li > a {
		font-size: 12px;
	}

	.donate-button {
		right: 10px;
	}

	ul.menu > li:first-child {
		display: none;
	}
}

@media all and (min-width: 1000px) {
	.bubble-left,
	.bubble-right {
		top: 175px;
	}

	.bubble.row2.bubble-left,
	.bubble.row2.bubble-right {
		top: 375px;
	}

	.bubble p {
		top: 10px;
		line-height: 22px;
	}
}

@media all and (max-width: 1000px) {
	.inverse-margin {
		margin-bottom: -70px !important;
	}

	div.stories .col-md-6.second-column {
		height: 360px;
	}

	.story-content .story-title {
		font-size: 24px;
	}

	.yellow-slant {
		display: none;
	}

	.red-donate-area-content {
		transform: skewX(0deg);
		margin-top: 0;
	}

	span#left {
		left: 20px;
		position: absolute;
		top: 241px;
	}

	#left,
	#right {
		z-index: 150;
		font-size: 110px;
	}

	span#right {
		right: 30px;
		top: -256px;
		left: initial;
		position: absolute;
	}

	div.stories .col-md-6.first-column {
		margin-top: 60px;
	}

	div.stories .col-md-6.second-column {
		margin-top: 60px;
		height: auto !important;
	}
}

@media all and (min-width: 992px) {
	form.search input {
		float: right;
	}

	form.search button {
		float: right;
	}

	#searchForm p {
		left: 24%;
	}

	.grant-banner-buttons {
		text-align: right;
	}
}

@media all and (max-width: 991px) {
	div.stories .col-md-6.first-column {
		height: 360px;
	}

	div.stories .col-md-6.second-column {
		margin-top: 0;
	}

	input.search-input {
		float: left !important;
	}

	.search-bar-container {
		float: left !important;
	}
	.event-details-wrap {
		padding: 20px;
	}
}

@media all and (min-width: 976px) {
	.menu li:hover > .sub-menu {
		display: block !important;
	}

	body.about-us .sub-menu,
	body.funding-areas .sub-menu,
	body.board-members-senior-staff .sub-menu,
	body.donor-faqs .sub-menu,
	body.grant-faqs .sub-menu,
	body.nonprofit-documentation .sub-menu {
		display: block !important;
	}

	.menu-wrap {
		display: block !important;
	}

	.donate-button-small {
		display: none !important;
	}

	.menu-x {
		display: none !important;
	}

	.pp_pic_holder {
		height: auto;
		width: 70% !important;
		left: 15% !important;
		/*top: 100px !important;*/
	}

	.home .sub-menu {
		left: -180px;
	}
}

@media all and (max-width: 975px) {
	.staff {
		width: 100% !important;
		margin: 0 auto !important;
		left: 0 !important;
	}

	.sub-menu {
		left: 0;
		background-color: #ffd35b;
		padding-left: 0;
		position: relative;
		top: 10px;
		margin: 20px 0;
		padding: 20px 0 15px;
	}

	.sub-menu li {
		border-top: 0 !important;
	}

	.sub-menu li a {
		border-bottom: 0 !important;
		font-weight: normal;
		color: #343434 !important;
	}

	.sub-menu li a:hover {
		border-bottom: 0 !important;
		color: #c2011c !important;
	}

	body.about-us .sub-menu,
	body.funding-areas .sub-menu,
	body.board-members-senior-staff .sub-menu,
	body.donor-faqs .sub-menu,
	body.grant-faqs .sub-menu,
	body.nonprofit-documentation .sub-menu {
		display: block;
	}

	ul.menu {
		left: 0px !important;
	}

	.donate-button a {
		font-size: 22px !important;
	}

	.menu li a {
		font-size: 22px;
	}

	.page-wrap,
	.single-wrap,
	.content-wrap {
		z-index: 90;
	}

	.videoOverlay {
		display: none;
	}

	.history-and-mission .vc_col-sm-6 .wpb_text_column {
		margin-top: 30px;
	}

	body.home .menu {
		top: 0;
		display: block;
		padding-left: 0;
		position: relative;
		left: 0;
	}

	.logo {
		z-index: 1;
	}

	.menu-x {
		display: block;
		position: absolute;
		color: #343434;
		top: 20px;
		right: 20px;
		font-size: 24px;
		z-index: 1;
	}

	.menu-wrap {
		display: none;
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 10006;
		height: 100%;
		left: 0;
	}

	.menu {
		width: 100%;
		top: 0;
		display: block;
		padding-left: 0;
		position: relative;
		left: 0;
		background: #ffc425;
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 70px;
	}

	.menu .menu-break {
		display: inline;
	}

	.menu .menu-break:before {
		content: " ";
	}

	.menu li {
		display: block;
		width: 100%;
		text-align: center;
		border-top: 3px solid #ffc425;
		line-height: 1;
	}

	.donate-button-small {
		height: 100%;
		position: absolute;
		right: 111px;
		top: 0;
		transform: skewX(-7deg);
		padding: 0 15px;
	}

	.donate-button-small span {
		transform: skewX(7deg);
		display: block;
		position: relative;
		top: 18px;
		font-size: 18px;
		color: #fff;
	}

	.logo img {
		width: 110px !important;
	}

	.donor-tab-menu .tab-menu {
		margin-left: 35px;
		margin-top: 40px;
	}

	body.home .logo {
		top: 18px;
	}

	body.home .nav {
		top: 0;
	}

	.hamburger {
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		right: -4px;
		transform: skewX(-7deg);
		width: 115px;
	}

	.hamburger span {
		position: relative;
		right: -21px;
		top: 17px;
		font-size: 18px;
		transform: skewX(7deg);
		display: block;
		color: #fff;
	}

	.hamburger span img {
		position: relative;
		display: inline-block;
		top: -2px;
		left: 5px;
	}

	.donate-hide {
		background: #c2011c !important;
		width: 80% !important;
		display: block;
		margin-left: 10%;
		position: relative;
		border-radius: 5px !important;
		margin-top: 20px;
	}

	.error-text {
		font-size: 100px;
	}

	.donate-button {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		background: #ffc425;
		padding-bottom: 30px;
	}

	.donate-button a {
		display: block;
		width: 100%;
		transform: skewX(0deg) !important;
		left: 0 !important;
		height: 54px !important;
		text-align: center;
	}

	.donate-button a.yellow-btn {
		background: #c2011c !important;
		width: 80%;
		display: block;
		margin-left: 10%;
		position: relative;
		border-radius: 5px !important;
	}

	.donate-button a span {
		transform: skewX(0deg) !important;
	}

	.news-list {
		right: 0;
		float: none;
	}
}

@media all and (min-width: 769px) {
	.staff .vc_col-sm-9 {
		width: 72%;
		margin-left: 3%;
	}

	.gear-detail-mobile {
		display: none !important;
	}

	.explore-button {
		display: none !important;
	}

	.history-and-mission .right-side .vc_single_image-wrapper img {
		position: relative;
		margin-left: 20px;
	}

	form.search {
		width: 100%;
	}

	.newsletter-message {
		display: inline-block;
		margin-top: 10px;
		font-size: 14px;
		padding: 3px 8px;
	}

	.search-message {
		display: inline-block;
		position: relative;
		left: 20%;
		margin-top: 10px;
		font-size: 14px;
		padding: 3px 8px;
	}
}

@media all and (max-width: 768px) {
	.see-the-impact h2,
	.see-the-impact h5 {
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 1) !important;
	}

	.staff .vc_col-sm-9 {
		width: 72%;
		margin-left: 3%;
	}

	video#bgvid {
		display: none;
	}

	div.see-the-impact {
		background-image: url("../img/map.png");
	}

	.search-message {
		display: inline-block;
		position: relative;
		margin-top: 0px;
		font-size: 14px;
		padding: 3px 8px 3px 0px;
	}

	.newsletter-message {
		display: inline-block;
		margin-top: 0px;
		font-size: 14px;
		padding: 3px 8px 3px 0px;
		margin-bottom: 10px;
	}

	.events-wrap .col-md-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.event .col-md-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.history-and-mission .vc_col-sm-6 .wpb_text_column {
		margin-top: 0px;
	}

	.bubble {
		height: 130px;
		width: 130px;
	}

	.bubble h2 {
		margin-bottom: 1px;
		font-size: 28px;
		top: 7px;
		margin-top: 0;
	}

	.bubble p {
		position: relative;
		top: 10px;
		font-size: 14px;
		line-height: 18px;
		padding: 0px 5px;
	}

	.bubble.row2.bubble-left,
	.bubble.row2.bubble-right {
		top: 285px;
	}

	.single-post-wrap p,
	.single-post-wrap h1,
	.single-post-wrap h2,
	.single-post-wrap h3,
	.single-post-wrap h4,
	.single-post-wrap h5 {
		padding-left: 20px;
		padding-right: 20px;
		margin: 20px 0;
		color: #343434;
	}

	.cloud9-item.enabled .explore-button {
		display: block;
	}

	.explore-button {
		position: absolute;
		z-index: 150;
		bottom: 75px;
		width: 130px;
		left: 50%;
		margin-left: -65px;
		display: none;
	}

	.gear-info-desc,
	.gear-info-item {
		display: none !important;
	}

	.off-page {
		display: none;
	}

	.history-and-mission .wpb_text_column {
		padding: 0 15px;
		margin-bottom: 60px;
	}

	.history-and-mission .vc_single_image-wrapper img {
		width: 100% !important;
	}

	.history-and-mission .vc_single_image-wrapper.vc_box_border_grey {
		width: 100%;
	}

	.vc_row.history-and-mission {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.vc_row.staff {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media all and (min-width: 551px) {
	.given-stats {
		min-height: 600px;
	}

	.see-the-impact {
		min-height: 640px;
	}

	.home-story {
		min-height: 450px;
	}
}

@media all and (max-width: 550px) {
	.bubble p {
		padding: 0 10px;
	}

	.staff .vc_col-sm-9 {
		width: 75% !important;
		margin-left: 0% !important;
	}

	.donor-tab-menu {
		top: -50px;
		margin: 0;
	}

	.page-wrap {
		margin-top: 110px !important;
	}

	.hr2 {
		width: 40px;
	}

	.contact-form-message {
		left: 0;
		margin-left: 0;
	}

	.addMobileMargin {
		margin-top: 30px;
	}

	.red-donate-area {
		padding: 20px;
	}

	.fa-twitter-square,
	.fa-facebook-official {
		font-size: 22px !important;
	}

	#main-hero hr {
		margin: 23px auto;
	}

	.red-donate-area .donate-buttons {
		height: auto;
	}

	.red-donate-area .donate-buttons .btn-group {
		display: block;
		width: 100%;
	}

	.story-hero {
		width: 100%;
		margin-top: 60px;
		height: 340px;
		overflow: hidden;
		position: relative;
	}

	.story-hero img {
		height: 100%;
		width: auto !important;
		margin: 0 auto;
		display: block;
		position: relative;
	}

	.home-stats .col-md-4 {
		margin-bottom: 40px;
	}

	.red-btn {
		background-color: #c2011c;
		color: #fff;
		font-size: 22px;
		font-weight: normal;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 14px 20px;
		display: inline-block;
		border: 0;
	}

	.button-class {
		font-size: 22px;
		font-weight: normal;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 14px 20px;
		display: inline-block;
		border: 0;
	}

	.yellow-btn {
		background-color: #ffc425;
		color: #343434;
		font-weight: normal;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 14px 20px;
		display: inline-block;
	}

	.grant-banner {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 30px;
		color: #fff !important;
	}

	.grant-banner-wrap a.yellow-btn {
		width: 100%;
		text-align: center;
	}

	body,
	p {
		font-size: 18px;
		line-height: 24px;
	}

	h5 {
		font-size: 18px;
		font-weight: normal;
		line-height: 26px;
	}

	.single-post-wrap pre {
		font-size: 16px;
	}

	.recent-stories .view-all {
		top: 0px;
	}

	.pagination {
		display: none;
	}

	.story-share {
		text-align: right;
		margin: 40px 0;
	}

	.story-share a {
		display: inline-block;
		margin-right: 10px;
	}
	.story-share span {
		display: inline-block;
		padding-right: 30px;
	}

	.donation-sidebar-callout .yellow-btn {
		margin-top: 20px;
		font-size: 22px;
		padding: 14px 20px;
	}

	.bubble {
		box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
		margin: 0 20px 20px;
	}

	.bubble-left,
	.bubble-right {
		top: 105px;
	}

	.row2 {
		display: none;
	}

	.hr {
		margin: 0 auto;
		width: 50px;
	}

	.given-stats {
		min-height: auto !important;
	}

	.given-stats .content-wrap {
		padding-bottom: 40px;
	}

	.bubble-wrap {
		margin-bottom: 0 !important;
	}

	.see-the-impact {
		min-height: auto !important;
	}

	.see-the-impact .col-md-12 {
		padding-top: 35px !important;
	}

	.social-icons {
		margin-bottom: 40px;
	}

	.social-icons p {
		text-align: center;
	}

	.social-icons p span {
		font-size: 22px;
		position: relative;
		top: 4px;
	}

	.footer hr {
		display: none;
	}

	.footer .copyright {
		font-size: 0.95em;
		margin-top: 30px;
	}

	.footer ul.footer-menu li:first-child {
		padding-left: 20px;
	}

	.footer ul.footer-menu li {
		display: block;
		font-size: 22px;
	}

	.footer-charity-logos a {
		display: block;
		float: none;
		max-width: 165px;
		margin: 40px auto !important;
	}

	/*.footer-charity-logos a img {
		width: 100%;
	}*/

	.footer p {
		line-height: 34px;
		font-size: 16px;
	}

	.content-wrap.footer {
		padding: 0px 0;
	}

	.footer-forms .col-md-6:first-child {
		padding-bottom: 0 !important;
	}

	input.newsletter-input {
		width: 71%;
		padding: 14px 10px;
		font-size: 20px;
	}

	input.newsletter-submit {
		width: 25%;
		padding: 14px 10px;
		font-size: 24px;
	}

	.search-submit {
	}

	input.search-input {
	}

	form#searchForm {
		margin-top: 40px;
	}

	.search-bar-container {
		width: 71% !important;
	}
}

@media all and (max-width: 400px) {
	.bubble-wrap {
		min-height: 150px;
	}

	.bubble-middle {
		display: none;
	}

	.bubble-left {
		left: 20px;
	}

	.bubble-right {
		right: 20px;
	}
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
}

/* Homepage Carousel Updates */
.slick-slide,
.slick-arrow {
	border: 0 none;
	outline: 0 none;
}
.slick-arrow {
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 70px;
	color: #000;
	background: none;
}
.slick-arrow:before {
	font-family: FontAwesome, sans-serif;
	font-size: 48px;
}

.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:before {
	content: "\f104";
}

.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:before {
	content: "\f105";
}

.slick-arrow.slick-disabled {
	display: none !important;
}

#gear-images-carousel {
	padding: 0 75px;
}
#gear-images-carousel .carousel-item {
	height: 300px;
}
#gear-images-carousel .carousel-item img {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* WebKit */
	-moz-transform: translateY(-50%); /* Mozilla */
	-o-transform: translateY(-50%); /* Opera */
	-ms-transform: translateY(-50%); /* Internet Explorer */
	transform: translateY(-50%); /* CSS3 */
}

@media all and (min-width: 992px) {
	.gear-section .gear-cta {
		margin-bottom: 70px;
	}
}
@media all and (max-width: 500px) {
	#gear-images-carousel .carousel-item {
		height: 250px;
	}
	#gear-images-carousel .carousel-item img {
		max-height: 250px;
	}
}
@media all and (max-width: 450px) {
	#gear-images-carousel .carousel-item {
		height: 200px;
	}
	#gear-images-carousel .carousel-item img {
		max-height: 200px;
	}
}
@media all and (max-width: 400px) {
	#gear-images-carousel .carousel-item {
		height: 150px;
	}
	#gear-images-carousel .carousel-item img {
		max-height: 150px;
	}
}

/* Event Sponsors */
.events .sponsors .sponsor-heading {
	font-weight: bold;
	margin: 20px 0 0;
}
.events .sponsors .sponsors-row {
	display: table;
	border-collapse: separate;
	border-spacing: 15px;
}
.events .sponsors .sponsors-row .sponsor {
	display: table-cell;
	vertical-align: middle;
}
.events .sponsors .sponsors-row .sponsor img {
	width: 100%;
}
/*.events .sponsors .gallery{

}
.events .sponsors .gallery .gallery-item{
    float: left;
    height: 105px;
    margin-top: 10px;
    margin-right: 3%;
    text-align: center;
    position: relative;
}
.events .sponsors .gallery.gallery-columns-1 .gallery-item{width: 100%; margin-right: 0;}
.events .sponsors .gallery.gallery-columns-2 .gallery-item{width: 47%;}
.events .sponsors .gallery.gallery-columns-3 .gallery-item{width: 30.3333%;}
.events .sponsors .gallery.gallery-columns-4 .gallery-item{width: 22%;}
.events .sponsors .gallery.gallery-columns-5 .gallery-item{width: 17%;}
.events .sponsors .gallery.gallery-columns-6 .gallery-item{width: 13.6666%;}
.events .sponsors .gallery.gallery-columns-7 .gallery-item{width: 11.2857%;}
.events .sponsors .gallery.gallery-columns-8 .gallery-item{width: 9.5%;}
.events .sponsors .gallery.gallery-columns-9 .gallery-item{width: 8.1111%;}

.events .sponsors .gallery .gallery-item .gallery-icon{

}
.events .sponsors .gallery .gallery-item .gallery-icon img{
    max-width: 100%;
    height: auto;
    border: 0 none !important;
}*/
.tips-section .line-containinterior h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0 30px 0;
}

.tips-section .img-responsive {
	width: 80%;
	margin: 0 auto;
}
.tips-section .slick-arrow {
	top: 40%;
}
.dl_btn {
	background: none;
	border: none;
	margin: 20px auto 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dl_btn img {
	width: 40px;
	transition: scale 0.1s ease-in-out;
}
.dl_btn span {
	margin: 0 0 0 10px;
}
.dl_btn:hover span {
	color: #d43639;
}
.dl_btn:hover img {
	scale: 1.1;
}
.tips-carousels {
	margin: 0 0 60px 0;
}
.stats_download {
	background: #fff;
	padding: 40px 0;
	text-align: center;
}
.stats_download h2 {
	margin: 0 0 0.8em 0;
}
.stats_download .btn {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
	display: inline-block;
	/* border: 1px solid #fff; */
	border-radius: 5px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: background 0.1s linear, color 0.1s linear;
	position: relative;
	z-index: 2;
}
.stats_download .btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #c2011c;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -1;
}
.stats_download .btn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(129, 3, 9);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -2;
	translate: 0 5px;
}
.stats_download .btn:hover::before {
	background: #fdb920;
}
.stats_download .btn:hover {
	color: rgb(129, 3, 9);
}
.stats_download .btn:active {
	translate: 0 5px;
}
.stats_download .btn:active::after {
	translate: 0 0;
}
.details .stats_download {
	background: unset;
}
.details .stats_download .btn {
	margin: 0;
}
