/* /assets/css/imports.css */
@import url('/assets/css/font-awesome.min.css'); /* because fontawesome is awesome */
@import url('https://fonts.googleapis.com/css?family=Questrial'); /* comps called for Questrial Regular */
/* /layout/css/normalize.css */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* /assets/css/birdsmouth.css */

 body {
	margin: 0;
	padding: 0;
	font-family: "Questrial", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	color: #000000;
}


 
/* define some size specific areas, keep them at the last part of the file. */ 

/* STANDARD SIZES FOR STUFF GOES HERE. NORMAL DESKTOP VIEWS AND THE LIKE. */ 

/* general background info and the like */

a{
	color:#ff9900;
	text-decoration: none;
}
a:hover{
	color:#ff9900;
	text-decoration: underline;
}

.button{
	border-radius: 5px;
	padding:10px 25px;
	display: inline-block;
	text-decoration: none;
	border: 0;
	cursor:pointer;
}
.button:hover{
	text-decoration: none;
}

.button-orange{
	color:#fff;
	/*background:#ff9900;*/
}
.button-orange:hover{
	color:#3a3a3a;
}

.button-grey{
	/*background:#818181;*/
	color:#fff;
}
.button-grey:hover{
	color:#ff9900;
}

/* style all buttons to be outline and then solid orange */

.button-white, .button-orange, .button-grey{
	    background: transparent;
	color:#ff9900;
	border: 1px solid #ff9900;
}
.button-white:hover, .button-orange:hover, .button-grey:hover{
	background:#ff9900;
	color:#fff;
	border: 1px solid #ff9900;
}

section{
	padding:2em 0;    clear: both;
}

section.alt{
	padding:2em 0;
	background-color:#f0f0f0;
}

footer{
    background: rgb(127, 90, 55);
    background: linear-gradient(rgba(127, 90, 55, .3), rgba(127, 90, 55, .3)), url("/assets/images/footer_bg.png");
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: none;
    padding: 2em 0;
    color: #fff;
    box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 1);

}

.footer-logo-img{
	width:100%;
}

h1, h2, h3, h4, h5, h6{
	color:#6b4724;
	font-weight: normal;
}
h1{
	font-size: 3em;
}
h2{
	font-size: 2.5em;
}
h3{
	font-size: 2em;
    line-height: 1em;
}

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

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.align-justify{
	text-align: justify;
}

.valign-middle{
	vertical-align: middle;
}
.footer-social-icon{
    border: 2px solid #ff9900;
    display: block;
    text-align: center;
    padding: 0.5em;
    margin: 0 0 1em;
    border-radius: 0.5em;
}
.footer-social-icon .fa{
    font-size: 2em;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.footer-bottom-logos{

}

/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {

}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {

}

@media screen and (min-width: 981px){
	section div.container, footer div.container{
		max-width: 980px;
		margin:0 auto;
		padding:0;
	}
}
/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	 body {
		margin: 0;
		padding: 0;
		font-family: "Questrial", Verdana, Arial, Helvetica, sans-serif;
	    font-size: 1.2em;
		color: #000000;
	}	
	section div.container,  footer div.container{
	    width: 96%;
	    padding: 0 2%;
	}
	section {
	    padding: 0 0;
	    clear: both;
	}
	.mobile-hide{
		display: none;
	}
	.main-content img{max-width: 100% !important;}
}

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

}

@media screen and (max-width: 480px) {
	.home-content{
		font-size:.5em;
	}
	.home-content h3{
		line-height: 1.25em;
	}
}

.copyright-text{
	font-size: 90%;
}


/* GRID */
.row.\30 \25>*,.row.uniform.\30 \25>*{padding:0}.row{border-bottom:solid 1px transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.row:after,.row:before{content:'';display:block;clear:both;height:0}.row.uniform>*>:first-child{margin-top:0}.row.uniform>*>:last-child{margin-bottom:0}.row.\30 \25,.row.uniform.\30 \25{margin:0 0 -1px}.row>*{float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 0 0 2em}.row{margin:0 0 -1px -2em}.row.uniform>*{padding:2em 0 0 2em}.row.uniform{margin:-2em 0 -1px -2em}.row.\32 00\25>*{padding:0 0 0 4em}.row.\32 00\25{margin:0 0 -1px -4em}.row.uniform.\32 00\25>*{padding:4em 0 0 4em}.row.uniform.\32 00\25{margin:-4em 0 -1px -4em}.row.\31 50\25>*{padding:0 0 0 3em}.row.\31 50\25{margin:0 0 -1px -3em}.row.uniform.\31 50\25>*{padding:3em 0 0 3em}.row.uniform.\31 50\25{margin:-3em 0 -1px -3em}.row.\35 0\25>*{padding:0 0 0 1em}.row.\35 0\25{margin:0 0 -1px -1em}.row.uniform.\35 0\25>*{padding:1em 0 0 1em}.row.uniform.\35 0\25{margin:-1em 0 -1px -1em}.row.\32 5\25>*{padding:0 0 0 .5em}.row.\32 5\25{margin:0 0 -1px -.5em}.row.uniform.\32 5\25>*{padding:.5em 0 0 .5em}.row.uniform.\32 5\25{margin:-.5em 0 -1px -.5em}.\31 0u,.\31 0u\24,.\31 1u,.\31 1u\24,.\31 2u,.\31 2u\24,.\31 u,.\31 u\24,.\32 u,.\32 u\24,.\33 u,.\33 u\24,.\34 u,.\34 u\24,.\35 u,.\35 u\24,.\36 u,.\36 u\24,.\38 u,.\38 u\24,.\39 u,.\39 u\24{clear:none;margin-left:0}.\31 2u,.\31 2u\24{width:100%}.\31 1u,.\31 1u\24{width:91.6666666667%}.\31 0u,.\31 0u\24{width:83.3333333333%}.\39 u,.\39 u\24{width:75%}.\38 u,.\38 u\24{width:66.6666666667%}.\37 u,.\37 u\24{width:58.3333333333%;clear:none;margin-left:0}.\36 u,.\36 u\24{width:50%}.\35 u,.\35 u\24{width:41.6666666667%}.\34 u,.\34 u\24{width:33.3333333333%}.\33 u,.\33 u\24{width:25%}.\32 u,.\32 u\24{width:16.6666666667%}.\31 u,.\31 u\24{width:8.3333333333%}.\31 0u\24+*,.\31 1u\24+*,.\31 2u\24+*,.\31 u\24+*,.\32 u\24+*,.\33 u\24+*,.\34 u\24+*,.\35 u\24+*,.\36 u\24+*,.\37 u\24+*,.\38 u\24+*,.\39 u\24+*{clear:left}.\-11u{margin-left:91.66667%}.\-10u{margin-left:83.33333%}.\-9u{margin-left:75%}.\-8u{margin-left:66.66667%}.\-7u{margin-left:58.33333%}.\-6u{margin-left:50%}.\-5u{margin-left:41.66667%}.\-4u{margin-left:33.33333%}.\-3u{margin-left:25%}.\-2u{margin-left:16.66667%}.\-1u{margin-left:8.33333%}@media screen and (max-width:1680px){.row>*{padding:0 0 0 2em}.row{margin:0 0 -1px -2em}.row.uniform>*{padding:2em 0 0 2em}.row.uniform{margin:-2em 0 -1px -2em}.row.\32 00\25>*{padding:0 0 0 4em}.row.\32 00\25{margin:0 0 -1px -4em}.row.uniform.\32 00\25>*{padding:4em 0 0 4em}.row.uniform.\32 00\25{margin:-4em 0 -1px -4em}.row.\31 50\25>*{padding:0 0 0 3em}.row.\31 50\25{margin:0 0 -1px -3em}.row.uniform.\31 50\25>*{padding:3em 0 0 3em}.row.uniform.\31 50\25{margin:-3em 0 -1px -3em}.row.\35 0\25>*{padding:0 0 0 1em}.row.\35 0\25{margin:0 0 -1px -1em}.row.uniform.\35 0\25>*{padding:1em 0 0 1em}.row.uniform.\35 0\25{margin:-1em 0 -1px -1em}.row.\32 5\25>*{padding:0 0 0 .5em}.row.\32 5\25{margin:0 0 -1px -.5em}.row.uniform.\32 5\25>*{padding:.5em 0 0 .5em}.row.uniform.\32 5\25{margin:-.5em 0 -1px -.5em}.\31 2u\24\28xlarge\29,.\31 2u\28xlarge\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28xlarge\29,.\31 1u\28xlarge\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28xlarge\29,.\31 0u\28xlarge\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28xlarge\29,.\39 u\28xlarge\29{width:75%;clear:none;margin-left:0}.\38 u\24\28xlarge\29,.\38 u\28xlarge\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28xlarge\29,.\37 u\28xlarge\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28xlarge\29,.\36 u\28xlarge\29{width:50%;clear:none;margin-left:0}.\35 u\24\28xlarge\29,.\35 u\28xlarge\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28xlarge\29,.\34 u\28xlarge\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28xlarge\29,.\33 u\28xlarge\29{width:25%;clear:none;margin-left:0}.\32 u\24\28xlarge\29,.\32 u\28xlarge\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28xlarge\29,.\31 u\28xlarge\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28xlarge\29+*,.\31 1u\24\28xlarge\29+*,.\31 2u\24\28xlarge\29+*,.\31 u\24\28xlarge\29+*,.\32 u\24\28xlarge\29+*,.\33 u\24\28xlarge\29+*,.\34 u\24\28xlarge\29+*,.\35 u\24\28xlarge\29+*,.\36 u\24\28xlarge\29+*,.\37 u\24\28xlarge\29+*,.\38 u\24\28xlarge\29+*,.\39 u\24\28xlarge\29+*{clear:left}.\-11u\28xlarge\29{margin-left:91.66667%}.\-10u\28xlarge\29{margin-left:83.33333%}.\-9u\28xlarge\29{margin-left:75%}.\-8u\28xlarge\29{margin-left:66.66667%}.\-7u\28xlarge\29{margin-left:58.33333%}.\-6u\28xlarge\29{margin-left:50%}.\-5u\28xlarge\29{margin-left:41.66667%}.\-4u\28xlarge\29{margin-left:33.33333%}.\-3u\28xlarge\29{margin-left:25%}.\-2u\28xlarge\29{margin-left:16.66667%}.\-1u\28xlarge\29{margin-left:8.33333%}}@media screen and (max-width:1280px){.row>*{padding:0 0 0 1.5em}.row{margin:0 0 -1px -1.5em}.row.uniform>*{padding:1.5em 0 0 1.5em}.row.uniform{margin:-1.5em 0 -1px -1.5em}.row.\32 00\25>*{padding:0 0 0 3em}.row.\32 00\25{margin:0 0 -1px -3em}.row.uniform.\32 00\25>*{padding:3em 0 0 3em}.row.uniform.\32 00\25{margin:-3em 0 -1px -3em}.row.\31 50\25>*{padding:0 0 0 2.25em}.row.\31 50\25{margin:0 0 -1px -2.25em}.row.uniform.\31 50\25>*{padding:2.25em 0 0 2.25em}.row.uniform.\31 50\25{margin:-2.25em 0 -1px -2.25em}.row.\35 0\25>*{padding:0 0 0 .75em}.row.\35 0\25{margin:0 0 -1px -.75em}.row.uniform.\35 0\25>*{padding:.75em 0 0 .75em}.row.uniform.\35 0\25{margin:-.75em 0 -1px -.75em}.row.\32 5\25>*{padding:0 0 0 .375em}.row.\32 5\25{margin:0 0 -1px -.375em}.row.uniform.\32 5\25>*{padding:.375em 0 0 .375em}.row.uniform.\32 5\25{margin:-.375em 0 -1px -.375em}.\31 2u\24\28large\29,.\31 2u\28large\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28large\29,.\31 1u\28large\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28large\29,.\31 0u\28large\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28large\29,.\39 u\28large\29{width:75%;clear:none;margin-left:0}.\38 u\24\28large\29,.\38 u\28large\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28large\29,.\37 u\28large\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28large\29,.\36 u\28large\29{width:50%;clear:none;margin-left:0}.\35 u\24\28large\29,.\35 u\28large\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28large\29,.\34 u\28large\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28large\29,.\33 u\28large\29{width:25%;clear:none;margin-left:0}.\32 u\24\28large\29,.\32 u\28large\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28large\29,.\31 u\28large\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28large\29+*,.\31 1u\24\28large\29+*,.\31 2u\24\28large\29+*,.\31 u\24\28large\29+*,.\32 u\24\28large\29+*,.\33 u\24\28large\29+*,.\34 u\24\28large\29+*,.\35 u\24\28large\29+*,.\36 u\24\28large\29+*,.\37 u\24\28large\29+*,.\38 u\24\28large\29+*,.\39 u\24\28large\29+*{clear:left}.\-11u\28large\29{margin-left:91.66667%}.\-10u\28large\29{margin-left:83.33333%}.\-9u\28large\29{margin-left:75%}.\-8u\28large\29{margin-left:66.66667%}.\-7u\28large\29{margin-left:58.33333%}.\-6u\28large\29{margin-left:50%}.\-5u\28large\29{margin-left:41.66667%}.\-4u\28large\29{margin-left:33.33333%}.\-3u\28large\29{margin-left:25%}.\-2u\28large\29{margin-left:16.66667%}.\-1u\28large\29{margin-left:8.33333%}}@media screen and (max-width:980px){.row>*{padding:0 0 0 1.5em}.row{margin:0 0 -1px -1.5em}.row.uniform>*{padding:1.5em 0 0 1.5em}.row.uniform{margin:-1.5em 0 -1px -1.5em}.row.\32 00\25>*{padding:0 0 0 3em}.row.\32 00\25{margin:0 0 -1px -3em}.row.uniform.\32 00\25>*{padding:3em 0 0 3em}.row.uniform.\32 00\25{margin:-3em 0 -1px -3em}.row.\31 50\25>*{padding:0 0 0 2.25em}.row.\31 50\25{margin:0 0 -1px -2.25em}.row.uniform.\31 50\25>*{padding:2.25em 0 0 2.25em}.row.uniform.\31 50\25{margin:-2.25em 0 -1px -2.25em}.row.\35 0\25>*{padding:0 0 0 .75em}.row.\35 0\25{margin:0 0 -1px -.75em}.row.uniform.\35 0\25>*{padding:.75em 0 0 .75em}.row.uniform.\35 0\25{margin:-.75em 0 -1px -.75em}.row.\32 5\25>*{padding:0 0 0 .375em}.row.\32 5\25{margin:0 0 -1px -.375em}.row.uniform.\32 5\25>*{padding:.375em 0 0 .375em}.row.uniform.\32 5\25{margin:-.375em 0 -1px -.375em}.\31 2u\24\28medium\29,.\31 2u\28medium\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28medium\29,.\31 1u\28medium\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28medium\29,.\31 0u\28medium\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28medium\29,.\39 u\28medium\29{width:75%;clear:none;margin-left:0}.\38 u\24\28medium\29,.\38 u\28medium\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28medium\29,.\37 u\28medium\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28medium\29,.\36 u\28medium\29{width:50%;clear:none;margin-left:0}.\35 u\24\28medium\29,.\35 u\28medium\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28medium\29,.\34 u\28medium\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28medium\29,.\33 u\28medium\29{width:25%;clear:none;margin-left:0}.\32 u\24\28medium\29,.\32 u\28medium\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28medium\29,.\31 u\28medium\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28medium\29+*,.\31 1u\24\28medium\29+*,.\31 2u\24\28medium\29+*,.\31 u\24\28medium\29+*,.\32 u\24\28medium\29+*,.\33 u\24\28medium\29+*,.\34 u\24\28medium\29+*,.\35 u\24\28medium\29+*,.\36 u\24\28medium\29+*,.\37 u\24\28medium\29+*,.\38 u\24\28medium\29+*,.\39 u\24\28medium\29+*{clear:left}.\-11u\28medium\29{margin-left:91.66667%}.\-10u\28medium\29{margin-left:83.33333%}.\-9u\28medium\29{margin-left:75%}.\-8u\28medium\29{margin-left:66.66667%}.\-7u\28medium\29{margin-left:58.33333%}.\-6u\28medium\29{margin-left:50%}.\-5u\28medium\29{margin-left:41.66667%}.\-4u\28medium\29{margin-left:33.33333%}.\-3u\28medium\29{margin-left:25%}.\-2u\28medium\29{margin-left:16.66667%}.\-1u\28medium\29{margin-left:8.33333%}}@media screen and (max-width:736px){.row>*{padding:0 0 0 1.25em}.row{margin:0 0 -1px -1.25em}.row.uniform>*{padding:1.25em 0 0 1.25em}.row.uniform{margin:-1.25em 0 -1px -1.25em}.row.\32 00\25>*{padding:0 0 0 2.5em}.row.\32 00\25{margin:0 0 -1px -2.5em}.row.uniform.\32 00\25>*{padding:2.5em 0 0 2.5em}.row.uniform.\32 00\25{margin:-2.5em 0 -1px -2.5em}.row.\31 50\25>*{padding:0 0 0 1.875em}.row.\31 50\25{margin:0 0 -1px -1.875em}.row.uniform.\31 50\25>*{padding:1.875em 0 0 1.875em}.row.uniform.\31 50\25{margin:-1.875em 0 -1px -1.875em}.row.\35 0\25>*{padding:0 0 0 .625em}.row.\35 0\25{margin:0 0 -1px -.625em}.row.uniform.\35 0\25>*{padding:.625em 0 0 .625em}.row.uniform.\35 0\25{margin:-.625em 0 -1px -.625em}.row.\32 5\25>*{padding:0 0 0 .3125em}.row.\32 5\25{margin:0 0 -1px -.3125em}.row.uniform.\32 5\25>*{padding:.3125em 0 0 .3125em}.row.uniform.\32 5\25{margin:-.3125em 0 -1px -.3125em}.\31 2u\24\28small\29,.\31 2u\28small\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28small\29,.\31 1u\28small\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28small\29,.\31 0u\28small\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28small\29,.\39 u\28small\29{width:75%;clear:none;margin-left:0}.\38 u\24\28small\29,.\38 u\28small\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28small\29,.\37 u\28small\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28small\29,.\36 u\28small\29{width:50%;clear:none;margin-left:0}.\35 u\24\28small\29,.\35 u\28small\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28small\29,.\34 u\28small\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28small\29,.\33 u\28small\29{width:25%;clear:none;margin-left:0}.\32 u\24\28small\29,.\32 u\28small\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28small\29,.\31 u\28small\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28small\29+*,.\31 1u\24\28small\29+*,.\31 2u\24\28small\29+*,.\31 u\24\28small\29+*,.\32 u\24\28small\29+*,.\33 u\24\28small\29+*,.\34 u\24\28small\29+*,.\35 u\24\28small\29+*,.\36 u\24\28small\29+*,.\37 u\24\28small\29+*,.\38 u\24\28small\29+*,.\39 u\24\28small\29+*{clear:left}.\-11u\28small\29{margin-left:91.66667%}.\-10u\28small\29{margin-left:83.33333%}.\-9u\28small\29{margin-left:75%}.\-8u\28small\29{margin-left:66.66667%}.\-7u\28small\29{margin-left:58.33333%}.\-6u\28small\29{margin-left:50%}.\-5u\28small\29{margin-left:41.66667%}.\-4u\28small\29{margin-left:33.33333%}.\-3u\28small\29{margin-left:25%}.\-2u\28small\29{margin-left:16.66667%}.\-1u\28small\29{margin-left:8.33333%}}@media screen and (max-width:480px){.row>*{padding:0 0 0 1.25em}.row{margin:0 0 -1px -1.25em}.row.uniform>*{padding:1.25em 0 0 1.25em}.row.uniform{margin:-1.25em 0 -1px -1.25em}.row.\32 00\25>*{padding:0 0 0 2.5em}.row.\32 00\25{margin:0 0 -1px -2.5em}.row.uniform.\32 00\25>*{padding:2.5em 0 0 2.5em}.row.uniform.\32 00\25{margin:-2.5em 0 -1px -2.5em}.row.\31 50\25>*{padding:0 0 0 1.875em}.row.\31 50\25{margin:0 0 -1px -1.875em}.row.uniform.\31 50\25>*{padding:1.875em 0 0 1.875em}.row.uniform.\31 50\25{margin:-1.875em 0 -1px -1.875em}.row.\35 0\25>*{padding:0 0 0 .625em}.row.\35 0\25{margin:0 0 -1px -.625em}.row.uniform.\35 0\25>*{padding:.625em 0 0 .625em}.row.uniform.\35 0\25{margin:-.625em 0 -1px -.625em}.row.\32 5\25>*{padding:0 0 0 .3125em}.row.\32 5\25{margin:0 0 -1px -.3125em}.row.uniform.\32 5\25>*{padding:.3125em 0 0 .3125em}.row.uniform.\32 5\25{margin:-.3125em 0 -1px -.3125em}.\31 2u\24\28xsmall\29,.\31 2u\28xsmall\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28xsmall\29,.\31 1u\28xsmall\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28xsmall\29,.\31 0u\28xsmall\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28xsmall\29,.\39 u\28xsmall\29{width:75%;clear:none;margin-left:0}.\38 u\24\28xsmall\29,.\38 u\28xsmall\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28xsmall\29,.\37 u\28xsmall\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28xsmall\29,.\36 u\28xsmall\29{width:50%;clear:none;margin-left:0}.\35 u\24\28xsmall\29,.\35 u\28xsmall\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28xsmall\29,.\34 u\28xsmall\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28xsmall\29,.\33 u\28xsmall\29{width:25%;clear:none;margin-left:0}.\32 u\24\28xsmall\29,.\32 u\28xsmall\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28xsmall\29,.\31 u\28xsmall\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28xsmall\29+*,.\31 1u\24\28xsmall\29+*,.\31 2u\24\28xsmall\29+*,.\31 u\24\28xsmall\29+*,.\32 u\24\28xsmall\29+*,.\33 u\24\28xsmall\29+*,.\34 u\24\28xsmall\29+*,.\35 u\24\28xsmall\29+*,.\36 u\24\28xsmall\29+*,.\37 u\24\28xsmall\29+*,.\38 u\24\28xsmall\29+*,.\39 u\24\28xsmall\29+*{clear:left}.\-11u\28xsmall\29{margin-left:91.66667%}.\-10u\28xsmall\29{margin-left:83.33333%}.\-9u\28xsmall\29{margin-left:75%}.\-8u\28xsmall\29{margin-left:66.66667%}.\-7u\28xsmall\29{margin-left:58.33333%}.\-6u\28xsmall\29{margin-left:50%}.\-5u\28xsmall\29{margin-left:41.66667%}.\-4u\28xsmall\29{margin-left:33.33333%}.\-3u\28xsmall\29{margin-left:25%}.\-2u\28xsmall\29{margin-left:16.66667%}.\-1u\28xsmall\29{margin-left:8.33333%}}



/* fancybox 2.1.5 css */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{padding:0; margin:0; border:0; outline:none; vertical-align:top}
.fancybox-wrap{position:absolute; top:0; left:0; z-index:8020}
.fancybox-skin{position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5); -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5); box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-outer, .fancybox-inner{position:relative}
.fancybox-inner{overflow:hidden}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444; font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; padding:15px; white-space:nowrap}
.fancybox-image, .fancybox-iframe{display:block; width:100%; height:100%}
.fancybox-image{max-width:100%; max-height:100%}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{background-image:url(/assets/images/fancybox/fancybox_sprite.png)}
#fancybox-loading{position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:.8; cursor:pointer; z-index:8060}
#fancybox-loading div{width:44px; height:44px; background:url(/assets/images/fancybox/fancybox_loading.gif) center center no-repeat}
.fancybox-close{position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040}
.fancybox-nav{position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; background:transparent url(/assets/images/fancybox/blank.gif); -webkit-tap-highlight-color:rgba(0,0,0,0); z-index:8040}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden}
.fancybox-prev span{left:10px; background-position:0 -36px}
.fancybox-next span{right:10px; background-position:0 -72px}
.fancybox-nav:hover span{visibility:visible}
.fancybox-tmp{position:absolute; top:-99999px; left:-99999px; visibility:hidden; max-width:99999px; max-height:99999px; overflow:visible!important}
.fancybox-lock{overflow:hidden!important; width:auto}
.fancybox-lock body{overflow:hidden!important}
.fancybox-lock-test{overflow-y:hidden!important}
.fancybox-overlay{position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:url(/assets/images/fancybox/fancybox_overlay.png)}
.fancybox-overlay-fixed{position:fixed; bottom:0; right:0}
.fancybox-lock .fancybox-overlay{overflow:auto; overflow-y:scroll}
.fancybox-title{visibility:hidden; font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position:relative; text-shadow:none; z-index:8050}
.fancybox-opened .fancybox-title{visibility:visible}
.fancybox-title-float-wrap{position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center}
.fancybox-title-float-wrap .child{display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; background:rgba(0,0,0,0.8); -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:700; line-height:24px; white-space:nowrap}
.fancybox-title-outside-wrap{position:relative; margin-top:10px; color:#fff}
.fancybox-title-inside-wrap{padding-top:10px}
.fancybox-title-over-wrap{position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0,0,0,.8)}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5){  #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(/assets/images/fancybox/fancybox_sprite_2x.png); background-size:44px 152px}
  #fancybox-loading div{background-image:url(/assets/images/fancybox/fancybox_loading_2x.gif); background-size:24px 24px}
}

/* end fancybox 2.1.5 css */



/* /cust/employees/assets/css/employees.css */
.list-employees {
    list-style: none;
    margin: 1em;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.employee-item {
    width: 100%;
    padding-top: 100%;
    display: inline-block;
    overflow: hidden;
    border: solid 2px #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    position: relative;
    cursor:pointer;
    margin-bottom: -4px;
}

.employee-img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
.employee-img2{
    position: absolute;
    height:0;
    width:0;
    top:50%;
    left:50%;
    transition: all .0s;/* was .5s */
}
.employee-name{
    position: absolute;
    bottom: -100%;
    width: 100%;
    /*background: rgb(127, 90, 55);
    background: linear-gradient(rgba(127, 90, 55, .9), rgba(127, 90, 55, .9));*/
    padding: .5em 1em;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: bottom .0s;/* was .5s */
    font-size: 16px;
}
.employee-name div{margin-bottom:0.4em;}
.employee-name .info-name{
    color: #ff9900;
    font-size: 1.8em;
    letter-spacing: 0.01em;
    margin: 0.2em 0;
    }
.employee-name .info-position{font-weight: bold;color:#fff;
    letter-spacing: 0.01em;}
.employee-name .info-optional-text{font-size: 0.8em;}

.employee-item:hover .employee-name {
   bottom:5%;
}
.employee-item:hover .employee-img2{
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
.employee-adjuster1, .employee-adjuster2 {
    display: none;
}
@media screen and (min-width:480px){
    .employee-item {
        width: 50%;
        padding-top: 50%;
    }

    .employee-adjust2.employee-adjust-odd .employee-adjuster1{
        display: inline-block;
    }
}
@media screen and (min-width: 720px) {
    .employee-item {
        width: 33.3333%;
        padding-top: 33.3333%;
        overflow: hidden;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 0;
        position: relative;
        cursor:pointer;
        margin-bottom: -3px;
    }
    .employee-adjust1.employee-adjust-even .employee-adjuster1,
    .employee-adjust2.employee-adjust-odd .employee-adjuster2{
        display:inline-block;
    }
}
/* /cust/form_submissions/assets/css/form_submissions.css */
.contact-form-item {
    margin: 0 0 1em 0;
}

.contact-form-item label{
	display: block;
	margin: 1em 0 0.5em 0;
}
.contact-form-item input {
    line-height: 2em;
    border: 1px solid #ff9900;
    border-radius: 5px;
    width: 100%
}
.contact-form-item textarea {
    border: 1px solid #ff9900;
    border-radius: 5px;
    width: 100%;
    height:200px;
}

.contact-form-wrap-full{
	width:980px;
	margin:0px auto;
}

/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {


}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {

}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	.contact-form-item {
	    margin: 0;
	}
	.contact-form-item textarea {
	    border: 1px solid #ff9900;
	    border-radius: 5px;
	    width: 100%;
	    height:100px;
	}
	.eg-quick-form input[type=submit]{
		width: 100%;
		line-height: 2em;
	}
	.contact-form-wrap-full{
		width:96%;
		margin:0px;
		padding:3%;
	}
}

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

}

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

}
/* /cust/header_images/assets/css/header_images.css */
.header-image-wrap{
    padding: 0;
    margin-top: -100px;
    z-index: -5;
    position: relative;
}

.header-image{
    height: 800px;
    background-position: center;
    text-align: center;
    vertical-align: middle;
}

.header-image .headline{
    margin: 0;
    color: #fff;
    font-size: 5em;
    font-weight: normal;
}

.header-image .sub_heading{
    padding: 1em 4em;
    margin: 0;
    color: #fff;
    font-size: 3em;
    font-weight: normal;
}

.header-image-text-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 100px;
}

/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {
    .header-image{
        max-height: 800px;
    }
}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {
    .header-image{
        max-height: 600px;
    }
    .header-image .headline {
    }
    .header-image .sub_heading {
        padding: 1em 1em;
        margin: 0;
        color: #fff;
        font-size: 2.5em;
        font-weight: normal;
    }
}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
    .header-image{
        max-height: 500px;
    }
    .header-image .headline {
        font-size: 2.5em;
    }
     .header-image .sub_heading {display: none;}
     .header-image-text-wrap {
        padding-top: 50px;
    }
}

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

}

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

}
/* /cust/high_performance_content/assets/css/high_performance_content.css */

.hp_content_wrap{
	margin-bottom:1em;
}
.hp_content_item{
	text-align: center;
    color:#bba384;
}
.hp_content_item a{
	color:#bba384;
	text-decoration: none;
}
.hp_content_item a:hover{
	color:#bba384;
	text-decoration: none;
}
#list_high_performance_content .hp_content_item a:hover{
    color:#ff9900;
    text-decoration: none;
}

.hp_content_item a:hover img{
   /*
    -webkit-filter: hue-rotate(11deg) saturate(13);
    filter: hue-rotate(11deg) saturate(13);
    */
}

.hp_content_item img {
    max-width: 125px;
    display: block;
    margin: 0 auto;
}

.high-per-cta-box-content{
    text-align: left;
    border-top: 2px solid #f0f0f0;
    padding: 1em 3em;
    line-height: 1.5em;
    overflow: hidden;
    background-color:#f0f0f0;
}

.high-per-cta-box-content .content-box{
    width: 45%;
    display: block;
    float: left;
    margin-right: 5%;
    line-height: 1em;
    height: 21em;
    position: relative;
}

.high-per-cta-box-content .content-box p{
    font-size: 1.5em;
    line-height: 1.25em;
}
.high-per-cta-box{
    display: none;
    clear: both;
    text-align: left;
    border-top: 2px solid #f0f0f0;
    padding: 3em;
    line-height: 1.5em;
    overflow: hidden;
    margin-top: 1.5em;
}

.high-per-cta-box .call-out-text{
    color: #bba384;
    font-size: 2em;
    display: block;
    float: left;
    line-height: 1em;
}

.high-per-cta-wrap{width:100%;position:relative}
.high-per-cta-list{width:100%;position:relative;margin:0;padding:0;list-style:none}
.high-per-cta-item{display: inline-block;padding: 0;    margin: 0 0 0 -1px;}
.high-per-cta-link{ position: relative;}
.high-per-cta-item-active{ /* height: 560px;*/    }
.high-per-cta-item-active .high-per-cta-link, .high-per-cta-link:hover{color:#ff9900;}
.high-per-cta-item-active .high-per-cta-link img, .high-per-cta-link:hover img{
    -webkit-filter: hue-rotate(11deg) saturate(13);
    filter: hue-rotate(11deg) saturate(13);
}
.high-per-cta-item-active .high-per-cta-box{ /*display: block;*/}
.high-per-cta-item-active .high-per-cta-img-main{max-height: 100%; float: left;margin-right: 1em;}

.hp-block-button-bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
}


/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {


}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {
	.hp_content_item img {
	    max-width: 100px;
	    display: block;
	    margin: 0 auto;
	}

}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
    .hp_content_item img {
        display: none;
    }
    .hp_content_item a {
        color: #fff;
        text-decoration: none;
    }
    .home_hp_content_wrap .hp_content_item a img {
        display: block !important;
    }
    .home_hp_content_wrap .hp_content_item a {
        color: #bba384;
        text-decoration: none;
    }
    .high-per-cta-wrap {
        width: 104%;
        position: relative;
        padding: 2em 0;
        margin: 0 -2%;
    }
    .high-per-cta-item {
        display: block;
        padding: 2%;
        margin: 0;
        font-size: 2em;
        width: 96%;
        background: #8b633b;
        text-align: left;
    }

    .high-per-cta-box {
        display: none;
        clear: both;
        text-align: left;
        border-top: 0;
        padding: 1em;
        line-height: 1.5em;
        overflow: initial;
        margin-top: 0;
    }
    .high-per-cta-box .content-box {
        line-height: 1.25em;
        width: 100%;
        display: block;
        float: none;
    }
    .high-per-cta-link:after {
        content: '+';
        float: right;
    }
    .high-per-cta-item-active .high-per-cta-link:after {
        content: '\2013';
        float: right;
    }
    .high-per-cta-box .call-out-text{
        color: #bba384;
        font-size: 2em;
        width: 100%;
        display: block;
        float: none;
        margin: 0.5em 0;
        line-height: 1em;
        height: initial;
    }    
    .high-per-cta-box-content {
        padding: 0.5em;    margin: 0 -2%;
    }    
    .high-per-cta-box-content .content-box {
        width: 100%;
        float: none;
        height: initial;
        position: initial;
    }
    .hp-block-button-bottom {
        position: initial;
        bottom: 0px;
        width: 100%;
    }
}

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

}

@media screen and (max-width: 480px) {
    .hp_content_wrap h1{
        font-size:2em;
    }
}
/* /cust/homepage_contents/assets/css/homepage_contents.css */

section.testimonial-wrap div.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.testimonial-wrap .testimonial-left{
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    height: 300px;
}
section.testimonial-wrap .testimonial-right{
    background-color: #8b633b;
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    height: 300px;
}
section.testimonial-wrap .testimonial-right:hover{
    text-decoration: none;
}
section.testimonial-wrap .testimonial-text-wrap{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-source {
    margin: 0 3em;
    padding: 0 10px;
    font-size: 1.1em;
    color: #fff;
    line-height: 1.5em;
    text-align: right;
    font-style: italic;
    /* width: 80%; */
    display: block;
}

section.testimonial-wrap .testimonial-right blockquote {
    background: inherit;
    border-left: 0;
    margin: 0 3em;
    padding: 0 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1.1em;
    color: #fff;
    line-height: 1.5em;
}
section.testimonial-wrap .testimonial-right blockquote:before{
    color: #a26e2f;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -0.4em;
    margin-left: -0.6em;
}
section.testimonial-wrap .testimonial-right blockquote:after {
    color: #a26e2f;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}
section.testimonial-wrap .testimonial-right blockquote p {
  display: inline;
}

.homepage-video{
    background-size:cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.homepage-content-video-play{
        display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color:#fff;
    position: relative;
}
.homepage-content-video-play:hover{
    color:#ff9900;
}
 .homepage-content-video-play:hover .home-content-button-wrap{
    
    /*border: 1px solid #ff9900;*/
 }
.home-content-button-wrap {
    /*-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
     transform: rotate(45deg); */
    /* border: 1px solid #fff; */
    /* padding: 0.2em; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-44px 0 0 -26px;
    /* background-color: rgba(0, 0, 0, .5); */
    height: 56px;
    width: 56px;
    font-size: 5em; /*font-size: 3em; */
    line-height: 60px;
    letter-spacing: -10px;
}
.home-content-button-wrap .fa{
    /*
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
    */
}


/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {

}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {

}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	section.testimonial-wrap div.container {
	    width: 100%;
	}
	section.testimonial-wrap .testimonial-right blockquote {
	    font-size: 1.1em;
	}
	section.testimonial-wrap .testimonial-left{
	    width: 100%;
	    display: block;
	    float: none;
	    height: 300px;
	}
    section.testimonial-wrap .testimonial-text-wrap{
        position: relative;
        top: initial;
        transform: none;
    }
	section.testimonial-wrap .testimonial-right{
        width: 96%;
        float: none;
        height: initial;
        padding: 2%;
	}
    .testimonial-source {
        margin: 0px 5%;
        padding: 0;
        font-size: 1.1em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        font-style: italic;
        width: 90%;
        display: block;
    }
    section.testimonial-wrap .testimonial-right blockquote:after {
        margin-left: 0;
    }
    .home-content-button-wrap {
        /* border: 1px solid #fff; */
      
        /* background-color: rgba(0, 0, 0, .5); */
        height: auto; 
        width: auto; 
        font-size: 5em;
        /* font-size: 3em; */
        /* line-height: 60px; */
        /* letter-spacing: -10px; */
        vertical-align: middle;
        text-align: center;
    }
}

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

}

@media screen and (max-width: 480px) {
    section.testimonial-wrap .testimonial-right blockquote{
        margin:0.5em;
    }
    section.testimonial-wrap .testimonial-right blockquote:before{
        margin-left:-.3em;
    }
}
/* /cust/homepage_ctas/assets/css/homepage_ctas.css */
.homepage-cta-wrap{
    padding: 0;
    margin-top: -100px;
    z-index: -5;
    position: relative;
    background-image: linear-gradient(rgba(2, 2, 2, .2), rgba(2, 2, 2, .2));
}

.homepage-cta{
    height: 800px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    vertical-align: middle;
}

.homepage-cta .headline{
    padding-top: 3.5em;
    margin: 0;
    color: #fff;
    font-size: 6.5em;
    font-weight: normal;
    letter-spacing: .1em;
}

.homepage-cta .sub_heading{
    padding-top: 0.25em;
    margin: 0;
    color: #fff;
    font-size: 3em;
    font-weight: normal;
}

/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {
	.homepage-cta{
	    max-height: 800px;
	}
}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {
	.homepage-cta{
	    max-height: 600px;
	}
	.homepage-cta .headline {
    	padding-top: 3em;
	}
}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	.homepage-cta{
	    max-height: 500px;
	}
	.homepage-cta .headline {
    	padding-top: 2.25em;
        font-size: 3.5em;
        letter-spacing: normal;
	}
    .homepage-cta .sub_heading {
        padding: 0.25em;
        font-size: 2.25em;
    }
}

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

}

@media screen and (max-width: 480px) {
    .homepage-cta .headline {
        font-size: 1.75em;
        padding-top:5em;
    }
    .homepage-cta .sub_heading {
        font-size: 1.25em;
    }
}
/* /cust/internal_ctas/assets/css/internal_ctas.css */
.internal-cta-wrap {
    padding: 15px;
    width:1600px;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
}
.internal-cta {
    width: 500px;
    max-width:100%;
    display: block;
    margin:0 auto;
}


.internal-cta-img {
    width: 100%;
    display: block;
}
@media screen and (min-width:981px){
    .internal-cta-wrap {
        padding: 50px;
    }
    .internal-cta {
        width: 33%;
        display: inline-block;
    }
}
/* /cust/menus/assets/css/menus.css */
.main-subnav{
	display:none; 
	list-style:none;
	padding:0;
	margin:0;
}

.main-nav{
	list-style:none;
	padding:0;
}

.site-header{
	width:100%;
	/*
	background:#574b39;
	background:rgba(87,75,57,.8);
	*/
	background:#020202;
	background: rgba(2,2,2,.5);
    position: relative;
    z-index: 5;	
}
.home-link{

}

.nav-wrap{
	max-width: 980px;
	margin:0 auto;
	height:100px;
	position: relative;
	z-index: 1;
}


/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {

}

@media screen and (min-width:981px){
	.nav-wrap{
		height:100px;
	}
	.main-nav-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.main-nav-toggle-nav, .main-nav-toggle-tel{
		display:none;
	}
	.main-item{
		padding:0 12px;
		display: inline-block;
		position: relative;
		margin:0;
		text-transform: uppercase;
    	vertical-align: top;
	}
	.main-item:hover{
    	background-color: #ff9900;
	}
	.main-item + .main-item{
		
	}

	.main-nav{
		width:100%;
		margin:0;
		height:100px;
		font-size: 14px;
		text-align: center;
	}

	.main-header{
	    display: inline-block;
	    height: 100px;
	    line-height: 100px;
	    color: #fff;
    	text-decoration: none;
	}
	.main-header img.main-logo{
		height: 80px;
		padding-top: 10px;
	}
	
	.main-subnav-item{
		margin:8px 0;
	}
	.main-has-subnav{
		display:none;
	}
	.main-item:hover .main-subnav{
		display:block;
		text-align: center;
	}
	.main-item:hover .main-header{
		color:#3a3a3a;
		text-decoration: none;
	}
	.main-subnav{
		background: #ff9900;
		position: absolute;
		top: 100px;
		left: 0;
		padding: 0;
		min-width: 100%;
	}
	.main-subnav-link{
		
		padding:8px 15px;
		color:#231f20;
		display:block;
		text-transform:uppercase;
		color: #fff;
    	text-decoration: none;
	}
	.main-subnav-link:hover{
		color:#3a3a3a;
	}
	.home-link-mobile{
		display: none;
	}
}

/* LARGE DESKTOP */
@media screen and (min-width: 1680px) {
	.main-item {
	    padding: 0 50px;
	}
	.nav-wrap {
	    max-width: 1600px;
	}
}
/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	.nav-wrap{
		height:60px;
	}
	.home-link {
	    display: none;
	}
	.home-link-mobile{
		display: block;
	}
	.home-link-mobile img{
		height: 50px;
	    position: absolute;
	    left: 50%;
	    margin-left: -45px;
	    padding-top: 5px;
	}
	.main-nav{
		display:none;
		position:absolute;
		top:60px;
		right:0;
		width: 100%;
		max-width:100%;
		margin:0;
		z-index: 1;
		background-color:#555;
	}
	.active-nav .main-nav{
		display:block;
		
	}
	.main-nav-toggle-nav {
	    position: absolute;
	    display: block;
	    color: #ff9900;
	    font-size: 26px;
	    line-height: 1;
	    z-index: 1;
	    border: none;
	    margin: 0;
	    padding: 19px 0 0 0;
	    border-radius: 3px;
	    right: 10px;
	}
	.main-nav-toggle-tel{
	    position: absolute;
	    display: block;
	    color: #ff9900;
	    font-size: 35px;
	    line-height: 1;
	    z-index: 1;
	    border: none;
	    margin: 0;
	    padding: 15px 0;
	    border-radius: 3px;
	    left: 10px;
	}
	.active-nav .main-nav-toggle-nav {
		color: #ff9900;
	}
	.main-nav-telicon{

		color: #ff9900;
	}
	.main-nav-navicon {
		background: none repeat scroll 0 0 #ff9900;
		color: #ff9900;
		display: inline-block;
		width: 1em;
		height: 0.2em;
		vertical-align: top;
		box-shadow: 0 0.35em 0 0, 0 0.7em 0 0;
		border-radius: 1px;
		margin: 0 10px 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.active-nav .main-nav-navicon {
		background-color: #ff9900;
	}
	.main-header{
	    color: #fff;
	    background: rgba(2, 2, 2, .5);
	    display: block;
	    padding: 15px 0px 15px 0px;
	    position: relative;
	    text-align: center;
    	text-transform: uppercase;
    	font-size: 1.2em;
	}
	.main-has-subnav{
		position:absolute;
		right:15px;
		top:12px;
	}
	.menu-open{
		display:none;
	}
	.main-nav-cur .menu-closed{
		display:none;
	}
	.main-nav-cur .menu-open{
		display:block;
	}
	.main-nav-cur .main-subnav{
		display:block;
	}
	.main-subnav-item{
		background:#dbdada;
		padding:2px 0;
	}
	.main-subnav-item + .main-subnav-item{
		border-top:solid 1px #c9c9c9;
	}
	.main-subnav-link{
		
		padding:8px 15px;
		color:#231f20;
		display:block;
		text-transform: uppercase;
    	text-align: center;
    	text-decoration: none;
	}

	.top-nav-wrap{
		display: none;
	}
	
}



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

}

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

}
/* /cust/news_articles/assets/css/news_articles.css */
.blog-list-wrap {
}

.blog-list,
.blog-view {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar {
    float: right;
    width: 25%;
}

.blog-list-item {
    border-bottom: 1px solid rgba(2, 2, 2, 0.25);
    margin-bottom: 2em;
    padding-bottom: 1em;
}

.blog-list-item img {
    max-width: 100%;
}
.blog-list-item .title {
}
.blog-list-item .date {
}
.blog-list-item .summary {
}
.blog-list-item .tags {
}
.blog-list-item .bottom-link {
    display: block;
    text-align: right;
}

.blog-content {
}

/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {
}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {
}

@media screen and (min-width: 981px) {
    .blog-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .blog-list-item {
        border-bottom: 1px solid rgba(2, 2, 2, 0.25);
        margin-bottom: 2em;
        padding-bottom: 1em;
        min-width: 300px;
        width: 48%;
    }
}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
    .blog-list,
    .blog-view {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border: 0px;
    }
    .blog-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 2em;
        padding-bottom: 1em;
        border-bottom: 1px solid rgba(2, 2, 2, 0.25);
    }
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 480px) {
}

/* /cust/processes/assets/css/processes.css */

.processes_wrap{
	margin-bottom:1em;
}

.processes_item{
	text-align: center;
}
.processes_item a{
	color:#bba384;
	text-decoration: none;
}
.processes_item a:hover{
	color:#ff9900;
	text-decoration: none;
}
.processes_item img{
    max-width: 125px;
    display: block;
    margin: 0 auto;
}

.orange-header{
	color:#ff9900;
}

.process_item_home{
	text-align: center;
	color:#bba384;
}
.process_item_home a{
	color:#bba384;
	text-decoration: none;
}
.process_item_home a:hover{
	color:#bba384;
	text-decoration: none;
}
.process_item_home img{
    max-width: 125px;
    display: block;
    margin: 0 auto;
}
.process_item_home a:hover img{
    /*
    -webkit-filter: hue-rotate(11deg) saturate(13);
    filter: hue-rotate(11deg) saturate(13);
    */
}

.processes_content_homepage{
	margin-bottom:1em;
}
.process-cta-box{
	display: none;
    clear: both;
    text-align: left;
    border-top: 2px solid #f0f0f0;
    padding: 3em;
    line-height: 1.5em;
    overflow: hidden;
    margin-top: 1.5em;
}

.process-cta-box .call-out-text{
    color: #bba384;
    font-size: 2em;
    display: block;
    line-height: 1em;
}

.process-cta-wrap{width:100%;position:relative}
.process-cta-list{width:100%;position:relative;margin:0;padding:0;list-style:none}
.process-cta-item{display: inline-block;padding: 0;    margin: 0 0 0 -1px;}
.process-cta-link{ position: relative;}
.process-cta-item-active{ /* height: 560px;*/}
.process-cta-item-active .process-cta-link, .process-cta-link:hover{color:#ff9900;}
.process-cta-item-active .process-cta-link img, .process-cta-link:hover img{
    -webkit-filter: hue-rotate(11deg) saturate(13);
    filter: hue-rotate(11deg) saturate(13);
}
.process-cta-item-active .process-cta-box{ /*display: block;*/}
.process-cta-item-active .process-cta-img-main{max-height: 100%; float: left;margin-right: 1em;}




/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {


}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {
	.processes_item img {
	    max-width: 125px;
	    display: block;
	    margin: 0 auto;
	}

}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	.processes_item img {
	    display: none;
	}

	.process_item_home img{
	    display: block;
	    width: 100px;
	    height: 100px;
	}

	.process-cta-wrap {
	    width: 104%;
	    position: relative;
	    padding: 2em 0;
	    margin: 0 -2%;
	}
	.process-cta-item {
	    display: block;
	    padding: 2%;
	    margin: 0;
	    font-size: 2em;
	    width: 96%;
	    background: #8b633b;
	    text-align: left;
	}
	.processes_item a {
	    color: #fff;
	    text-decoration: none;
	}
	.process-cta-box {
	    display: none;
	    clear: both;
	    text-align: left;
	    border-top: 0;
	    padding: 1em;
	    line-height: 1.5em;
	    overflow: initial;
	    margin-top: 0;
	}
	.process-cta-box .call-out-text {
	    color: #bba384;
	    font-size: 2em;
	    width: 100%;
	    display: block;
	    float: none;
	    margin: 0.5em 0;
	    line-height: 1em;
	    height: initial;
	}
	.process-cta-link:after {
	    content: '+';
	    float: right;
	}
	.process-cta-item-active .process-cta-link:after {
	    content: '\2013';
	    float: right;
	}
}

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

}

@media screen and (max-width: 480px) {
	.processes_wrap h3{
		font-size:1.25em;
	}
}
/* /cust/project_groups/assets/css/project_groups.css */
/* Module Specific CSS Declarations */


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


}

@media screen and (min-width:981px){

}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {

}


@media screen and (min-width: 720px) {

}

/* /cust/projects/assets/css/projects.css */
.projects-list-featured{
    /*slider rotator with image, title and subtitle*/
    height: 800px;
    overflow: hidden;
    position: relative;
    margin-top: -10em;
    z-index: 0;
}
.projects-list-full{
    
}
.projects-list-landing{
    /* full list but only first for shown. 2 column layout */
        padding-top: 4em;
}


.project-slider-item{
    height: 800px;
    overflow: hidden;
    width: 100%;
    background-position: 50% 0;
}
.project-slider-item img{
    max-width: 100%;
}
.project-slider-text-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 100px;
    width: 100%;
}
.project-slider-text-wrap a{

}
.project-slider-text-wrap a:hover{
    text-decoration: none;
}
.project-slider-item .project-slider-title{
    text-align: center;
    width: 100%;    color: #fff;
    font-size: 5em;
    margin: 0 0 0.67em;
}
.project-slider-item .project-slider-subtitle{
    text-align: center;
    width: 100%;    color: #fff;
}
.project-cta-item{
    width: 480px;
    display: inline-block;
    padding-bottom: 8px;
    padding-right: 8px;
}
.project-cta-item:nth-child(odd) {
    /*padding-right: 16px;*/
}
.project-cta-img-wrap{
    max-height: 300px;
    overflow: hidden;
}
.project-cta-img-wrap img{
    width: 100%;
}
.project-cta-title{
    color: #6b4724;
    padding: 5px 0;
}

.project-cta-item-hide{
    display:none;
}

.projects-search-wrap{
    width: 100%;
    background-color: #fff;
    padding: 2em 0;
    /* border-top: 4px solid #ff9900; */
    /* border-bottom: 4px solid #ff9900; */
    color: #000;
}
.projects-search-form{
    width: 980px;
    margin: 0px auto;
    border: 4px solid #ff9900;
    padding: 1em;
    border-radius: 1.5em;
}
.projects-search-form h2{}
.projects-search-form .button{
    background: transparent;float:right;clear:both;}
.projects-search-form .button:hover{
        background: #ff9900;float:right;clear:both;}
.projects-search-form .input{
    width: 25%;
    display: inline-block;
    padding: 1em 0;
    color: #6b4724;
    font-size: 1.25em;
}

.projects-list-featured .cycle-prev, .projects-list-featured .cycle-next {
    position: absolute;
    top: 50%;
    width: 10%;
    z-index: 800;
    cursor: pointer;
    text-align: center;
    font-size: 6em;
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    height: 1.2em;
}
.projects-list-featured .cycle-prev .fa, .projects-list-featured .cycle-next .fa{
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    margin-top: 0.14em;
}

.projects-list-featured .cycle-prev:hover, .projects-list-featured .cycle-next:hover {
    /*color: #6b4724;*/
    color: #ff9900;opacity: 0; filter: alpha(opacity=0)
}
.projects-list-featured .cycle-prev img, .projects-list-featured .cycle-next img{
    /*color: #6b4724;
    color: #ff9900;*/
    opacity: 0; filter: alpha(opacity=0)
}
.projects-list-featured .cycle-prev { left: 0; background:url('/assets/images/icon-prev.png') top center no-repeat;  }
.projects-list-featured .cycle-next { right: 0; background:url('/assets/images/icon-next.png') top center no-repeat; }
.projects-list-featured .cycle-prev:hover { background:url('/assets/images/icon-prev-over.png') top center no-repeat;  }
.projects-list-featured .cycle-next:hover { background:url('/assets/images/icon-next-over.png') top center no-repeat; }
.projects-list-featured .cycle-prev:hover, .projects-list-featured .cycle-next:hover { opacity: 1; filter: alpha(opacity=100) }



.project-details-wrap{
    padding: 2em 0;
}
.project-details-backlink a{
    color: #6b4724;
    font-size: 2em;
}
.project-details-backlink a i{
    margin-right:0.5em;
}

.project-details-overview{
    padding:1em 0;
}
.project-details-tags{
    padding:1em 0;
}
.project-details-related-projects, .project-details-related-posts{
    padding:2em 0;
    border-bottom: 1px solid #f0f0f0;
}
.project-details-related-projects h2, .project-details-related-posts h2{
    text-align: center;
}
.project-details-tag-link{

}

.project-details-social{
    float: right;
    border: 1px solid #ff9900;
    padding: 0.5em 0 0.5em 0.5em;
    clear: both;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 1.5em;
}
.project-details-social span{
    padding-right: 0.5em;
}
.project-details-social span a{

}

.project-details-images-wrap{
    background-color: #f0f0f0;
    clear: both;    margin-top: 2em;
}

.project-details-images-contain{
    width: 980px;
    margin: 0px auto;
    clear: both;
    text-align: center;
}


.project-details-images-thumb{
    width: 50%;
    float: left;
    /* clear: both; */
    height: 300px;
    overflow: hidden;
    margin-bottom: 2em;
}

.project-details-images-contain .project-details-images-thumb{
    width: 23%;
    float: none;
    height: 100px;
    overflow: hidden;
    padding: 1%;
    display: inline-block;
}

.project-details-images-thumb img{
    width:100%;
}

.project-details-button{
    width:100%;
    text-align: center;
}

.project-testimonial{
    padding: 0 3%;
    width: 44%;
    color: #fff;
    background-color: #8b633b;    
    position: relative;
}

.project-testimonial p{
    padding: 5% 3%;
    font-size: 2em;
    position: relative;
}
.project-testimonial p:before {
    display: block;
    content: "\201C";
    font-size: 3em;
    position: absolute;
    left: -20px;
    top: 10px;
    color: #ff9900;
    font-family: serif;
}
.project-testimonial p:after {
    display: block;
    content: "\201D";
    font-size: 3em;
    position: absolute;
    right: -12px;
    bottom: -40px;
    color: #ff9900;
    font-family: serif;
}

.project-details-link{
    display: none;
}

/* specific for design-build grey section */

.grey-db-content{
    background-color: #f0f0f0;
    padding: 0.5em 1em !important;
}
.grey-db-content ul{    margin: 0;
    list-style: none;
    padding: 0;}
.grey-db-content ul li{    display: inline-block;
    width: 28.33%;
    margin: 1em 15px;
    padding: 0%;
    vertical-align: top;}
.grey-db-content ul li b, .grey-db-content ul li strong{
    color: #bba384;
    display: block;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0 0 0.25em 0;
    }

.grey-db-content ul li:nth-child(3n-1){
    margin: 1em 4%;
}

/* end design build specific styles */
/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {

}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {

}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
    .projects-list-featured{
        /*slider rotator with image, title and subtitle*/
        height: 500px;
    }
    .project-slider-item{
        height: 500px;
        overflow: hidden;
        width: 100%;
    }
    .projects-list-featured .cycle-prev, .projects-list-featured .cycle-next {
        display: none;
    }
    .projects-search-form {
        width: 90%;
        margin: 0;
        padding: 5%;
    }
    .projects-search-form .input {
        width: 100%;
        display: inline-block;
        padding: 1em 0 0 0;
        color: #6b4724;
        font-size: 1.3em;
        vertical-align: top;
    }
    .project-cta-item {
        width: 100%;
    }
    .project-cta-img-wrap{
        max-height: 300px;
        overflow: hidden;
    }
    .project-cta-item:nth-child(odd) {
        padding-right: 0;
    }
    .project-details-social {
        float: none;
        border: 1px solid #ff9900;
        padding: 0.5em 0 0.5em 0.5em;
        clear: both;
        border-radius: 5px;
        vertical-align: middle;
        font-size: 2em;
        margin: 0 auto;
        width: 260px;
        text-align: center;
    }
    .project-details-backlink a {
        color: #6b4724;
        font-size: 1.5em;
    }
    .project-details-overview {
        padding: 1em;
        background-color: #8b633b;
        color: #fff;
        margin: 0 0 1em;
    }
    .project-details-link{
        display: block;
        padding: 1% 2%;
        margin: 0;
        font-size: 2em;
        width: 96%;
        text-align: left;
        color:#fff;
    }
    .project-details-link:hover{
        color:#ff9900;
    }
    .project-details-overview{
        height: 30px;
        overflow: hidden;
        margin: 1em -2%;
        padding-top: 0;
    }
    .project-details-overview-active{
        height:initial;
        overflow:initial;
    }
    .project-details-link:after {
        content: '+';
        float: right;
    }
    .project-details-overview-active .project-details-link:after {
        content: '\2013';
        float: right;
    }
    .project-details-images-thumb {
        width: 90%;
        float: none;
        /* clear: both; */
        height: initial;
        overflow: initial;
        margin-bottom: 2em;
        padding: 5%;
    }
    .project-testimonial {
        padding: 1% 3%;
        width: 94%;
        color: #fff;
        background-color: #8b633b;
        position: relative;
    }
    .project-details-images-contain .project-details-images-thumb {
        width: 90%;
        float: none;
        height: initial;
        overflow: hidden;
        padding: 1% 5%;
        display: block;
        text-align: center;
    }
    .project-slider-text-wrap {
        padding-top: 50px;
    }
    .project-slider-item .project-slider-title {
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 4em;
        margin: 0;
        line-height: 1em;
    }
    .project-slider-item .project-slider-subtitle {
        text-align: center;
        width: 100%;
        color: #fff;
        margin: 0.5em 0 0 0;
    }
    /* specific for design-build grey section */

    .grey-db-content{
        background-color: #f0f0f0;
        padding: 0;
    }

    .grey-db-content ul li{
        width: initial;
    }
    /* .project-slider-text-wrap {
        position: absolute;
        bottom: 25px;
        padding-top: 100px;
        width: calc(100% - 20px);
        font-size: 10px;
        left: 10px;
    } */

    /* end design build specific styles */
}

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

}

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

}
/* /cust/statistics/assets/css/statistics.css */
.statistics-wrap{

}

.stats-contain{
    max-width: 780px;
    margin: 0 auto;
    padding: 2em 0em;
}

.stats-stat{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    text-align: right;
    padding-right: 2%;
    font-size: 6em;
    color: #ff9900;
}

.stats-stat img{}

.stats-details{
    display: inline-block;
    width: 69%;
    vertical-align: top;
}

.stats-title{
    color: #bba384;
    font-size: 1.5em;
    padding: 0.5em 0;
}

.stats-content{
    color: #fff;
    line-height: 13pt;
}
/* LARGE DESKTOP */
@media screen and (max-width: 1680px) {

}

/* STANDARD DESKTOP AND POSSIBLY SOME LANDSCAPE TABLETS */
@media screen and (max-width: 1280px) {

}

@media screen and (min-width:981px){


}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
    .stats-stat {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
        padding: 0;
        font-size: 10em;
        color: #ff9900;
    }
    .stats-stat img{}
    .stats-title {
        color: #bba384;
        font-size: 2.5em;
        padding: 0.5em 0;
    }
    .stats-content {
        color: #fff;
        line-height: 1.5;
        font-size: 1.5em;
    }
    .stats-details {
        display: inline-block;
        width: 90%;
        vertical-align: top;
        padding: 5%;
    }
}

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

}

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

}
/* /cust/testimonials/assets/css/testimonials.css */
.list-testimonials, .testimonial-closed{
	overflow: hidden;
}
.list-testimonials .testimonial-right, .list-testimonials .testimonial-left{
    width: 96%;
    float: none;
    height: auto;
    padding: 2%;
    text-align: center;
    background-color: #8b633b;
    margin:0 0 1.5em;
}
.list-testimonials blockquote {
    background: inherit;
    border-left: 0;
    margin: 0 3em;
    padding: 0 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1.1em;
    color: #fff;
    line-height: 1.5em;
    text-align: left;
}
.list-testimonials blockquote:before{
    color: #a26e2f;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -0.4em;
    margin-left: -0.6em;
}
.list-testimonials  blockquote:after {
    color: #a26e2f;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}
.list-testimonials blockquote p {
  display: inline;
}
.list-testimonials .testimonial-source{
	margin:1em 3em 1.5em;
}

.testimonial-closed .testimonial-content{
	/*display: none;*/
}
.testimonial-content{
	margin-bottom: 3em;
	padding-top:1em;
}
.testimonial-content div.content{
        width: 44%;
    padding: 3%;
    float: right;
}

.testimonial-sep{
    border-top: 1px solid #ff9900;
    border-bottom: 0;
    margin: 1em 0;
}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (min-width: 981px){
	
	.list-testimonials .testimonial-left{
	    width: 50%;
	    margin: 0 1em 1em 0;
	    float: left;
	    padding: 1.5em 0;
	}
	.list-testimonials .testimonial-right{
	    width: 50%;
	    margin:  0 0 1em 1em;
	    padding: 1.5em 0;
	    float: right;
	}
	.testimonial-closed .testimonial-right, .testimonial-closed .testimonial-left {
		margin:0;
	}

}
@media screen and (max-width: 980px) {
     .testimonial-content div.content{
            width: 94%;
        padding: 3%;
        float: right;
    }
    .testimonial-sep{

    }   
}

@media screen and (max-width: 480px) {
    .list-testimonials .testimonial-left blockquote,
    .list-testimonials .testimonial-right blockquote{
        margin:0.5em;
    }
    .list-testimonials .testimonial-left blockquote:before,
    .list-testimonials .testimonial-right blockquote:before{
        margin-left:-.3em;
    }
    .list-testimonials .testimonial-source{
    	margin:.5em auto;
    }
}
