/* Unionist Template 
	Design & Code: Prosthesis Media/JoshuaJohnson
*/	


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

html {
	min-height: 100vh;
	position: relative;
}

body {
	background: #fefefe;
	color: #333;
	font-size: 16px;
	line-height: 1.3em;
	-webkit-font-smoothing: antialiased;
	font-family: 'Avenir', Helvetica, arial, sans-serif;
}

body.pink {
	background: #eddddd;
}

body.light-blue {
	background: #d8eaea;
}


#wrapper {
	max-width: 2200px;
	margin: 0 auto;
}


h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	color: #111;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: .5em;
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .5em;
	font-weight: 900;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;		
}

a:hover {
	opacity: .5;
}

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

.img-square {
	width: 100%;
	padding-top: 100%;	
}

.large-image {
	text-align: center;
}

.large-image img {
	max-width: 80%;
	max-height: 80vh;
}

.image-caption {
	font-size: .9em;
	margin: .5em 0;
}

.lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.lazy.b-loaded {
    opacity: 1;
}

header {
	width: 90%;
	background: #ccc;
	color: #111;
	overflow: hidden;
	margin: 0 auto;
	border-left: 30px solid #666;
	box-sizing: border-box;
}

header a {
	color: #333;
}

header a span.red-text {
	color: #990000;
}

header a span.blue-text {
	color: #006699; 
}

header.shadow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);	
}

.header-wrap {
	margin: 0 auto;
	max-width: 2200px;
}

header .site-title {
	float: left;
	padding: 1.5em 1em;
	background: #eee;
	font-weight: 900;
}

header h1 {
	font-size: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
}

.menu-wrapper {
	float: right;
	width: calc(75% - 4em);
	margin: 1.5em 2.5em;	
}

ul#menu {
	text-align: right;
	font-family: arial, sans-serif;
}

ul#menu li {
	display: inline-block;
	padding: 0 1em;
	font-weight: 900;
}

ul#menu li:last-child {
	padding-right: 0;	
}

ul#menu li a {
	color: #006699; 
}

ul#menu li.current a {
	color: #990000; 
}	


#nav-icon {
	width: 20px;
	height: 16px;
	position: relative;
	float: right;
	margin: 0px auto;
	-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;
  	margin: 2em 2em 1em 1em;
  	display: none;
}

#nav-icon span {
  	display: block;
  	position: absolute;
  	height: 1px;
  	width: 100%;
  	background: #000;
  	border-radius: 0px;
  	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-icon span:nth-child(1) {
  	top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
 	 top: 8px;
}

#nav-icon span:nth-child(4) {
 	 top: 16px;
}

#nav-icon.open span:nth-child(1) {
 	 top: 8px;
 	 width: 0%;
 	 left: 50%;
}

#nav-icon.open span:nth-child(2) {
 	 -webkit-transform: rotate(45deg);
 	 -moz-transform: rotate(45deg);
 	 -o-transform: rotate(45deg);
 	 transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
 	 top: 8px;
 	 width: 0%;
 	 left: 50%;
}

ul.my-account {
	float: right;
	margin-right: 30px;
	width: 200px;
}


ul.my-account li {
	padding: 1em;
	display: inline-block;
}

#main {
	margin: 0 auto;
	color: #333;
}

#main-header {
	overflow: hidden;
	margin: 0 auto;
	width: calc(90% + 60px);
}

.header-image {
	height: 50vh;
	margin-left: 60px;
	width: calc(100% - 290px);
	float: left;
	background: #333;
}

#post-header {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
	background: #ccc;
	box-sizing: border-box;
	border-left: 30px solid #666;
}

#post-header h2.steward-title {
	font-size: 2em;
	color: #006699;
}

#posts {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
	border-left: 30px solid #ccc;
}

.posts-single-head {
	margin-bottom: 20px;
}

.posts-single-head h2.article-title {
	font-size: 2em;
	margin-bottom: 0;
	color: #990000;
}	

.post-excerpt {
	margin-bottom: 40px;
}

.post-thumb {
	width: 50%;
	padding-top: 33.333%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background: #333;
}

.post-small-thumb {
	width: 33.333%;
	padding-top: 33.333%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	background: #333;
}

.column-wrap {
	overflow: hidden;
}

[class*='col-'] {
	float: left;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.col-50 {
	width: 50%;
}

.col-66 {
	width: 66.666%;
}

.col-33 {
	width: 33.333%;
}

.pad {
	padding: 40px 20px;
}

.red {
	background: #990000;
	color: #eee;
}

.red h2, .red h3 {
	color: #eee;
}

.blue {
	background:  #006699;
	color: #eee;
}

.blue h2, .blue h3 {
	color: #eee;
}

.grey-333 {
	background: #333;
	color: #eee;
}

.grey-333 h2, .grey-333 h3 {
	color: #eee;
}

.grey-666 {
	background: #666;
	color: #eee;
}

.grey-666 h2, .grey-666 h3 {
	color: #eee;
}

.grey-ccc {
	background: #ccc;
}

.grey-eee {
	background: #eee;
}

ul.column {
	clear: both;
	-moz-column-count: 4;
    -webkit-column-count: 4;
	column-count: 4;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
}

ul.column li.column-item {
	-webkit-backface-visibility: hidden;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 2em;
}

ul.grid {
	width: calc(100% + 2em);
	margin-left: -2em;
}

ul.grid li.grid-item {
	float: left;
	width: calc(25% - 2em);
	padding-left: 2em;
	padding-bottom: 2em; 
}

#subhead {
	margin: 0 0 2em 0;
	overflow: hidden;
}

.subhead-item {
	float: left;
	width: 33%;		
}

.subhead-item-text {
	width: 33%;
	float: left;
	text-align: justify;
}	

.breadcrumbs {
	text-align: right;
	float: right;
	width: 33%;
}

.breadcrumbs-icon {
	display: inline-block;
	vertical-align: middle;
	height: 1em;
	width: 1em;
	background-color: #fefefe;
	position: relative;
	cursor: pointer;
}

.breadcrumbs-icon .arrow-left {
	position: absolute;
	display: block;
	top: 30%;
	left: 4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;	
	-ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);	
}

.breadcrumbs-icon .arrow-left:last-child {
	left: 10px;	
}

.breadcrumbs:hover .breadcrumbs-url {
	opacity: 1;
}

.breadcrumbs-url {
	font-size: .8em;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;	
}

footer {
	width: calc(90% + 60px);
	margin: 0 auto;
	overflow: hidden;
}

footer .footer-wrapper {
	margin: 40px 5%;
	overflow: hidden;
}

footer ul#menu {
	text-align: left;
}

footer ul#menu li:first-child {
	padding-left: 0;	
}	

footer ul#menu li a {
	color: #eee;	
}

footer form.mailing-list {
	margin: 20px 0;
}

footer form.mailing-list label {
	display: block;
	color: #eee;
	font-weight: 900;
}

footer form.mailing-list input {
	display: inline-block;
	line-height: 1.5em;
	font-size: 1em;
	padding: 5px 10px;
	border: 0;
	border-radius: 0;
	font-family: 'Avenir', Helvetica, arial, sans-serif;
}

footer form.mailing-list input[type=text] {
	width: 30%;
	margin-right: 20px;
}

footer form.mailing-list input[type=button] {
	background: #990000;
	color: #eee;
	font-weight: 900;
}	

footer .address {
	color: #eee;
}	

/* home */

.home-image {
	text-align: center;
}

.home-image img {
	max-width: 100%;
	max-height: 66vh;
}

.home-announcement {
	max-width: 800px;
	margin: 2em auto;
}

.home-announcement p {
	text-align: justify;
}


/* Sliders */

#slider {
	width: calc(90% + 60px);
	margin: 0 auto;
	height: 70vh;
	position: relative;
}

.slider-wrapper {
	margin: 0 60px;
	overflow: hidden;
}

.slide-image {
	width: 70%;
	float: left;
	height: 70vh;
	background: #333;
	position: relative;
}

.slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 80px);
	background: rgba(153,0,0, .7);
	padding: 20px 40px;
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 900;
}

.slide-content {
	width: 30%;
	float: left;
	margin: 40px 0;
}

.slide-content p {
	padding: .5em 20px;
}

.slide-content p.more-link {
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}

.bx-next, .bx-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 1em;
	height: 1em;
	display: block;
	border-top: 3px solid #eee;
	border-right: 3px solid #eee;
	z-index: 1000;
}

.bx-next {
	right: 15px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bx-prev {
	left: 15px;
	-ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


#featured {
	width: 90%;
	margin: 0 auto;
	height: 200px;
	position: relative;
}

#featured .slide-image {
	height: 120px;
	width: 120px;
	margin: 40px 0;
}

#featured .slide-content {
	width: 280px;
	margin: 40px 0;
	max-height: 120px;
}

#featured .slide-content h3 {
	color: #eee;
	font-weight: 900;
	padding: 0 20px;	
}

#featured .bx-next, #featured .bx-prev {
	width: .8em;
	height: .8em;
}	

/* Portfolio */

.portfolio-item {
	position: relative;
	cursor: pointer;
}

.portfolio-item .img-square, .portfolio-item:hover img {
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.portfolio-caption {
	font-family: arial, sans-serif;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 200;
	width: 90%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	text-align: center;
}

.portfolio-caption a:hover {
	opacity: 1;
}

.portfolio-item:hover .img-square, .portfolio-item:hover img {
	opacity: .1;
}

.portfolio-item:hover .portfolio-caption {
	opacity: 1;
}

.portfolio-item img {
	width: 100%;
}

/* Images */

.large-image {
	position: relative;
}

.slide-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -10px;	
}

.next, .prev {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.next {
	right: 5px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.prev {
	left: 5px;
	-ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#drawer-wrap {
	width: 100%;
	height: 140px;
	margin: 2em 0;
}

ul.image-drawer {
	background: #fafafa;
	padding: .5em;
	background: #fafafa;
	height: 120px;
	overflow: visible;
}

ul.image-drawer li.drawer-item {
	width: calc(120px - 1em);
	float: left;
	padding: .5em;
}

/* Resume, Press & Links */

.download-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: .5em;
    margin-bottom: 3px;	
}

ul.resume-files {
	font-family: arial, sans-serif;
}

ul.resume-files li {
	display: inline-block;
	margin-right: 2em;
	margin-bottom: 2em;
	font-size: 1.4em;

}	

.resume-text {
	margin-bottom: 2em;
	max-width: 800px;
	text-align: justify; 
}


ul.item-list {
	margin: 1em 0;
}

ul.item-list li {
	padding: .3em 0;
	border-bottom: 1px solid #fafafa;
}

.item-date, .item-text {
	display: inline-block;
}

.item-date {
	font-style: italic;
	margin-right: 2em;
}

/* News */

.news-item {
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    position: relative;	
}

.news-item:hover {
	opacity: .5;
}

.news-date {
	font-style: italic;
	font-size: .9em;
}

.news-text {
	text-align: justify;
	margin: 1em 0;
}

/* Pages */

.page-content {
	max-width: 800px;
	margin: 0 auto;
}

.page-content p {
	margin: .5em 0;
	text-align: justify;
	line-height: 1.4em;
	font-size: 1.1em;
}

/* Contact Form */

.contact-form {
	width: 800px;
	margin: 4em auto 2em auto;
	overflow: hidden;
}

input[type="text"] {
	border: none;
	background: #fafafa;
	font-family: times, serif;
	font-size: 1em;
	display: block;
	padding: .25em;
	margin: .5em 0;
	width: calc(100% - .5em);
	outline: none;
}

textarea {
	width: calc(100% - .5em);
	padding: .25em;
	border: none;
	background: #fafafa;
	min-height: 10em;
	font-family: times, serif;
	font-size: 1em;
	outline: none;
}

button {
	border: 1px solid #666;
	font-family: arial, sans-serif;
	font-size: 1em;
	background: transparent;
	color: #666;
	padding: .25em 1em;
	margin: .25em 0;
	cursor: pointer;
}

button:hover {
	color: #111;
	border-color: #111;
}

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

	ul.column {
		clear: both;
		-moz-column-count: 3;
	    -webkit-column-count: 3;
		column-count: 3;
	}

	
	ul.grid li.grid-item {
		width: calc(33.333% - 2em);
	}
	
}

@media only screen 
  and (max-width: 900px) {
	  
  	header .site-title {
		float: left;
		width: calc(70% - 4em);	  
	}
	  
	#nav-icon {
		display:block;	
	}
	
	.menu-wrapper {
		display: none;
	}	
	
	.menu-wrapper.active {
		width: calc(100% - 4em);
		margin: .75em 2em 1em 1em;
		display: block;
		float: left;
	}
	
	ul#menu {
		text-align: left;		
	}
	
	ul#menu li {
		display: block;
		padding: .25em 1em;
	}
	
	ul#menu li:hover:after {
		background: transparent;
	}			  
	
	ul.column {
		clear: both;
		-moz-column-count: 2;
	    -webkit-column-count: 2;
		column-count: 2;
	}
	
	ul.grid li.grid-item {
		width: calc(50% - 2em);
	}

	.breadcrumbs {
		width: 100%;
		margin-bottom: 1em;	
	}
	
	.subhead-item {
		width: 50%;
	}	
	
	.subhead-item-text {
		width: 50%;
	}	
		  
}

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

	ul.column {
		clear: both;
		-moz-column-count: 1;
	    -webkit-column-count: 1;
		column-count: 1;
	}

	
	ul.grid li.grid-item {
		width: calc(100% - 2em);
	}
	
	.breadcrumbs {
		width: 100%;	
	}
	
	.subhead-item {
		width: 100%;
		margin-bottom: 1em;
	}	
	
	.subhead-item-text {
		width: 100%;
	}


}	  	  


