/*
	Theme Name: Cascade
	Theme URI: http://www.deeprootdesign.com
	Description: Cascade Wordpress Theme
	Version: 1.4.3
	Author: Benjamin Motal
	Author URI: http://www.deeprootdesign.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



/*------------------------------------*\
    HTML5 Reset Start
\*------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}


*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #d8d8d8; margin: 3em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: normal;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*------------------------------------*\
    HTML5 Reset End
\*------------------------------------*/


body {
	font: 17px/1.4 'gotham_htf_lightregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #939598;
	background: #FFF;
	overflow: hidden;
}


img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#578792;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

p {
	margin-bottom: 12px;
}
main ul {
	margin-left: 35px;
	list-style: disc;
	margin-bottom: 12px;
}

main ol {
	margin-left: 40px;
	list-style: decimal;
	margin-bottom: 12px;
}

blockquote {
	margin-left: 35px;
	padding-left: 14px;
	border-left: 4px solid #d8d8d8;
}


.pad-right-10 {
	padding-right: 10px !important;
}
.pad-right-20 {
	padding-right: 20px !important;
}
.pad-right-30 {
	padding-right: 30px !important;
}
.pad-right-40 {
	padding-right: 40px !important;
}
.pad-right-50 {
	padding-right: 50px !important;
}
.pad-right-60 {
	padding-right: 60px !important;
}
.pad-left-10 {
	padding-left: 10px !important;
}
.pad-left-20 {
	padding-left: 20px !important;
}
.pad-left-30 {
	padding-left: 30px !important;
}
.pad-left-40 {
	padding-left: 40px !important;
}
.pad-left-50 {
	padding-left: 50px !important;
}
.pad-left-60 {
	padding-left: 60px !important;
}
.top-spacer {
	height: 60px;
}
.read-more {

}

.hide {
	display: none;
}

.grayscale {
  filter: url('img/filters.svg#grayscale'); /* Firefox 3.5+ */
      filter: gray; /* IE6-9 */
      -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
}

.photoMosaic img {
	z-index: -10 !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

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

.circle {
	-webkit-border-radius: 400px;
	border-radius: 400px;
}




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

strong {
	font-family: 'gotham_htfbold';
	font-weight: normal;
}

h1 {
	font-size: 34px;
	line-height: 39px;
	font-weight: normal;
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	padding-bottom: 6px;
	letter-spacing: -1px;
}

h2 {
	font-size: 34px;
	line-height: 39px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

h3 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 33px;
}

h4 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 32px;
}

h5 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 30px;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}





/* Gotham Font-Face Load */

@font-face {
    font-family: 'gotham_htf_lightregular';
    src: url('fonts/gothamhtf-light-webfont.eot');
    src: url('fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-light-webfont.woff') format('woff'),
         url('fonts/gothamhtf-light-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-light-webfont.svg#gotham_htf_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htf_bookregular';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#gotham_htf_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htf_mediumregular';
    src: url('fonts/gothamhtf-medium-webfont.eot');
    src: url('fonts/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-medium-webfont.woff') format('woff'),
         url('fonts/gothamhtf-medium-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-medium-webfont.svg#gotham_htf_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfbold';
    src: url('fonts/gothamhtf-bold-webfont.eot');
    src: url('fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-bold-webfont.woff') format('woff'),
         url('fonts/gothamhtf-bold-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htf_ultraregular';
    src: url('fonts/gothamhtf-ultra-webfont.eot');
    src: url('fonts/gothamhtf-ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-ultra-webfont.woff') format('woff'),
         url('fonts/gothamhtf-ultra-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-ultra-webfont.svg#gotham_htf_ultraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htflight_condensed';
    src: url('fonts/gothamhtf-lightcondensed-webfont.eot');
    src: url('fonts/gothamhtf-lightcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-lightcondensed-webfont.woff') format('woff'),
         url('fonts/gothamhtf-lightcondensed-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-lightcondensed-webfont.svg#gotham_htflight_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfbook_condensed';
    src: url('fonts/gothamhtf-bookcondensed-webfont.eot');
    src: url('fonts/gothamhtf-bookcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-bookcondensed-webfont.woff') format('woff'),
         url('fonts/gothamhtf-bookcondensed-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-bookcondensed-webfont.svg#gotham_htfbook_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfmedium_condensed';
    src: url('fonts/gothamhtf-mediumcondensed-webfont.eot');
    src: url('fonts/gothamhtf-mediumcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-mediumcondensed-webfont.woff') format('woff'),
         url('fonts/gothamhtf-mediumcondensed-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-mediumcondensed-webfont.svg#gotham_htfmedium_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}






/* Proxima Nova Font-Face Load */

/* Turned Off

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Regular.otf')  format('opentype'),
	     url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf')  format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Light.otf')  format('opentype'),
	     url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf')  format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf')  format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Extrabld.otf')  format('opentype'),
	     url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.ttf')  format('truetype'), url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
} */



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.lightcase-contentInner {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.lightcase-contentInner  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.videography .photomosaic-spinner-wrap {
	background: url('img/play.png') no-repeat center center !important;
}
.videography .photoMosaic a:hover .photomosaic-spinner-wrap {
	z-index: 999;
	opacity: .9;
	cursor: pointer;
}
.videography .photoMosaic a:hover .photomosaic-spinner-wrap .photomosaic-spinner {
	display: none;
}

.photoMosaic a:hover .photomosaic-spinner-wrap .photomosaic-spinner {
	display: none;
}


/*------------------------------------*\
    Forms
\*------------------------------------*/


input, select {
	height: 50px;
}

textarea {
	height: 174px;
}

input, select, textarea {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	padding: 14px 18px;
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 23px;
}
input:hover, select:hover, textarea:hover {
	border: 1px solid #c0c0c0;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #578792;
}
.wpcf7-submit {
	color: #FFF;
	border: 1px solid #365674;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 16px;
	background: #365674;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-moz-box-shadow: 0 4px #436871;
}
.wpcf7-submit:hover {
	border: 1px solid #578792;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .8;
}


.animsition-loading {
	color: red !important;
}








/* Full Screen Menu */

.full-wrap {
  background: #FFF;
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.navigation-is-open .full-wrap {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}



.cd-nav-trigger {
	display: none;
  position: fixed;
  z-index: 99999;
  right: 3%;
  top: 13px;
  height: 54px;
  width: 54px;
  background-color: #FFF;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #365674;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 40px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 108px 5% 40px 5%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-family: 'gotham_htfbold';
}
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  margin-left: -30px;
  left: 50%;
  background-color: #3f4e61;
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}
.cd-nav .cd-primary-nav a {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
  color: #ffffff;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    /*padding: 62px 20%;*/
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    /*width: 50%;
    float: left;*/
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 4.4rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}

.no-js .full-wrap {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}









/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}








/*------------------------------------*\
    LAYOUT & GRID SYSTEM
\*------------------------------------*/



.story-content {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 17px;
}

.story-wrap {
	padding-left: 13%;
	padding-right: 13%;
	padding-top: 3%;
}

.gallery-wrap {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
}

.full-wrap {
	height: auto;
	min-height: 100%;
	width: 80.5%;
}

.left-wrapbg {
	background: #f2f2f2 url('img/gbg.jpg') repeat left top;
	    bottom: 0;
	    position: fixed;
	    top: 0;
	    width: 20%;
	    z-index: 1;
}

.layout-left {
	    float: left;
	    position: fixed;
	    width: 20%;
	    padding-left: 3%;
	    padding-right: 3%;
	    z-index: 2;
	    height: 100%;
}
.layout-right {
	    height: 100%;
	    margin-left: 20%;
	    /*padding: 1.25%;*/
}

.mobile-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #eeeeee;
	padding-left: 3%;
	padding-top: 6px;
	padding-bottom: 8px;
}

.logo-wrap {
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}

#rev_slider_2_1_wrapper {
	padding: 1.25% !important;
	background-color: #FFF !important;
}


.page-padding {
	padding-top: 75px;
}


.page-wrap {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
}
.page-banner-wrap {
	margin-bottom: 60px;
}
.contact .page-banner-wrap {
	display: none;
}


.single-projects .page-padding {
	padding-top: 114px;
}
.post-type-archive-projects .page-padding {
	padding-top: 166px;
}
.tax-project_categories .page-padding {
	padding-top: 166px;
}

.clear {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 7%;
	position: relative;
	max-width: 1460px;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin-left: -10px;
	margin-right: -10px;
}
.section-full-width {
	clear: both;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0%;
	padding-left: 10px;
	padding-right: 10px;
}
.col.margin {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}

.col-no-padding {
	display: block;
	float:left;
	margin: 0%;
	padding-left: 0px;
	padding-right: 0px;
}

.col:first-child { margin-left: 0; }
.col-no-padding:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.66%;
}
.span_10_of_12 {
  	width: 83.33%;
}

.span_9_of_12 {
  	width: 75%;
}

.span_8_of_12 {
  	width: 66.66%;
}

.span_7_of_12 {
  	width: 58.33%;
}

.span_6_of_12 {
  	width: 50%;
}

.span_5_of_12 {
  	width: 41.66%;
}

.span_4_of_12 {
  	width: 33.33%;
}

.span_3_of_12 {
  	width: 25%;
}

.span_2_of_12 {
  	width: 16.66%;
}

.span_1_of_12 {
  	width: 8.333%;
}


/*  GRID OF TWELVE WITH MARGIN  */
.col.margin.span_12_of_12 {
	width: 100%;
}

.col.margin.span_11_of_12 {
  	width: 91.5%;
}
.col.margin.span_10_of_12 {
  	width: 83%;
}

.col.margin.span_9_of_12 {
  	width: 74.5%;
}

.col.margin.span_8_of_12 {
  	width: 66%;
}

.col.margin.span_7_of_12n {
  	width: 57.5%;
}

.col.margin.span_6_of_12 {
  	width: 49%;
}

.col.margin.span_5_of_12 {
  	width: 40.5%;
}

.col.margin.span_4_of_12 {
  	width: 32%;
}

.col.margin.span_3_of_12 {
  	width: 23.5%;
}

.col.margin.span_2_of_12 {
  	width: 15%;
}

.col.margin.span_1_of_12 {
  	width: 6.5%;
}







/*------------------------------------*\
    HEADER
\*------------------------------------*/




.logo {

}
.logo-img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.logo-img:hover {
	opacity: .8;

}



/*------------------------------------*\
    NAV
\*------------------------------------*/


#amenu,
#amenu ul,
#amenu li,
#amenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#amenu a {
  line-height: 1.3;
  padding: 6px 0px;
}
#amenu {
  width: 100%;
}
#amenu > ul > li {
  cursor: pointer;
}
#amenu > ul > li:last-child {
  /*border-bottom: 1px solid #3e3d3c;*/
}
#amenu > ul > li > a {
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  color: #6d6e71;
  letter-spacing: 0.5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 }

#amenu > ul > li.current-menu-item > a {
 	color: #365674;
 	font-family: 'gotham_htf_mediumregular';
}


#amenu > ul > li.current-menu-item > a {
 	color: #365674;
 	font-family: 'gotham_htf_mediumregular';
}


#amenu > ul > li.current-menu-parent > a {
 	color: #365674;
 	font-family: 'gotham_htf_mediumregular';
}

#amenu > ul > li.current-menu-parent > .sub-menu {
 	display: block;
}


#amenu > ul > li > a:hover {
  text-decoration: none;
  color: #365674;
  font-family: 'gotham_htf_mediumregular';
}
#amenu > ul > li.active {
  border-bottom: none;
}
#amenu > ul > li.active > a {
  color: #365674;
  font-family: 'gotham_htf_mediumregular';
}
#amenu > ul > li.has-sub > a:after {
  content: "";
  display: inline-block;
  margin-bottom: 1px !important;
  margin-left: 5px;
  border: 4px solid transparent;
  border-left: 4px solid #d1d3d4;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#amenu > ul > li.has-sub.active > a:after {
  border: 4px solid transparent;
  border-top: 4px solid #bababa;
  margin-bottom: 0px !important;
  margin-left: 2px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* Sub menu */
#amenu ul ul {
  padding: 0;
  display: none;
}
#amenu ul ul a {
  display: block;
  color: #797979;
  font-size: 13px;
  margin-left: 14px;
  padding: 4px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#amenu ul ul a:hover {
  color: #365674;
  font-family: 'gotham_htf_mediumregular';
}

#amenu ul ul .current-menu-item a {
	color: #365674;
	font-family: 'gotham_htf_mediumregular';
}

#amenu ul ul:last-of-type {
  margin-bottom: 12px;
}

#amenu ul ul li {

}
#amenu ul ul li.odd a {

}
#amenu ul ul li:last-child {
  border: none;
}





/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {

}






/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.home-slider-wrap {
	background: #FFF;
	border-top: 1px solid #d8d8d8;
}
.slick-wrap {
	margin-left: 25px !important;
	margin-right: 25px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.home .cta-wrap {
	margin-top: 0;
	background: none;
}
.contact .cta-wrap {
	display: none;
}

.cta-wrap {
	background: #FFF;
	padding-bottom: 50px;
	background: #365674;
	padding-left: 3%;
	    padding-right: 3%;
	    padding-top: 50px;

}
.cta-wrap h2 {
	color: #FFF;
	text-align: center;
}
.cta-wrap p {
	color: #FFF;
	text-align: center;
}
.cta-wrap h3 {
	font-size: 30px;
	border-bottom: 0px;
}
.cta-wrap h5 {
	text-align: center;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 30px;
}

.cta-wrap input, .cta-wrap textarea {
	background: hsla(0, 0%, 100%, 0.2);
	border: none !important;
	color: #FFF;
}

.cta-wrap select {
	background: hsla(0, 0%, 100%, 0.7);
	border: none !important;
	color: #365674;
}


.cta-wrap .wpcf7-submit {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	padding-top: 14px;
	text-transform: uppercase;
	padding-bottom: 19px;
	background: #2b455f;
	margin-top: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cta-wrap .wpcf7-submit:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0px;
	opacity: .8;
}


.footer {
	color: #6d6e71;
	font-size: 11px;
	line-height: 1.2em;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 16%;
	padding-right: 16%;
	width: 100%;
}
.footer a {
	color: #6d6e71
}


.footer a.social-icon {
	color: #d1d3d4
}

.footer p {
    margin-bottom: 6px;
}

.footer a:hover {
	color: #365674;
}
.footer-widget-wrap {
	margin-bottom: 30px;
}
.footer-widget-title {
	font-family: 'gotham_htfbold';
	border-bottom: none;
	font-size: 20px;
	margin-bottom: 11px;
	padding-bottom: 0px;
	color: #FFF;

}
.footer #text-3 strong {
	color: #FFF;
}
.social-icon .fa-stack-1x {
	color: #f1f2f2;
}


.fa-stack-2x {
    font-size: 32px !important;
}
.fa-stack {
    height: 28px !important;
    line-height: 32px !important;
    width: 28px !important;
    margin-top: 10px;
}


/*------------------------------------*\
    COPYRIGHT
\*------------------------------------*/

	.copyright-wrap {
		color: #595959;
		font-size: 12px;
		line-height: 12px;
		background: #1f1f1f;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.copyright-wrap a {
		color: #717171;
	}
	.copyright-wrap a:hover {
		color: #d8d8d8;
	}




/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

	.sidebar .sidebar-widget-title {
		font-family: 'gotham_htfbold';
		color: #58595b;
	}
	.sidebar .widget {
		margin-bottom: 40px;
	}




/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

.comments {
	margin-top: 80px;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*ALL*/

	h1.title {
		margin-bottom: 30px;
	}

	.header-banner {
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding-top: 120px;
		padding-bottom: 130px;
		margin-bottom: 70px;
		background-image: url('http://cascade.cloudroots.net/wp-content/uploads/2015/10/page-banner.jpg');
	}

	.page-title {
		font-size: 52px;
		line-height: 64px;
		color: #FFF;
		border-bottom: none;
		margin-bottom: 4px;
	}

	.page-title-sub {
		font-size: 28px;
		line-height: 30px;
		color: #FFF;

	}

/*CONTACT*/

.map-container {
    margin-top: 10px;
    width: 100%;
    height: 300px;
}
.maps iframe{
    pointer-events: none;
    max-width: 100%;
}


/*HOME*/

	/* Home Page Lower Slider */

		.slick-image-wrapper {
			text-align: center;
		}
		.slick-image-wrapper.slick-slide img {
			display: inline;
		}
		.slick-dots {
			display: none !important;
		}
		.slick-prev {
			background: url('img/lefta.png') no-repeat left top !important;
			height: 30px !important;
			width: 16px !important;
		}
		.slick-next {
			background: url('img/righta.png') no-repeat left top !important;
			height: 30px !important;
			width: 16px !important;
		}

	/* Home Page Lower Slider - END */


	.home-feat-post-wrap a {
		color: #58595b;
	}
	.home-feat-post-wrap a:hover {
		color: #838383;
	}

	.banner-section h2 {
		font-size: 60px;
		color: #FFF;
	}
	.project-post-wrap {
		margin-bottom: 24px !important;
		display: block;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.project-post-wrap:hover {
		opacity: .8;
	}
	.project-post-wrap h4 {
		margin-bottom: -7px;
		margin-top: 2px;
		font-family: 'gotham_htfmedium_condensed';
		font-size: 27px;
		text-transform: uppercase;
		color: #58595b;
	}
	.post-project-location {
		font-size: 13px;
		color: #808285;
	}
	.project-post-hover {
		color: #FFF;
	}
	.read-more-right a {
		color: #414042;
	}

	.featured-post-wrap {
		display: block;
		background: #6d6e71;
		float: left;
		width: 100%;
		margin-bottom: 15px !important;
	}
	.featured-post-wrap p {
		font-size: 15px;
		line-height: 1.35em;
	}
	.featured-post-wrap .post-info {
		padding: 25px 30px 25px 25px;
		color: #FFF;
	}
	.featured-post-wrap .post-info .read-more {
		display: none;
	}
	.featured-post-wrap .post-info .feat-more {
		font-family: 'gotham_htfbold';
		color: #FFF;
		margin-top: 12px;
		display: block;
	}
	.featured-post-wrap img {
		padding-left: 7px;
	}

	.featured-news-post-wrap {
		color: #FFF;
	}

	.vc_gitem_row .news-post-content.vc_gitem-col {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 12px;
	}

	.featured-news-post-wrap .news-post-content h4 {
		font-size: 21px;
		font-family: 'gotham_htfbold';
	}

	.featured-news-post-wrap .vc_gitem-row-position-middle {
		background: #6d6e71;
	}

	.home-featured-wrap .wpb_content_element {
		margin-bottom: 0px !important;
	}

	.basic-post-title h3 {
		font-family: 'gotham_htfbold';
		text-transform: uppercase;
	}
	.p-logo img {
		opacity: .3;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.p-logo:hover img {
		opacity: 1;
		filter: none !important;
	}


/* Single Project Page */

	.project-top {
		padding-top: 4px;
		padding-bottom: 50px;
	}
	.project-top h1 {
		text-align: center;
		text-transform: uppercase;
		padding-bottom: 16px;
	}
	.project-top h4 {

	}
	.details-wrap h3 {
		font-family: "gotham_htfbold";
		padding-top: 10px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.details-wrap {
		font-size: 17px;
	}
	.credits-wrap h3 {
		font-family: "gotham_htfbold";
		padding-top: 10px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.credits-wrap {
		font-size: 17px;
	}
	.credits-wrap li {
		margin-bottom: 12px;
	}
	.credits-wrap span {
		font-family: "gotham_htfbold";
		width: 160px;
		display: inline-block;
		float: left;
	}
	.sim-project-wrap h2 {
		height: 55px;
		background-color: #414042;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
		font-size: 21px;
		font-family: "gotham_htfbold";
		background-image: url('img/bleft.png'), url('img/bright.png');
		background-position: top left, top right;
		background-repeat: no-repeat;
		margin-right: -21px;
		line-height: 54px;
		margin-bottom: 38px;
		margin-top: 120px;
	}


/* BLOG */

	.us_shortcode {
		margin-top: 12px;
	}

	.category .us_shortcode {
		margin-top: 26px;
	}

	.mfp-content input, .mfp-content select, .mfp-content textarea {
		margin-bottom: 0px;
	}


	.single-projects .custom-sub-menu {
		display: block;
	}
	.post-type-archive-projects .custom-sub-menu {
		display: block;
	}
	.tax-project_categories .custom-sub-menu {
		display: block;
	}

	.custom-sub-menu {
		width: 100%;
		background: #58595b;
		position: fixed;
		top: 80px;
		left: 0;
		z-index: 3;
		padding-left: 7%;
		padding-right: 7%;
		text-align: right;
		display: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.smaller .custom-sub-menu {
		top: 56px;
	}

	.custom-sub-menu li {
		display: inline-block;
	}
	.custom-sub-menu li a {
		padding: 10px 13px;
		display: block;
		color: #FFF;
		font-size: 15px;
		line-height: 1.35em;
	}
	.custom-sub-menu li.current-menu-item a {
		color: #578792;
	}
	.custom-sub-menu li a:hover {
		color: #578792;
	}


	/* Category Drop Down Menu */

		.navbox {
			background: #3f3f3f;
		}

		.description-wrap {
			text-align: center;
			padding-top: 18px;
			padding-bottom: 60px;
			margin-top: -30px;
		}
		.description-wrap h3 {
			font-family: 'gotham_htfbold';
			text-transform: uppercase;
		}
		.description-wrap p {
			font-size: 20px;
		}


		#nav-trigger {
		  display: block;
		  }
		  #nav-trigger span {
		    display: inline-block;
		    padding: 10px 14px 10px 24px;
		    color: white;
		    cursor: pointer;
		    width: 100%;
		  }
		    #nav-trigger span:after {
		      display: inline-block;
		      margin-top: 8px;
		      float: right;
		      width: 20px;
		      height: 10px;
		      content: "";
		      border-left: solid 10px transparent;
		      border-top: solid 10px #fff;
		      border-right: solid 10px transparent; }
		    #nav-trigger span:hover {
		      background-color: #595959; }
		    #nav-trigger span.open:after {
		      border-left: solid 10px transparent;
		      border-top: none;
		      border-bottom: solid 10px #fff;
		      border-right: solid 10px transparent; }

		nav {
		  margin-bottom: 30px; }

		nav#nav-main {
		display: none;
		  background-color: #272727;
		  padding: 10px 0; }
		  nav#nav-main ul {
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		    text-align: center; }
		  nav#nav-main li {
		    display: inline-block;
		    border-right: solid 1px #cc0028;
		    padding: 0 5px; }
		    nav#nav-main li:last-child {
		      border-right: none; }
		  nav#nav-main a {
		    display: block;
		    color: white;
		    padding: 10px 30px; }
		    nav#nav-main a:hover {
		      background-color: #264765;
		      color: #fff; }

		nav#nav-mobile {
		  position: relative;
		  display: block; }
		  nav#nav-mobile ul {
		  	padding: 0px;
		    display: none;
		    z-index: 1000;
		    list-style-type: none;
		    position: absolute;
		    left: 0;
		    right: 0;
		    margin-left: auto;
		    margin-right: auto;
		    background-color: #272727;
		    margin-top: 0px;
		    margin-bottom: 0px; }
		  nav#nav-mobile li {
		    display: block;
		    padding: 0;
		    margin: 0;
		    border-bottom: 1px solid #535353; }
		    nav#nav-mobile li:last-child {
		      border-bottom: none; }
		  nav#nav-mobile a {
		    display: block;
		    color: white;
		    padding: 10px 24px; }
		    nav#nav-mobile a:hover {
		      background-color: #333333;
		      color: #fff; }


	.story-post.post-wrap {
		padding-top: 0px;
		padding-bottom: 50px;
		background: #f4f4f4;
		padding: 0;
		margin-bottom: 24px;
	}

	.post-wrap {
		margin-bottom: 90px;
	}

	.post-wrap a {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.post-wrap a:hover {
		opacity: .8;
	}

	.post-title {
		font-size: 32px;
		margin-top: 14px;
		color: #414042;
		margin-bottom: 8px;
		line-height: 38px;
	}
	.post-title a {
		color: #58595b;
		letter-spacing: -0.5px;
	}
	.post-title a:hover {
		color: #365674;
	}
	.post-date {
		font-size: 12px;
		color: #939598;
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
		text-transform: uppercase;
		margin-bottom: 40px;
	}
	.post-date strong {
		font-family: 'gotham_htf_mediumregular';
	}

	#lightcase-case {
		text-shadow: none !important;
	}

	#lightcase-case[data-type="image"] .lightcase-content, #lightcase-case[data-type="video"] .lightcase-content {
		background: #FFF !important;
	}

	.pagination {


	}
	.pagination .page-numbers {
		padding: 10px 20px;
		background: #cccccc;
		margin-left: 4px;
		color: #FFF;
		margin-bottom: 90px;
		display: inline-block;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.pagination .page-numbers.current {
		background: #a7a7a7;
	}

	.pagination .next.page-numbers {
		background: #365674;
	}
	.pagination .page-numbers:hover {
		opacity: .8;
	}

/* SERVICES */

	.product-post-title {
		font-family: 'gotham_htf_bookregular';
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 0px;
		text-transform: uppercase;
		text-align: center;
		padding: 20px 10px 0 10px;
	}
	.product-post-title a {
		color: #414042;
	}

	h6.services {
		padding-bottom: 20px;
		padding-left: 16px;
		padding-right: 16px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: .25px;
		font-size: 10px;
		line-height: 15px;
		color: #939598;
		border-bottom: 2px dotted #e0e0e0;
		margin-bottom: 20px;
	}

	.product-post-title.with-age {
		font-family: 'gotham_htfbold';
		text-transform: uppercase;
		text-align: center;
		padding-top: 10px;
	}
	.product-post-title.with-age span {
		font-family: 'gotham_htf_lightregular';
	}

	.product-post-content {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
	}
	.product-post-content p{
		font-size: 14px;
		line-height: 1.5em;
	}

	.product-post-content .feat-more {
		margin-top: 12px;
		display: block;
		clear: both;
		float: left;
		font-size: 15px;
		line-height: 1.35em;
	}

/*background for accordion items*/
.blueBKG {
	background-color: #365674;
}

/*------------------------------------*\
    Team
\*------------------------------------*/



.team-wrapper {
	margin-top: 0px;
	margin-bottom: 160px;
}
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 0.4% 0;
	vertical-align: top;
	height: 202px;
	width: 17.7%;
}
.og-grid li a .team-hover {
	position: relative;
	margin-top: -40px;
	height: 40px;
	width: 100%;

}


.og-grid li .team-hover h5 {
	font-size: 18px;
	font-family: 'gotham_htfmedium_condensed';
	color: #FFF;
	background: hsla(0, 0%, 29%, 0.5);
	text-align: left;
	text-transform: uppercase;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	padding-left: 10px;
}
.og-grid li .team-hover p {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	padding-bottom: 30px;
	color: #FFF;
}

.og-grid li a:hover .team-hover {
	display: block;
	z-index: 100;
}


.og-grid li .team-hover .hover-top {
	background: url('img/hover-top.png') no-repeat center top;
	height: 45px;
}
.og-grid li .team-hover .hover-bottom {
	background: url('img/hover-bottom.png') no-repeat center bottom;
	padding-left: 20px;
	padding-right: 20px;
}


.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;

}

.og-grid li > a img {
	filter: url('img/gray.svg#grayscale'); /* Firefox 3.5+ */
	    filter: gray; /* IE6-9 */
	    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
}

.og-grid li.og-expanded > a img {
	filter: none;
	    -webkit-filter: grayscale(0);
}

.og-grid li > a img:hover {
	filter: none;
	    -webkit-filter: grayscale(0);
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #e7e7e7;
	border-width: 30px;
	left: 50%;
	margin: -8px 0 0 -26px;
}

.og-expander {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 50px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 32px 30px 0px;
	height: 90%;
	margin-left: 22px;
	margin-right: 23px;
	background: #e7e7e7;
}

.og-close {
	cursor: pointer;
	    height: 40px;
	    position: absolute;
	    right: 33px;
	    top: 11px;
	    width: 40px;
	    z-index: 2000;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg {
	width: 25%;
	padding-right: 4px;
	float: left;
	overflow: hidden;
	position: relative;
}

.og-details {
	width: 75%;
	padding-right: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 39px 0 36px;
}

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

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	padding: 0px;
	margin-bottom: 0px;
	font-family: 'gotham_htfbold';
	border-bottom: none;
	margin-top: 0px;
	text-transform: uppercase;
	float: left;
	margin-right: 8px;
	font-size: 27px;
}
.og-details h3.cred {
	font-family: 'gotham_htfbook_condensed';
	font-size: 26px;
	line-height: 16px;
    margin-top: 0px;
}


.og-details .position {
	font-size: 16px;
	color: #64675E;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 9px;
	font-weight: 300;
	float: left;
	width: 100%;
	clear: both;
}

.og-details .email {
	font-size: 14px;
	/*padding-right: 10px;*/
	/*background: url('img/ra.png') no-repeat;*/
	background-position: right center;
	font-weight: 300;
	float: left;
	margin-top: 16px;
}

.og-details p {
	font-size: 14px;
	line-height: 17px;
}

.og-details div {
	margin-top: 26px;
	float: left;
}

.og-details strong {
	font-family:"gotham_htfbold";
	color: #c5960b;
}

.og-details p {
	margin-bottom: 8px;
}



.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

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

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}












/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.logo-wrap {
	padding-top: 14%;
	padding-bottom: 16%;
	margin-bottom: 14%;
}


@media only screen and (min-height: 700px) and (max-height: 800px) {
	#amenu a {
		padding: 3px 0;
		font-size: 15px;
	}
	#amenu ul ul a {
		padding: 2px 0;
	}
	.logo-img {
	    padding: 0 15px;
	}

}

@media only screen and (min-height: 620px) and (max-height: 699px) {
	#amenu a {
		padding: 2px 0;
		font-size: 12px;
	}
	#amenu ul ul a {
		padding: 1px 0;
	}
	.logo-img {
	    padding: 0 30px;
	}
	.logo-wrap {
	    margin-bottom: 9%;
	    padding-bottom: 12%;
	    padding-top: 11%;
	}
}

@media only screen and (min-height: 0px) and (max-height: 619px) {


	.cd-nav h2 {
	  margin-bottom: 40px
	}


	.cd-nav-trigger {
		top: 15px;
	}

	.mobile-hide {
		display: none;
	}
	.mobile {
		display: block;
	}
	.layout-left {
		display: none;

	}
	.layout-right {
		width: 100%;
		clear: both;
		margin-left: 0px;
	}
	.left-wrapbg {
		display: none;
	}
	.logo-img {
		width: 70px;
	}
	.mobile-header .logo-wrap {
		text-align: left;
		border-bottom: none;
		padding-bottom: 0px;
	}
	.cd-nav-trigger {
		display: block;
	}
	.mobile-header {
		display: block;
	}
	.full-wrap {
		padding-top: 81px;
	}
	.home .full-wrap {
		padding-top: 0px;
	}
	#amenu li {
		text-align: center;
	}
	#amenu > ul > li > a {
		color: #FFF;
	}
	#amenu ul ul a {
	    margin-left: 0px;
	    color: #FFF;
	}
	#amenu {
		padding-top: 12%;
	}
	.logo-wrap {
	    margin-bottom: 0;
	    padding-bottom: 0;
	    padding-top: 0;
	}
	#amenu {
	    padding-top: 0;
	}
}





/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width:768px) {
	.container {width: 360px;padding: 0}
	body {
		font-size: 16px;
	}
	.col {  margin: 1% 0 1% 0%; }
    .pad-right-40 {
    	padding-right: 10px !important;
    }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
	}
	.span_1_of_12-margin, .span_2_of_12-margin, .span_3_of_12-margin, .span_4_of_12-margin, .span_5_of_12-margin, .span_6_of_12-margin, .span_7_of_12-margin, .span_8_of_12-margin, .span_9_of_12-margin, .span_10_of_12-margin, .span_11_of_12-margin, .span_12_of_12-margin {
	width: 100%;
	}
	.pad-right-60 {
	    padding-right: 10px !important;
	}

	.description-wrap p {
	    font-size: 16px;
	}
	h1 {
	    font-size: 26px;
	        line-height: 29px;
	        padding-bottom: 12px;
	}
	h3 {
	    font-size: 15px;
	}
	h4 {
	    font-size: 19px;
	}

	body #lightcase-case:not([data-type="image"]):not([data-type="video"]):not([data-type="flash"]):not([data-type="error"]), body #lightcase-case:not([data-type="image"]):not([data-type="video"]):not([data-type="flash"]):not([data-type="error"]) .lightcase-contentInner, body #lightcase-case:not([data-type="image"]):not([data-type="video"]):not([data-type="flash"]):not([data-type="error"]) .lightcase-inlineWrap {
		padding-bottom: 56.25% !important; /* 16:9 */
		top: 45px !important;

	}
	#lightcase-case .lightcase-contentInner  iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
	}



	/*menus*/

	.mobile-hide {
		display: none;
	}
	.mobile {
		display: block;
	}
	.layout-left {
		display: none;

	}
	.layout-right {
		width: 100%;
		clear: both;
		margin-left: 0px;
	}
	.left-wrapbg {
		display: none;
	}
	.logo-img {
		width: 70px;
	}
	.mobile-header .logo-wrap {
		text-align: left;
		border-bottom: none;
		padding-bottom: 0px;
	}
	.cd-nav-trigger {
		display: block;
	}
	.mobile-header {
		display: block;
	}
	.full-wrap {
		padding-top: 81px;
	}
	#amenu li {
		text-align: center;
	}
	#amenu > ul > li > a {
		color: #FFF;
	}
	#amenu ul ul a {
	    margin-left: 0px;
	    color: #FFF;
	}
	#amenu {
		padding-top: 12%;
	}
	#amenu {
	    padding-top: 0;
	}
	.logo-wrap {
	    margin-bottom: 0 !important;
	    padding-bottom: 0 !important;
	    padding-top: 0 !important;
	}
	.logo-img {
	    padding: 0 0px !important;
	}
	.home .full-wrap {
		padding-top: 0px;
	}
	/*menus end*/

	.story-wrap {
		padding-left: 3%;
		padding-right: 3%;
	}
	.layout-left {
	    padding-left: 2%;
	    padding-right: 2%;
	}
	.footer {
	    padding-left: 10%;
	    padding-right: 10%;
	}
	.contact .map-container {
		display: none;
	}
	.contact .vc_custom_1444934692677 {
	    padding-right: 15px !important;
	}
	.contact .vc_custom_1444929847785 {
	    border-left: none !important;
	    padding-left: 15px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {width: 768px;padding: 0 3%}
	body {
		font-size: 15px;
	}

	h1 {
	    font-size: 29px;
	}
	h3 {
	    font-size: 17px;
	}
	h4 {
	    font-size: 22px;
	}
	.footer {
		font-size: 10px;
	}
	#amenu > ul > li > a {
	    font-size: 13px;
	    letter-spacing: 0;
	}
	#amenu ul ul a {
	    font-size: 11px;
	    margin-left: 8px;
	    padding: 4px 0;
	}
	.layout-left {
	    padding-left: 2%;
	    padding-right: 2%;
	}
	.footer {
	    padding-left: 10%;
	    padding-right: 10%;
	}

}

@media only screen and (min-width: 959px) and (max-width: 1199px) {
	.container {width: 960px;padding: 0 3%}
	body {
		font-size: 16px;
	}
	h3 {
	    font-size: 17px;
	}
	h4 {
	    font-size: 22px;
	}
	.footer {
		font-size: 10px;
	}
	.layout-left {
	    padding-left: 2%;
	    padding-right: 2%;
	}
	.footer {
	    padding-left: 10%;
	    padding-right: 10%;
	}

}





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

}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}






/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
