.page-standard #main-header {
    top: 0;
    left: 0;
    z-index: 10;
    height: 0;
    overflow: visible;
    border-bottom: none;
}
.breadcrumb-wrap {
	display: none;
}
.page-standard #main-header.bg-image .page-title {
    display: none;
}
.page-standard .content-wrap {
	width: 100%;
    display: inline;
    border-top: none;
}
h3 {
    color: #fff;
}
h4 {
    color: #e04a22;
}
.about-header {
    position: relative;
    background: url('') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 0 80px 0;
    width: 100%;
}
.about-header h3 {
	margin-bottom: 15px;
    font-size: 2.3em;
    letter-spacing: -1px;
    line-height: 1.3;
}
.about-header p {
    color: #fff;
}

.start-section,
.one-third.columns {
	height: 580px;
	text-align: center;
	color: #FFF;
}
.start-section .button.outline {
	border-color: rgba(255, 255, 255, 0.6);
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.start-section .button:hover {
	background-color: #e04a22;
	border: 1px solid rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0px 0px 20px #e04a22;
	box-shadow: 0px 0px 20px #e04a22;
}
.one-third.columns {
	background-size: cover;
	background-position: center;
	position: relative;
	box-sizing: border-box;
	width: 33.3333333333%;
		margin: 0!important;
		padding-top: 100px;
		border: 1px solid rgba(255, 255, 255, 0.6);
}
.one-third.columns h3,
.one-third.columns p,
.one-third.columns a {
	position: relative;
}
.u-overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.4);
}
.u-overlay.light-overlay {
	background: rgba(255,255,255, .95);
}
.one-third.columns:first-child {
	border-left: none;
	border-right: none;
}
.one-third.columns:last-child {
	border-left: none;
	border-right: none;
}
.start-section .one-third.columns p {
	max-width: 260px;
	margin: 0 auto;
		margin-bottom: 42px;
}
.get-involved .columns {
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 80px;
}
.get-involved .columns h1,
.get-involved .columns h3 {
	color: #e04a22;
}
.get-involved .columns p {
	margin-bottom: 25px;
}
.get-involved {
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 1239px) {

}
@media only screen and (max-width: 1099px) {

}
@media only screen and (max-width: 999px) {
	.start-section,
	.one-third.columns {
		height: auto;
	}
	.one-third.columns {
		padding: 40px 0 60px 0;
	}
	.give-link {
		margin-bottom: 20px;
			margin-left: 0!important;
	}
}
@media only screen and (max-width: 719px) {
	.start-section,
	.one-third.columns {
		width: 100%;
		border: none;
	}
	.one-third.columns {
		padding: 40px 0 60px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.6);
	}
	.get-involved .columns {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 699px) {

}
@media only screen and (min-width: 720px) {
	.start-section > .row {
		display: flex;
	}
}