/* FONTS */




/* STANDARD WORDPRESS REQUIRED STYLING */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	width: 100%;
	height: auto;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
	margin-left: 23px;
	margin-bottom: 12px;
}

/* BASIC STYLING */

body {
	font-family: lato, sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #414141;
}

h1,
.text-logo {
	font-size: 34px;
	line-height: 37px;
	font-weight: 700;
	color: #205A41;
	margin-top: 0;
}

h2 {
	font-size: 48px;
	line-height: 55px;
	font-weight: 300;
	color: #205A41;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 72px;
}

h3 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 18px;
}

.subhead {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #205A41;
	text-align: left;
	margin-top: 12px;
}

p {
	margin-top: 18px;
}

a {
	font-weight: 400;
	color: #205A41;
}

a:hover {
	color: #205A41;
}

.cover-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.parallax-image {
	background-attachment: fixed;
}

.clip-bg {
	background-clip: content-box;
}

/* HEADER */

.header-logo-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 67px;
	white-space: nowrap;
}

/* MAIN MENU */

#menu-header-menu {
	width: 100%;
	justify-content: flex-end;
	margin-top: 10px;
	margin-left: 0;
}

.nav-link {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #414141;
	text-transform: uppercase;
}

#menu-header-menu:last-child .menu-item .nav-link {
	padding-right: 0;
}

.mobile-menu-toggle-container {
	position: absolute;
	top: 15px;
	right: 15px;
}

button.navbar-toggle {
	background: none;
	border: none;
}

span.icon-bar {
	display: block;
    width: 50px;
    height: 10px;
    background: #205A41;
    margin: 8px 0;
    cursor: pointer;
}

/* HERO */

.hero-wrapper {
	position: relative;
	height: 550px;
	overflow: hidden;
}

.hero-wrapper video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hero-overlay .container {
	background: rgba(32,90,65,0.8);
	background-clip: content-box;
}

.hero-overlay h2,
.hero-overlay .subhead {
	color: #fff;
	text-align: center;
}

.hero-overlay h2 {
	padding-top: 30px;
}

.hero-overlay .subhead {
	padding-bottom: 37px;
}

/* FRONT PAGE */

.mission-wrapper {
	padding-top: 100px;
}

.mission-wrapper h2 {
	margin-top: 72px;
}

.mission-wrapper p:last-of-type {
	padding-bottom: 80px;
}

.about-wrapper {
	background: #EFECDE;
	margin-top: 100px;
	padding-top: 16px;
	padding-bottom: 100px;
}

.about-wrapper .cover-image {
	padding-top: 18px;
}

.about-video-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 18px;
}

.about-wrapper video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.break-wrapper {
	background-color: rgba(32,90,65,0.8);
}

.break-text {
	font-size: 48px;
	line-height: 55px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 91px;
	padding-bottom: 93px;
	margin: 0 auto;
	max-width: 1200px;
}

.who-wrapper {
	padding-top: 100px;
}

.who-wrapper h2 {
	margin-top: -13px;
}

.robert-wrapper {
	margin-top: 86px;
	padding-bottom: 95px;
}

.robert-wrapper .cover-image {
	padding-top: 18px;
}

.insights-wrapper {
	background: #EFECDE;
	padding-top: 15px;
	padding-bottom: 60px;
}

.insights-wrapper h3.subhead {
	margin-top: 35px;
	margin-bottom: -9px;
}

.read-more-link {
	display: block;
	margin-top: 30px;
	padding-bottom: 30px;
	color: #205A41;
	font-weight: 400;
}

.load-more-button-wrapper {
	width: 100%;
}

.load-more {
	background-color: #205A41;
	border-color: #205A41;
	color: #EFECDE;
	margin: 50px auto 10px;
	padding: 10px 40px;
	text-transform: uppercase;
	font-weight: 700;
}

/* INSIGHTS */

.group-1,
.force-group-show  {
	display: block !important;
}

.show-group-2 {
	display: block !important;
}

.force-button-show {
	display: block !important;
}

.force-button-hide {
	display: none !important;
}

.single-post .content-area > .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.single-post h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
}

/* FOOTER */

footer {
	background-color: rgba(32,90,65,0.8);
	padding-bottom: 46px;
}

footer h2,
footer p {
	color: #fff;
}

footer h2 {
	margin-top: 38px;
}

footer p {
	margin-top: 0px;
}

footer .company-name {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 8px;
}

/* RESPONSIVE STYLING */

@media (min-width: 1400px) {

	.container {
		max-width: 1394px;
	}
}

@media (min-width: 1200px) {

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 35px;
	}

	/* BOOTSTRAP OVERRIDES */

	.col-md-6.width-extended {
		flex: 0 0 51.1%;
		max-width: 55.1%;
	}

	.col-md-6.width-reduced {
		flex: 0 0 48.9%;
		max-width: 48.9%;
	}

	.add-padding-left {
		padding-left: 34px;
	}

	.add-padding-right {
		padding-right: 34px;
	}

	.insights-wrapper .even-insight {
		padding-left: 30px;
	}

	.about-wrapper .subhead {
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {

	.navbar {
		padding-right: 0;
	}
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

	.home h1,
	.text-logo {
		padding-top: 15px;
	}

	#menu-header-menu .menu-item .nav-link {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.force-height-responsive {
		min-height: 400px;
	}

	.mission-wrapper p:last-of-type {
		padding-bottom: 0;
	}

	.who-wrapper .cover-image {
		padding-top: 15px;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

	.home h1,
	.text-logo {
		font-size: 22px;
	}

	.hero-wrapper video {
		height: 100%;
		width: auto;
	}

	h2 {
		font-size: 38px;
		line-height: 1.2;
		margin-top: 50px;
	}

	.subhead {
		font-size: 24px;
		line-height: 1.2;
	}

	.break-text {
		font-size: 36px;
		line-height: 1.2;
	}

	.insights-wrapper h3.subhead {
		font-size: 24px;
		line-height: 1.2;
	}

	.single-post .content-area > .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

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

	.mission-wrapper h2 {
		margin-top: 50px;
	}

	.about-wrapper {
		margin-top: 50px;
		padding-bottom: 50px;
		padding-top: 1px;
	}

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

	.robert-wrapper {
		margin-top: 50px;
		padding-bottom: 50px;
	}
}