/** Generated: Wednesday, 27th of February 2019, 01:48:55 AM // Powered by AIOM+ (All In One Minify) created by David Karich **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

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;
}
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 0px;
}

/*[class*='col-']:last-of-type {
	padding-right: 0px;
}
*/
.grid {
	width: 100%;
	max-width: 1180px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

/*.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0px;
}
*/
.push-right {
	float: right;
}

/* Content Columns */
.col-left {
	/*width: 32%;*/
	width: 380px;
}
.col-right {
	width: 800px;
}
.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

@media handheld, only screen and (max-width: 767px) {

	.grid {
		/*width: 98%;*/
		min-width: 0;
		margin-left: 00px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
/*		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
*/	}
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.stronger {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  max-width: 1180px;
  margin: 0 auto;
  color: black;
}
@media handheld, only screen and (max-width: 767px) {
  body {
    padding: 1rem;
  }
}
h1 {
  padding: .8rem;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.3rem;
  color: white;
  margin-bottom: 1rem;
}
body#page-home h1 {
  font-size: 2rem;
  min-height: 8rem;
  padding-bottom: 1.3rem;
}
body#page-about h1 {
  padding-bottom: 5.5rem;
}
body.template-project-entry h1 {
  background: none;
  color: #3d3d3f;
  font-size: .8rem;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  body.template-project-entry h1 {
    text-align: center;
  }
}
body#page-contact h1 {
  font-size: .85rem;
  margin-bottom: 0;
}
h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
em {
  font-style: italic;
}
strong {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
img {
  display: block;
}
.padding1 {
  padding: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .padding1 {
    padding: 0;
  }
}
a.logo {
  float: left;
}
a.logo img {
  width: 180px;
  margin-top: .25rem;
}
@media handheld, only screen and (max-width: 767px) {
  a.logo {
    width: 60%;
  }
}
.nav-container {
  overflow-y: hidden;
  padding-bottom: 2rem;
}
.nav-container ul.navigation {
  float: right;
  display: inline-block;
  padding-bottom: 0;
}
.nav-container ul.navigation li {
  float: left;
  margin-left: 2.3rem;
  margin-top: .5rem;
}
.nav-container ul.navigation li a {
  font-size: .8rem;
}
.nav-container ul.navigation li a:link,
.nav-container ul.navigation li a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
@media handheld, only screen and (max-width: 767px) {
  .nav-container ul.navigation li {
    float: none;
    margin-left: 0;
    border-top: 1px solid black;
    text-align: center;
    padding: 1rem;
  }
}
.nav-container ul.navigation li.current a,
.nav-container ul.navigation li.parent a {
  border-bottom: 1px solid #b7b7bd;
}
@media handheld, only screen and (max-width: 767px) {
  .nav-container ul.navigation {
    float: none;
    clear: left;
    display: block;
    padding-bottom: 0;
  }
}
.desktop-ig {
  margin-top: 4px;
}
.desktop-ig img {
  width: 28px;
  padding: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .desktop-ig {
    display: none;
  }
}
i.menu-ig {
  display: inline-block;
}
i.menu-ig img {
  width: 32px;
  margin-bottom: .5rem;
  float: right;
}
@media handheld, only screen and (max-width: 767px) {
  i.menu-ig {
    width: 3.4rem;
  }
}
i.menu-bar {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  i.menu-bar {
    width: 3.4rem;
    overflow-y: hidden;
    display: inline-block;
    margin: 0 auto;
    padding: .85em 0;
    z-index: 200;
    color: #7a7a7e;
  }
  i.menu-bar img {
    float: right;
    display: inline-block;
    margin-right: .5rem;
  }
  i.menu-bar span {
    position: relative;
    top: -.4em;
  }
}
.off {
  display: none;
}
.on {
  display: block;
}
.hidden {
  display: none;
}
.mobile-nav {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .mobile-nav {
    display: block;
    text-align: right;
  }
}
.content {
  clear: both;
  background-image: url('/site/templates/images/bg-crosses-02.gif');
  background-color: #3d3d3f;
  background-position: 0 0rem;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
body#page-home .content {
  background-position: 0 10rem;
}
body#page-about .content {
  background-image: none;
  background-position: 0 7rem;
}
body#page-press .content {
  background-position: 0 10rem;
}
body#page-contact .content {
  background-position: 0 13rem;
}
@media handheld, only screen and (max-width: 767px) {
  .content {
    background-color: #3d3d3f;
    background-image: none;
  }
}
.project-info {
  padding-top: 1rem;
}
.col-left p {
  font-size: .85rem;
  line-height: 1.4;
  color: white;
  margin-bottom: 1rem;
  padding: 0 .8rem;
}
.col-left p a:link,
.col-left p a:visited {
  color: white;
  text-decoration: none;
}
.col-left p a:hover {
  text-decoration: underline;
}
.col-right {
  background: white;
}
@media handheld, only screen and (max-width: 767px) {
  .col-right img {
    max-width: 100%;
  }
}
ul.project-list {
  margin-left: -1.75rem;
}
ul.project-list li {
  float: left;
  margin-left: 1.75rem;
  margin-bottom: 1rem;
}
ul.project-list li a:link,
ul.project-list li a:visited {
  text-decoration: none;
}
ul.project-list li a:hover img {
  opacity: 1;
}
ul.project-list li img {
  opacity: .95;
}
ul.project-list li h2 {
  font-size: .7rem;
  font-weight: normal;
  color: #3d3d3f;
  line-height: 2;
}
.template-project-entry p {
  font-size: .8rem;
}
@media handheld, only screen and (max-width: 767px) {
  .template-project-entry p {
    margin-bottom: 1rem;
  }
}
.template-project-entry a.back {
  font-size: .8rem;
}
.template-project-entry a.back:link,
.template-project-entry a.back:visited {
  color: #3d3d3f;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 767px) {
  .template-project-entry a.back {
    display: block;
    text-align: center;
    padding: .5rem 0;
  }
}
.press-list {
  padding: 1rem;
  font-size: .8rem;
  border-bottom: 1px solid black;
}
.press-list h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.press-list img {
  max-width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .press-list img {
    margin-top: 1rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .press-list p.press-date {
    padding: .25rem 0;
    font-style: italic;
  }
}
.press-list a:link,
.press-list a:visited {
  color: black;
}
.footer {
  padding: 1rem 0;
}
.footer p {
  color: #3d3d3f;
  font-size: .7rem;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 767px) {
  .footer p {
    text-align: center;
  }
}
/* Edit button when logged in */
a.editpage {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: black;
  padding: .9rem;
  margin: .2rem;
}
a.editpage:link,
a.editpage:visited {
  color: white;
  text-decoration: none;
}
a.editpage:hover {
  text-decoration: underline;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/site/templates/css/fonts/flexslider-icon.eot');
  src: url('/site/templates/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/site/templates/css/fonts/flexslider-icon.woff') format('woff'), url('/site/templates/css/fonts/flexslider-icon.ttf') format('truetype'), url('/site/templates/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  /*margin: 0 0 1rem;*/
  background: #ffffff;
  /*border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;
  overflow: hidden;
  
/*  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
*/  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  /*opacity: 0;*/
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  /*opacity: 0.7;*/
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  /*opacity: 1;*/
}
.flexslider:hover .flex-direction-nav .flex-next {
  /*opacity: 0.7;*/
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  /*opacity: 1;*/
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

