.tal {
	text-align: left
}
.tar {
	text-align: right
}
.tac {
	text-align: center
}
.taj {
	text-align: justify
}
.absolute {
	position: absolute
}
.relative {
	position: relative
}
.fixed {
	position: fixed
}
.static {
	position: static
}
.m0 {
	margin: 0
}
.mt0 {
	margin-top: 0
}
.mr0 {
	margin-right: 0
}
.mb0 {
	margin-bottom: 0
}
.ml0 {
	margin-left: 0
}
.m1 {
	margin: .5rem
}
.mt1 {
	margin-top: .5rem
}
.mr1 {
	margin-right: .5rem
}
.mb1 {
	margin-bottom: .5rem
}
.ml1 {
	margin-left: .5rem
}
.m2 {
	margin: 1rem
}
.mt2 {
	margin-top: 1rem
}
.mr2 {
	margin-right: 1rem
}
.mb2 {
	margin-bottom: 1rem
}
.ml2 {
	margin-left: 1rem
}
.m3 {
	margin: 2rem
}
.mt3 {
	margin-top: 2rem
}
.mr3 {
	margin-right: 2rem
}
.mb3 {
	margin-bottom: 2rem
}
.ml3 {
	margin-left: 2rem
}
.m4 {
	margin: 4rem
}
.mt4 {
	margin-top: 4rem
}
.mr4 {
	margin-right: 4rem
}
.mb4 {
	margin-bottom: 4rem
}
.ml4 {
	margin-left: 4rem
}
.mxn1 {
	margin-left: -.5rem;
	margin-right: -.5rem
}
.mxn2 {
	margin-left: -1rem;
	margin-right: -1rem
}
.mxn3 {
	margin-left: -2rem;
	margin-right: -2rem
}
.mxn4 {
	margin-left: -4rem;
	margin-right: -4rem
}
.p0 {
	padding: 0
}
.pt0 {
	padding-top: 0
}
.pr0 {
	padding-right: 0
}
.pb0 {
	padding-bottom: 0
}
.pl0 {
	padding-left: 0
}
.p1 {
	padding: .5rem
}
.pt1 {
	padding-top: .5rem
}
.pr1 {
	padding-right: .5rem
}
.pb1 {
	padding-bottom: .5rem
}
.pl1 {
	padding-left: .5rem
}
.px1 {
	padding-left: .5rem;
	padding-right: .5rem
}
.py1 {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.p2 {
	padding: 1rem
}
.pt2 {
	padding-top: 1rem
}
.pr2 {
	padding-right: 1rem
}
.pb2 {
	padding-bottom: 1rem
}
.pl2 {
	padding-left: 1rem
}
.px2 {
	padding-left: 1rem;
	padding-right: 1rem
}
.py2 {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.p3 {
	padding: 2rem
}
.pt3 {
	padding-top: 2rem
}
.pr3 {
	padding-right: 2rem
}
.pb3 {
	padding-bottom: 2rem
}
.pl3 {
	padding-left: 2rem
}
.px3 {
	padding-left: 2rem;
	padding-right: 2rem
}
.py3 {
	padding-top: 2rem;
	padding-bottom: 2rem
}
.p4 {
	padding: 4rem
}
.pt4 {
	padding-top: 4rem
}
.pr4 {
	padding-right: 4rem
}
.pb4 {
	padding-bottom: 4rem
}
.pl4 {
	padding-left: 4rem
}
.px4 {
	padding-left: 4rem;
	padding-right: 4rem
}
.py4 {
	padding-top: 4rem;
	padding-bottom: 4rem
}
.db {
	display: block
}
.dib {
	display: inline-block
}
.di {
	display: inline
}
.dt {
	display: table
}
.dtc {
	display: table-cell
}
.fl {
	float: left
}
.fr {
	float: right
}
.oh {
	overflow: hidden
}
.cf::before,
.cf::after {
	content: ' ';
	display: table
}
.cf::after {
	clear: both
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container:before,
.container:after {
	content: " ";
	display: table
}
.container:after {
	clear: both
}
@media (min-width: 768px) {
	.container {
		width: 750px
	}
}
@media (min-width: 980px) {
	.container {
		width: 970px
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px
}
.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table
}
.container-fluid:after {
	clear: both
}
@media only screen and (min-width: 768px) {
	.container-fluid {
		margin-right: auto;
		margin-left: auto;
		padding-left: 30px;
		padding-right: 30px
	}
	.container-fluid:before,
	.container-fluid:after {
		content: " ";
		display: table
	}
	.container-fluid:after {
		clear: both
	}
}
@media only screen and (min-width: 1200px) {
	.container-fluid {
		margin-right: auto;
		margin-left: auto;
		padding-left: 50px;
		padding-right: 50px
	}
	.container-fluid:before,
	.container-fluid:after {
		content: " ";
		display: table
	}
	.container-fluid:after {
		clear: both
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row:before,
.row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0
}
.row.no-gutter > [class*='col-']:not(:first-child),
.row.no-gutter > [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}
.col-xs-1 {
	width: 8.33333%
}
.col-xs-2 {
	width: 16.66667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333%
}
.col-xs-5 {
	width: 41.66667%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 58.33333%
}
.col-xs-8 {
	width: 66.66667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.33333%
}
.col-xs-11 {
	width: 91.66667%
}
.col-xs-12 {
	width: 100%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-pull-1 {
	right: 8.33333%
}
.col-xs-pull-2 {
	right: 16.66667%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333%
}
.col-xs-pull-5 {
	right: 41.66667%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-7 {
	right: 58.33333%
}
.col-xs-pull-8 {
	right: 66.66667%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-10 {
	right: 83.33333%
}
.col-xs-pull-11 {
	right: 91.66667%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-push-1 {
	left: 8.33333%
}
.col-xs-push-2 {
	left: 16.66667%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333%
}
.col-xs-push-5 {
	left: 41.66667%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-7 {
	left: 58.33333%
}
.col-xs-push-8 {
	left: 66.66667%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-10 {
	left: 83.33333%
}
.col-xs-push-11 {
	left: 91.66667%
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-offset-0 {
	margin-left: 0%
}
.col-xs-offset-1 {
	margin-left: 8.33333%
}
.col-xs-offset-2 {
	margin-left: 16.66667%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333%
}
.col-xs-offset-5 {
	margin-left: 41.66667%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-7 {
	margin-left: 58.33333%
}
.col-xs-offset-8 {
	margin-left: 66.66667%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-10 {
	margin-left: 83.33333%
}
.col-xs-offset-11 {
	margin-left: 91.66667%
}
.col-xs-offset-12 {
	margin-left: 100%
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}
@media (min-width: 980px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir="rtl"] .slick-slide {
	float: right
}
.slick-slide img {
	display: block;
	margin: 0 auto
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	max-width: 1920px;
	margin: 0 auto
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],
template {
	display: none
}
a {
	background-color: transparent;
	color: #666;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
p a,
ul a,
ol a {
	color: #0c4357
}
a:active,
a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: 400
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,
select {
	text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td,
th {
	padding: 0
}
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: "nimbus-sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}
@media only screen and (min-width: 980px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 24px;
		font-size: 1.5rem
	}
}
body p,
body ul,
body ol,
button p,
button ul,
button ol,
input p,
input ul,
input ol,
select p,
select ul,
select ol,
textarea p,
textarea ul,
textarea ol {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.3
}
@media only screen and (min-width: 980px) {
	body p,
	body ul,
	body ol,
	button p,
	button ul,
	button ol,
	input p,
	input ul,
	input ol,
	select p,
	select ul,
	select ol,
	textarea p,
	textarea ul,
	textarea ol {
		font-size: 21px;
		font-size: 1.3125rem
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}
p,
ul,
ol {
	margin-top: 0;
	margin-bottom: 1.5em
}
dfn,
cite,
em,
i {
	font-style: italic
}
.post-entry blockquote {
	margin: 0 0 1rem 0;
	color: #0c4357;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: 300
}
@media only screen and (min-width: 768px) {
	.post-entry blockquote {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 48px;
		line-height: 3rem;
		font-weight: 300
	}
}
.post-entry blockquote:before {
	content: "";
	display: block;
	width: 130px;
	height: 2px;
	background: #0c4357;
	margin-bottom: 15px
}
address {
	margin: 0 0 1.5em
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none
}
big {
	font-size: 125%
}
html {
	box-sizing: border-box
}
*,
*:before,
*:after {
	box-sizing: inherit
}
body {
	background: #fff
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}
blockquote,
q {
	quotes: "" ""
}
hr {
	background-color: #666;
	border: 0;
	height: 2px;
	margin-bottom: 1.5rem
}
ul,
ol {
	margin: 0 0 1.5em 1rem
}
ul {
	list-style: disc
}
ol {
	list-style: decimal
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5rem
}
dt {
	font-weight: bold
}
dd {
	margin: 0 1.5em 1.5em
}
img {
	height: auto;
	max-width: 100%
}
table {
	margin: 0 0 1.5em;
	width: 100%
}
a:focus {
	outline: none
}
a:hover,
a:active {
	outline: none
}
#colophon p a:not(.btn),
#colophon ul a:not(.btn),
#colophon ol a:not(.btn),
#content p a:not(.btn),
#content ul a:not(.btn),
#content ol a:not(.btn) {
	text-decoration: none;
	position: relative;
	display: inline-block
}
#colophon p a:not(.btn):hover:after,
#colophon ul a:not(.btn):hover:after,
#colophon ol a:not(.btn):hover:after,
#content p a:not(.btn):hover:after,
#content ul a:not(.btn):hover:after,
#content ol a:not(.btn):hover:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #666;
	bottom: 0;
	left: 0
}
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text,
.wp-caption ul.wp-caption-text,
.wp-caption ol.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
.clear:before,
.clear:after {
	content: "";
	display: table
}
.clear:after {
	clear: both
}
.widget {
	margin: 0 0 1.5em
}
.widget select {
	max-width: 100%
}
.widget_search .search-submit {
	display: none
}
.sticky {
	display: block
}
.hentry {
	margin: 0 0 1.5em
}
.byline,
.updated:not(.published) {
	display: none
}
.single .byline,
.group-blog .byline {
	display: inline
}
.page-links {
	clear: both;
	margin: 0 0 1.5em
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none
}
.comment-content a {
	word-wrap: break-word
}
.bypostauthor {
	display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}
.infinity-end.neverending .site-footer {
	display: block
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}
embed,
iframe,
object {
	max-width: 100%
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0
}
.wp-caption-text {
	text-align: center
}
.gallery {
	margin-bottom: 1.5em
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}
.gallery-columns-2 .gallery-item {
	max-width: 50%
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%
}
.gallery-columns-5 .gallery-item {
	max-width: 20%
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.gallery-caption {
	display: block
}
*:focus,
*:visited {
	outline: none
}
.hide-md {
	display: block
}
@media only screen and (min-width: 980px) {
	.hide-md {
		display: none
	}
}
.show-md {
	display: none
}
@media only screen and (min-width: 980px) {
	.show-md {
		display: block
	}
}
.hide-sm {
	display: block
}
@media only screen and (min-width: 768px) {
	.hide-sm {
		display: none
	}
}
.show-sm {
	display: none
}
@media only screen and (min-width: 768px) {
	.show-sm {
		display: block
	}
}
@media only screen and (min-width: 980px) {
	.row-md-eq-height {
		display: -webkit-flex;
		display: flex
	}
}
h1,
.h1 {
	margin: 0 0 2.5rem;
	font-size: 48px;
	font-size: 3rem;
	line-height: 58px;
	line-height: 3.625rem;
	font-weight: 300
}
@media only screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 68px;
		font-size: 4.25rem;
		line-height: 78px;
		line-height: 4.875rem;
		font-weight: 300;
		margin: 0 0 1.5rem
	}
}
h2,
.h2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 38px;
	line-height: 2.375rem;
	font-weight: 300;
	margin: 0 0 1rem
}
@media only screen and (min-width: 768px) {
	h2,
	.h2 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 58px;
		line-height: 3.625rem;
		font-weight: 300;
		margin: 0 0 1.5rem
	}
}
h3,
.h3,
.menu-and-content #project-menu li a {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 300;
	margin: 0 0 1rem
}
@media only screen and (min-width: 768px) {
	h3,
	.h3,
	.menu-and-content #project-menu li a {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 44px;
		line-height: 2.75rem;
		font-weight: 300;
		margin: 0 0 2rem
	}
}
h4,
.h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 28px;
	line-height: 1.75rem;
	font-weight: 400;
	margin: 0 0 2rem
}
h5,
.h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	line-height: 1.75rem;
	font-weight: 300;
	margin: 0 0 1.5rem
}
h6,
.h6 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 36px;
	line-height: 2.25rem;
	font-weight: 300;
	margin: 0 0 1rem
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background: transparent;
	color: #0c4357;
	border: solid 2px #0c4357;
	padding: 5px 20px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	overflow: hidden;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}
@media only screen and (min-width: 768px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 5px 20px
	}
}
button span,
input[type="button"] span,
input[type="reset"] span,
input[type="submit"] span {
	position: relative;
	z-index: 2
}
button:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background-color: #0c4357;
	z-index: 1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	color: #fff
}
button:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before {
	opacity: 1;
	background-color: #0c4257;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}
button.btn-white,
input[type="button"].btn-white,
input[type="reset"].btn-white,
input[type="submit"].btn-white {
	border: solid 2px #fff;
	color: #fff;
	background: transparent
}
button.btn-white:before,
input[type="button"].btn-white:before,
input[type="reset"].btn-white:before,
input[type="submit"].btn-white:before {
	background-color: #fff
}
button.btn-white:hover,
input[type="button"].btn-white:hover,
input[type="reset"].btn-white:hover,
input[type="submit"].btn-white:hover {
	text-decoration: none;
	color: #0c4357
}
button.btn-white:hover:before,
input[type="button"].btn-white:hover:before,
input[type="reset"].btn-white:hover:before,
input[type="submit"].btn-white:hover:before {
	opacity: 1;
	background-color: #fff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	background-color: #fff;
	border: none;
	border-bottom: #0c4357 2px solid;
	border-radius: 0px;
	width: 100%;
	padding: 1rem 0;
	margin-top: 10px
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	color: #666
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	color: #666
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #666
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #666
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #666
}
.fullwidth-form input[type="text"],
.fullwidth-form input[type="email"],
.fullwidth-form input[type="url"],
.fullwidth-form input[type="password"],
.fullwidth-form input[type="search"],
.fullwidth-form textarea {
	padding: 20px 35px
}
textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 150px
}
.btn {
	display: inline-block;
	background: transparent;
	color: #0c4357;
	border: solid 2px #0c4357;
	padding: 5px 20px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	overflow: hidden;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}
@media only screen and (min-width: 768px) {
	.btn {
		padding: 5px 20px
	}
}
.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background-color: #0c4257;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s
}
.btn:hover {
	text-decoration: none;
	color: #fff
}
.btn:hover:before {
	opacity: 1;
	background-color: #0c4257;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}
.btn.btn-white {
	border: solid 2px #fff;
	color: #fff;
	background: transparent
}
.btn.btn-white:before {
	background-color: #fff
}
.btn.btn-white:hover {
	text-decoration: none;
	color: #0c4357
}
.btn.btn-white:hover:before {
	opacity: 1;
	background-color: #fff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="url"],
#mc_embed_signup input[type="password"],
#mc_embed_signup input[type="search"],
#mc_embed_signup textarea {
	background-color: #fff;
	border: none;
	border-bottom: #0c4357 2px solid;
	color: #0c4357;
	border-radius: 0px;
	width: 100%;
	padding: 1rem 0;
	margin-bottom: 20px
}
#mc_embed_signup input[type="text"]:-ms-input-placeholder,
#mc_embed_signup input[type="email"]:-ms-input-placeholder,
#mc_embed_signup input[type="url"]:-ms-input-placeholder,
#mc_embed_signup input[type="password"]:-ms-input-placeholder,
#mc_embed_signup input[type="search"]:-ms-input-placeholder,
#mc_embed_signup textarea:-ms-input-placeholder {
	opacity: 1;
	color: #0c4357
}
#mc_embed_signup input[type="text"]:-moz-placeholder,
#mc_embed_signup input[type="email"]:-moz-placeholder,
#mc_embed_signup input[type="url"]:-moz-placeholder,
#mc_embed_signup input[type="password"]:-moz-placeholder,
#mc_embed_signup input[type="search"]:-moz-placeholder,
#mc_embed_signup textarea:-moz-placeholder {
	opacity: 1;
	color: #0c4357
}
#mc_embed_signup input[type="text"]::-moz-placeholder,
#mc_embed_signup input[type="email"]::-moz-placeholder,
#mc_embed_signup input[type="url"]::-moz-placeholder,
#mc_embed_signup input[type="password"]::-moz-placeholder,
#mc_embed_signup input[type="search"]::-moz-placeholder,
#mc_embed_signup textarea::-moz-placeholder {
	opacity: 1;
	color: #0c4357
}
#mc_embed_signup input[type="text"]::-webkit-input-placeholder,
#mc_embed_signup input[type="email"]::-webkit-input-placeholder,
#mc_embed_signup input[type="url"]::-webkit-input-placeholder,
#mc_embed_signup input[type="password"]::-webkit-input-placeholder,
#mc_embed_signup input[type="search"]::-webkit-input-placeholder,
#mc_embed_signup textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #0c4357
}
#mc_embed_signup input[type="text"]::placeholder,
#mc_embed_signup input[type="email"]::placeholder,
#mc_embed_signup input[type="url"]::placeholder,
#mc_embed_signup input[type="password"]::placeholder,
#mc_embed_signup input[type="search"]::placeholder,
#mc_embed_signup textarea::placeholder {
	opacity: 1;
	color: #0c4357
}
#mc_embed_signup button {
	margin-top: 40px
}
.wpcf7-response-output {
	clear: both
}
.masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100
}
@media only screen and (min-width: 1920px) {
	.masthead {
		max-width: 1920px;
		left: 50%;
		margin-left: -960px
	}
}
.masthead p,
.masthead ul,
.masthead ol,
.masthead h1 {
	padding: 0;
	margin: 0
}
.masthead .site-branding {
	padding: 30px 0 0
}
.masthead .site-branding img {
	max-width: 75%
}
@media only screen and (min-width: 768px) {
	.masthead .site-branding img {
		width: 250px;
		height: auto
	}
}
.masthead #site-navigation {
	float: right
}
#nav-icon3 {
	width: 40px;
	height: 23px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100;
	background-color: transparent;
	border: none;
	margin: 45px 0 0;
	overflow: visible
}
@media only screen and (min-width: 768px) {
	#nav-icon3 {
		margin: 55px 0 0
	}
}
#nav-icon3:before {
	display: none
}
#nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
#nav-icon3 span:nth-child(1) {
	top: 0px
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 11px
}
#nav-icon3 span:nth-child(4) {
	top: 23px
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}
.site {
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s
}
.site.overlay-open {
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}
.site.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s
}
.site::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s
}
.overlay-contentpush {
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s
}
.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0c4357;
	color: #fff;
	z-index: 120;
	overflow: auto
}
.overlay-close {
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0px;
	overflow: hidden;
	border: none;
	text-indent: 200%;
	background: url(../img/cross.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
	color: transparent;
	outline: none;
	z-index: 100;
	margin: 45px 0 0
}
@media only screen and (min-width: 768px) {
	.overlay-close {
		right: 15px
	}
}
@media only screen and (min-width: 768px) {
	.overlay-close {
		margin: 45px 0 0
	}
}
.overlay-close:before {
	display: none
}
.overlay-close:hover {
	background: url(../img/cross.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%
}
#header-nav-content {
	padding-top: 40px;
	max-width: 1920px;
	margin: 0 auto
}
@media only screen and (min-width: 768px) {
	#header-nav-content {
		padding-top: 15%
	}
}
#header-nav-content a {
	color: #fff
}
#header-nav-content #primary-menu {
	margin: 0;
	padding: 0;
	list-style: none
}
#header-nav-content #primary-menu > li {
	padding: 0 15px
}
@media only screen and (min-width: 768px) {
	#header-nav-content #primary-menu > li {
		width: 33.33333%;
		float: left
	}
}
#header-nav-content #primary-menu > li > a {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 48px;
	line-height: 3rem;
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
@media only screen and (min-width: 980px) {
	#header-nav-content #primary-menu > li > a {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 68px;
		line-height: 4.25rem;
		font-weight: 300;
		margin-bottom: 30px
	}
}
#header-nav-content #primary-menu > li > a:hover {
	color: #fbe335;
}
#header-nav-content #primary-menu > li > ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#header-nav-content #primary-menu > li > ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
#header-nav-content #primary-menu > li > ul li a:hover {
	color: #fbe335;
}
#header-nav-content .header-contact-info {
	padding-top: 50px;
	clear: both
}
footer#colophon {
	background: #efefef;
	padding-top: 2.75rem;
	padding-bottom: 1.75rem
}
@media only screen and (min-width: 768px) {
	footer#colophon {
		padding-top: 4.5rem;
		padding-bottom: 2.5rem
	}
}
footer#colophon .footer-block_title {
	margin-bottom: 30px;
	margin-top: 0
}
footer#colophon p a,
footer#colophon ul a,
footer#colophon ol a {
	color: #666
}
#hp-slider-wrap {
	width: 100%;
	height: 100%;
	height: 89vh;
	position: relative;
}
@media only screen and (min-width: 768px) {
	#hp-slider-wrap {
		height: 100%;
		height: 100vh
	}
}
#hp-slider-wrap .hp-slide,
#hp-slider-wrap .slide-media,
#hp-slider-wrap #hp-slider {
	height: 100%;
	height: 89vh
}
@media only screen and (min-width: 768px) {
	#hp-slider-wrap .hp-slide,
	#hp-slider-wrap .slide-media,
	#hp-slider-wrap #hp-slider {
		height: 100%;
		height: 100vh
	}
}
#hp-slider-wrap .hp-slide {
	position: relative
}
#hp-slider-wrap .slide-media img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
#hp-slider-wrap .slide-blurb {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30%;
	z-index: 9;
	color: #fff
}
#hp-slider-wrap .slide-blurb .slide-title {
	font-size: 48px;
	font-size: 3rem;
	line-height: 60px;
	line-height: 3.75rem;
	font-weight: 300;
	margin: 0 0 30px 0
}
@media only screen and (min-width: 980px) {
	#hp-slider-wrap .slide-blurb .slide-title {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 70px;
		line-height: 4.375rem;
		font-weight: 300
	}
}
@media only screen and (min-width: 1600px) {
	#hp-slider-wrap .slide-blurb .slide-title {
		font-size: 100px;
		font-size: 6.25rem;
		line-height: 110px;
		line-height: 6.875rem;
		font-weight: 300
	}
}
#hp-slider-wrap .slide-blurb .slide-subtitle {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	font-weight: 300;
	margin: 0 0 30px 0
}
@media only screen and (min-width: 768px) {
	#hp-slider-wrap .slide-blurb .slide-subtitle {
		font-size: 32px;
		font-size: 2rem;
		line-height: 42px;
		line-height: 2.625rem;
		font-weight: 300
	}
}
@media only screen and (min-width: 1600px) {
	#hp-slider-wrap .slide-blurb .slide-subtitle {
		font-size: 48px;
		font-size: 3rem;
		line-height: 58px;
		line-height: 3.625rem;
		font-weight: 300
	}
}
#hp-slider-wrap .slide-button {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
	z-index: 9;
	color: #fff
}
#hp-slider-wrap .slide-button a {
	margin-bottom: 0;
	display: block;
	float: left
}
#hp-slider-wrap .slider-nav {
	position: absolute;
	right: 50px;
	bottom: 10%;
	z-index: 90;
	color: #fff
}
#hp-slider-wrap .slider-nav .slider-btn {
	display: block;
	float: left;
	border: 2px solid #fff;
	background: url(../img/arrow.png) no-repeat;
	cursor: pointer;
	background-position-y: center;
	height: 38px;
	width: 38px;
	-webkit-background-size: auto 24px;
	background-size: auto 24px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
@media only screen and (min-width: 980px) {
	#hp-slider-wrap .slider-nav .slider-btn {
		height: 50px;
		width: 50px
	}
}
#hp-slider-wrap .slider-nav .slider-btn.slider-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-right: 1px solid #fff;
	-ms-background-position-x: 10px;
	background-position-x: 10px
}
@media only screen and (min-width: 980px) {
	#hp-slider-wrap .slider-nav .slider-btn.slider-next {
		-ms-background-position-x: 15px;
		background-position-x: 15px
	}
}
@media only screen and (min-width: 980px) {
	#hp-slider-wrap .slider-nav .slider-btn.slider-next:hover {
		-ms-background-position-x: 5px;
		background-position-x: 5px
	}
}
#hp-slider-wrap .slider-nav .slider-btn.slider-prev {
	-ms-background-position-x: 10px;
	background-position-x: 10px;
	border-right: 1px solid #fff
}
@media only screen and (min-width: 980px) {
	#hp-slider-wrap .slider-nav .slider-btn.slider-prev {
		-ms-background-position-x: 15px;
		background-position-x: 15px
	}
}
@media only screen and (min-width: 980px) {
	#hp-slider-wrap .slider-nav .slider-btn.slider-prev:hover {
		-ms-background-position-x: 5px;
		background-position-x: 5px
	}
}
.videobg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #111
}
.videobg iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0 none
}
.videobg-width {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -9999px;
	right: -9999px;
	margin: auto
}
.videobg-aspect {
	position: absolute;
	width: 100%;
	height: 0;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	padding-bottom: 56.25%;
	overflow: hidden
}
.videobg-make-height {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.scroll-downs {
	position: absolute;
	bottom: 10%;
	left: 50%;
	cursor: pointer;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	display: inline-block;
	width: 22px;
	height: 24px;
	background: url(../img/down.png) no-repeat 50% 50%
}
@media only screen and (max-width: 767px) {
	.scroll-downs {
		display: none
	}
}
@keyframes scroll {
	0% {
		opacity: 0
	}
	10% {
		transform: translateY(0);
		opacity: 1
	}
	100% {
		transform: translateY(15px);
		opacity: 0
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0)
	}
	40% {
		transform: translateY(-22px)
	}
	60% {
		transform: translateY(-15px)
	}
}
@media only screen and (max-width: 979px) {
	.archive-container .row .col-md-4:nth-child(2n+1) {
		clear: both
	}
}
@media only screen and (min-width: 980px) {
	.archive-container .row .col-md-4:nth-child(3n+1) {
		clear: both
	}
}
.archive-container article.post .post-thumb-container {
	display: block;
	max-width: 500px;
	overflow: hidden;
	margin-bottom: 50px
}
.archive-container article.post .post-thumb-container img {
	width: 100%;
	max-width: 500px;
	display: block;
	object-fit: cover
}
.archive-container article.post h3 {
	margin-bottom: 0
}
.archive-container article.post h3 a {
	color: #0c4357
}
.archive-container article.post time {
	display: block
}
.posts-pagination {
	clear: both
}
.posts-pagination ul {
	margin: 0;
	padding: 2rem 0;
	border-top: 2px solid #666;
	list-style: none
}
.posts-pagination ul li {
	display: inline-block;
	margin: 0 5px 0 0
}
.posts-pagination ul li a {
	color: #666
}
.posts-pagination ul li a:hover {
	color: #0c4357
}
.posts-pagination ul li .current {
	color: #0c4357
}
.sharing-panel {
	padding-bottom: 2rem;
	border-bottom: 2px solid #666
}
.sharing-panel > span {
	display: block;
	float: left;
	margin-right: 20px
}
.sharing-panel:after {
	display: table;
	content: "";
	clear: both
}
.sharing-panel div.sharedaddy,
.sharing-panel #content div.sharedaddy,
.sharing-panel #main div.sharedaddy {
	clear: none !important
}
.sharing-panel .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.sharing-panel .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button,
.sharing-panel .sd-social-icon .sd-content ul li[class*='share-'].share-email a.sd-button,
.sharing-panel .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button,
.sharing-panel .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button,
.sharing-panel .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: transparent !important;
	color: #666 !important
}
.sharing-panel .sd-content ul li a.sd-button:before {
	font-size: 20px
}
.content-area h1 {
	color: #0c4357
}
.post-entry {
	padding-top: 2rem;
	overflow: hidden;
	border-bottom: 2px solid #666;
	padding-bottom: 2rem;
	margin-bottom: 2rem
}
#page-intro {
	padding-top: 30%;
	padding-bottom: 8%;
	background-color: #666666;
	background-size: cover;
	background-position: center center;
	color: #fff
}
.section {
	padding: 40px 0 30px
}
@media only screen and (min-width: 980px) {
	.section {
		/*padding: 100px 0 80px*/
	}
}
.section.no-bp {
	padding-bottom: 0
}
.responsive-map {
	position: relative;
	height: 100%
}
.responsive-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.map-and-content .row.no-gutter .content-column {
	padding: 50px 25px
}
@media only screen and (min-width: 768px) {
	.map-and-content .row.no-gutter .content-column {
		padding: 100px 65px
	}
}
@media only screen and (min-width: 980px) {
	.map-and-content .row.no-gutter .content-column {
		padding: 100px 65px
	}
}
.quick-facts {
	background: #0c4357;
	color: #fff
}
.quick-facts img {
	width: 100%
}
.community-boxes .community-section {
	clear: both
}
.community-boxes img {
	/*border-radius: 50%;*/
	display: block
}
.community-boxes strong {
	display: block;
	margin-bottom: 0
}
.community-boxes p,
.community-boxes ul,
.community-boxes ol {
	margin-top: 0
}
.testimonial-and-content .testimonial-half {
	background: #0c4357;
	color: #fff;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 300
}
@media only screen and (min-width: 768px) {
	.testimonial-and-content .testimonial-half {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 44px;
		line-height: 2.75rem;
		font-weight: 300
	}
}
.testimonial-and-content .testimonial-half .inner-padding {
	padding: 40px 25px 20px
}
@media only screen and (min-width: 768px) {
	.testimonial-and-content .testimonial-half .inner-padding {
		padding: 80px 50px 40px
	}
}
.testimonial-and-content .content-column .inner-padding {
	padding: 40px 25px 20px
}
@media only screen and (min-width: 768px) {
	.testimonial-and-content .content-column .inner-padding {
		padding: 80px 50px 40px
	}
}
.mailchimp h2 {
	color: #0c4357
}
.testimonial {
	color: #fff;
	background: #0c4357;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 34px;
	line-height: 2.125rem;
	font-weight: 300
}
@media only screen and (min-width: 980px) {
	.testimonial {
		background: #0c4357 url(../img/testimonial.png) no-repeat 90% center;
		background-size: auto 85%
	}
}
@media only screen and (min-width: 768px) {
	.testimonial {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 44px;
		line-height: 2.75rem;
		font-weight: 300
	}
}
.fullwidth-form {
	background: #0c4357;
	color: #fff
}
.menu-and-content #project-menu {
	border-top: solid 2px #efefef;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	list-style: none
}
.menu-and-content #project-menu li {
	border-bottom: solid 2px #efefef;
	padding: 15px 0
}
.accordion-and-content .acc-container {
	border-top: solid 2px #efefef;
	margin-bottom: 25px
}
.accordion-and-content .acc {
	border-bottom: solid 2px #efefef;
	padding: 15px 0
}
.accordion-and-content .acc .acc-title {
	position: relative;
	cursor: pointer;
	margin-bottom: 0
}
.accordion-and-content .acc .acc-content {
	max-height: 0;
	overflow: hidden;
	color: #797979;
	padding-right: 10px;
	padding-top: 0px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}
.accordion-and-content .acc .acc-content p:last-child,
.accordion-and-content .acc .acc-content ul:last-child,
.accordion-and-content .acc .acc-content ol:last-child {
	margin-bottom: 0
}
.accordion-and-content .acc .acc-content.show {
	padding-top: 15px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	max-height: 1300px
}
.timeline {
	background: #0c4357;
	color: #fff;
	padding: 80px 0;
}
@media only screen and (min-width: 980px) {
	.timeline .inner-padding {
		padding: 0 50px
	}
}
@media only screen and (min-width: 1024px) {
	.timeline .timeline-item {
		float: left;
		text-align: center
	}
}
.timeline .timeline-item .timeline-item-title {
	overflow: hidden
}
@media only screen and (max-width: 1023px) {
	.timeline .timeline-item .timeline-item-title {
		margin-bottom: 0
	}
}
@media only screen and (min-width: 1024px) {
	.timeline .timeline-item .timeline-item-title {
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px;
		line-height: 1.5rem;
		font-weight: 300;
		padding: 0 3px
	}
}
@media only screen and (min-width: 1200px) {
	.timeline .timeline-item .timeline-item-title {
		font-size: 18px;
		line-height: 25px;
		font-weight: 300
	}
}
@media only screen and (max-width: 1023px) {
	.timeline .timeline-item .timeline-item-date {
		margin-bottom: 20px
	}
}
.timeline .timeline-item .check-circ {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: #0c4357;
	border: solid 2px #fbe435;
	position: relative
}
.timeline .timeline-item.done .check-circ {
	background: #fbe335
}
@media only screen and (max-width: 1023px) {
	.timeline .timeline-item {
		position: relative;
		width: 100% !important;
		padding-left: 75px
	}
	.timeline .timeline-item .check-circ {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		left: 0
	}
	.timeline .timeline-item:nth-child(2) .check-circ:before {
		content: "";
		background: #0c4357;
		bottom: 33px;
		left: 0;
		width: 100%;
		height: 50px;
		position: absolute;
		display: block
	}
	.timeline .timeline-item:last-child .check-circ:before {
		content: "";
		background: #0c4357;
		top: 33px;
		left: 0;
		width: 100%;
		height: 50px;
		position: absolute;
		display: block
	}
}
.timeline .timeline-row {
	position: relative;
	overflow: hidden
}
.timeline .timeline-row .timeline-line {
	position: absolute;
	bottom: 85px;
	height: 2px;
	background: #fbe435
}
@media only screen and (max-width: 1023px) {
	.timeline .timeline-row .timeline-line {
		width: 2px !important;
		height: 97%;
		left: 16.5px !important;
		top: 0;
		display: block;
		position: absolute;
		background: #fbe435
	}
}

/*EXTRA*/
.image-fill {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.image-and-text .inner-padding {
	padding: 40px 25px 20px;
}
@media only screen and (min-width:768px) {
	.image-and-text .inner-padding {
		padding: 80px 50px 40px;
	}
}
.slick-track,
.slick-list,
.slider {
	height: 100%;
}
.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	bottom: 10px;
	position: absolute;
	width:100%;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li.slick-active button {
	background: #fff;
}
.slick-dots li button {
	font-size: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	border-radius: 50%;
	background: transparent;
	border: #fff solid 2px;
}
.slick-dots li button:before {
	display: none;
}
.community-box {
	position: relative;
	padding-bottom: 50px;
}
.community-box a.btn {
	position: absolute;
	left: 15px;
	bottom: 10px;
}
.menu-word {
	display: none;
	color: #fff;
	font-size: 24px;
	float: right;
}
#nav-icon3 {
	float: right;
}
@media only screen and (min-width: 768px) {
	.menu-word {
		display: inline;
margin-top: 50px;
margin-right: 10px;
	}
}
#site-navigation {
	cursor: pointer;
}
@media only screen and (max-width:767px) {
	#hp-slider-wrap .slide-blurb {
		bottom: 20%;
	}
	#hp-slider-wrap .slide-blurb .slide-title {
		font-size: 	2rem;
		line-height: 2.5rem;
	}
	h1 {
		
		font-size: 	2rem;
		line-height: 2.5rem;
	}
	#page-intro {
		padding-top: 40%;
	}
}