/*
	Theme Name: Retrograde
	Theme URI: https://deeprootdesign.com
	Description: Retrograde Framework
	Version: 1.0.0-canary
	Author: Benjamin Motal (benjamin@deeprootdesign.com)
	Author URI: https://deeprootdesign.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

body {
	font: 16px/1.6em 'gotham_htf_lightregular', Helvetica, Arial, sans-serif;
	color: #000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.overflow-visible {
	overflow: visible !important;
}
a {
	color:#5E883C;
	text-decoration:none;
}
a:hover {
	color:#47662C;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.view-article {
	color: #5E883C;
}
.view-article:hover {
	color: #770046;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
figure {
	margin: 0;
	padding: 0;
}
.graybg {
	background: #F2F2F2;
}
.bluebg {
	background: #5E883C;
}
.whitebg {
	background: #FFFFFF;
}
.blackbg {
	background: #101010;
}
.tanbg {
	background: #F1EEE9;
}
.round {
	border-radius: 4px;
}
.center-svg img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Full width block paddings */
.padding-left {
	padding-left: 20%;
}
.padding-right {
	padding-right: 20%;
}
.mobile-show {
	display: none;
}


/* Mobile Deb Helper */

.mobile-dev-helper {
	/* display: none !important; */
	display: block;
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 10px;
	padding: 4px;
	color: #aaa;
	z-index: 99999;
}
.mobile-dev-helper span {
	display: none;
}

/* Wordpress */


img.size-full {
	width: 100%;
	height: auto;
}

.check-ul {
	list-style: none;
	padding-left: 50px;
	margin-bottom: 30px;
}
.check-ul li {
	font-size: 19px;
    margin-bottom: 10px;
}
.check-ul li::before {
	content: '';
   display: inline-block;
   height: 24px;
   width: 24px;
   position: absolute;
   left: 33px;
   background-image: url('img/check.svg');
   background-size: contain;
   background-repeat: no-repeat;
}




/* Canary Forms */


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input.datepicker {
	width: 100% !important;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

input[type="submit"] {
	background: #5E883C;
	border: none !important;
	color: #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 19px 19px;
	width: 100% !important;
	font-family: "gotham_htfbold";
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	-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;
}

input[type="submit"]:hover {
	background: #33517D;
	border: none;
	color: #FFF;

}

.cta-wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .cta-wrap .gform_wrapper textarea {
	background: #FFF;
}


.home-banner-one .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .home-banner-one .gform_wrapper textarea {
	background: rgba(255, 255, 255, 0.8);
}



.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
	padding: 19px 19px !important;
	background: #F1EEE9;
	border: 1px solid #F1EEE9;
	font-size: 14px !important;
	font-family: 'gotham_htf_bookregular' !important;
	-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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 7px;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover, .gform_wrapper textarea:hover {
	border: 1px solid #d0d0d0;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .gform_wrapper textarea:focus {
	border: 1px solid #5E883C;
}

.form-section-fix {
	margin-bottom: 4px !important;
}

.bigcheckbox ul {

}

.bigcheckbox li {
	display: inline-block;
}

.bigcheckbox input {
	display: none !important;
}
.bigcheckbox .gfield_label {
	display: none !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
	font-weight: normal;
	background: #e6e7e8;
	border: 1px solid #e6e7e8;
	font-size: 14px !important;
	font-family: 'gotham_htf_bookregular' !important;
	padding: 19px 19px !important;
	max-width: 100%;
	margin-right: 20px;
	-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;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-width: 140px;
     text-align: center;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:hover, .gform_wrapper ul.gfield_radio li input[type="radio"] + label:hover {
background: #d0d0d0;
	border: 1px solid #d0d0d0;
	cursor: pointer;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	font-weight: normal !important;
	background: #5E883C;
	color: #FFF;
	border: 1px solid #5E883C;
}
.hide-label label {
	display: none !important;
}

.gsection {
	padding-bottom: 0px !important;
}

body .gform_wrapper h2.gsection_title {
	 color: #5E883C;
	 line-height: 22px;
	 font-size: 15px;
	 font-family: 'gotham_htfbold';
	 text-transform: uppercase;
	 padding-bottom: 7px !important;
	 padding-top: 20px !important;
	 font-weight: normal;
}
body .gform_wrapper h2.gsection_title:before {
	display: none;
}

.gsection_title:before {
	display: none;

}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 0px !important;
}


/* Forms End */



/*------------------------------------*\
    Layout & Grid
\*------------------------------------*/


/* wrapper */
.wrapper {
	float: left;
     clear: both;
     width: 100%;
     position: relative;
     overflow: hidden;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 8%;
	position: relative;
	max-width: 1520px;
}
.container-small {
	width: 100%;
	margin: 0 auto;
	padding: 0 8%;
	position: relative;
	max-width: 1120px;
}
.container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: none;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}




.col {
  margin-right: 30px;
}
.col:last-child {
	margin-right: 0px;
}
.col-full {
  margin-right: 0px;
}

.flex-grid {
  display: flex;
}
.align-center {
	align-items: center;
}
.align-top {
	align-self: flex-start;
}
.align-bottom {
	align-self: flex-end;
}

/* Grid 12 Columns */
.span-1 		{width: 8.333%;}
.span-2 		{width: 16.66%;}
.span-3	 	{width: 25%;}
.span-4 		{width: 33.33%;}
.span-5 		{width: 41.66%;}
.span-6		{width: 49.3%;}
.span-7 		{width: 58.33%;}
.span-8 		{width: 66.66%;}
.span-9 		{width: 75%;}
.span-10 		{width: 83.33%;}
.span-11 		{width: 91.66%;}
.span-12	 	{width: 100%;}

.col-full.span-1 		{width: 8.333%;}
.col-full.span-2 		{width: 16.66%;}
.col-full.span-3	 	{width: 25%;}
.col-full.span-4 		{width: 33.33%;}
.col-full.span-5 		{width: 41.66%;}
.col-full.span-6		{width: 50%;}
.col-full.span-7 		{width: 58.33%;}
.col-full.span-8 		{width: 66.66%;}
.col-full.span-9 		{width: 75%;}
.col-full.span-10 		{width: 83.33%;}
.col-full.span-11 		{width: 91.66%;}
.col-full.span-12	 	{width: 100%;}

/* Padding Top */
.pt10		{padding-top: 10px;}
.pt20		{padding-top: 20px;}
.pt25		{padding-top: 25px;}
.pt30		{padding-top: 30px;}
.pt40		{padding-top: 40px;}
.pt50		{padding-top: 50px;}
.pt60		{padding-top: 60px;}
.pt70		{padding-top: 70px;}
.pt80		{padding-top: 80px;}
.pt90		{padding-top: 90px;}
.pt100		{padding-top: 100px;}
.pt110		{padding-top: 110px;}
.pt120		{padding-top: 120px;}
.pt130		{padding-top: 130px;}
.pt140		{padding-top: 140px;}
.pt150		{padding-top: 150px;}
.pt160		{padding-top: 160px;}

/* Padding Bottom */
.pb10		{padding-bottom: 10px;}
.pb20		{padding-bottom: 20px;}
.pb25		{padding-bottom: 25px;}
.pb30		{padding-bottom: 30px;}
.pb40		{padding-bottom: 40px;}
.pb50		{padding-bottom: 50px;}
.pb60		{padding-bottom: 60px;}
.pb70		{padding-bottom: 70px;}
.pb80		{padding-bottom: 80px;}
.pb90		{padding-bottom: 90px;}
.pb100		{padding-bottom: 100px;}
.pb110		{padding-bottom: 110px;}
.pb120		{padding-bottom: 120px;}
.pb130		{padding-bottom: 130px;}
.pb140		{padding-bottom: 140px;}
.pb150		{padding-bottom: 150px;}
.pb160		{padding-bottom: 160px;}

/* Padding left */
.pl10		{padding-left: 10px;}
.pl20		{padding-left: 20px;}
.pl25		{padding-left: 25px;}
.pl30		{padding-left: 30px;}
.pl40		{padding-left: 40px;}
.pl50		{padding-left: 50px;}
.pl60		{padding-left: 60px;}
.pl70		{padding-left: 70px;}
.pl80		{padding-left: 80px;}
.pl90		{padding-left: 90px;}
.pl100		{padding-left: 100px;}
.pl110		{padding-left: 110px;}
.pl120		{padding-left: 120px;}
.pl130		{padding-left: 130px;}
.pl140		{padding-left: 140px;}
.pl150		{padding-left: 150px;}
.pl160		{padding-left: 160px;}

/* Padding right */
.pr10		{padding-right: 10px;}
.pr20		{padding-right: 20px;}
.pr25		{padding-right: 25px;}
.pr30		{padding-right: 30px;}
.pr40		{padding-right: 40px;}
.pr50		{padding-right: 50px;}
.pr60		{padding-right: 60px;}
.pr70		{padding-right: 70px;}
.pr80		{padding-right: 80px;}
.pr90		{padding-right: 90px;}
.pr100		{padding-right: 100px;}
.pr110		{padding-right: 110px;}
.pr120		{padding-right: 120px;}
.pr130		{padding-right: 130px;}
.pr140		{padding-right: 140px;}
.pr150		{padding-right: 150px;}
.pr160		{padding-right: 160px;}





/*------------------------------------*\
    FONTS
\*------------------------------------*/


@font-face {
    font-family: 'Garamond';
    src: url('fonts/Garamond-Bold.woff2') format('woff2'),
        url('fonts/Garamond-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier';
    src: url('fonts/Courier.woff2') format('woff2'),
        url('fonts/Courier.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Novecento Font-Face Load */

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

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

@font-face {
    font-family: 'DistantStroke-Medium';
    src: url('fonts/DistantStroke-Medium.woff2') format('woff2'),
        url('fonts/DistantStroke-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'butlermedium';
    src: url('fonts/butler_medium-webfont.woff2') format('woff2'),
         url('fonts/butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerregular';
    src: url('fonts/butler_regular-webfont.woff2') format('woff2'),
         url('fonts/butler_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* 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.ttf') format('truetype'),
	    url('fonts/gothamhtf-ultra-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
	font-style: normal;
	font-size: 24px;
}



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

p {
	margin: 0px 0px 25px 0px;
}

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

h1 {
	font-family: 'Garamond';
	font-weight: normal;
	font-size: 53px;
	line-height: 1.0em;
	color: #000;
	margin: 0px 0px 24px 0px;
	letter-spacing: -2px;
}
h2 {
	font-family: 'Garamond';
	font-weight: normal;
	font-size: 53px;
	line-height: 1.0em;
	color: #000;
	margin: 0px 0px 24px 0px;
	letter-spacing: -2px;
}
h2 strong {
	font-family: 'Novecento-CondMedium';
	letter-spacing: 1px;
}
h3 {
	font-family: 'Garamond';
	font-weight: normal;
	font-size: 40px;
	line-height: 1.0em;
	color: #000;
	margin: 0px 0px 24px 0px;
	letter-spacing: -1px;
}
h4 {
	font-family: 'gotham_htfbold';
	font-weight: normal;
	font-size: 21px;
	line-height: 1.1em;
	color: #101010;
	margin: 0px 0px 20px 0px;
}
h5 {
	font-family: 'gotham_htfbold';
	font-weight: normal;
	font-size: 17px;
	line-height: 1.1em;
	color: #5E883C;
	margin: 0px 0px 12px 0px;
}
h6 {
	font-family: 'gotham_htfbold';
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1em;
	color: #5E883C;
	margin: 0px 0px 12px 0px;
}



/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn1 {
	font-family: 'gotham_htfbold';
	font-size: 14px;
	letter-spacing: 0px;
	background: #5E883C;
	padding: 11px 28px;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	-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;
}
.btn1:hover {
	background: #47662C;
	color: #FFF;
}


.btn2 {
	font-family: 'gotham_htfbold';
	font-size: 14px;
	letter-spacing: 0px;
	background: #FFF;
	padding: 11px 28px;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	color: #5E883C;
	-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;
}
.btn2:hover {
	background: #5E883C;
	color: #FFF;
}

.btn3 {
	font-family: 'gotham_htfbold';
	font-size: 14px;
	letter-spacing: 0px;
	border: 1px solid #FFF;
	padding: 10px 28px;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	-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;
}
.btn3:hover {
	background: #5E883C;
	border: 1px solid #5E883C;
	color: #FFF;
}

.btn4 {
	font-family: 'gotham_htfbold';
	font-size: 15px;
	letter-spacing: 0.5px;
	display: inline-block;
	text-transform: uppercase;
	color: #5E883C;
	-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;
}
.btn4:hover {
	color: #33517D;
}

.btn5 {
	font-family: 'gotham_htfbold';
	font-size: 13px;
	text-transform: uppercase;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* header */
.header {
	height: 86px;
	background: #FFF;
	width: 100%;
	position: fixed;
	z-index: 100;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
body.home .header {
	-webkit-box-shadow: none;
	box-shadow: none;
}
body.home .header.scroll-header {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.header.scroll-header {
	height: 60px;
	background: #FFF;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.logo {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 12px;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
	margin-left: 2%;
}
.logo:hover {
	opacity: .7;
}
.header.scroll-header .logo {
	margin-top: 20px;
}
.logo svg {
	display: block;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.header.scroll-header .logo {
	margin-top: 5px;
}
.header .logo img {
	width: 196px;
	height: auto;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.header.scroll-header .logo img {
	width: 160px;
	height: auto;
}

.header .logo img {

	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.header-right-btn a {
	line-height: 44px;
	color: #FFF !important;
	background: #5E883C;
	border-radius: 4px;
	padding: 0px 27px !important;
	margin-left: 14px !important;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.header-right-btn a:hover {
	color: #FFF;
	background: #33517D;
}
.header.scroll-header .header-right-btn {
	line-height: 60px;
}

.header.scroll-header .menu-sign-in {
    background-position: right 13px;
}

.menu-sign-in {
	background: url('img/user.svg');
	background-repeat: no-repeat;
	background-position: right 15px;
	margin-right: 11px !important;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.menu-sign-in a {
	padding-right: 17px !important;
}


.right-menu-wrapper {
	position: absolute;
    top: 48px;
    right: 5%;
    margin-right: 70px;
    cursor: pointer;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}
.right-menu-wrapper a {
	color: #FFF;
	font-size: 11px;
	font-family: 'gotham_htfbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	-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;
}
.right-menu-wrapper a:hover {
	color: #5E883C !important;
}

body.page-template-page-no-photo-header .right-menu-wrapper a, body.single-post .right-menu-wrapper a {
	color: #000;
}



.scroll-header .right-menu-wrapper {
	top: 16px;
}
.scroll-header .right-menu-wrapper a {
	color: #000;
	-webkit-transition: all .75s ease-in-out;
     -moz-transition: all .75s ease-in-out;
     -ms-transition: all .75s ease-in-out;
     -o-transition: all .75s ease-in-out;
     transition: all .75s ease-in-out;
}
.scroll-header .right-menu-wrapper a:hover {
	color: #5E883C;
}

/* logo */
.logo {

}
.logo-img {

}







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

#toggle {
	display: none;
}


.primary_nav_wrap
{
	margin-top: 0px;
	float: right;
	margin-right: 2%;
	margin-top: 0px;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

.primary_nav_wrap.right {
	width: auto;
	right: 4%;
	margin-top: 33px;
}

.primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	display: inline-block;
	margin: 0px 0px 0px 30px;
	padding:0
}

.primary_nav_wrap #menu-right-menu
{
	float: right;
}
.primary_nav_wrap #menu-right-menu li a {
	padding: 2px 32px;
	border: #000 1px solid;
	border-radius: 26px;
	margin-right: 0px;
}
.primary_nav_wrap #menu-right-menu li a:hover {
	border: #5E883C 1px solid;
	color: #FFF;
	background: #5E883C;
}

.primary_nav_wrap ul a
{
	font-family: 'gotham_htf_bookregular';
	font-size: 13px;
	line-height: 76px;
	display:block;
	color:#666666;
	text-transform: uppercase;
	text-decoration:none;
	padding: 0px;
	margin: 0 14px;
	border-top: 5px solid #FFF;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.header.scroll-header .primary_nav_wrap {
	margin-top: 0px;
}

.scroll-header .primary_nav_wrap ul a {
	line-height: 50px;
}

.scroll-header .primary_nav_wrap ul ul a {
	line-height: 120%;
}


.primary_nav_wrap ul li.last-menu a {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 0px 30px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
	letter-spacing: 0px;
	font-family: "gotham_htf_bookregular";
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-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;

}
.primary_nav_wrap ul li.last-menu a:hover {
	background: #FFF;
	color: #000;
}

.primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.primary_nav_wrap ul li.current-menu-item li a {
	border-top: none;
}
.primary_nav_wrap ul li.current-menu-ancestor ul li.current-menu-item a {
	border-top: none;
}


.primary_nav_wrap ul li.current-menu-item a
{
	border-top: 5px solid #5E883C;
}
.scroll-header .primary_nav_wrap ul li.current-menu-item a
{
	color: #000;
}

.primary_nav_wrap ul li.last-menu.current-menu-item a
{
	color: #FFF;
}



.primary_nav_wrap ul li.current-menu-item ul a
{
	/*background:#000;*/
}


#ihf-main-container #saveSearchButton.btn-primary {
	color: #FFF !important;
	border-color: #5E883C !important;
}

#ihf-main-container #saveSearchButton.btn-primary:hover {
	color: #FFF !important;
	background: #315a9d !important;
	border-color: #315a9d !important;

}

.primary_nav_wrap ul li.current-menu-item a:hover
{
	color: #5E883C;
}

.primary_nav_wrap ul li.current-menu-ancestor a
{

}

.primary_nav_wrap ul li.current-menu-ancestor a:hover
{

}

.primary_nav_wrap ul li.current-menu-ancestor ul a {
	color: #ababab;
}

.primary_nav_wrap ul li.current-menu-ancestor ul li.current-menu-item a {
	color: #5E883C;
}

.primary_nav_wrap ul.sub-menu li.current-menu-item a
{
	color: #333;
	background:#FFF;
}

.primary_nav_wrap ul.sub-menu li.current-menu-item a:hover
{
	color: #5E883C;
}

.primary_nav_wrap ul.sub-menu li.current-menu-ancestor a
{
	color: #333;
	background:#FFF;
}

.primary_nav_wrap ul.sub-menu li.current-menu-ancestor a:hover
{
	color: #FFF;
	background:#e9e9e9;
}

.primary_nav_wrap ul li a:hover
{
	color: #5E883C;

}

.primary_nav_wrap ul ul
{
	opacity: 0;
	background: #FFF;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:-20px;
	padding: 14px 0px;
	-webkit-border-radius: 6px;
     border-radius: 6px;
	-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;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
	margin-top: -1px;
}

.primary_nav_wrap ul ul li
{
	float:none;
	width:170px
}

.primary_nav_wrap ul.sub-menu {
	margin-top: 0px;
	text-align: left;
}

.smaller .primary_nav_wrap ul.sub-menu {
	margin-top: 0px;
}

.primary_nav_wrap ul ul a
{
	line-height:110%;
	padding:7px 12px;
	margin: 0px;
	font-size:13px;
	background:#FFF;
	-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;
	color: #4D4D4D;
	border-bottom: none !important;
}

.primary_nav_wrap ul ul a:hover {
	color: #5E883C;
}

.primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

.primary_nav_wrap ul li:hover > ul
{
	opacity: 1;
	visibility: visible;
}










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

.button_container .menu-text {
	margin-left: -74px;
	color: #c1c1c1;
	text-transform: uppercase;
	font-family: 'gotham_htf_lightregular';
}

.button_container.active .menu-text {
	color: #FFF;
}

.button_container {
  position: absolute;
  top: 52px;
  right: 5%;
  height: 27px;
  width: 38px;
  cursor: pointer;
  z-index: 9999;
  /* transition: opacity .25s ease; */
  -webkit-transition: all .75s ease-in-out;
-moz-transition: all .75s ease-in-out;
-ms-transition: all .75s ease-in-out;
-o-transition: all .75s ease-in-out;
transition: all .75s ease-in-out;

}
.header.scroll-header .button_container {
	top: 19px;
}
.button_container:hover {
  opacity: .7;
}

.button_container .top {
  transition: all .3s ease-in-out;
}
.button_container .middle {
  transition: all .3s ease-in-out;
}
.button_container .bottom {
  transition: all .3s ease-in-out;
}

.button_container.active .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
  transition: all .3s ease-in-out;
}
.button_container.active .middle {
  opacity: 0;
  transition: all .3s ease-in-out;
}
.button_container.active .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  transition: all .3s ease-in-out;
}
.button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.header.scroll-header .button_container span {
  background: #010101;
}
body.single-post .header .button_container span, body.single-work .header .button_container span {
  background: #010101;
}
body.page-template-page-no-photo-header .header .button_container span, body.single-work .header .button_container span {
  background: #010101;
}
body.single-work .right-menu-wrapper a {
  color: #010101;
}
body.single-work .header.menu-open .right-menu-wrapper a {
    color: #FFF;
}
body.single-work .header.menu-open.scroll-header .right-menu-wrapper a {
    color:#010101;
}

body.page-template-page-no-photo-header .header.menu-open .right-menu-wrapper a {
	color: #FFF;
}
body.page-template-page-no-photo-header .header.menu-open.scroll-header .right-menu-wrapper a {
	color: #010101;
}

body.page-template-page-no-photo-header .header .button_container.active span, body.single-work .header .button_container.active span, body.single-post .header .button_container.active span {
  background: #FFF;
}
body.page-template-page-no-photo-header .header.scroll-header .button_container.active span, body.single-work .header.scroll-header .button_container.active span, body.single-post .header.scroll-header .button_container.active span {
  background: #010101;
}
body.page-template-page-no-photo-header .header.menu-open .header-logo-svg, body.single-work .header.menu-open .header-logo-svg, body.single-post .header.menu-open .header-logo-svg {
	fill: #FFF;
}
body.page-template-page-no-photo-header .header.menu-open.scroll-header .header-logo-svg, body.single-work .header.menu-open.scroll-header .header-logo-svg, body.single-post .header.menu-open.scroll-header .header-logo-svg {
	fill: #010101;
}



body.single-post .header.menu-open .right-menu-wrapper a {
	color: #FFF;
}
body.single-post .header.menu-open.scroll-header .right-menu-wrapper a {
	color: #010101;
}



.button_container span:nth-of-type(2) {
  top: 9px;
}
.button_container span:nth-of-type(3) {
  top: 18px;
}

.overlay {
  position: fixed;
  background: #5E883C;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 50;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-home {
	background: #101010;
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-home.default {
	opacity: 1
}
#overlay-bg-home.active {
	opacity: 1
}
#overlay-bg-services {
	background: url('img/menu-services.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-services.default {
	opacity: 1
}
#overlay-bg-services.active {
	opacity: 1
}
#overlay-bg-work {
	background: url('img/menu-work.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-work.default {
	opacity: 1
}
#overlay-bg-work.active {
	opacity: 1
}

#overlay-bg-impact {
	background: url('img/menu-impact.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-impact.default {
	/* opacity: 1 */
}
#overlay-bg-impact.active {
	opacity: 1
}

#overlay-bg-about {
	background: url('img/menu-about.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-about.default {
	opacity: 1
}
#overlay-bg-about.active {
	opacity: 1
}


#overlay-bg-blog {
	background: url('img/menu-services.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: .5s;
}
#overlay-bg-blog.default {
	opacity: 1
}
#overlay-bg-blog.active {
	opacity: 1
}


.overlay-menu {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.overlay-menu .blog-menu {
	display: none;
}
.overlay-menu .start-a-project {
	display: none;
}


.overlay-menu ul {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

.overlay-menu li {
  transform: translateX(-100%);
  transition: transform 0.5s, opacity 2s;
  opacity: 0;
}

.overlay-menu li a {
	font-size: 32px;
	line-height: 36px;
	color: #FFF;
	font-family: 'Garamond';
	-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;
}



.overlay-menu li a:hover {
    color: #FFF;
    opacity: .7;
}

.overlay-menu li.current-menu-item a {
	font-size: 45px;
	line-height: 50px;
	color: #FFF;
}
.overlay-menu li.current-menu-item a:hover {
	color: #5E883C;
}

.overlay-menu li.page_item {
	/* margin-bottom: 10px; */
}


/*
.overlay-menu li:nth-of-type(1) {
	transition-delay: 0s;
}
.overlay-menu li:nth-of-type(2) {
	transition-delay: .1s;
}
.overlay-menu li:nth-of-type(3) {
	transition-delay: .2s;
}
.overlay-menu li:nth-of-type(4) {
	transition-delay: .3s;
}
.overlay-menu li:nth-of-type(5) {
	transition-delay: .4s;
}
.overlay-menu li:nth-of-type(6) {
	transition-delay: .5s;
}
.overlay-menu li:nth-of-type(7) {
	transition-delay: .6s;
}
.overlay-menu li:nth-of-type(8) {
	transition-delay: .7s;
}
.overlay-menu li:nth-of-type(9) {
	transition-delay: .8s;
}
.overlay-menu li:nth-of-type(10) {
	transition-delay: .9s;
} */


.overlay-menu .show {
  opacity: 1;
  transform: translateX(0%);
}

body.location .visit-location-wrapper {
	display: none;
}

.page-location-wrapper-content {
	padding-left: 8%;
}


/* sidebar */
.sidebar {

}
/* footer */


.cta-wrapper {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cta-wrapper h2 {
	font-size: 41px;
	line-height: 1.2em;
	padding-left: 10%;
	padding-right: 10%;
	letter-spacing: -1px;
	text-align: center;
	color: #FFF;
	margin-bottom: 14px;
}
.cta-wrapper p {
	font-family: 'Courier';
	font-size: 19px;
	text-align: center;
	color: #FFF;
	padding-left: 14%;
	padding-right: 14%
}
.cta-wrapper .btn1, .cta-wrapper .btn2 {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 10px;
}


.visit-location-wrapper {
	background: url('https://www.cooperativapdx.com/wp-content/uploads/2020/07/ctabg7.png');
	background-size: cover;
	background-position: center bottom;
	min-height: 80vh;
}
.visit-location-wrapper h2 {
	margin-bottom: 30px;
}
.visit-location-wrapper h4 {
	margin-bottom: 4px;
}
.visit-location-block:first-of-type {
	margin-bottom: 20px;
}

.footer-copy {
	float: left;
}
.footer-socials {
	float: right;
}
.footer-socials a {
	display: inline-block;
	float: left;
}


.footer {
	background: #F1EEE9;
	color: #4D4D4D;
	font-size: 15px;
	line-height: 1.5em;
}
.footer strong {
	font-family: 'gotham_htf_mediumregular';
}
.footer-wrapper {
	float: left;width:100%;clear:both;
	padding-left: 8%;
	padding-right: 8%;
}
.footer-col1 {
	float: left;
	width: 30%;
}
.footer-col2 {
	float: left;
	width: 20%;
}
.footer-col3 {
	float: left;
	width: 25%;
}
.footer-col4 {
	float: left;
	width: 25%;
}
.footer h2 {
	color: #FFF;
	font-size: 25px;
	letter-spacing: 0px;
	margin-bottom: 12px;
}
.footer h3 {
	color: #5E883C;
	font-size: 18px;
	font-family: 'gotham_htf_mediumregular';
	letter-spacing: 0px;
	margin-bottom: 12px;
}


.copyright-wrapper {
	background: #F1EEE9;
}



.footer .widget_nav_menu {
	margin-top: 0px;
     margin-bottom: 0px;
}
.footer .widget_nav_menu ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer .widget_nav_menu ul li {
}
.footer .widget_nav_menu ul li a {
	color: #4D4D4D;
	padding: 0px;
	-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;
}
.footer .widget_nav_menu ul li a:hover {
	color: #5E883C;
}
.footer #custom_html-3 a {
	font-size: 24px;
	-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;
	margin-left: 2px;
	margin-right: 2px;
}
.footer #custom_html-3 a:hover {
	color: #5E883C;
}

.footer-logo {
	float: left;
}
.footer-menu {
	float: right;
	margin-top: 10px;
}
.footer-menu ul {
	list-style: none;
	margin: 0px;
}
.footer-menu ul li {
	display: inline-block;
	margin-left: 24px;
}
.footer-menu ul li a {
	font-size: 14px;
	font-family: 'gotham_htf_mediumregular';
	color: #4D4D4D;
	-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;
}
.footer-menu ul li a:hover {
	color: #5E883C;
}
.footer.dark .footer-menu ul li a {
	color: #FFF;
}
.footer.dark .footer-menu ul li a:hover {
	color: #5E883C;
}

.footer-locations {
	float: left;
	width: 100%;
	clear: both;
}
.footer-location-block {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 20px;
	color: #0E0E0E;
	text-transform: uppercase;
}
.footer.dark .footer-location-block {
	color: #FFF;
}

.footer-location-block strong {
	font-family: 'gotham_htf_mediumregular';
}
.footer-location-block.clear {
	clear: both;
}
.footer-buttons {
	float: left;
	clear: both;
	width: 100%;
	margin-top: -127px;
}
.footer-buttons .btn1 {
	float: right;
	margin-top: 10px;
	clear: both;
}
.footer-button-left {
	float:left;
}
.footer-button-right {
	float:right;
}
.footer-button-right span {
    font-size: 19px;
    top: 3px;
    position: relative;
    padding-right: 7px;
    margin-top: -10px;
    display: inline-block;
}

.copyright {
	color: #5E883C;
	font-size: 12px;
	font-family: 'gotham_htf_mediumregular';
	line-height: 20px;
	padding-top: 17px;
     padding-bottom: 15px;
}
.copyright a {
	color: #5E883C;
	-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;
}
.copyright a:hover {
	color: #000;
	opacity: .7;
}
.copyright img {
	float: left;
	padding-left: 4px;
	margin-top: 8px
}
.copyright img.last {
	margin-left: 20px;
	margin-top: 0px;
}


.footer.dark .copyright {
	background: #FFF;
	color: #101010;
}
.footer.dark .copyright a {
	color: #101010;
}
.footer.dark .copyright a:hover {
	color: #5E883C;
}
.footer-logo-white {
	display: none;
}
.footer.dark .footer-logo-black {
	display: none;
}
.footer.dark .footer-logo-white {
	display: block;
}

.footer.dark .footer-buttons .btn1 {
	display: block;
}
.footer.dark .footer-buttons .btn2 {
	display: none;
}


/* Instagram Pull */

.ig-pull {
	width: 100%;
	position: relative;
}
.ig-pull-mobile {
	display: none;
}

.ig-image {
	width: 100%;
	float: left;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-position: center center;
	  position: relative;
}
.ig-image:hover .ig-mask {
	opacity: 1;
}
.ig-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 191, 0, .8);
	opacity: 0;
	text-align: center;
	-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;
	display: flex;
	align-items: center;
}
.ig-mask img {
	width: 92px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
}

.ig-block-1 {
	float: left;
	width: calc(32% - 20px);
	margin-right: 26px;
}
.ig-block-2 {
	float: left;
	width: calc(18% - 10px);
	margin-right: 13px;
	margin-top: -2.4%;
}
.ig-block-3 {
	float: left;
	width: calc(18% - 10px);
	margin-left: 13px;
	margin-bottom: -2.4%;
}
.ig-block-4 {
	float: left;
	width: calc(32% - 20px);
	margin-left: 26px;
}

.ig3 {
	width: calc(100% - 50px);
	margin-top: 26px;
	margin-left: 50px;
}
.ig4 {
	width: calc(100% - 50px);
	margin-bottom: 26px;
	margin-right: 50px;
}


.ig-image-1 {
	float: left;
	width: 25%;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.ig-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ig-image-2 {
	float: left;
	width: 12.5%;
}
.ig-image-3 {
	float: left;
	width: 12.5%;
}
.ig-image-4 {
	float: left;
	width: 12.5%;
	clear: left;
}
.ig-image-5 {
	float: left;
	width: 12.5%;
}
.ig-image-6 {
	float: left;
	width: 25%;
}


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

.back-to-team {
	display: block;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'gotham_htf_mediumregular';
	font-size: 13px;
}

.name-title-wrapper {
	float: left;
	width: calc(100% - 80px);
}
.person-social-wrapper {
	float: left;
	width: 80px;
}
.person-content-wrapper {
	width: 100%;
	clear: both;
}

.agent-listings.hide {
	display: none;
}

.team-title {
	color: #5E883C;
	font-size: 14px;
	font-family: 'Courier';
	margin-bottom: 24px;
}
.team-name {
	font-family: 'gotham_htfbold';
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	margin-bottom: 3px;
}
.team-phone {
	font-size: 17px;
	padding-left: 24px;
	background: url('img/i-phone.svg') no-repeat;
	background-position: 0px 6px;
}
.team-email {
	font-size: 17px;
	padding-left: 25px;
	background: url('img/i-email.svg') no-repeat;
	background-position: 0px 6px;
	margin-bottom: 30px;
}
.facts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.facts li {
	padding-left: 24px;
	background: url('img/i-check.svg') no-repeat;
	background-position: 0px 6px;
}

.team-member-photos-wrap img {
	max-height: 360px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


.single-rs {
	display: flex;
	align-items: center;
}
.single-rs-left {
	width: 60%;
	padding-right: 4%;
}
.single-rs-left img {
	border-radius: 5px;
}
.single-rs-right {
	width: 40%;
}
.single-rs h4 {
	position: relative;
	color: #5E883C;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.single-rs {
		flex-direction: column;
	}
	.single-rs-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.single-rs-right {
		width: 100%;
	}
}


/* Single Community */

.community-data-header {
	font-size: 13px;
	color: #000;
}

.community-data-wrapper {
	list-style: none;
	font-family: 'Courier';
	font-size: 14px;
	line-height: 1.25em;
	color: #5E883C;
	padding-left: 0px;
}
.community-data-wrapper li {
	margin-bottom: 10px;
}
.community-data-wrapper strong {
	font-family: 'Courier';
	font-weight: bold;
}
.community-video-block {
	display: flex;
	position: relative;
}
.community-video-block-mask {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 2;
	background: rgba(0, 0, 0, 0.1);
	-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;
}
.community-video-block-mask:hover {
	background: rgba(0, 0, 0, 0.3);
}


body.single-communities .team-slider-wrapper {
	margin-left: -2px;
}
body.single-communities .team-slider-left .slick-slide {
	padding-left: 2px;
	padding-right: 2px;
}
body.single-communities .team-slider-left .slick-slide img {
	max-height: 500px;
}
body.single-communities .team-slider-left .slick-slide {
	opacity: 1;
}
body.single-communities .slick-next, body.single-communities .slick-prev {
	top: 50%;
}
body.single-communities .slick-next {
	right: -25%;
}



body.single .team-slider-wrapper {
	margin-left: -2px;
}
body.single .team-slider-left .slick-slide {
	padding-left: 2px;
	padding-right: 2px;
}
body.single .team-slider-left .slick-slide img {
	max-height: 500px;
}
body.resident-stories .team-slider-left .slick-slide img {
	max-height: 410px;
}
body.single .team-slider-left .slick-slide {
	opacity: 1;
}
body.single .slick-next, body.single .slick-prev {
	top: 50%;
}
body.single .slick-next {
	right: -25%;
}


/* Community Filters */

.filters {
	float: left;
	width: calc(100% - 56px);
}
.display-mode-ui {
	float: left;
	width: 56px;
	margin-top: 4px;
}
.filter-text {
	font-size: 15px;
	font-family: 'gotham_htf_mediumregular';
	text-transform: uppercase;
	color: #5E883C;
	float: left;
	width: 100px;
	position: relative;
     top: 5px;
}
.ui-group {
	float: left;
	width: 19%;
	margin-right: 1.5%;
}
.ui-group select {
	background: url('img/select-down.svg') no-repeat;
	background-position: 96% 50%;
	-moz-appearance: none;
     -webkit-appearance: none;
     -webkit-border-radius: 0px;
     appearance: none;

	font-family: 'Courier';
	font-size: 15px;
	color: #5E883C;
	background-color: #FFF;
	border: none;
	padding: 10px 10px;
	width: 100%;
	border-radius: 4px;
	outline: none !important;
}
.ui-group.cat-filter {
	width: 30%;
}
.ui-group.cat-filter select {
	background: url('img/select-down.svg') no-repeat;
	background-position: 96% 50%;
	-moz-appearance: none;
     -webkit-appearance: none;
     -webkit-border-radius: 0px;
     appearance: none;

	font-family: 'Courier';
	font-size: 15px;
	color: #5E883C;
	background-color: #F1EEE9;
	border: none;
	padding: 10px 10px;
	width: 100%;
	border-radius: 4px;
	outline: none !important;
}

/* Community Block */

.community-loop-post-list {
	display: none;
}

.community-loop-packery-wrapper.list-ui .community-loop-post-list {
	display: block;
}
.community-loop-packery-wrapper.list-ui .community-loop-post-grid img {
	display: none;
}
.community-loop-packery-wrapper.list-ui .community-loop-post-grid .mask {
	display: none;
}
.community-loop-packery-wrapper.list-ui .community-loop-post-grid .community-loop-post-grid-title {
	display: none;
}


.related-post-wrapper .community-loop-post-grid {
	width: 32%;
}
.related-post-wrapper .community-loop-post-grid:nth-of-type(3n+3) {
	margin-right: 0px;
}


.community-loop-featured-wrapper .community-loop-post-grid:nth-of-type(2n+2) {
	margin-right: 0px;
}
.community-loop-all-wrapper .community-loop-post-grid:nth-of-type(3n+3) {
	margin-right: 0px;
}
.community-loop-featured-wrapper .community-loop-post-grid {
	width: 49%;
}

.community-loop-packery-wrapper {
	width: 101%;
}

.community-loop-packery-wrapper .community-loop-post-grid {
	margin: 0px;
}

.community-loop-post-grid-padding {
	padding: 5px;
}

.community-loop-post-grid {
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
	display: block;
	overflow: visible;
	border-radius: 5px;
	background: #FFF;
	margin-bottom: 30px;
	background-position: center center;
	background-size: cover;
}
.community-loop-post-grid .mask {
	position: relative;
	border-radius: 5px;
	color: #FFF;
	font-family: 'Courier';
	font-size: 19px;
	z-index: 2;
	display: flex;
  	justify-content: center;
  	align-items: center;
	position: absolute;
  	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(94,136,58,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;
    opacity: 0;
    z-index: 20;
}

.community-loop-post-grid:hover .mask {
	background: rgba(94,136,58,.65);
	opacity: 1;
}
.community-loop-post-grid img {
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
}
.community-loop-post-grid-title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 22px;
	font-family: 'gotham_htfbold';
	color: #FFF;
	text-transform: uppercase;
}









/* clear fix */
.community-loop-post-packery:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.community-loop-post-packery-link {
  float: left;
  width: 100px;
  height: 100px;
  background: #0D8;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
}
.gutter-sizer {
  width: 10px;
}

.grid-sizer {
  width: 49%;
}

.size1 {
	width: 24%;
	height: 300px;
}
.size1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.size2 {
	width: 49%;
	height: 610px;
}
.size2:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.size3 {
	width: 49%;
	height: 300px;
}
.size3:after {
  content: "";
  display: block;
  padding-bottom: 49%;
}
.size4 {
	width: 24%;
	height: 610px;
}
.size4:after {
  content: "";
  display: block;
  padding-bottom: 204%;
}
.community-loop-packery-wrapper.list-ui .size1:after, .community-loop-packery-wrapper.list-ui .size2:after, .community-loop-packery-wrapper.list-ui .size3:after, .community-loop-packery-wrapper.list-ui .size4:after {
	padding-bottom: 0px;
}

.community-loop-packery-wrapper.list-ui .size1, .community-loop-packery-wrapper.list-ui .size2, .community-loop-packery-wrapper.list-ui .size3, .community-loop-packery-wrapper.list-ui .size4 {
	height: auto;
}

.community-loop-packery-wrapper.list-ui .community-loop-post-grid:first-of-type {
	margin-top: 25px;
}


.community-loop-post-list {
	/* display: flex; */
	/* align-items: center; */
	float: left;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.community-loop-packery-wrapper.list-ui .size1, .community-loop-packery-wrapper.list-ui .size2, .community-loop-packery-wrapper.list-ui .size3, .community-loop-packery-wrapper.list-ui .size4 {
	width: 100%;
	background-image: none !important;
}
.community-loop-post-list .list-col1 {
	float: left;
	width: 30%;
	font-size: 15px;
	font-family: 'gotham_htfbold';
	color: #000;
	text-transform: uppercase;
	-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;
}
.community-loop-packery-wrapper.list-ui .community-loop-post-grid:hover .list-col1 {
	color: #5E883C;
}
.community-loop-post-list .list-col2 {
	font-size: 15px;
	float: left;
	width: 20%;
	color: #000;
}
.community-loop-post-list .list-col3 {
	font-size: 15px;
	float: left;
	width: 40%;
	color: #000;
}
.community-loop-post-list .list-col3 p {
	font-size: 15px;
	margin-bottom: 0px;
}
.community-loop-post-list .list-col4 {
	float: left;
	width: 10%;
	color: #000;
	text-align: right;
}
.community-loop-packery-wrapper.list-ui .community-loop-post-grid .community-loop-post-list img {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
}
.community-loop-packery-wrapper.list-ui .community-loop-post-grid:hover .community-loop-post-list img {
	margin-right: 0px;
}

.com-post-wrapper {
	padding: 0px;
}

.display-mode-ui a img {
	filter: invert(42%) sepia(2%) saturate(0%) hue-rotate(11deg) brightness(92%) contrast(87%);
}
.display-mode-ui a.active img {
	filter: invert(49%) sepia(34%) saturate(682%) hue-rotate(49deg) brightness(90%) contrast(86%);
}


/* Team Loop Posts */

.team-loop-post-wrapper {

}

.team-loop-post {
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
	display: block;
	overflow: visible;
	border-radius: 5px;
	background: #FFF;
	margin-bottom: 30px;
}
.team-loop-post:nth-of-type(3n+3) {
	margin-right: 0px;
}

.team-loop-post .mask {
	position: relative;
	border-radius: 5px;
	color: #FFF;
	font-family: 'Courier';
	font-size: 19px;
	z-index: 2;
	display: flex;
  	justify-content: center;
  	align-items: center;
	position: absolute;
  	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(94,136,58,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;
    opacity: 0;
    z-index: 20;
}
.post-link {
	position: relative;
	display: block;
}

.team-loop-post:hover .mask {
	background: rgba(94,136,58,.65);
	opacity: 1;
}
.team-loop-post img {
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
}
.team-loop-post:hover img {
	/* filter: grayscale(100%);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); */
}
.team-loop-post-content {
	padding: 15px 0px;
	position: relative;
	z-index: 10;
	background: #FFF;
	/* min-height: 108px; */
}
.team-loop-title {
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 19px;
	font-family: 'gotham_htfbold';
	color: #000;
}
.team-loop-jobtitle {
	font-family: 'Courier';
	font-size: 14px;
	color: #5E883C;
	line-height: 18px;
     margin-top: 4px;
}
.team-loop-id {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
     margin-top: 4px;
}
.team-loop-licensed-text {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
     margin-top: 4px;
}



.team-post-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	/* cursor: pointer; */
	float: left;
	width: 25%;
}

.team-post-wrap img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.team-post-wrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-post-wrap-mask {
	z-index: 10;
	background: rgba(233, 193, 77, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
  align-items: center;
  justify-content: center;

	text-align: center;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.team-post-wrap:hover .team-post-wrap-mask {
	background: rgba(255, 192, 0, 0.6);
	opacity: 1;
}

.team-post-mame {
	font-size: 15px;
	line-height: 19px;
	color: #FFF;
	font-family: 'gotham_htf_mediumregular';
	text-transform: uppercase;
}
.team-post-job-title {
	font-size: 13px;
	line-height: 19px;
	color: #FFF;
	text-transform: uppercase;
}
.team-post-spacer {
	border-bottom: 1px solid #FFF;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 13px;
}
.team-post-wrap-mask .fab {
	color: #FFF;
	font-size: 17px;
	padding-left: 3px;
	padding-right: 3px;
	-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;
}
.team-post-wrap-mask .fab:hover {
	color: #000;
	-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;
}



/*------------------------------------*\
    HERO
\*------------------------------------*/



body.home .roots-hero-slider {
	opacity: .8;
}

.roots-hero-slider, .roots-hero {
	width: 100%;
	height: 100vh;
	background: #000;
}
.roots-hero-slide {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.roots-hero-slide.slick-slide {
	height: 100vh;
}
.roots-hero-image-wrapper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	/* animation: move 40s ease; */
     /* Add infinite to loop. */

     /* -ms-animation: move 40s ease;
     -webkit-animation: move 40s ease;
     -0-animation: move 40s ease;
     -moz-animation: move 40s ease; */
     position: absolute;
}
.roots-hero-slider-overlay {
	width: 100%;
	height: 100vh;
	z-index: 1;
	position: absolute;
	display: flex;
     align-items: center;
}
.roots-hero-slider-overlay h1 {
	font-size: 100px;
	color: #FFF;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0px;
}
.text-slider {
	text-align: center;
	padding-left: 12%;
     padding-right: 12%;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}



#myVideo-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    z-index: 1;
    border-radius: 4px;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 72vh;
    background-size: 100% 100%;
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
    border-radius: 4px;
}

.hero {
	min-height: 72vh;
	background: url('img/hero1.jpg');
	background-size: cover;
	background-position: center center;
	margin-top: 86px;
}
.hero-left {
	min-height: 100vh;
	display: flex;
     align-items: center;
	padding-left: 8%;
	padding-right: 8%;
}
.hero-right {
	/* min-height: 100vh;
	position: relative; */
}

.hero-text {
	width: 100%;
	z-index: 2;
	text-align: center;
}
.hero-text img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 29px;
    padding-right: 40px;
    margin-bottom: 50px;
}

.hero h1 {
	color: #FFF;
	font-size: 4vw;
	line-height: 1.2em;
     letter-spacing: -2px;
	font-family: 'butlermedium';
}
.hero p {
	color: #FFF;
	font-size: 16px;
	font-family: 'gotham_htf_mediumregular';
}

.hero-mask {
	/* background: rgba(0, 0, 0, 0.1); */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.hero .btn1:first-of-type {
	margin-right: 10px;
}




.hero .btn1 {
	margin-top: 12px;
}


.slick-hero {
	height: 100vh;
	position: relative;
}
.slick-hero .slick-list {
	height: 100vh !important;
}
.slick-hero .slick-list .slick-track {
	height: 100vh !important;
}

.slick-hero-slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	display: flex !important;
	align-items: center;
  	justify-content: center;
	-webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat;
	font-size: 80vh;
	font-family: 'gotham_htf_ultraregular';
}

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

/* PAGE/POST Banner */

body.contact .page-banner {
	height: 540px;
	padding-bottom: 50px;
}

.page-banner {
    height: 600px;
    margin-top: 60px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    /* overflow: visible;
    backgrouncolor: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken; */
}
.page-banner.no-page-banner {
	height: 280px;
	padding-top: 100px;
}

body.page-template-page-no-photo-header .page-banner {
	margin-bottom: -80px;
}

.page-banner.tall {
	height: 720px;
}


.page-title-wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #FFF;
}
.page-title-wrap h1 {
	color: #FFF;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1px;
    font-family: 'butlermedium';
}


/* body.single-post .page-title-wrap h1  {
	color: #FFF;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 1px;
    font-family: 'Novecento-CondMedium';
    text-transform: uppercase;
}
body.single-post .no-page-banner .page-title-wrap h1 {
	color: #000;
	font-size: 48px;
	line-height: 48px;
} */

body.page-template-page-no-photo-header .page-title-wrap, body.single-work .page-title-wrap {
	color: #0B0B0B;
}
body.page-template-page-no-photo-header .page-title-wrap h1, body.single-work .page-title-wrap h1 {
	color: #101010;
}



.page-title-wrap p {
	 font-family: 'gotham_htf_mediumregular';
	 font-size: 17px;
}
.page-sub-headline {
	padding-left: 18%;
	padding-right: 18%;
}
.post-date {
	color: #0B0B0B;
}

.back-to {
	color: #5E883C;
	font-size: 11px;
	line-height: 13px;
	font-family: 'gotham_htfbold';
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-right: -20px;
	margin-bottom: 18px;
	display: inline-block;
}
.back-to:hover {
	opacity: .8;
}
.back-to::after {
	content: "";
	height: 9px;
	width: 10px;
	background: url('img/arrow-yl.svg');
	position: absolute;
	left: -20px;
	top: 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;
}
.back-to:hover::after {
	left: -24px;
}




.forward-to {
	color: #010101;
	font-size: 11px;
	line-height: 13px;
	font-family: 'gotham_htfbold';
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	margin-right: -20px;
	margin-bottom: 18px;
	display: inline-block;
}
.forward-to:hover {
	opacity: .8;
}
.forward-to::after {
	content: "";
	height: 9px;
	width: 10px;
	background: url('img/aarow-yr.svg');
	position: absolute;
	right: -20px;
	top: 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;
}
.forward-to:hover::after {
	right: -24px;
}



body.single-post .back-to, body.single-work .back-to {
	color: #101010;
}
body.post-type-archive-team .back-to:hover {
	color: #FFF;
}




/* About Page */

.about-slider-block {

}
.about-slider-left {
	width: 55%;
	float: left;
}
.about-slider-right {
	width: 40%;
	float: left;
	margin-left: 5%;
}


.h2-number1, .h2-number2, .h2-number3 {
		position: relative;
}
.h2-number1::after {
	content: "1";
	font-size: 380px;
	line-height: 380px;
	display: block;
	position: absolute;
	top: -86px;
     left: -74px;
	z-index: -1;
	color: #d1daeb;
}
.h2-number2::after {
	content: "2";
	font-size: 380px;
	line-height: 380px;
	display: block;
	position: absolute;
	top: -86px;
     left: -74px;
	z-index: -1;
	color: #d1daeb;
}
.h2-number3::after {
	content: "3";
	font-size: 380px;
	line-height: 380px;
	display: block;
	position: absolute;
	top: -86px;
     left: -74px;
	z-index: -1;
	color: #d1daeb;
}


.about-pullup1 {
	margin-top: -300px;
	background: #FFF;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	padding: 40px 4% 46px;
	width: 50%;
	float: right;
}


.about-icon-box {
	margin-left: 13%;
}
.about .about-icon-box {
	text-align: center;
}
.about-icon-box img {
	width: 64px;
	height: auto;
	margin-bottom: 21px;
	padding-top: 17px;
	margin-right: 10px;
}
.about .about-icon-box img {
	float: none;
	margin-bottom: 9px;
	margin-right: 0px;
}
.about-icon-box span.number {
	color: #5E883C;
	font-family: 'butlerregular';
	font-size: 48px;
	display: inline-block;
}
.about-icon-box span.number-text {
	display: inline-block;
	clear: both;
	font-size: 17px;
	font-family: 'gotham_htfbold';
	color: #7B7B7B;
}


.contact-info-box {
	margin-top: -84px;
	background: #FFF;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	padding: 24px 40px 2px;
}


.contact-icon-box {
	margin-left: 13%;
}
.contact-icon-box img {
	width: 64px;
	height: auto;
	margin-bottom: 21px;
	padding-top: 17px;
	margin-right: 10px;
}
.contact-icon-box span.number {
	color: #5E883C;
	font-family: 'butlerregular';
	font-size: 27px;
	display: inline-block;
	margin-bottom: 10px;
}
.contact-icon-box span.number-text {
	display: inline-block;
	clear: both;
	font-size: 17px;
	line-height: 1.4em;
	color: #7B7B7B;
}



.big-number {
	font-size: 82px;
	line-height: 70px;
	letter-spacing: -4px;
	color: #5E883C;
	font-family: 'gotham_htf_mediumregular';
}
.row-rule {
	border-bottom: 1px solid #E6E6E6;
}


.about-img1 {
	float: right;
	position: relative;
	right: -70px;
	top: 120px;
}
.about-img2 {
	margin-bottom: 30px;
}
.about-img3 {
	float: right;
	margin-top: -250px;
     margin-bottom: -60px;
}
.mid-page-banner {
	height: 600px;
}


.family-post-wrap {
	width: 44%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.family-post-wrap a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.family-post-wrap img {
	-webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}
.family-post-wrap-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	background: rgba(0, 0, 0, .2);
	color: #FFF;
	-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;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.family-post-wrap a:hover .family-post-wrap-mask {
	opacity: 1;
}
.family-post-wrap a:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.person-name {
	font-family: 'Novecento-CondMedium';
	font-size: 19px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 0px;
}
.person-title {
	text-align: center;
	color: #4D4D4D;
}





/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}




/* CONTACT PAGE */


#map-wrap {
	height: 400px;
	background: #FFF;
	overflow: hidden;
}
#map {
	height: 400px;
	width: 100%;
}

.googlemap {
	width: 100%;
}

body.contact .cta-wrapper {
	display: none;
}

body.contact .gform_wrapper textarea.large {
	height: 100px;
}

body.contact .gform_wrapper .top_label .gfield_label, body.contact .gform_wrapper legend.gfield_label {
    font-size: 21px;
    letter-spacing: -1px;
}

.contact-wrapper-top-left {
	background: #101010;
     align-items: center;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 160px;
	padding-bottom: 100px;
}
.contact-wrapper-top-right {
	background: url('https://wordpress-389218-1225773.cloudwaysapps.com/wp-content/uploads/2020/05/contact-banner.jpg');
	background-size: cover;
	background-position: center right;
}
.contact-wrapper-top-left h2 {
	color: #FFF;
}


/* WooCommerce */


#menu-shop-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-shop-menu .sub-menu {
	padding-left: 20px;
	list-style: none;
}
#menu-shop-menu li {
	margin-bottom: 20px;
}
#menu-shop-menu li li {
	margin-bottom: 0px;
}
#menu-shop-menu li li li {
	margin-bottom: 0px;
}
#menu-shop-menu a:hover {
	color: #5E883C;
}

.ginput_recaptcha {
transform:scale(0.77);
-webkit-transform:scal(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce .quantity .qty {
    height: 34px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #5E883C;
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #5E883C !important;
}
.sku_wrapper {
	display: none;
}
.tagged_as {
	display: none;
}
#coupon_code {
	width: 132px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 12px 10px;
    border: 1px solid;
}
li.product .button {
	display: none !important;
}
.woocommerce ul.products li.product .price {
	color: #5E883C !important;
}


/* MARKETPLACE PAGE */

.check-list {
	list-style: none;
	padding-left: 0px;
}
.check-list li {
	margin-bottom: 20px;
	font-family: 'Novecento-CondMedium';
	font-size: 21px;
}
.check-list li img {
	margin-right: 8px;
}

.phone-left {
	padding-left: 5%;
	float: left;
	width: 50%;
}
.phone-right {
	padding-left: 5%;
	float: left;
	padding-top: 20%;
	width: 50%;
}
.phone-block {
	padding-top: 80px;
	padding-bottom: 140px;
}

.ad-image {
	position: absolute;
    padding-left: 10%;
}
.ad-content {
	margin-top: 155px;
     margin-bottom: 220px !important;
}
.overflow-hidden {
	overflow: hidden;
}
.bg-left {
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56%;
}

/* APPLICATION PAGE */

.page-template-page-app .cta-wrapper {
	display: none;
}
.page-template-page-app .footer-main {
	display: none;
}
.page-template-page-app .footer {
	border-top: none;
}


/* APPLY PAGE */

.page-template-page-apply .cta-wrapper {
	display: none;
}
.page-template-page-apply h2, .page-template-page-apply h3, .page-template-page-apply .bluebg p {
	color: #FFF;
}
.apply-left {
	border-right: 1px solid #FFF;
}




/* Square Photo Posts */

.square-photo-post-wrapper {
	margin-left: -1px;
	width: calc(100% + 2px);
}

.square-photo-post {
	width: 33.33%;
	float: left;
	border: 1px solid #FFF;
	position: relative;
	display: block;
	overflow: hidden;
}
.square-photo-post .content {
	position: relative;
	z-index: 2;
	display: flex;
  	justify-content: center;
  	align-items: center;
	position: absolute;
  	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.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;
}
.square-photo-post:hover .content {
	background: rgba(24,65,158,.8);
}
.square-photo-post img {
	-webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
}
.square-photo-post:hover img {
	filter: grayscale(100%);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.square-photo-post .content h3 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}







/*------------------------------------*\
    IDX
\*------------------------------------*/

body #ihf-main-container .title-bar-1 {
	border: none;
}

#ihf-main-container .ihf-virtual-tour-link a {
	background: #5E883C;
	border-radius: 24px;
	padding: 13px 31px;
	color: #FFF !important;
	font-size: 16px;
	-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;
}
#ihf-main-container .ihf-virtual-tour-link a:hover {
	background: #5E883C;
	color: #FFF !important;
	opacity: .7;
}

.home .pagination {
	display: none !important;
}

#ihf-main-container .btn-link:hover, #ihf-main-container .btn-link:focus {
	color: #5E883C !important;
	text-decoration: none !important;
}

#ihf-main-container .dropdown-menu > .active > a, #ihf-main-container .dropdown-menu > .active > a:focus, #ihf-main-container .dropdown-menu > .active > a:hover {
	background-color: #e6e6e6 !important;
}

#ihf-main-container .dropdown-menu > li > a:focus, #ihf-main-container .dropdown-menu > li > a:hover {
	background-color: #f2f2f2 !important;
	color: #000 !important;
}


/*body .ihf-map-icon-house {
    background: #5E883C none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
body .ihf-map-icon-house::after {
    border-top-color: #000 !important;
}

body #ihf-main-container .marker-cluster-small {
	background-image: url("img/mapcount_bg5_blue.png") no-repeat left top !important;
	background: url("img/mapcount_bg5_blue.png") no-repeat left top !important;
}*/


#ihf-agent-sellers-rep-own-listing-info {
	display: none !important;
}

.home #ihf-board-disclaimers {
	display: none !important;
}
.home .ihf-powered-by {
	display: none !important;
}
.home .ihf-listing-search-results .fs-11 {
	display: none !important;
}
.home .pagination {
	padding-bottom: 0px !important;
}

.ihf-results-grid-photo {
	-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;
}

.ihf-results-grid-photo:hover {
	opacity: .7;
}

.ihf-grid-result {
	margin-bottom: 100px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.ihf-grid-result .ihf-grid-result-container .row .col-xs-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#ihf-main-container .modal-dialog {
	margin-top: 66px;
}

#ihf-main-container .ihf-grid-result .well {
	border: none !important;
	padding: 0 !important;
	position: relative;
	margin-bottom: 0px !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#ihf-main-container .ihf-grid-result .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(4) {
	display: none !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(4) {
	display: none !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(3) {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#ihf-main-container .ihf-grid-result .row:nth-of-type(2) {
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: absolute;
	left: 0;
	bottom: -70px;
	z-index: 10;
	width: 100% !important;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}
#ihf-main-container .ihf-grid-result .ihf-grid-result-price {
	font-weight: normal !important;
	font-family: 'gotham_htf_bookregular' !important;
	font-size: 13px;
}

.ihf-grid-result .ihf-results-grid-photo {
	height: 250px !important;
}

.ihf-grid-result .ihf-grid-result-container .row:nth-of-type(1) {
	position: absolute;
	bottom: -64px;
	z-index: 11;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 15px !important;
}

.ihf-grid-result a .ihf-grid-result-address {
	color: #6d6e71 !important;
	font-family: 'gotham_htf_lightregular';
}

.ihf-grid-result .title-bar-1 {
	padding: 0px !important;
	background: none !important;
	font-size: 11px;
}

.ihf-grid-result .ihf-grid-result-price {
	margin: 0px !important;
}

.ihf-grid-result .row:nth-of-type(2) .col-xs-10 {
	/* background: rgba(0, 0, 0, 0.4); */
	padding-bottom: 12px;
	padding-top: 9px;
}
.ihf-grid-result .ihf-grid-result-container .row:nth-of-type(2) .col-xs-10 a {
	color: #FFF !important;
}


.ihf-grid-result .ihf-grid-result-container .pull-right {
	display: none;
}















#ihf-main-container .ihf-social-share .btn-sm, #ihf-main-container .ihf-social-share .btn-xs {
	color: #FFF !important;
}



#ihf-main-container .ihf-grid-result-price a {
    color: #6d6e71 !important;
    font-size: 11px;
    font-family: 'gotham_htf_lightregular';
}

#ihf-main-container a {
    color: #6d6e71 !important;
    text-decoration: none !important;
}

#ihf-main-container a:hover {
    color: #4a6074 !important;
    text-decoration: none !important;
}

.leaflet-container h2.map-title {
	font-size: 22px;
	letter-spacing: 0px;
	padding-bottom: 8px;

}
.leaflet-container .btn {
	background: #5E883C;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 20px;
	margin-top: 4px;
	margin-bottom: 2px;
	display: inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.leaflet-container .btn:hover {
	opacity: .8;
	color: #FFF;
}
.leaflet-popup-tip {
	display: none;
}

.ihf-slide .thumbnail {
	position: relative;
	overflow: hidden;
	border: none !important;
	min-height: 300px;
	margin: 5px 5px 12px !important;

}

.ihf-container.ihf-widget.ihf-slideshow-container .row .pagination {
	display: none !important;
}

.ihf-slide .thumbnail .gallery-address a {
	display: inline-block;
	font-family: "gotham_htfbold";
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 6px;
	padding-top: 16px;
}

.ihf-slide .gallery-prop-info {
	font-size: 15px;
	font-family: 'gotham_htf_lightregular';
	color: #939598;
	padding-bottom: 20px;
}

.ihf-slide .gallery-prop-info strong {
	font-size: 24px;
	font-family: 'gotham_htf_lightregular' !important;
	color: #939598;
	font-weight: normal !important;
}

.ihf-slide .gallery-prop-info .col-xs-6:nth-child(2) {
	padding-top: 10px;
}

.ihf-slideshow-container {
	overflow: visible !important;
}
.ihf-slideshow .ihf-slider-col .thumbnail {
	min-height: 400px;
}

.feat-prop-wrap #ihf-main-container {
	padding-bottom: 40px;
	display: block !important;
}

.ihf-slide .gallery-prop-info .col-xs-6 {
	width: 100% !important;
	clear: both;
	text-align: center !important;
}

.ihf-slide .ihf-small-results-photo > a {
    background: #333 none repeat scroll 0 0;
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
    padding-top: 65%;
    position: relative;
}
.ihf-slide .thumbnail .row:first-of-type {
    left: 0;
    padding-top: 200px;
    text-align: center;
    top: 0;
    width: 100%;
    position: relative;
}

.ihf-slide .thumbnail .row:nth-child(2) {
	position: absolute;
	height: 200px;
	top: 0;
	left: 0;
}

.ihf-gallery-slider-photo {
	height: 200px !important;
}

.ihf-gallery-slider-photo img.ihf-slider-img {
	height: 200px !important;
	width: 100%;
	max-height: 200px !important;
}





/*IDX*/

#ihf-main-container {
	font-family: 'gotham_htf_bookregular';
}
#ihf-main-container .btn-primary {
	background-color: #5E883C;
	    border-color: #5E883C;
	    color: #ffffff !important;
	    font-family: 'gotham_htfbold';
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
}
#ihf-main-container .btn-primary:hover, #ihf-main-container .btn-primary:focus, #ihf-main-container .btn-primary:active, #ihf-main-container .btn-primary.active {
    background-color: #123177;
        border-color: #123177;
        color: #FFF !important;
}

#ihf-main-container a, #ihf-main-container .btn-link {
	color: #5E883C;
}
#ihf-main-container a:hover, #ihf-main-container a:focus {
	color: #33517D;
	text-decoration: none;
}
#saveSearchButton {
	background: #5E883C !important;
	border: 1px solid #5E883C !important;
}
#saveSearchButton:hover {
	opacity: .8;
}
#ihf-main-container .title-bar-1 {
	border: none;
	padding: 7px 8px;
	background: #5E883C;
}
.ihf-grid-result-address {
    padding-bottom: 0px;
    line-height: 17px;
    display: inline-block;
}
.ihf-grid-result-address::first-line {
    padding-bottom: 10px;
    font-family: "gotham_htfbold";
    font-weight: 700;
    display: inline-block;
}


.ihf-grid-result-basic-info-container {
	color: inherit;
}
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(5),
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(6),
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(7),
.ihf-grid-result .ihf-grid-result-container.well .row:nth-child(8) {
	display: none !important;
}

#ihf-main-container .modal-header {
	background: #5E883C;
}
#ihf-main-container .modal-title {
	font-weight: normal;
	font-family: 'gotham_htfbold';
}
#ihf-main-container .close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: normal;
    line-height: 22px;
    opacity: 1;
    padding-bottom: 4px;
    text-shadow: none;
}
#ihf-main-container b, #ihf-main-container strong {
	font-weight: normal;
}

.ihf-listing-detail .ihf-address {
	font-size: 23px !important;
	font-weight: normal !important;
	color: #000 !important;
	font-family: 'gotham_htf_lightregular' !important;
	letter-spacing: -0.5px !important;

}
.tab-content #ihf-main-container .mt-10 {
    margin-top: 30px;
}

.ihf-description {
	font: 21px/1.4;
}
.listing-info-item {
	font: 14px/1.3;
}


#ihf-main-container .listing-info-item {
    padding: 6px 0;
}

#ihf-main-container .tab-content .title-bar-1 {
	font-size: 18px;
	font-family: 'gotham_htfbold';
	letter-spacing: -0.5px;
	color: #FFF;
	margin-top: 32px;
	padding: 12px 9px;
	margin-bottom: 10px;
}







/* Team Slider */

.team-slider-wrapper {
	margin-left: 5%;
}
.team-slider-wrapper a.slick-slide img {
	width: 100%;
	height: auto;
}


.team-slider-row {
	width: 100%;
}
.team-slider-left {
	float: left;
	width: 100%;
	z-index: 1;
}
.team-slider-right {
	float: left;
	width: 100%;
	z-index: 2;
	background: #FFF;
	padding-left: 5px;
    padding-top: 24px;
}
.slick-team {
	/* float: right; */
	width: 80%;
}
.team-slider-row {
	display: block;
}
.team-slider-row .slick-list {
	overflow: visible;
}
.team-slider-left .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
	opacity: .5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.team-slider-left .slick-slide.slick-current {
	opacity: 1;
}
.slick-team-content .community-title a {
	font-size: 16px;
	font-family: 'gotham_htfbold';
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #000;
}
.slick-team-content .community-title a:hover {
	color: #5E883C;
}
.slick-team-content p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.next-button-slick, .prev-button-slick {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	margin-top: 8px;
}
.next-button-slick:hover, .prev-button-slick:hover {
	opacity: .9;
}
.next-button-slick {
	float: left;
	position: relative;
	z-index: 10;
	background: #5E883C url('img/left.svg') no-repeat;
	background-position: 19px 17px;
	margin-right: 6px;
}
.prev-button-slick {
	float: left;
	position: relative;
	z-index: 10;
	background: #5E883C url('img/right.svg') no-repeat;
	background-position: 22px 17px;

}
.slick-team-content {
	float: left;
    width: calc(100% - 190px);
    padding-right: 60px;
	margin-bottom: 40px;
}


/* APPROACH PAGE */

.approach-icon-box-wrapper img {
	margin-bottom: 10px;
}
.logo-slider-row {
	padding-left: 30px;
	padding-right: 30px;
}
/* .logo-slider-row .slick-prev {
    left: -30px;
}
.logo-slider-row .slick-next {
    right: -30px;
} */
.logo-slider-row img {
	width: 224px;
	height: auto;
}
.process-block h4, .supportive-housing-slider h4 {
	position: relative;
	color: #5E883C;
	text-transform: uppercase;
}
.process-block h4 span {
	position: absolute;
	display: block;
	top: 0px;
	left: -41px;
	font-size: 150px;
	color: #F1EEE9;
	font-family: 'Courier';
	letter-spacing: -20px;
     z-index: -1;
}


/* ABOUT PAGE */

.core-block {
	background: #000;
	position: relative;
	border-radius: 6px;
}
.core-block img {
	display: block;
	position: relative;
	z-index: 1;
	opacity: .8;
	border-radius: 6px;
}
.core-block h3 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #FFF;
	text-align: center;
	top: 50%;
     margin-bottom: 0px;
     margin-top: -24px;
}
.core-block-mask {
	border-radius: 5px;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 3;
	top: 0;
	left: 0;
	background: #F1EEE9;
	align-items: center;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	-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;
}
.core-block-mask div {
	width: 100%;
}
.core-block-mask h4 {
	text-transform: uppercase;
	color: #5E883C;
	margin-bottom: 10px;
}
.core-block-mask p {
	margin-bottom: 0px;
}
.core-block:hover .core-block-mask {
	opacity: 1;
}


/* HOME PAGE */


.parallax-section {
	padding-top: 280px;
	padding-bottom: 280px;
}


.imgloading-container span {
	image-rendering: -webkit-optimize-contrast;
}

.ben-home-photo {
	margin-top: -60px;
}

.small-quote {
	position: relative;
	margin-top: 26px;
     margin-bottom: 22px;
}
.small-quote::after {
	content: "";
	width: 42px;
	height: 37px;
	top: -10px;
	left: -12px;
	position: absolute;
	background: url('img/small-quote.svg') no-repeat;
}

.icon-facts-wrapper {
	z-index: 10;
	position: relative;

}
.icon-facts {
	margin-top: -14%;
	background: #FFF;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	width: 77%;
	clear: both;
	float: left;
	padding: 40px 26px;
	border-radius: 4px;
}
.icon-facts-box {
	width: 33.33%;
	float: left;
	text-align: center;
	color: #7B7B7B;
	font-family: 'gotham_htfbold';
	font-size: 18px;
}
.icon-facts-box img {
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
}


.home-plax {
	height: 65vh;
}
.home-plax2 {
	padding-top: 80px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	/* color: #FFF; */
}
.home-plax2 h2 {
	/* color: #FFF; */
}
.home-plax2 .btn1 {
	margin-top: 10px;
}

.home-pullup1 {
	margin-top: -200px;
	background: #FFF;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	padding: 40px 7% 46px;
}

.a-block {
	float: left !important;
	height: 400px !important;
	background-position: center center;
	background-size: cover;
	padding: 0px 1px;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
}
.a-content {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	-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;
}
.a-content:hover {
	background: rgba(0, 0, 0, 0.6);
}
.the-a-title {
	color: #FFF;
	font-size: 25px;
	font-family: 'gotham_htfbold';
}
.slick-a-wrap .slick-list {
	border-radius: 5px;
}






.home-three-box h3 {
	margin-top: 23px;
	margin-bottom: 14px;
}
.home-three-box .btn1 {
	margin-top: 8px;
}

.home-posts-wrapper h2 {
	float: left;
}
.home-posts-wrapper .btn1 {
	float: right;
}

.t-block {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0px 30px;
}
.t-block-img {
	border-radius: 50%;
	border: 6px solid #FFF;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.t-location {
	font-size: 15px;
}
.a-location {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
}
.a-content-wrapper {
	position: absolute;
	bottom: 60px;
	width: 100%;
}

.slick-t-wrap {
	position: unset !important;
}
.slick-t-wrap h4 {
	color: #58595B;
	font-size: 25px;
}
.slick-t-wrap p {
	    color: #7B7B7B;
	    font-size: 15px;
	    line-height: 1.6em;
}

.test-intro {
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 60px;
}

.t-content {
	margin-top: 20px;
	/* padding-left: 20%;
	padding-right: 2%;
	padding-top: 6%; */
}

.t-content .the-content {
	color: #7B7B7B;
}
.t-content .the-title {
	color: #5E883C;
	margin-bottom: -4px;
    font-size: 15px;
    margin-top: 18px;
    font-family: 'gotham_htfbold';
}
.t-content .the-title span {
	color: #88C3A5;
}


.circle-profile {
	border-radius: 5px;
}

.white-block {
	background: #FFF;
	border-radius: 5px;
	padding: 50px 44px 58px !important;
	-webkit-box-shadow: 1px 1px 20px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 20px 0 rgba(0,0,0,.2);
}




.featued-wine-title {
	margin-top: 20px;
}

.home-event-wrapper img.size-full {
	width: 731px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-event-date {
	font-family: 'gotham_htfbold';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-event-title {
	font-size: 26px;
	font-family: 'gotham_htf_lightregular';
	line-height: 1.3em;
}

.wine-block {
	text-align: center;
	text-transform: uppercase;
}

.wine-block img.size-full {
	width: 263px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.home-intro-wrapper {
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'gotham_htf_lightregular';
	line-height: 1.35em;
	text-align: center;
	letter-spacing: -1px;
}


.our-clients {
	background: #f7f7f9;
}
.our-clients .clients-headline {
	color: #707070;
	font-size: 11px;
	font-family: 'gotham_htfbold';
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-top: 15px;
}

.location-home-main {
	color: #FFF;
}


.home-large-text {
	font-size: 14px;
	padding-bottom: 26px;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: 'gotham_htf_lightregular';
}

.vertical-rule {
	height: 64px;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	margin-top: 80px;
	margin-bottom: 28px;
}

.canary-global {
	background: #292A29;
}

.canary-global-bg {
	-webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-position: center center;
	margin-left: 110px;
}
.canary-global-content {
	margin-left: -110px;
	background: rgba(25,162,220,.9);
}
.canary-global-content .btn3 {
	margin-top: 14px;
}
.canary-global-content .btn3:hover {
	color: #5E883C;
	background: #FFF;
}

.canary-global-content h2, .canary-global-content p {
	color: #FFF;
}

.watch-video {
    position: absolute;
    top: 41%;
    left: 53%;
    -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;
}
.watch-video:hover {

	opacity: .8;
}

.canary-word-salad {
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -3px;
	font-family: 'gotham_htf_ultraregular';
	color: #000;
	text-transform: uppercase;
}

.word-salad-1 {
 	opacity: 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;
	padding-left: 11%;
     position: relative;
}
.word-salad-2 {
 	opacity: 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;
	padding-right: 24%;
     position: relative;
	text-align: right;
}
.word-salad-3 {
 	opacity: 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;
	color: #5E883C;
	padding-left: 17%;
     position: relative;
}
.word-salad-4 {
 	opacity: 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;
	color: #5E883C;
	padding-right: 12%;
     position: relative;
	text-align: right;
}
.word-salad-5 {
 	opacity: 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;
	padding-left: 27%;
     position: relative;
}

.word-salad-1.show {
 	opacity: 1;
}
.word-salad-2.show {
 	opacity: 1;
}
.word-salad-3.show {
 	opacity: 1;
}
.word-salad-4.show {
 	opacity: 1;
}
.word-salad-5.show {
 	opacity: 1;
}





/* Services Page */

.block-services-wrapper {
	/* min-height: 100vh; */
	background: url('https://www.bozemanwinegallery.com/wp-content/uploads/2020/06/wine-club-bg.jpg');
	background-size: cover;
	background-position: center center;
	color: #FFF;
	padding-top: 200px;
	padding-bottom: 200px;
}
.block-services-wrapper h2 {
	color: #FFF;
	text-transform: uppercase;
}
.metro-box-wrapper {
	min-height: 350px;
	display: flex;
	font-size: 11px;
	font-family: 'gotham_htf_bookregular';
	color: #F0F0F0;
	border: 2px solid #B0B3B3;
	padding-left: 11%;
	padding-right: 11%;
	padding-bottom: 40px;
	position: relative;
	-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;
	bottom: 0px;
}
.metro-box-wrapper:hover {
	background: #5E883C;
	border: 1px solid #5E883C;
	color: #FFF;
	bottom: 20px;
}
.metro-box-wrapper:hover strong {
	color: #FFF;
}
.metro-box-wrapper:hover p {
	color: #FFF;
}

.metro-box-wrapper p {
	margin-bottom: 8px;
    line-height: 18px;
    color: #999999;
}
.metro-box-wrapper strong {
	font-size: 20px;
	color: #5E883C;
	font-family: 'gotham_htfbold';
}


.metro-box-arrow-left {
	content: "";
	height: 9px;
	width: 10px;
	background: url('img/arrow-wr.svg');
	position: absolute;
	right: 32px;
	bottom: 24px;
	-webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
.metro-box-wrapper:hover .metro-box-arrow-left {
	right: 26px;
}





#overlay-bg-service-design {
	background: url('img/design1.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#overlay-bg-service-design.active {
	opacity: 1
}
#overlay-bg-service-merch {
	background: url('img/merch1.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#overlay-bg-service-merch.active {
	opacity: 1
}
#overlay-bg-service-activation {
	background: url('img/activation1.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#overlay-bg-service-activation.active {
	opacity: 1
}
#overlay-bg-service-digital {
	background: url('img/digital1.jpg');
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#overlay-bg-service-digital.active {
	opacity: 1
}




/*------------------------------------*\
    BLOG
\*------------------------------------*/


.single-post-title {
	font-family: 'Garamond';
	font-weight: normal;
	font-size: 40px;
	line-height: 1.0em;
	color: #000;
	margin: 0px 0px 24px 0px;
	letter-spacing: -1px;
}
.single-post-date {
	margin-bottom: 40px;
}

.category-events .blog-menu-wrapper {
	visibility: hidden;
}


.blog-post-standard {
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	position: relative;
	margin-bottom: 30px;
}
.blog-post-standard .post-mask {
	background: rgba(94, 136, 58, .75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-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;
	text-align: center;
	 font-family: 'Courier';
	 font-size: 20px;
	 padding-top: 40%;
	 color: #FFF;

}
.blog-post-standard:hover .post-mask {
	opacity: 1;
}

.blog-post-standard-content {
	padding: 24px 20px 30px;
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
}
.blog-post-standard:hover .blog-post-standard-title, .blog-post-standard:hover .post-date  {
	color: #FFF;
}
.post-date {
	font-size: 12px;
	-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;
}
.blog-post-standard-event-date {
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: #5E883C;
	padding: 10px 24px;
	font-family: 'Novecento-CondMedium';
	font-size: 18px;
	z-index: 10;
}

.blog-post-standard-title {
	text-transform: uppercase;
	font-family: 'gotham_htfbold';
	margin-bottom: 8px;
	-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;
}
.blog-post-standard-title {
	color: #5f883c;
	line-height: 1.3em;
    display: inline-block;
}

.blog-post-standard img {
	width: 100%;
	height: auto;
	-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;
}
.blog-post-standard img:hover {
	opacity: .8;
}
.blog-post-standard-exceprt {
	font-family: 'gotham_htf_bookregular';
	color: #333333;
	font-size: 13px;
	line-height: 1.6em;
}

/* Blog Categoty Menu */

.blog-menu-wrapper .menu {
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	font-family: 'gotham_htf_bookregular';
	text-transform: uppercase;
	margin-top: 40px;
     margin-bottom: 40px;
	text-align: center;
	padding-left: 0px;
}
.blog-menu-wrapper .menu li {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog-menu-wrapper .menu li a {
	color: #0B0B0B;
	-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;
}

.blog-menu-wrapper .menu li a:hover {
	color: #5E883C;
}

.blog-menu-wrapper .menu li.current-menu-item a, .blog-menu-wrapper .menu li.current_page_item a {
	font-family: 'gotham_htfbold';
}


/* Blog Tiles */

.blog-post-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	/* cursor: pointer; */
	float: left;
	width: 33.33%;
}
.blog-post-wrap.wide {
	width: 66.66%;
}

.blog-post-wrap img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	height: auto;
}

.blog-post-wrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-post-wrap-mask {
	z-index: 10;
	background: rgba(233, 193, 77, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
     align-items: flex-end;

	text-align: left;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.blog-post-wrap:hover .blog-post-wrap-mask {
	background: rgba(255, 192, 0, 0.6);
	opacity: 1;
}

.blog-post-title {
	font-size: 25px;
	line-height: 27px;
	color: #FFF;
	font-family: 'gotham_htf_ultraregular';
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

/* Pagination */

.pagination {
	text-align: right;
	padding-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: -30px;
	clear: both;
	margin-top: 30px;
}

.pagination .page-numbers {
	background: #FFF;
	border: 1px solid #cbcbcb;
	padding: 10px 16px;
	color: #000 !important;
	border-radius: 6px;
	-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:hover {
	background: #F1EEE9;
	border: 1px solid #F1EEE9;
}
.pagination .next.page-numbers {
	background: #5f883c;
	border: 1px solid #5f883c;
	color: #fff !important;
}
.pagination .next.page-numbers:hover {
	background: #5f883c;
	border: 1px solid #5f883c;
	color: #fff !important;
	opacity: .7
}



/* Masonry */


.grid {

}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.33%;
}

.grid-item {
  float: left;
}

.grid-item--wide { width:  40%; }




/* WORK */



.work-post-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	/* cursor: pointer; */
	float: left;
	width: 33.333333333333333%;
}
.work-post-wrap.wide {
	width: 66.666666666666667%;
}

.work-post-wrap img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	height: auto;
}

.work-post-wrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.work-post-wrap-mask {
	z-index: 10;
	background: rgba(233, 193, 77, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
  	align-items: center;
  	justify-content: center;

	text-align: center;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.work-post-wrap:hover .work-post-wrap-mask {
	background: rgba(255, 192, 0, 0.6);
	opacity: 1;
}

.work-post-title {
	font-size: 15px;
	line-height: 19px;
	color: #FFF;
	font-family: 'gotham_htf_mediumregular';
	text-transform: uppercase;
}






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

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

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

/* MENU  */
@media only screen and (max-width:1000px) {
	#toggle {
		display: block;
	}
	#menu-desktop-menu {
		display: none;
	}

	.about-pullup1 {
		width: 100%;
		margin-top: 0px;
	}
	.home-plax {
		height: auto;
	}

	body.about .home-plax {
	    height: 280px;
	}

	.home-plax {
	    height: 280px;
	}

	.icon-facts {
		width: 100%;
		margin-top: 0px;
	}
	.primary_nav_wrap, .header-right-btn {
		display: none;
	}
	.header {
		height: 60px;
	}
	.header .logo {
		margin-top: 5px;
		margin-left: 5%;
	}
	.header .logo img {
	    width: 160px;
	    height: auto;
	}
	.logo svg {
		width: 228px;
    		height: auto;
	}
	.header .button_container {
	    top: 19px;
	}
	.hero {
	    margin-top: 60px;
	}
	.slick-t-wrap p {
		    font-size: 18px;
		    line-height: 1.4em;
	}
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {

	.mobile-dev-helper span.help-all-mobile {
		display: block;
	}
	.footer-socials {
		float: none;
		width: 100%;
		text-align: center;
		clear: both;
	}
	.footer-socials a {
		display: inline-block;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.footer-copy {
		float: none;
	}

	.parallax-section {
		padding-top: 180px;
    		padding-bottom: 180px;
	}
	body.home .padding-left {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.team-slider-wrapper .next-button-slick, .team-slider-wrapper .prev-button-slick {
		display: none;
	}
	.team-slider-wrapper .slick-slider {
		width: 100%;
		padding-right: 40px;
	}
	.cta-wrapper h2 {
	    font-size: 29px;
	    line-height: 1.1em;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.about-slider-left {
		width: 100%;
		clear: both;
	}
	.about-slider-right {
		width: 100%;
		clear: both;
		margin-top: 30px;
		margin-left: 0px;
	}
	.about-slider-wrapper .next-button-slick, .about-slider-wrapper .prev-button-slick {
		float: none;
		display: inline-block;
	}


	.community-loop-featured-wrapper .community-loop-post-grid {
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 20px;
	}

	.gutter-sizer {
		width: 0px;
	}
	.size1, .size2, .size3, .size4 {
		width: 100%;
		height: 250px !important;
		margin-bottom: 20px !important;
	}
	.filters {
		width: 100%;
	}
	.ui-group {
		width: 100%;
		clear: both;
		margin-top: 10px;
	}
	.display-mode-ui {
	    margin-top: 20px;
	}
	.community-loop-post-list .list-col1 {
		width: 100%;
	}
	.community-loop-post-list .list-col2 {
		width: 100%;
	}
	.community-loop-post-list .list-col3 {
		width: 80%;
		margin-right: 10%;
		margin-top: 15px;
	}
	body.single-communities .slick-next {
		right: 0;
	}
	body.single-communities .team-slider-left .slick-slide img {
	    max-height: 360px;
	}
	body.single-communities .team-slider-left .slick-slide {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	body.single-communities .team-slider-wrapper {
	    margin-left: 0px;
	}
	.related-post-wrapper .community-loop-post-grid {
	    width: 100%;
	    margin-right: 0px;
	}
	.ui-group.cat-filter {
	    width: 100%;
	}


	.square-photo-post {
	    width: 100%;
	}
	.contact-icon-box {
	    margin-left: 4%;
	}

	.page-banner {
	    height: 300px;
	}

	.h2-number1::after, .h2-number2::after, .h2-number3::after {
	    font-size: 200px;
	    line-height: 200px;
	    top: -41px;
	    left: -37px;
	}
	body.contact .page-banner {
	    height: 380px;
	}

	.footer-col1, .footer-col2, .footer-col3, .footer-col4 {
		width: 100%;
		clear: both;
		margin-bottom: 40px;
	}

	.cta-wrapper p {
		padding-left: 0px;
		padding-right: 0px;
	}

	.home-plax2 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}


	.icon-facts {
	    width: 100%;
	}
	.icon-facts-box {
			width: 100%;
			margin-bottom: 30px;
	}


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

	.slick-t-wrap p {
		    font-size: 24px;
		    line-height: 1.4em;
	}

	.footer-buttons {
		margin-top: 0px;
	}

	.copyright {
		text-align: center;
	}
	.copyright img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
    		padding-right: 0px;
	}
	.footer-logo {
		width: 100%;
	}

	.mobile-show {
		display: block;
	}

	.mobile-hide {
		display: none;
	}
	.team-loop-post {
	    width: 100%;
	}

	.home-three-box {
		margin-bottom: 60px;
	}
	.cta-wrapper .btn2 {
		margin-bottom: 20px;
	}
	.footer-main {
		text-align: center;
	}
	.footer-buttons .btn1 {
	    float: none;
	    margin-top: 26px;
	}
	.apply-left {
		border-right: none;
	}

	.slick-t-wrap p {
		font-size: 17px;
     	line-height: 1.4em;
	    text-align: center;
	}
	.t-content .the-title {
		text-align: center;
	}


	.vc_row.vc_rtl-columns-reverse {
		flex-direction: column-reverse;
		display: flex;
	}
	.footer .widget_nav_menu ul li {
	    display: inline-block;
	    width: 100%;
	    margin-bottom: 3px;
	}
	.footer .widget_nav_menu {
	    margin-top: 0px;
	    margin-bottom: 10px;
	}

	/* .col {  margin: 1% 0 1% 0%; } */

	.col { margin-right: 0px;
	}
	.flex-grid {flex-flow: row wrap;}

	.flex-grid.mobile-wrap-reverse {
		flex-flow: wrap-reverse;
	}

	.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {
		width: 100%;
	}

	.col-full.span-1, .col-full.span-2, .col-full.span-3, .col-full.span-4, .col-full.span-5, .col-full.span-6, .col-full.span-7, .col-full.span-8, .col-full.span-9, .col-full.span-10, .col-full.span-11, .col-full.span-12 {
		width: 100%;
	}

	/* Padding Top */
	.mpt0		{padding-top: 0px;}
	.mpt10		{padding-top: 10px;}
	.mpt20		{padding-top: 20px;}
	.mpt25		{padding-top: 25px;}
	.mpt30		{padding-top: 30px;}
	.mpt40		{padding-top: 40px;}
	.mpt50		{padding-top: 50px;}
	.mpt60		{padding-top: 60px;}
	.mpt70		{padding-top: 70px;}
	.mpt80		{padding-top: 80px;}
	.mpt90		{padding-top: 90px;}
	.mpt100		{padding-top: 100px;}
	.mpt110		{padding-top: 110px;}
	.mpt120		{padding-top: 120px;}
	.mpt130		{padding-top: 130px;}
	.mpt140		{padding-top: 140px;}
	.mpt150		{padding-top: 150px;}
	.mpt160		{padding-top: 160px;}

	/* Padding Bottom */
	.mpb0		{padding-bottom: 0px;}
	.mpb10		{padding-bottom: 10px;}
	.mpb20		{padding-bottom: 20px;}
	.mpb25		{padding-bottom: 25px;}
	.mpb30		{padding-bottom: 30px;}
	.mpb40		{padding-bottom: 40px;}
	.mpb50		{padding-bottom: 50px;}
	.mpb60		{padding-bottom: 60px;}
	.mpb70		{padding-bottom: 70px;}
	.mpb80		{padding-bottom: 80px;}
	.mpb90		{padding-bottom: 90px;}
	.mpb100		{padding-bottom: 100px;}
	.mpb110		{padding-bottom: 110px;}
	.mpb120		{padding-bottom: 120px;}
	.mpb130		{padding-bottom: 130px;}
	.mpb140		{padding-bottom: 140px;}
	.mpb150		{padding-bottom: 150px;}
	.mpb160		{padding-bottom: 160px;}

	/* Padding left */
	.mpl0		{padding-left: 0px;}
	.mpl10		{padding-left: 10px;}
	.mpl20		{padding-left: 20px;}
	.mpl25		{padding-left: 25px;}
	.mpl30		{padding-left: 30px;}
	.mpl40		{padding-left: 40px;}
	.mpl50		{padding-left: 50px;}
	.mpl60		{padding-left: 60px;}
	.mpl70		{padding-left: 70px;}
	.mpl80		{padding-left: 80px;}
	.mpl90		{padding-left: 90px;}
	.mpl100		{padding-left: 100px;}
	.mpl110		{padding-left: 110px;}
	.mpl120		{padding-left: 120px;}
	.mpl130		{padding-left: 130px;}
	.mpl140		{padding-left: 140px;}
	.mpl150		{padding-left: 150px;}
	.mpl160		{padding-left: 160px;}

	/* Padding right */
	.mpr0		{padding-right: 0px;}
	.mpr10		{padding-right: 10px;}
	.mpr20		{padding-right: 20px;}
	.mpr25		{padding-right: 25px;}
	.mpr30		{padding-right: 30px;}
	.mpr40		{padding-right: 40px;}
	.mpr50		{padding-right: 50px;}
	.mpr60		{padding-right: 60px;}
	.mpr70		{padding-right: 70px;}
	.mpr80		{padding-right: 80px;}
	.mpr90		{padding-right: 90px;}
	.mpr100		{padding-right: 100px;}
	.mpr110		{padding-right: 110px;}
	.mpr120		{padding-right: 120px;}
	.mpr130		{padding-right: 130px;}
	.mpr140		{padding-right: 140px;}
	.mpr150		{padding-right: 150px;}
	.mpr160		{padding-right: 160px;}


	.logo svg {
		width: 228x;
    		height: auto;
	}


	/* header */

	.header .logo {
		margin-top: 5px;
 		margin-left: 5%;
	}
	.right-menu-wrapper {
	    top: 16px;
	}
	.header .button_container {
	    top: 19px;
	}
	.right-menu-wrapper a {
		display: none;
	}
	.overlay-menu li a {
	    font-size: 26px;
	    line-height: 40px;
	}

	.overlay-menu ul ul li a {
		font-size: 20px;
    		line-height: 38px;
	}

	.overlay-menu li.current-menu-item a {
	    font-size: 26px;
 	    line-height: 40px;
	}
	.overlay-menu .blog-menu {
		display: block;
	}
	.overlay-menu .start-a-project {
		display: block;
	}

	.hero {
		margin-top: 40px;
	}

	.visit-location-wrapper {
	    background-position: 58% center;
	}
	.mid-page-banner {
	    height: 300px;
	}

	.app-cta {
		display: flex;
		flex-direction: column-reverse;
	}
	.app-cta .white-block {
		margin-top: 40px;
	}


	/* Typography */

	h1 {
		font-size: 27px;
		line-height: 30px;
	}
	h2 {
		font-size: 33px;
		line-height: 38px;
		letter-spacing: -1px;
	}
	h3 {
	    font-size: 25px;
	}
	.page-title-wrap h1 {
		font-size: 44px;
		line-height: 47px;
	}
	.page-sub-headline {
		padding-left: 0px;
		padding-right: 0px;
	}


	/* home */

	.slick-hero-slide {
		font-size: 60vh;
	}
	.hero h1 {
		font-size: 36px;
	    line-height: 42px;
	    letter-spacing: -1px;
	    margin-bottom: 0px;
	}
	.vertical-rule {
		margin-top: 40px;
	}
	.canary-word-salad {
	    font-size: 50px;
	    line-height: 50px;
	}
	.word-salad-1 {
		padding-left: 18%;
	}
	.word-salad-5 {
		padding-left: 10%;
	}
	.word-salad-3 {
		padding-left: 25%;
	}
	.word-salad-4 {
		padding-right: 23%;
	}
	.word-salad-5 {
		padding-left: 22%;
	}
	.home-large-text {
	    padding-bottom: 20px;
	    padding-top: 0px;
	}
	.canary-global-bg {
		margin-left: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		background: #5E883C;
		background-image: none !important;
	}
	.watch-video {
		display: none;
	}
	.canary-global-content {
		margin-left: 0px;
	}
	.ig-image {
		width: 33.33%;
	}
	.ig-pull-mobile {
		display: block;
	}
	.ig-pull {
		display: none;
	}
	.hero .flex-grid {
		flex-flow: wrap-reverse;
	}



	/* services */

	.block-services-wrapper {
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.metro-box-wrapper {
		margin-bottom: 30px;
		min-height: 230px;
	}


	/* forms */


	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	    padding: 8px 11px;
	}
	body .gform_wrapper ul li.gfield {
	    margin-top: 20px !important;
	}
	body.start-a-project .gform_wrapper {
		margin-top: 50px;
	}
	.photo-checkbox ul.gfield_checkbox {
		width: 103.5%;
	}
	.gform_wrapper .photo-checkbox ul.gfield_checkbox li {
		width: 33.33%;
	}
	.gform_wrapper .photo-checkbox ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
		width: 90%;
	}
	.gform_wrapper .three-col-checkbox ul.gfield_checkbox li {
		width: 100%;
	}
	body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
		padding: 13px;
	}



	.footer-menu {
		display: none;
	}
	.footer-location-block {
		width: 50%;
	}
	.footer-button-left, .footer-button-right {
		width: 100%;
	}
	.footer-button-left .btn1, .footer-button-left .btn2, .footer-button-right .btn1, .footer-button-right .btn2 {
		width: 100%;
		text-align: center;
		margin-bottom: 16px;
	}
	.copyright {
		font-size: 9px;
		padding-left: 8%;
		padding-right: 8%;
	}


	/* Post & blog */

	.blog-post-wrap {
		width: 50%;
	}
	.work-post-wrap {
		width: 50%;
	}
	.related-post-wrapper .work-post-wrap {
		width: 100%;
	}
	.work-post-wrap.wide {
		width: 100%;
	}
	.grid-sizer, .grid-item {
	    width: 50%;
	}
	.grid-item--wide {
		width: 100%;
	}

	.home-intro-wrapper {
		font-size: 21px;
	    line-height: 1.5em;
	}

}



/* PHONE (portrait and landscape)  */
@media only screen and (max-width:480px) {
	.mobile-dev-helper span.help-mobile {
		display: block;
	}

	.check-list li {
	    margin-bottom: 8px;
	    font-family: 'Novecento-CondMedium';
	    font-size: 12px;
	}

}

@media only screen and (max-width:1280px) {
	.size1, .size3 {
	    height: 250px;
	}
	.size2, .size4 {
		height: 510px;
	}
}

@media only screen and (max-width:1000px) {
	.size1, .size3 {
	    height: 200px;
	}
	.size2, .size4 {
		height: 410px;
	}
}

/* TABLET */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.mobile-dev-helper span.help-tablet {
		display: block;
	}
	.tablet-hide {
		display: none;
	}

	.team-loop-post {
    width: 48%;
}
.team-loop-post:nth-of-type(2n+2) {
	margin-right: 0px;
}
.team-loop-post:nth-of-type(3n+3) {
	margin-right: 2%;
}



	.span-1.tablet-100, .span-2.tablet-100, .span-3.tablet-100, .span-4.tablet-100, .span-5.tablet-100, .span-6.tablet-100, .span-7.tablet-100, .span-8.tablet-100, .span-9.tablet-100, .span-10.tablet-100, .span-11.tablet-100, .span-12.tablet-100 {
		width: 100%;
	}
	.tablet-wrap {
		flex-wrap: wrap;
	}

	.hero h1 {
	    /* font-size: 24px;
	    line-height: 31px; */
	}
	/* Padding Top */
	.mpt0		{padding-top: 0px;}
	.mpt10		{padding-top: 10px;}
	.mpt20		{padding-top: 20px;}
	.mpt25		{padding-top: 25px;}
	.mpt30		{padding-top: 30px;}
	.mpt40		{padding-top: 40px;}
	.mpt50		{padding-top: 50px;}
	.mpt60		{padding-top: 60px;}
	.mpt70		{padding-top: 70px;}
	.mpt80		{padding-top: 80px;}
	.mpt90		{padding-top: 90px;}
	.mpt100		{padding-top: 100px;}
	.mpt110		{padding-top: 110px;}
	.mpt120		{padding-top: 120px;}
	.mpt130		{padding-top: 130px;}
	.mpt140		{padding-top: 140px;}
	.mpt150		{padding-top: 150px;}
	.mpt160		{padding-top: 160px;}

	/* Padding Bottom */
	.mpb0		{padding-bottom: 0px;}
	.mpb10		{padding-bottom: 10px;}
	.mpb20		{padding-bottom: 20px;}
	.mpb25		{padding-bottom: 25px;}
	.mpb30		{padding-bottom: 30px;}
	.mpb40		{padding-bottom: 40px;}
	.mpb50		{padding-bottom: 50px;}
	.mpb60		{padding-bottom: 60px;}
	.mpb70		{padding-bottom: 70px;}
	.mpb80		{padding-bottom: 80px;}
	.mpb90		{padding-bottom: 90px;}
	.mpb100		{padding-bottom: 100px;}
	.mpb110		{padding-bottom: 110px;}
	.mpb120		{padding-bottom: 120px;}
	.mpb130		{padding-bottom: 130px;}
	.mpb140		{padding-bottom: 140px;}
	.mpb150		{padding-bottom: 150px;}
	.mpb160		{padding-bottom: 160px;}

	/* Padding left */
	.mpl0		{padding-left: 0px;}
	.mpl10		{padding-left: 10px;}
	.mpl20		{padding-left: 20px;}
	.mpl25		{padding-left: 25px;}
	.mpl30		{padding-left: 30px;}
	.mpl40		{padding-left: 40px;}
	.mpl50		{padding-left: 50px;}
	.mpl60		{padding-left: 60px;}
	.mpl70		{padding-left: 70px;}
	.mpl80		{padding-left: 80px;}
	.mpl90		{padding-left: 90px;}
	.mpl100		{padding-left: 100px;}
	.mpl110		{padding-left: 110px;}
	.mpl120		{padding-left: 120px;}
	.mpl130		{padding-left: 130px;}
	.mpl140		{padding-left: 140px;}
	.mpl150		{padding-left: 150px;}
	.mpl160		{padding-left: 160px;}

	/* Padding right */
	.mpr0		{padding-right: 0px;}
	.mpr10		{padding-right: 10px;}
	.mpr20		{padding-right: 20px;}
	.mpr25		{padding-right: 25px;}
	.mpr30		{padding-right: 30px;}
	.mpr40		{padding-right: 40px;}
	.mpr50		{padding-right: 50px;}
	.mpr60		{padding-right: 60px;}
	.mpr70		{padding-right: 70px;}
	.mpr80		{padding-right: 80px;}
	.mpr90		{padding-right: 90px;}
	.mpr100		{padding-right: 100px;}
	.mpr110		{padding-right: 110px;}
	.mpr120		{padding-right: 120px;}
	.mpr130		{padding-right: 130px;}
	.mpr140		{padding-right: 140px;}
	.mpr150		{padding-right: 150px;}
	.mpr160		{padding-right: 160px;}


	.slick-hero-slide {
		font-size: 60vh;
	}

	.home-large-text {
	    font-size: 13px;
	    line-height: 1.45em;
	}
	.canary-word-salad {
		font-size: 80px;
		line-height: 74px;
	}
	.location-block h3 {
	    font-size: 88px;
	}
	/* .page-title-wrap h1 {
	    font-size: 48px;
	} */

	.metro-box-wrapper {
	    min-height: 275px;
	}
	.home-large-text {
	    padding-top: 0px;
	}
	.slick-slide img {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.our-clients .clients-headline {
	    padding-top: 6px;
	    line-height: 16px;
	}

	.footer-menu ul li {
	    margin-left: 20px;
	}

	.home-intro-wrapper {
		font-size: 21px;
	    line-height: 1.5em;
	}


}


/* DESKTOP SMALL */
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
	.mobile-dev-helper span.help-small-desktop {
		display: block;
	}

	.contact-icon-box {
	    margin-left: 0%;
	}

	.slick-t-wrap p {
		    font-size: 20px;
		    line-height: 1.4em;
	}

	.icon-facts {
		margin-top: -8%;
	}


	.hero h1 {
	    /* font-size: 31px;
	    line-height: 38px; */
	}
	.home-large-text {
	    font-size: 13px;
	    line-height: 1.45em;
	}
	.canary-word-salad {
		font-size: 90px;
		line-height: 74px;
	}
	.location-block h3 {
	    font-size: 88px;
	}
	/* .page-title-wrap h1 {
	    font-size: 48px;
	} */

	.metro-box-wrapper {
	    min-height: 275px;
	}
	.home-large-text {
	    padding-top: 0px;
	}
	.slick-slide img {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.our-clients .clients-headline {
	    padding-top: 6px;
	    line-height: 16px;
	}
}


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

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

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

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

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

}

/*------------------------------------*\
    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 {

}

/*------------------------------------*\
    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;
	}
}









/*------------------------------------*\
    SLICK SLIDER JS
\*------------------------------------*/
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('img/ajax-loader.gif') center center no-repeat; */
}

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 55%;
    z-index: 10;

    display: block;

    width: 36px;
    height: 59px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-a-wrap .slick-prev,
.slick-a-wrap .slick-next
{
    width: 36px;
    height: 36px;
    top: 49%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	border-radius: 18px;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


.team-wrap .slick-prev
{
    left: 0px;
    background: url('img/aarowleft2.svg') no-repeat left top;
}

.slick-prev
{
    left: 0px;
    background: url('img/aarowleft.svg') no-repeat left top;
}

.slick-a-wrap .slick-prev
{
    left: -19px;
    background: url('img/al.svg') no-repeat left top;
}
.team-member-photos-wrap .slick-prev
{
    left: 18px;
    background: url('img/al.svg') no-repeat left top;
}


[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}*/

.team-wrap .slick-next
{
    right: -1px;
    background: url('img/aarowright2.svg') no-repeat left top;
}

.slick-next
{
    right: -1px;
    background: url('img/aarowright.svg') no-repeat left top;
}

.slick-a-wrap .slick-next
{
    right: -19px;
    background: url('img/ar.svg') no-repeat left top;
}
.team-member-photos-wrap .slick-next
{
    right: 18px;
    background: url('img/ar.svg') no-repeat left top;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{


    margin-top: 50px;

    display: block;

    width: 100%;
    padding: 0;


    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 9px;
    height: 12px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 12px;
    padding: 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 2px solid #CCCCCC;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.slick-dots li.slick-active button {
	background: #CCCCCC;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
.slick-dots li.slick-active button:before
{
    /*opacity: .75;
    color: black;*/
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	outline: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /* display: block; */
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    /* display: flex; */
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("fonts/lightcase.eot?55356177");
  src: url("fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("fonts/lightcase.woff?55356177") format("woff"), url("fonts/lightcase.ttf?55356177") format("truetype"), url("fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #FFF;
  }
  #lightcase-content .person-name {
	  color: #FFF;
  }
  #lightcase-content .person-title {
	  color: #FFF;
	  margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(0,0,0,.9);
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}









[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
