h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {

}

a {
	text-decoration: underline;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
	margin-top: 30px;	
}

h1, h2, h3 {
	font-family: 'Bebas Neue',Helvetica,Arial,Lucida,sans-serif !important;
	color: #00204e;
}

h3, .et-db #et-boc .et-l h3 {
	font-family: 'Bebas Neue',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 35px !important;
}

h4 {
	font-family: 'Trade Gothic',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4em !important;
}

h5, .et-db #et-boc .et-l h5 {
	font-family: 'Trade Gothic',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4em;
}

.tags {
	display: flex;
	flex-wrap: wrap;
}

.tags .tag {
	background-color: #666666;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	white-space: nowrap;
}

.photo-credit {
	float: right;
	margin-top: -190px;
	margin-right: 10px;
	font-size: 12px;
}

.no-scroll {
	overflow: hidden;
}

body.program-template-default .photo-credit,
body.campaigns-template-default .photo-credit,
body.service-template-default .photo-credit {
	margin-top: 0;
}

.entry-content ul.wpp-list {
	padding: 0;
}

/* photo gallery */

.photo_gallery {
	 position: relative;
	 width: 100%;
	 margin-left:auto;
	margin-right:auto;
}
.photo_gallery .img-wrap {
    width: 100%;
	height: 400px;
	overflow: hidden;
}
.photo_gallery .img-wrap  > .img {
    position: absolute;
    top: 0;
    left: 0;
	height: inherit;
	width: inherit;
	background-position: center; 
	background-size: cover;
    -moz-box-shadow: 1px 1px 4px #CCC;
}

.photo_gallery .next,
.photo_gallery .prev {
    position: absolute;
    cursor: pointer;
    top: 50%;
	font-size: 35px;
}

.photo_gallery .next {
    right: 10px;
}

.photo_gallery .prev {
    left: 10px;
}

/* used by heading-rectangle template-part */

.heading-rectangles {
	position: relative;
}

.heading-rectangles h1 {
	text-align: left;
}
.et_pb_section.heading-rectangles {
	padding: 0;
}
.heading-rectangles .et_pb_blurb_0.et_pb_blurb {
	border-width: 7px;
    border-color: #c6c6c6;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    margin-right: -35% !important;
    margin-bottom: 0px !important;
    margin-left: -23%;
}

.heading-rectangles .et_pb_blurb_1.et_pb_blurb {
    margin-left: 55px;
    border-width: 7px;
    border-color: #00204e;
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    margin-top: -30px !important;
    margin-bottom: 0px !important;
    width: 80%;
}
