/*********************************************************************************************

Theme Name: Goodman Real Estate 2.0
Theme URI: 
Description: Designed by Fusion
Version: 2.0
Author: Fusion
Author URI: http://www.fusionhappens.com/

**********************************************************************************************

Designed and Built by Fusion - fusionhappens.com


*********************************************************************************************/

html {
	box-sizing: border-box;
	color: #666;
	background-color: #fff;
	font-size: 16px;
}
p:empty,
article:empty,
.column:empty{
	display:none;
}
a.cleaned{
	text-decoration: none;
}

.border-top {
	width: auto; height: 1px;
	background: #FFF;
	position: absolute!important;
	top: 0;
	left: 0; right: 0;
	z-index: 999;	
}

.border-bottom {
	width: auto; height: 1px;
	background: #FFF;
	position: absolute!important;
	bottom: 0;
	left: 0; right: 0;
	z-index: 999;	
}

.border-right {
	width: 1px; height: auto;
	background: #FFF;
	position: absolute!important;
	top: 0; bottom: 0;
	right: 0;
	z-index: 999;	
}

.black a{
 	color: #fff;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */; box-sizing: inherit;
}

.column IMG{
	max-width: 100%;
	height: auto;
}
h1{
	font-size: 48px;
	font-weight: normal;
	line-height: 1.1;
    margin-bottom: 0.2em;
}
h1 strong{
	font-size: 23px;
	color: #fab800;
	letter-spacing: 4px;
}
h2{
	/*font-size: 38px;*/
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.1;
    margin-top: 1em;
    margin-bottom: 0.2em;
}
h3{
	/*font-size: 22px;*/
	font-weight: bold;
	font-style: normal;
    margin-bottom: 0.2em;
}
.tabs h3{
	font-size: 36px;
	margin-top: 15px;
	text-transform: uppercase;
}

/*.rich h2,
.rich h3 {
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
}*/

ul{
	list-style: none;
	padding: 7px 0;
}
.column > ul > li {
	padding: 0.4em 1em;
	border-top: 1px rgba(125,125,125,0.35) solid;
	border-bottom: 1px rgba(125,125,125,0.35) solid;
}
.column > ul > li + li {
	border-top: none;
	border-bottom: 1px rgba(125,125,125,0.35) solid;
}
.rich ul li,
ul.rich li {
	padding: 0.75em 1em;
	border-top: 1px rgba(125,125,125,0.15) solid;
	border-bottom: 1px rgba(125,125,125,0.3) solid;
	margin-bottom: 10px;
	border-left: 5px #be9602 solid;
	background: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
}
.rich strong {
	font-size: 1.2em;
}
.white-border-top{
    border-top: 1px #fff solid;
}
.white-border-bottom{
    border-bottom: 1px #fff solid;
}
.row-box{
	position:relative;
	display:block;
    padding: 10px;
	width: 100%;
	max-width:1050px;
	margin:0 auto;
	clear: both;
}
section > .row-box{
	display: block;
	border-spacing: 0;
	clear: both;
}
.row-box:after{
	content: '';
	display: table;
	width: 100%;
}
.injected .row-box{
	max-width:1220px;
}
.row-box.stretch{
	/*padding:0;*/
	max-width:none;
}
.row-box.extra-wide{
	/*padding:0;*/
	max-width:1630px;
}
.row-box.impact-width{
	max-width:1200px;
}
.row-box.initiative{
	max-width: 1200px;
}
.row-box.narrow{
	max-width: 640px;
	/*padding-left: 100px;
	padding-right: 100px;*/
}

.as-table{
	display: table;
	table-layout: fixed;
	width: 100%
}
.as-table > .column,
.as-table > main{
	display: table-cell;
	width: auto;
	float: none;
}
#sidebar-left .hero-shot{
    height: auto;
}
#secondary,
#colophon,
.byline-info{
    position: relative;
    z-index: 26;
}
.project.extra-content.deep {
    background: rgba(0,0,0,0.5) !important;
}
.card.project {
    position:relative;
}
.project_sold {
    width: 0; 
    height: 0; 
    border-top: 120px solid rgba(0,0,0,0.5);
    border-left: 120px solid transparent;
    right:0;
    margin-left:auto;
    position:absolute;
}
.project_sold span{
    position:absolute;
    top: -95px;
    right: 10px;
    text-align: center;
    font-size: 22px;
    font-family: arial;
    transform: rotate(45deg);
    display:block;
    color:#fff;
    font-weight:bold;
}
.card:hover .project_sold span{
    color:#b9a879;
}
@media screen and (min-width:1100px){
	.tabs .row-box.stretch{
		padding:0 50px;
		max-width:none;
	}
	.tabs .row-box.stretch .quote{
		margin:0 -50px;
		width: calc(100% + 100px);
		padding: 18px 10%;
	}
    #sidebar-left{
        width:33vw;
        position: relative;
        border-right:1px #fff solid;        
    }
    #sidebar-left > #main{
        position: absolute;
        width: calc(33vw - 2px);
        top: 0;
    }
    #sidebar-left > #main .hero-shot{
        width: calc(33vw - 1px);
        border-bottom: 1px #fff solid;
    }
        #sidebar-left > #main .hero-shot:nth-of-type(2){
            border-bottom: none;
        }
    #sidebar-left > #main .hero-shot.double{
        height: 45vh;
        overflow-y: hidden;
    }
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){
        height: 55vh;
    }
    #sidebar-left > #main.fixed{
        position: fixed;
        z-index: 3;
    }
    #sidebar-left > #main.careers,
    #sidebar-left > #main.fixed.careers{
        position: relative;
        z-index: 3;
    }        
    
    section > .flex-header{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items:center;
    }
    section > .flex-header > .column{
        flex-grow:1;
        flex-shrink: 0;
    }
    section > .flex-header > .column:first-of-type{
    }
    
}
@media screen and (min-width:783px){
    #sidebar-left > #main .hero-shot.double{height: 330px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 330px);}
}
@media screen and (min-width:855px){
    #sidebar-left > #main .hero-shot.double{height: 366px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 366px);}
}
@media screen and (min-width:960px){
    #sidebar-left > #main .hero-shot.double{height: 410px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 410px);}
}
@media screen and (min-width:1070px){
    #sidebar-left > #main .hero-shot.double{height: 458px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 458px);}
}
@media screen and (min-width:1200px){
    #sidebar-left > #main .hero-shot.double{height: 510px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 510px);}
}
@media screen and (min-width:1400px){
    #sidebar-left > #main .hero-shot.double{height: 600px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 600px);}
}
@media screen and (min-width:1650px){
    #sidebar-left > #main .hero-shot.double{height: 700px;}
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){height: calc(100vh - 700px);}
}
@media screen and (min-width:1750px){

    #sidebar-left{
        width:616px;
        position: relative;
        border-right:1px #fff solid;        
    }
    #sidebar-left > #main{
        position: absolute;
        width: 614px;
        top: 0;
        /*border-bottom:1px #fff solid;*/
    }
    #sidebar-left > #main .hero-shot{
        width: 615px;
    }
}
@media screen and (max-width:783px){
	.as-table{
		display: block;
	}
	.as-table > .column,
    .as-table > main{
		display: block;
	}
    #sidebar-left{
        width:100%;
        border-bottom:1px #fff solid;
    }    
    #sidebar-left > #main .hero-shot IMG{
        max-width: none;
        width: 100%;
    }
    #sidebar-left > #main .hero-shot,
    #sidebar-left > #main .hero-shot.double{
        overflow-y: hidden;
        height: 50vh;
    }
    #sidebar-left > #main .hero-shot.double:nth-of-type(2){
        display: none;
    }
}
.column{
	display:block;
	margin:0 auto;
	padding: 25px;
	vertical-align: top;
	width: 100%;
	float: left;
}
.column > *:first-child,
.fus-box > *:first-child{
	margin-top:0;
}
.column > *:last-child,
.fus-box > *:last-child{
	margin-bottom:0;
}
.column.header h1,
.column.header h2{
	margin-top: -6px;
}
@media screen and (min-width:783px){
    h1.smaller {
        font-size: 2em;
    }
}
@media screen and (max-width:1140px) and (min-width:783px){
    h1 {
        font-size: 35px;
    }
}

.bg-image{
	background-position: center center;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
}
.dimmer,.screener{
    position: relative ;
}
.dimmer:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.screener:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.column.bg-image.dimmer,
.column.bg-image.screener {
    position: relative;
}
.column.bg-image.dimmer > *,
.column.bg-image.screener > * {
	z-index: 5;
    position: relative;
}

blockquote{
    position: relative ;
    padding: 30px 20px;
    z-index: 0;
}
/*blockquote:before{
    content: '';
    position: absolute ;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-id-2956 blockquote:before,
.parent-pageid-2956 blockquote:before{
    content: url('../inc/img/quote-mark-yellow.png');
}*/
.column blockquote p{
    position: relative;
    font-size: 1.4em;
    line-height: 1.4;
    font-style: italic;
    z-index: 2;
}
.screener .column blockquote p{
    font-size: 2em;
    line-height: 1.5;
}
.black .column blockquote p{
	color: #fff;
}
.column blockquote p span{
	font-size: 15px;
	text-transform: uppercase;
	line-height: 27px;
	font-style: normal;
	letter-spacing: 2px;
}
.no-space{
	padding-top:0 ;
	padding-bottom:0;
}
.sleek{
	padding-top:10px ;
	padding-bottom:10px;
}
.vert-space{
	margin-top:20px ;
	margin-bottom:20px;
}
.thick{
	padding-top:50px;
	padding-bottom:50px;
}
.fat{
	padding-top:180px ;
	padding-bottom:180px;
}
.flush{
	padding:0;
}
.flush .row-box{
	padding:0;
}

.windowframe .row-box{
	display: table;
}
.windowframe .row-box > .column{
	display: table-cell;
	vertical-align: top;
	float: none;
}

.fus-blocks .row-box{
	display: table;
}
.fus-blocks .row-box > .column{
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding-right:5%;
	padding-left:5%;
}
.fus-blocks .row-box > .column.bg-image{
	height: 75vh;
	min-height: 75vh;
}
@media screen and (max-width:783px){
    .fus-blocks .row-box{
		display:block;
		width: 100%;
	}
    .fus-blocks .row-box > .column{
        display: table;
        vertical-align: middle;
        float: none;
        padding-right:5%;
        padding-left:5%;
    }    
	.fus-blocks .row-box > .column.bg-image {
    	min-height: 45vh;
    }
}/*/mediaquery*/

.steps .row-box > .column:nth-of-type(1){transform: translateY(-20px)}
.steps .row-box > .column:nth-of-type(2){transform: translateY(0px)}
.steps .row-box > .column:nth-of-type(3){transform: translateY(20px)}
.steps .row-box > .column:nth-of-type(4){transform: translateY(40px)}
.steps .row-box > .column:nth-of-type(5){transform: translateY(60px)}
.steps .row-box > .column:nth-of-type(6){transform: translateY(40px)}
.steps .row-box > .column:nth-of-type(7){transform: translateY(20px)}
.steps .row-box > .column:nth-of-type(8){transform: translateY(0px)}

.raw-contain{
	width: 100%;
}
.card-contain{
    display: inline-block;
    width: 100%;
	padding:8px;
    min-height: 15vh
}
    .card-contain.w16,
    .card-contain.w20,
    .card-contain.w25,
    .card-contain.w33{
        width: 50%;
    }
.card{
	margin:0px;
	width:100%;
	position: relative;
}
.card.solid{
	background-color: rgba(130, 130, 130, 0.15);
}
.card .post-info{
	padding: 20px;
}
.card.rounded .img-container IMG{
    border-radius: 5px;
}
.card.rounded .post-info{
	border-radius: 5px;
}
.card .post-info > *:first-child{
	margin-top: 0px;
}
.card .post-info:empty,
.flex .card .post-info:empty{
	display: none;
}
.card .post-info > h3{
	font-size: 1.5em;
	line-height: 1;
	margin: 0 0 15px;
}
    .w12 .card .post-info > h3,
    .w16 .card .post-info > h3,
    .w12 .extra-content h3{
        font-size: 1em;
    }
.card .post-info .meta, .card .project .meta,
.card .post-info .description, .card .project .description
.card.team .extra-content .meta{
	padding: 5px 0 0;
    margin-bottom: 0;
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
    font-size: .75em;
    letter-spacing: .03em;
}
.card .post-info .description{
}
.card .post-info .meta > span, .card .project .meta > span{
    display: inline-block;
    width: auto;
}
.meta strong {
    text-transform: uppercase;
    font-size: 0.8em;
}

.card.horse{
	background-color: #fff;
	color: #444444;
}
.card.event{
	
}
.card.event .post-info{
	padding: 10px;
}

/* Team Card */

.team .img-container{
    overflow-y: hidden;
}
.card.team{
    background-color: #fff;
}

/* Project Cards */

.card.project{
    background-color: #999;
}
.card.project .post-info{
	padding: 10px;
}
.card.project .post-info > h3{
	font-size: 1.15em;
	line-height: 1;
	margin: 0 0 15px;
}

.card-contain.flush,
.flush > .card-contain{
	padding: 0;
}

/*Box Link*/
.card .post-info.box-link{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.card .post-info.box-link:hover{
	background-color: rgba(255,255,255,.1);
}
.card .post-info.box-link > h3{
	margin-top: auto;
    margin-bottom: .25em;
	color: #fff;
}
.card .post-info.box-link > p{
	color: rgba(255,255,255,.8);
}

/*single-item featured stripe*/
.single-item .card{
	display: table;
	position: relative;
}
.single-item .card:after{
	display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
	border-width: 2px;
	border-color: #000;
	border-style: solid;
	z-index: 2;
}
.single-item .card a{
	position: relative;
	z-index: 25;
}

.single-item .card .img-container,
.single-item .card .post-info{
	display: table-cell;
	vertical-align: middle;
	float: none;
	width: 50%;
}
.single-item .card .post-info{
	padding: 30px 5%;
}
@media screen and (max-width:783px){
	.single-item .card .img-container,
	.single-item .card .post-info{
		display: block;
		float: none;
		width: 100%;
	}
	.single-item .card .post-info{
		padding: 20px 50px 40px;
	}
}

/*FLEX*/

.column.flex{
	display:flex;
	flex-wrap: wrap;
}
.raw-contain.flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flex .card-contain{
    display: flex ;
    float: none;
}
.flex .card-contain > *{
    display: flex ;
	flex-direction: column;
	/*margin:10px;*/
}
.flex .card .post-info{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}
.flex .card .post-info .description{
	flex: 1 0 auto;
}

.extra-content{
	background-color: rgba(143, 155, 165, 0.85);
    display: block ;
    position: absolute ;
    bottom: 0;
    width: 100%;
    transform: scale3d(1.0,0.0,1.0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    transform-origin: bottom center;
    padding: 15px;
    text-align: center;
}
    .team .extra-content{
        padding: 10px 10px 0;
    }
.extra-content h3{
    font-size: 1.15em;
}
.column .extra-content p,
.column .extra-content ul{
    font-size: 0.85em;
    line-height: 1.1;
    color: #fff;
}
.column .extra-content p strong{
    color: #eee;
}
.column .extra-content ul{
    margin: 0;
}
.column .extra-content li{
	border-bottom: 1px #ddd solid;
    padding: 2px 0;
}
.card{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.card:hover{
    z-index: 50;
   /* transform: scale3d(1.02,1.02,1.02);*/
    /*border-radius: 5px 5px 0 0;*/
}
.card:hover .img-container IMG,
.card:hover .post-info{
    /*border-radius: 5px 5px 0 0;*/
}
.card:hover .extra-content{
    transform: scale3d(1.0,1.0,1.0);
}

.card.project .post-info.box-link:hover{
	background-color: transparent;
}

.card-contain .card.orange{border-bottom: 15px #b96a46 solid;}
.card-contain .card.orange h3{color: #b96a46;}

.card-contain .card.green{border-bottom: 15px #596d1e solid;}
.card-contain .card.green h3{color:#596d1e;}

.card-contain .card.blue{border-bottom: 15px #559094 solid;}
.card-contain .card.blue h3{color:#559094;}

.card-contain .card.purple{border-bottom: 15px #543f6d solid;}
.card-contain .card.purple h3{color:#543f6d;}

.card-contain .card.transit{border-bottom: 15px #003e7e solid;}
.card-contain .card.transit h3{color:#003e7e;}

@media screen and (min-width:783px){
	.tabs .column{
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.tabs .column.w33{
        padding-left: calc(50% - 550px);
		width:40%;
    }
	.tabs .column.w50:first-of-type{
        padding-left: calc(50% - 500px);
		width: 50%;
    }    
	.tabs .column.w50:nth-of-type(2){
        padding-right: calc(50% - 500px);
		width: 50%;
    }    
    .tabs .column.w66{
        padding-right: calc(50% - 500px);
		width:60%;
    }
}
@media screen and (min-width:783px){
    .card-contain.w12 .img-container{ height: calc((100vw - 50px) / 8 - 16px); }
    .card-contain.w12{ width:calc((100vw - 50px) / 8); }    
	.column.w16,.card-contain.w16,.sidebar-wrapper.w16{ width:calc(100% / 6); }
	.column.w20,.card-contain.w20,.sidebar-wrapper.w20{ width:20%; }
	.column.w25,.card-contain.w25,.sidebar-wrapper.w25{ width:25%; }
	.column.w30,.card-contain.w30,.sidebar-wrapper.w30{ width:30%; }
	.column.w33,.card-contain.w33,.sidebar-wrapper.w33{ width:calc(100% / 3); }
	.column.w40,.card-contain.w40,.sidebar-wrapper.w40{ width:40%; }
	.column.w50,.card-contain.w50,.sidebar-wrapper.w50{ width:50%; }
	.column.w60,.card-contain.w60,.sidebar-wrapper.w60{ width:60%; }
	.column.w66,.card-contain.w66,.sidebar-wrapper.w66{ width:66%; }
	.column.w70,.card-contain.w70,.sidebar-wrapper.w70{ width:70%; }
	.column.w75,.card-contain.w75,.sidebar-wrapper.w75{ width:75%; }
	.column.w80,.card-contain.w80,.sidebar-wrapper.w80{ width:80%; }
}
@media screen and (min-width:400px){
    .card-contain.w12 .img-container{ height: calc((100vw - 50px) / 3 - 16px);}
    .card-contain.w12{ width:calc((100vw - 50px) / 3); }
}
@media screen and (min-width:650px){
    .card-contain.w12 .img-container{ height: calc((100vw - 50px) / 5 - 16px);}
    .card-contain.w12{ width:calc((100vw - 50px) / 5); }
	.card-contain.w16{ width:calc(100% / 4); }
	.card-contain.w20{ width:calc(100% / 3); }
	.card-contain.w25{ width:50%; }
}
@media screen and (min-width:900px){
    .card-contain.w12 .img-container{ height: calc((100vw - 50px) / 6 - 16px);}
    .card-contain.w12{ width:calc((100vw - 50px) / 6); }    
	.card-contain.w16{ width:20%; }
	.card-contain.w20{ width:25%; }
	.card-contain.w25{ width:calc(100% / 3); }
}
@media screen and (min-width:1100px){
    .card-contain.w12 .img-container{ height: calc((100vw - 50px) / 7 - 16px);}
    .card-contain.w12{ width:calc((100vw - 50px) / 7); }    
	.card-contain.w16{ width:calc(100% / 6); }
	.card-contain.w20{ width:20%; }
	.card-contain.w25{ width:25%; }
}
@media screen and (min-width:1350px){
    .card-contain.w12 .img-container{ height: calc((100vw - 50px) / 8 - 16px);}
    .card-contain.w12{ width:calc((100vw - 50px) / 8); }    
}
@media screen and (min-width:1650px){
    .card-contain.w12 .img-container{ height: calc(1600px / 10 - 16px);}
    .card-contain.w12{ width:calc(1600px / 10); }    
}

@media screen and (max-width:400px){
    .column{
        padding: 4vw;
    }
    .flush{
        padding: 0;
    }
    .card.rounded .img-container IMG{
        border-radius: 5px 0 0 5px;
    }
    .card-contain.w12{ width:calc(92vw / 2); } 
    .card-contain.w12 .img-container{ height: calc(92vw / 2 - 16px);width: 100%;}
	.page-id-3467 .card-contain.w20:first-of-type{
        width: 100%;
    }
    .card .post-info.box-link{
        padding-left: 33%;
        background: none;
    }
    .img-container > .button {
        bottom: 4px;
        left: 4px;
        right: auto;
        top: auto;
    }
    .button .gallery-contain a[data-count="0"] {
        background-color: rgba(0, 0, 0, .5) ;
        padding: 4px 10px;
        border-radius: 4px;
    }
}

.column.w100,.card-contain.w100,.sidebar-wrapper.w100{ width:100%; }
.column.w100 + .column.w100{ padding-top:0; }

.tile-effects{
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .15);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tile-effects:hover{
	box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, .2);
}
.rounded{
    border-radius: 5px;
}
.style2{
	background-color: #000;
	color: #fff;
}
.gray-img .img-container img {
  transition: filter .2s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
    /*opacity: 0.85;*/
}
.gray-img:hover .img-container img {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
    /*opacity: 1;*/
}
    .page-id-3462 .card-contain:first-of-type .gray-img .img-container img {
      -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
      filter: grayscale(100%); /* FF 35+ */
    }
    .page-id-3462 .card-contain:first-of-type .gray-img:hover .img-container img {
      -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
      filter: grayscale(0%); /* FF 35+ */
    }

.gold{
	background-color: #a39368;
	color: #eee;
}
.gold h1,
.gold h2,
.gold h3,
.gold h4,
.gold h5,
.gold h6 {
	color: #fff;
}

section.white,
.white{
	background: #fff;
	color: #4d4d4d;
}
.white h1,
.white h2,
.white h4,
.white h5,
.white h6 {
	color: #000;
}

.black{
	background-color: #000;
	color: #eee;
}
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6 {
	color: #fff;
}
.black h2,
.black i {
	color: #fff;
}

.soft{
	background-color: #f5f5f5;
	color: #000;
}
.soft h1,
.soft h2,
.soft h3,
.soft h4,
.soft h5,
.soft h6 {
	color: #000;
}
.pattern{
	/*background-image: url(../inc/img/bg-dots1.png)!important;
	background-repeat: repeat;*/
}
.darkgray{
	background-color: #4d4d4d;
	color: #fff;
}

.soft.white{
	background-image: url('img/2018/bg-gradient-angle-yellow.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media screen and (max-width:783px){
	section .row-box,
	section .row-box > .column,
    .windowframe .row-box > .column{
		display:block;
		width: 100%;
	}
    .column.header{
        padding-bottom: 0px;
    }
}/*/mediaquery*/
@media screen and (max-width:1100px){
    .has-sidebar .row-box > .column{
		display:block;
		width: 100%;
	}
    .has-sidebar .row-box > .column.w25{width: 50%;}
    .has-sidebar .column.header{
        padding-bottom: 0px;
    }
}/*/mediaquery*/

.stretch > h1,
.stretch > h2,
.stretch > h3{
	margin-top: 0;
	padding-top: 20px;
}

#values-nav {
	width: auto; 
	background: #fab800;
	padding: 0 30px;
	list-style: none;
	text-align: center;
}

#values-nav a {
	font-size: 18px;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 48px;
	text-decoration: none;
	text-transform: uppercase;
}

#values-nav a:hover, #values-nav .active a {
	color: #000;
	position: relative;
}
#values-nav a:hover:before {
	content: url('img/2018/arrow-dwn.png');
	display: block;
	position: absolute;
	top: -11px;
	left: 37%;
}

#values-nav li {
	margin: 0 20px 0 0;
	display: inline;
}

.column p{
	font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.impact-hero-image,
.hero-shot{
	height: 455px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sidebar-left .hero-shot{
	background-position: center right;
}
	.hero-shot.full-height{
		min-height: 100vh;
	}
	.hero-shot.three-quarter-height{
		min-height: 70vh;
	}
	.hero-shot.half-height{
		min-height: 50vh;
	}
	.hero-shot.quarter-height{
		min-height: 25vh
	}
.impact-hero-image .caption,
.hero-shot .caption{
	position: absolute;
	bottom: 2vw;
	left: 60vw;
    width: 38vw;
	font-size: .8em;
	padding: .55em .95em;
	background: #efefef;
}
@media screen and (max-width:783px){
    #sidebar-left .hero-shot.full-height.bg-image{
		min-height: 50vh;
	}
    .impact-hero-image .caption,
    .hero-shot .caption{
        left: 2vw;
        bottom: 2vw;
        width: 96vw;
    }
}
.impact-hero-image .caption:after,
.hero-shot .caption:after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #eeeeee;
}

.col1-hand.column{
    margin-top: -345px;
    max-width: 330px;
}
.impact-hand-contain IMG{
	max-width: 100%;
	margin: 0;
}
.heart-image{
	display: block;
	text-align: center;
	margin: 50px auto 10px;
}
@media screen and (max-width:783px){
    .impact-width{
        text-align: center;
    }
    .col1-hand.column{
        float: none;
    }
	.heart-image{
		display: none;
	}
}
.lead .column:first-of-type > p:first-of-type,
.lead > p:first-of-type,
.sjb-page .list-data .job-description > p:first-of-type{
	font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: 10px;
}

.values-icon{
	margin: 50px 0 35px;
}
.values-description{
	text-align: center;
}
.values-description.w100 p{
	font-size: 1.1em;
    line-height: 1.5em;
}

@media screen and (min-width:783px){
	.col2.column{
		margin-top: 50px;
	}
	#impact-values {
		padding-left: 60px;
		padding-right: 60px;
	}
}

/* Subnav */

#sub-nav{
	z-index: 990;
	position: relative;
	/*background: #000;*/
	text-align: center;
}
#sub-nav .active{
	display: inline-block;
	position: relative;
}
#sub-nav .active a{
	;border-bottom: 1px #78828a solid;
}
/*#sub-nav .active a:before{
	content: url('img/2018/arrow-dwn.png');
	display: block;
	position: absolute;
	top: 0-2px;
	left: 50%;
	transform: translateX(-50%);
}*/

/* TABS TABS TABS */

.tabs{
	background-color: #fab800;
	text-align: center;
}


.tabs section {
  /*display: none;*/
  /*padding: 20px 0 0;*/
	overflow-y: hidden;
	height: 0;
}

.tabs input {
  display: none;
}

.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 13px 25px;
	font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.tabs label:hover {
  color: #000;
  cursor: pointer;
}

.tabs input:checked + label {
  color: #000;
	background-color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #fff;
}

.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3,
.tabs #tab4:checked ~ #content4,
.tabs #tab5:checked ~ #content5,
.tabs #tab6:checked ~ #content6,
.tabs #tab7:checked ~ #content7,
.tabs #tab1:checked ~ #stripe-content1,
.tabs #tab2:checked ~ #stripe-content2,
.tabs #tab3:checked ~ #stripe-content3,
.tabs #tab4:checked ~ #stripe-content4,
.tabs #tab5:checked ~ #stripe-content5,
.tabs #tab6:checked ~ #stripe-content6,
.tabs #tab7:checked ~ #stripe-content7 {
  display: block;
	overflow-y: visible;
	height: auto;
}

@media screen and (max-width: 650px) {
  .tabs {
	background-color: #eee;
  }
  .tabs label {
	display: block;
	padding: 10px;
	font-size: 1.2em;
	color: #222;
  }

  .tabs label:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .tabs label {
    padding: 15px;
  }
}
.gallery-contain .slick-track{
	/*height: 500px;*/
}
.gallery-contain .slick-track IMG{
	/*max-height: 100%;*/
}
.gallery-contain .caption{
	position: relative;
	font-size: .95em;
	padding: .55em .95em;
	background: #eeeeee;
	margin: 20px 10% 0 5%;
	text-align: left;
	display: block;
}
.gallery-contain .caption:before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #eeeeee;
}
.slick-initialized .slick-slide {
	text-align: left;
}
/*.gallery-contain .caption{
	margin-top: 10px;
	text-align: left;
	display: inline-block;
	width: 91%;
	font-size: 1.3rem;
}
.gallery-contain .caption:before{
	display:inline-block;
	font-family:FontAwesome;
	content:'\f0d8';
	width:.5em;
	margin: 0 .5em 0 -1em;
}
*/


.column .fus-richheader p {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.column .fus-richheader h1 {
	margin-top:0;
}
.column span.fus-richheader {
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
	display: block;
    color: #aca37a;
}
.column h1 span.fus-richheader {
	font-size: 0.35em;
}
.column h2 span.fus-richheader {
	font-size: 0.4em;
    font-weight: 700;
    letter-spacing: 0.25em;
    margin-bottom: 10px
}
.column h3 span.fus-richheader {
	font-size: 0.5em;
}
.column div.fus-richheader {
	margin-top:0;
}

/* SHORTCODE BUTTON */

/* Main Button Style */
a.fflms-button,
.fflms-button {
	background-color: #444444;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
	vertical-align: middle;
	margin: 5px 5px 0;
	text-decoration: none;
    text-transform: uppercase;
}
    p a.fflms-button:first-of-type,
    p .fflms-button:first-of-type {
        margin-left: 0;
    }
    p a.fflms-button:last-of-type,
    p .fflms-button:last-of-type {
        margin-right: 0;
    }

.flex a.fflms-button,
.flex .fflms-button {
	margin: 10px auto 10px;
}
/*.column a.fflms-button {
    border-bottom:none;
}*/
.fflms-button span {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 8px 20px;
    z-index: 1;
    position: relative;
}
.fflms-button img {
	margin: 0;
}
/* Hover */
/*.fflms-button:hover {
	opacity: .9;
	text-decoration: none;
}*/
/* Active */
.fflms-button:active {
	color:#777777;
}
.flex a.fflms-button.archive {
	margin: 30px 10px 30px auto;
}
.fflms-button.archive{
	margin: 5px auto;
	display: block;
	width: 200px;
	text-align: center;
}
.fflms-button.archive span{
	font-size: 1.35em;
	padding: 12px 28px;
}
.fflms-button.large span {
	font-size: 1.5em;
	padding: 14px 20px;
}
.fflms-button.small span {
	font-size: 0.85em;
	padding: 2px 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase ;
}
.fflms-button.color-ghost{
	border: 1px #000000 solid;
	background-color: transparent;
}
.fflms-button.color-ghost span{
	color: #000000;
	font-weight: 300;
}
.style1 .fflms-button.color-ghost,
.black .fflms-button.color-ghost{
	border: 1px #ffffff solid;
	background-color: transparent;
}
.style1 .fflms-button.color-ghost span,
.black .fflms-button.color-ghost span{
	color: #ffffff;
	font-weight: 300;
}
.fflms-button.color-none {
	background-color:transparent;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	border:none;
}
.fflms-button.color-none span {
	color:inherit;
}

/* SHORTCODE BOX */

.fus-box{
	padding: 30px;
	margin-bottom: 5px;
}
.fus-box.aligncenter{
	text-align: center;
}

/*  Status Flags styling  
===============================
*/
.flag{
	position: absolute;
	top: 5px;
	left: 5px;
}

    .flag > .flag-item{
        display: block;
        padding: 0.35em 0.6em;
        line-height: 12px;
        font-size: 9px;
        letter-spacing: .1em;
        text-transform: uppercase;
        background-color: transparent;
        color: #eeeeee!important;
    }
.single .flag,
#modal-content .flag{
	position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    margin-right: 1px;
}
    .single .flag > .flag-item,
    #modal-content .flag > .flag-item{
        padding: 0.35em 0.6em;
        line-height: 12px;
        font-size: 11px;
    }

.flag-type{
	right: 5px;
	left: auto;
	background-color: #222222;
	border: 1px #222222 solid;
}
.flag-property-type{
	right: 5px;
    top: auto;
    bottom: 9px;
	left: auto;
}
.flag-info{
	right: 5px;
	bottom: 5px;
	top: auto;
	left: auto;
	background-color: #222222;
	border: 1px #222222 solid;
}
.flag > .flag-item.info{
	background-color: rgba(0,0,0,0.5);
	border: none;
}
.flag > .flag-item.info:hover{
	background-color: #000000!important;
}
.flag > .flag-item.page{
	background-color: #ffffff;
	color:#222222;
}
.flag > .flag-item.post{
	/*background-color: #ffec05;*/
	background-color: #aaaaaa;
	color:#222222;
}
.flag > .flag-item.project{
	background-color: #3b6ffc;
	color: #ffffff;
}
.flag > .flag-item.testimonial{
	background-color: #ebebeb;
	color: #000000;
}
.format-video:before{
	font-family: FontAwesome;
	display: block;
	content: '\f04b';
	color: #ffec05;
	position: absolute;
	top: 35px;
	left: 35px;
	font-size: 50px;
	padding: 0;
}
.format-image:before{
	font-family: FontAwesome;
	display: block;
	content: '\f030  GALLERY';
	color: #ffec05;
	position: absolute;
	top: 50px;
	left: 35px;
	font-size: 30px;
	padding: 0;
	z-index: 2;
}


.mapInfoBox{
    width: 250px;
    padding: 0;
}
.mapInfoBox section {
  height:auto !important;
  width:250px;
  float:left;
  font-size: 1em;
  margin-top:5px;
}
.mapInfoBox section strong {
  padding:6px 5px 1px 0;
  margin:0 0 0 0;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    font-size: 1.25em;
}
.mapInfoBox img {
  width:250px !important;
  height:auto;
  float:left;
  margin-right: 10px;
  padding-top:0;
  margin-top:0;
}
.mapInfoBox p {
  margin-bottom: 0px;
}


/* Filter Buttons */

#filter-sets{
	display: block ;
	text-align: center ;
    margin-bottom: 20px;
}
#filter-sets ul{
	list-style: none;
	display: inline-block;
	padding: 10px;
	margin: 0 0 2px 0;
}
    #filter-sets > ul.stickytop{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 90;
    }

#filter-sets li,
#filter-sets h4{
	display: inline-block;
    position: relative;
    margin: 2px;
    padding: 2px 8px;
    font-size: 0.9em;
}
@media screen and (min-width: 1400px) {
    #filter-sets li{
        padding: 6px 8px;
    }
}
#filter-sets li.check-label,
#filter-sets li.radio-label{
    border-radius: 15px;
}
    #filter-sets .accent li.check-label,
    #filter-sets .dark li.check-label,
    #filter-sets .bright li.check-label,
    #filter-sets .accent li.radio-label,
    #filter-sets .dark li.radio-label,
    #filter-sets .bright li.radio-label{
        background-color: rgba(255, 255, 255, 0.1);
    }
    #filter-sets .accent li.radio-label,
    #filter-sets .dark li.radio-label,
    #filter-sets .bright li.radio-label{
        background-color: rgba(0, 0, 0, 0.5);
    }
    #filter-sets li.check-label:before{
        font-family: FontAwesome;
        content: '\f111';
        border-radius: 50%; 
        display: inline-block;
        margin-right: 5px;
        color: rgba(0, 0, 0, 0.1);
        line-height: 1;
        position: relative ;
        z-index: 1;
    }
    #filter-sets li.check-label:after{
        content: '';
        border-radius: 50%; 
        display: block;
        position: absolute;
        top: 7px;
        left: 9px;
        margin: 0;
        width: 10px;
        height: 10px;
        z-index: 0;
    }
    #filter-sets li.check-label:hover,
    #filter-sets li.radio-label:hover{
        opacity: .8;
    }
    #filter-sets li.check-label.checkbox:hover:before{
        content: '\f055';
        color: #000;
    }
        #filter-sets li.check-label:hover:after{
            background-color: #fff;
        }
    #filter-sets li.check-label.check-selected{
        background-color: #ffffff;
    }
        #filter-sets .accent li.check-label.check-selected,
        #filter-sets .dark li.check-label.check-selected,
        #filter-sets .dark li.check-label.check-selected,
        #filter-sets .bright li.check-label.check-selected{
            background-color: rgba(0, 0, 0, 0.2);
        }
        #filter-sets li.check-label.check-selected:before{
            content: '\f058';
            color: #000;
        }
        #filter-sets li.check-label.check-selected:after{
            background-color: #fff;
        }
        #filter-sets li.check-label.check-selected.checkbox:hover:before{
            content: '\f057';
            color: #ff002a;
        }

#filter-sets input[type="checkbox"],
#filter-sets input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: -9999px;
}
.check-label{
	cursor: pointer;
}

.card #filter-sets{
	margin-bottom: 0;
}
.card #filter-sets ul {
    display: block;
}
.card #filter-sets ul li.check-label{
	display: block;
    border-bottom: 1px rgba(255,255,255,.7) solid;
    text-transform: uppercase;
    position: relative;
}
.card #filter-sets li.check-label.check-selected:after,
.card #filter-sets li.check-label:hover:after,
.card #filter-sets li.radio-label:hover:after{
    font-family: FontAwesome;
    content: '\f105';
    display: block;
    margin-left: 5px;
    color: #fff;
    background-color: transparent;
    line-height: 1;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 7px;
}
    .card #filter-sets .accent li.check-label,
    .card #filter-sets .dark li.check-label,
    .card #filter-sets .bright li.check-label{
        background-color: rgba(0, 0, 0, 0.0);
    }

@media screen and (max-width: 400px) {
   .card-contain.no-image{
        min-height: auto!important;
    }
    .card-contain.no-image .card .post-info.box-link{
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 20px;
    }
}

@media screen and (max-width: 400px) {
  #filter-sets h4 {
    display: none;
  }
}

.fancybox-stage{
    background-color: rgba(104, 129, 144, 0.7);
}
.fancybox-slide--html {
    padding: 4vw
}
.fancybox-content{
    max-width: 900px;
    background-color: #e9ecee;
    padding: 10px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.3);
}
.fancybox-slide h1 {
    font-size: 2.5em;
    margin: 0 0 .1em;
    color: #51626f;
}
.fancybox-slide h2 {
    line-height: 1;
    margin-bottom: 0.8em;
    color: #b9a879;
    padding: 10px 0 0;
    border-top: 1px #b9a879 solid;
}
.single-team .role,
.fancybox-slide .role{
    font-size: 1.15em;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.fancybox-close-small.fancybox-button svg path{
    fill: #a39368;
}

/*
======== IMAGE GRIDs =========
*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 2fr repeat(4, 1fr);
    grid-template-rows: 2fr 1fr 3fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-items: stretch;
    align-items: stretch;
    height: calc((100vw / 8) * 2.5);
    min-height: 350px;
 }
                        
.grid-item {
  position: relative;
  outline-style: solid;
  outline-color:#fff;
  outline-width: 1px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    overflow: hidden;
}                        
.grid-item.cellA {
}                        
.grid-item.cellB {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}                        
.grid-item.cellC {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellD {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellE {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}                        
.grid-item.cellF {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}                        
.grid-item.cellG {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
}                        
.grid-item.cellH {
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}                        
.grid-item.cellI {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
}                        
.grid-item.cellJ {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellK {
  grid-column-start: 8;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellL {
  grid-column-start: 8;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 4;
}

.sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-items: stretch;
    align-items: stretch;
 }
    .grid-item.sub-cellA {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .grid-item.sub-cellB {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
.sub-grid.layout2 {
    grid-template-rows: 1fr 3fr;
 }
.sub-grid.layout3 {
 }
    .layout3 .grid-item.sub-cellA {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .layout3 .grid-item.sub-cellB {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
.sub-grid.layout4 {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 2fr;
 }
    .layout4 .grid-item.sub-cellA {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .layout4 .grid-item.sub-cellB {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
    .layout4 .grid-item.sub-cellC {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
.sub-grid.layout5 {
}
    .layout5 .grid-item.sub-cellA {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .layout5 .grid-item.sub-cellB {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .layout5 .grid-item.sub-cellC {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }


.grid-slide-contain,
.grid-slide-contain .slick-slide,
.grid-slide{
    height: calc((100vw / 8) * 1.7);
    min-height: calc(350px * (2 / 3));
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-slide-contain.gridhalf ,
.grid-slide-contain.gridhalf .slick-slide,
.gridhalf .grid-slide{
    height: calc((100vw / 8) * 1.25);
    min-height: calc(350px / 2);
}
.grid-slide-contain.gridthird ,
.grid-slide-contain.gridthird .slick-slide,
.gridthird .grid-slide{
    height: calc((100vw / 8) * .9);
    min-height: calc(350px / 3);
}
@media screen and (max-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr) 2fr 1fr;
    }
    .grid-item.cellH,
    .grid-item.cellI,
    .grid-item.cellJ,
    .grid-item.cellK,
    .grid-item.cellL{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-item.cellE,
    .grid-item.cellF,
    .grid-item.cellG{
        display: none;
    }
}
@media screen and (min-width:783px) and (max-width:1100px){
    .disclaimer-eoe {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
}
.everify-group{
    width:100%;display:flex;
}
.everify-group div{
    flex: 1;
    padding-right: 1em;
}
.everify-group .everify-logo{
    flex: 0 0 150px;
    display:block;
}
.everify-group p{
    font-size: .75em;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.6);
}
.everify-group p .links{
    margin-top: 5px;
}
@media screen and (max-width:550px){
    .everify-group{
        flex-wrap: wrap;
    }
    .everify-group .everify-logo{
        flex: 1 0 100%;
    }
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #51626f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}