html,body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 16px;
	padding: 0;
	margin: 0;
	background: #00945e; /* #00945e; */
	color: #fff;
}
a {
	color: #fff;
}
a:hover,
a:focus,
a.active {
	color: rgba(0,0,0,.4);
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
	font-size: 1.3em;
}
h4 {
    font-size: 1.1em;
}
img {
    width: 100%;
    height: auto;
}
.social-links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-links li {
	margin-left: 10px;
	font-size: 200%;
	display: flex;
	align-items: center;
}
.social-links li label {
	font-weight: bold;
	font-size: 50%;
	line-height: 80%;
	margin: 0;
	padding: 0;
}
hr {
	border-color: #fff;
	background: #fff;
}
blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #fff;
    font-weight: bold;
    color: #fff;
}
.home blockquote {
	font-weight: normal;
	font-size: 1.4em;
	text-align: center;
	border: none;
	padding: 0 2%;
}
.home blockquote .quote-attribution {
	font-size: .8em;
	margin-top: 20px;
	font-weight: lighter;
}
/* --------------------------------------------------------------------------------------- */



/* Header */
	.header {
		margin: 30px 0;
	}

.brand-wrapper p {
	margin-bottom: 0;
}

/* Branding */
	.brand-wrapper {
		display: flex;
		align-items: center;
	}
	
	.brand img {
		display: block;
		width: 170px;
		margin-right: 30px;
		padding-right: 30px;
		border-right: 1px solid #fff;
	}
	.brand span {
		/*
		background-color: #338277;
		box-shadow: 10px 0 0 #338277, -10px 0 0 #338277;
		*/
	}


/* Page Effect */
	.page-effect {
		background: #fff;
		padding: 40px;
		box-shadow: 0px 0px 20px rgba(0,0,0,.2);
		color: #000;
		margin-bottom: 20px;
	}
	.page-effect .lead {
		font-weight: bold;
	}	
	.page-effect a {
		color: #00945e;
		font-weight: bold;
	}
	.page-effect a:hover {
		text-decoration: underline;
	}
	.page-effect p {
		font-weight: normal;
	}

.nav li {
	margin-left: 10px;
}
.nav li a {
	font-weight: bold;
}
.nav li a:hover {
}
.nav li a.active {
}







/* Entries SLIDESHOW */
	.entry-listing.slideshow .entry {
		display: block;
		position: relative;
		width: 100%;
	}
	.entry-listing.slideshow .entry .thumb {
	}
	.entry-listing.slideshow .entry .caption {
		position: absolute;
		bottom: 15px;
		left: 15px;
	}
	.entry-listing.slideshow .entry .caption h2 {
		text-transform: uppercase;
		text-shadow: 1px 1px 5px rgba(0,0,0,.5);
		padding-right: 100px;
	}
	.entry-listing.slideshow .entry .caption h2:after {
		display: block;
		content: " ";
		width: 50px;
		height: 50px;
		background-image: url("/v1/images/arrow.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: 15px;
		bottom: 15px;
	}

	.entry-listing.slideshow .entry:hover .caption {
		color: #fff;
	}
	.entry-listing.slideshow .entry:hover .thumb img {
		opacity: 1;
	}
	
/* Entries LIST */
	.entry-listing.listing .entry {
		display: flex;
		width: 100%;
		margin-bottom: 2px;
	}
	.entry-listing.listing .entry .thumb {
		width: 40%;
		margin-right: 15px;
	}
	.entry-listing.listing .entry .caption {
		width: 60%;
		position: relative;
	}
	.entry-listing.listing .entry .caption h2 {
		font-size: .8em;
		text-transform: uppercase;
		font-weight: normal;
		padding-right: 50px;
	}
	.entry-listing.listing .entry .caption:after {
		display: block;
		content: " ";
		width: 20px;
		height: 20px;
		background-image: url("/v1/images/arrow.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: 15px;
		top: 0px;
	}
	.entry-listing.listing .entry:hover .thumb img {
		opacity: .7;
	}


	
	
/* Page Hero */
	.hero-wrapper {
		height: 45vh;
		max-height: 600px;
		overflow: hidden;
	}
	.page-hero {
		display: block;
		max-width: 1300px;
		margin: 0 auto;
		text-align: center;
	}
	.page-wrapper h1:first-of-type {
		margin-top: -100px;
		font-size: 3.0em;
		display: inline-block;
		background-color: #00945e;
	    box-shadow: 20px 0 0 #00945e, -20px 0 0 #00945e;
	    padding-top: 20px;
	}
	.page-wrapper h1:first-of-type:after {
		display: inline-block;
		content: " ";
	}	
	
	
	
/* Dropdown */
.dropdown-button {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0,0,0,.2);
	padding: 10px 20px;
	border-radius: 3px;
	min-width: 400px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00945e;
	width: 66%;
}
.dropdown-content li>a, 
.dropdown-content li>span {
	font-weight: bold;
	text-transform: uppercase;
	color: #00945e;
}
.dropdown-content li>a.active {
	background: #000;
	color: #00945e;
}
	


/* Releases */
.releases {
	margin: 0;
	padding: 0;
}
.release {
	list-style: none !important;
}
.release a {
	display: block;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #00945e;
}
.release a:hover {
	background: rgba(0,0,0,.7);
}


/* In The News */
.newsitems {
	margin: 0;
	padding: 0;
}
.newsitem {
	list-style: none !important;
}
.newsitem a  {
	display: block;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	background: #fff;
}
.newsitem a:hover {
	background: rgba(0,0,0,.7);
}
.newsitem h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00945e;	
}
.newsitem p {
	font-weight: normal;
	font-size: .9em;
	color: #00945e;
}
	
	
	
/* 	Footer */
	.footer {
		font-size: .8em;
		border-top: 1px solid;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top: 15px;
		display: flex;
		position: relative;		
	}
	.footer .copyright {
		font-size: .9em;
	}
