@charset "utf-8";
/* CSS Document */


body{
	font-family:"Roboto", sans-serif;
    font-size:16px;
    line-height:24px;
    background:white;
    color:black;
}
h1{
	font-weight:100;
    font-size:36px;
    line-height:42px;
    margin:0;
    padding-bottom: 5px;
}

.team-block h1 a {
	color:#000;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.team-block h1 a:hover {
	color:#6ba66f;
}

h2{
    margin:0;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-weight: 300;
}
h3{
	font-weight:900;
    font-size:18px;
    line-height:24px;
    letter-spacing:2px;
    margin:0;
    text-transform:uppercase;
}
h4{
	font-weight:900;
    font-size:15px;
    line-height:22px;
    letter-spacing:0px;
    margin:0;
    text-transform:uppercase;
}

h5{
	font-weight:800;
    font-style:italic;
    font-size:18px;
    line-height:24px;
    letter-spacing:0px;
    margin:0;
}
p{
	margin:0;
    padding:0;
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 1em;

}
a{
	text-decoration:none;
}
.text-link{
	color:#5b8040;
}
img{
	display:block;
    width:100%;
    max-width:none;
}
.clearfix{
	display:block;
    float:none;
    clear:both;
    line-height:0;
    height:0;
    width:0;
}
.overlay{
	position:absolute;
    width:100%;
    height:100%;
    z-index:9999;
    top:0;
    left:0;
    color: white;
}
.overlay a{
    color: white;
}
.overlay h4{
	font-weight:400;
    font-size:12px;
    letter-spacing:0.06em;
    line-height:13px;
}
.align-bottom{
	position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}
.align-middle{
	position:absolute;
    top:50%;
    left:0;
    right:0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:1;
}
.bg-img{
	position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:50%;
    z-index:0;
    top:0;
    left:0;
}
.overviewimage {
 	margin-left:5px;
}
.pad-box{
	padding:100px;
}
.border .pad-box, .border.pad-box {
    /* padding: 80px; */
    padding: 50px 80px;
}
.callout{
    position:relative;
    color:white;
    text-align:center;
}
.callout .pad-box{
    background: rgba(0,0,0,0.45);
    position: relative;
    z-index: 1;
}
.callout .pad-box h1{
	margin:40px auto;
    max-width:850px;
    padding:0;
}
.callout .pad-box.quote{
    background: #fff;
    position: relative;
    z-index: 1;
    color:#000;
}
.hero{
	position: relative;
    height: auto;
    padding: 0 0 30%;
    text-align:right;
    color:white;
    background: #5b8040;
}
.hero:before, .slider:before{
	content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+15&0.4+0,0+100 */
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.34) 15%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.34) 15%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.34) 15%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.hero .pad-box{
	padding:50px 100px;
}
.callout .bg-img{
	background-position:50% 0;
}
.slider .overlay{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+36,0.6+100 */
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


/*-- header --*/

header {
    position: absolute;
    z-index: 3;
    padding: 35px 30px 0 50px;
    left: 10px;
    right: 10px;
    z-index:9999;
}

header .logo {
    text-indent: -9999px;
    display: inline-block;
    background-image: url(/assets/images/logo-white-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 225px;
    height: 83px;
}

header .menu {
    cursor:pointer;
    display: block;
    position:fixed;
    right:30px;
    top:35px;
    text-indent: -9999px;
    background-image: url(/assets/images/burger.png);
    background-size: contain;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
}

/* -- menu --*/
.nav-menu{
	display:none;
    background: rgba(0, 0, 0, 0.45);
    position:fixed;
    z-index:99999;
    left:0;
    right:0;
    overflow:scroll;
}
.nav-menu .logo-hold{
	position: absolute;
    height:100%;
    width:60%;
    margin: 0 0 0 -15px;
}
.nav-menu .bg-white {
    position: absolute;
    height:100%;
    width:40%;
    right:0;
    overflow: scroll;
    max-width: 600px;
}
.nav-menu .pad-box.min-height {
    min-height: 680px;
}
.nav-menu .pad-box{
    position: absolute;
    top: 35px;
    right: 30px;
    bottom: 35px;
    left:30px;
    padding:0;
}
.nav-menu .logo {
    text-indent: -9999px;
    display: inline-block;
    background-image: url(/assets/images/logo-white-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 352px;
    height: 130px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: 50% 50%;
}
.nav-menu h3{
	display:inline-block;
    font-size:12px;
    line-height:18px;
    color:#9d9d9d;
}
.nav-menu h3.show-mob{
	display:none;
}
.nav-menu .exit {
    text-indent: -9999px;
    display: inline-block;
    background-image: url(/assets/images/exit.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float:right;

}
.nav-menu .bg-white .pad-box{
    padding:20px;
	position:static;
    top:initial;
    right:initial;
    bottom:initial;
    left:initial;
}
.nav-menu .contact{
    padding: 40px 40px 40px 60px;
}
.nav-menu .contact a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display:block;
    color:black;
    margin:0 0 12px;
}
.nav-menu .contact a.text-link{
	color:#5b8040;
}
.nav-menu nav{
	padding:40px 20px 40px 40px;
}

.nav-menu ul#nav_2325885 {
 	padding: 0px;
    margin: 0px;
}

.nav-menu ul li {
 	list-style: none;

}
.nav-menu nav a{
	margin:0 0 15px 0;
    font-size:50px;
    line-height:52px;
    display:block;
    color:black;
    font-weight:100;
    text-transform: lowercase;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.nav-menu nav a:hover,
.nav-menu nav a:active {
    color:#6ba66f;
}
.map-holder{
    position:absolute;
    bottom:0;
    width:100%;
}
#map{
    width:100%;
    position: relative;
    height: auto;
    padding: 0 0 40% 0;
}
.nav-menu .logo.show-mob{
    display: none;
    text-indent: -99999px;
    background-position: 0 50%;
    background-size: contain;
    width: 200px;
    margin: 0 0 0;
    height: 40px;
    background-image: url(/assets/images/full-logo-black.png);
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
}
.hide-mob{
	display:inline-block;
}
.cssfilters .blur{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.cssfilters .blur.on{
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.no-cssfilters .nav-menu{
    background: rgba(0, 0, 0, 0.65);
}








/*--- footer ---*/

footer{
	padding:30px 58px 20px 30px;
    text-align:left;
    font-size:12px;
    color: #8e8e8e;
    position:relative;
}
footer .scroll-top{
	position:absolute;
    text-indent:-99999px;
    display:block;
    width:30px;
    height:30px;
    background-image:url(/assets/images/scroll-up2.png);
    background-size:contain;
    background-position:50%;
    background-repeat:no-repeat;
    right:30px;
    bottom:20px;
}


/*-- loader --*/

#loader{
	background:white;
    position:fixed;
    z-index:9999999;
    top:0;
    right:0;
    bottom:0;
    left:0;
}




/* -- grid --*/

.col{
	display:inline-block;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.col.half{
	width:50%;
}
.col.third{
	width:33.333%;
}
.col.two-thirds{
	width:66.666%;
}
.col.fourth{
	width:25%;
}
.col.three-fourths{
	width:75%;
}
.col.fifth{
	width:20%;
}
.col.four-fifths{
	width:80%;
}
.col.sixth{
	width:16.666%;
}
.col.five-sixths{
	width:83.333%;
}
.col.pad-right{
	padding:0 20px 0 0;
}
.col.pad-left{
	padding:0 0 0 20px;
}
.col.pad-both{
	padding: 0 10px;
}
.col.pad-right.extra{
	padding:0 40px 0 0;
}
.col.pad-left.extra{
	padding:0 0 0 40px;
}
.col.pad-both.extra{
	padding: 0 20px;
}
.grid__cell-img{
	height:100%;
    overflow:hidden;
}
.grid__cell-img img{
	height:100%;
    width:auto;
}


/*----------- Slick Plugin Styles -----------*/




.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;
    z-index: 100;
}
.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;
    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;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots{
	position:absolute;
    left:0;
    top:0;
    background:black;
    list-style:none;
    margin:0;
  	padding:0;
    z-index: 200;
}
.slick-dots li{
    cursor:pointer;
    background:white;
    position:relative;
    height:20%;
    -webkit-transition: background 0.35s ease;
    -moz-transition: background 0.35s ease;
    -ms-transition: background 0.35s ease;
    transition: background 0.35s ease;
}
.slick-dots li button{
    cursor:pointer;
    text-indent:-9999px;
    height:100%;
    border:1.5px solid black;
    width:8px;
    padding:0;
    position:absolute;
    display:block;
    background:white;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.slick-dots li.slick-active button{
	background:#6ba66f;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.slick-dots li button:hover{
	background:#6ba66f;
    width:12px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.slick-dots li button:focus{
	outline:none;
}
.slide{
	background-size:cover;
    background-position:50%;
}
.slide h1{
	color:white;
}
.slide .pad-box {
    padding: 50px 100px;
}

/*-- firm --*/

.team-member{
	padding:0 0 0 80px;
}
.team-member p {
    margin: 0 0 30px 0;
}
.team-member:nth-child(even){
	padding:0 80px 0 0;
}

.team-member .tab-img{
    display:none;
}
.team-member .hide-tab{
    display:inline-block;
}
.team-member .pad-left img{
    float:right;
    width:75%;
}
.team-member .pad-right img{

    width:75%;
}
/*-- projects masonry grid --*/
.projects{
 	z-index:1000;
}
.mason-grid {
    margin:0 auto;
    text-align:center;
    max-width: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.mason-grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-sizer,
.grid-item {
    width: calc( 33.333% - 13px );
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.gutter-sizer{
	width:20px;
}
.grid-item {
    display:inline-block;
    float: left;
    margin-bottom:10px;
}
.grid-item h2 {
    padding: 10px 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.projects a{
	display:block;
    color:white;
    text-align:right;
}
.grid-item a .overlay{
	 background: rgba(91, 149, 95, 0);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.grid-item a:hover .overlay {
    background: rgba(91, 149, 95, 0.78);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

h3.detail-location {
    font-weight: 500;
    font-size: 16px;
}


/*-- utilities --*/
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.mb-10{
	margin:0 0 10px 0;
}
.mb-20{
	margin:0 0 20px 0;
}
.mb-30{
	margin:0 0 30px 0;
}
.mb-40{
	margin:0 0 40px 0;
}
.mb-50{
	margin:0 0 50px 0;
}
.mt-10{
	margin:10px 0 0 0;
}
.mt-20{
	margin:20px 0 0 0;
}
.mt-30{
	margin:30px 0 0 0;
}
.mt-40{
	margin:40px 0 0 0;
}
.mt-50{
	margin:50px 0 0 0;
}
.border{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border:10px solid white;
}
.border-t{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-top:10px solid white;
}
.border-b{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:10px solid white;
}
.border-tb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-top:10px solid white;
    border-bottom:10px solid white;
}
.border-l{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-right:10px solid white;
    border-left:5px solid white;
}
.border-r{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	border-right:5px solid white;
    border-left:10px solid white;
}
.bg-white{
	background:white;
}


/* ---------------------------------- breakpoints ------------------*/



@media only screen and (max-width:1250px){
	.pad-box{
        padding:80px;
    }
    .slide .pad-box {
        padding: 40px 80px;
    }
    .border .pad-box, .border.pad-box {
        padding: 60px;
    }
    .team-member {
        padding: 0 0 0 60px;
    }
    .team-member:nth-child(even){
        padding:0 60px 0 0;
    }
    .nav-menu nav{
        padding: 20px;
    }
    .nav-menu .contact{
        padding: 40px;
    }
    .nav-menu nav a {
        font-size: 45px;
        line-height: 50px;
    }
    .nav-menu .logo-hold {
        width: 50%;
    }
    .nav-menu .bg-white {
        width: 50%;
    }
    .team-block .col.fourth{
    	width:33.333%;
    }
    .team-block .col.three-fourths{
    	width:66.666%;
    }
}
@media only screen and (max-width:1024px){
	.pad-box{
        padding:60px;
    }
    .slide .pad-box {
        padding: 30px 60px;
    }
    .border .pad-box, .border.pad-box {
        padding: 40px;
    }
    .team-member {
        padding: 36px 0 0 40px;
    }
    .team-member:nth-child(even){
        padding:0 40px 0 0;
    }
    .hero .pad-box {
        padding: 30px 60px;
    }
    header {
        padding: 20px 30px 0 30px;
    }
    .team-member .mt-50{
    	margin:20px 0 0 0;
    }
    .col.sixth.pad-left.extra,
    .col.sixth.pad-left,
    .col.sixth.pad-right.extra,
    .col.sixth.pad-right,
    .col.five-sixths.pad-right.extra,
    .col.five-sixths.pad-right,
    .col.five-sixths.pad-left.extra,
    .col.five-sixths.pad-left{
    	display:block;
        float:none;
        padding:0;
        width:100%;
    }
    .col.sixth.text-right{
    	text-align:left;
        margin:0 0 20px 0;
    }
    .team-block .col.fourth{
    	width:40%;
    }
    .team-block .col.three-fourths{
    	width:60%;
    }
}

@media only screen and (max-width:900px){
    .grid-sizer,
    .grid-item {
        width: calc( 50% - 10px );
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
    .gutter-sizer{
        width:20px;
    }
}

@media only screen and (max-width:768px){
    .pad-box{
        padding:40px;
    }
    .slide .pad-box {
        padding: 20px 40px;
    }
    .border .pad-box, .border.pad-box {
        padding: 30px;
    }
    .team-member {
        padding: 30px 0 0 30px;
    }
    .team-member:nth-child(even){
        padding:0 30px 0 0;
    }
    .hero .pad-box {
        padding: 20px 40px;
    }
    .img-block{
        min-height: 350px;
        padding-right:5px;
    }
    .overviewimage {
 	margin-left:0px;
	}
    .border{
        border:5px solid white;
    }
    .border-t{
        border-top:5px solid white;
    }
    .border-b{
        border-bottom:5px solid white;
    }
    .border-tb{
        border-top:5px solid white;
        border-bottom:5px solid white;
    }
    .border-l{
        border-left:2.5px solid white;
        border-right: 5px solid white;
    }
    .border-r{
        border-right:2.5px solid white;
        border-left: 5px solid white;
    }
    .border .border-l,
    .border .border-r{
        border-left:none;
        border-right:none;
    }
    .border .border-r{
        border-bottom:2.5px solid white;
    }
    .border .border-l{
        border-top:2.5px solid white;
    }
    .hero {
        padding: 0 0 40%;
    }
    .col.pad-left {
        padding: 0 0 0 15px;
    }
    .col.pad-right {
        padding: 0 15px 0 0;
    }
    .col.pad-both{
    	padding:0 7.5px;
    }
    .col.pad-right.extra{
        padding:0 30px 0 0;
    }
    .col.pad-left.extra{
        padding:0 0 0 30px;
    }
    .col.pad-both.extra{
        padding: 0 15px;
    }
    .team-member .pad-left.extra{
    	 padding:0 0 0 20px;
    }
    .team-member .pad-right.extra{
    	 padding:0 20px 0 0;
    }
    .team-member .mt-50{
    	margin:20px 0 0 0;
    }
    .callout .pad-box h1 {
   		margin: 20px auto;
	}
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    h3, h5{
        font-size: 16px;
        line-height: 22px;
	}
    h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .nav-menu .logo-hold {
        width: 40%;
    }
    .nav-menu .bg-white {
        width: 60%;
    }
    .nav-menu .logo {
        width: 200px;
        height: 95px;
    }
    .nav-menu nav {
        padding: 15px;
    }
    .nav-menu .contact {
        padding: 35px;
    }

}
@media only screen and (max-width:650px){
	.col.half,
    .col.half.pad-right,
    .col.half.pad-left,
    .col.half.pad-right.extra,
    .col.half.pad-left.extra,
    .col.third,
    .col.third.pad-right,
    .col.third.pad-left,
    .col.third.pad-right.extra,
    .col.third.pad-left.extra,
    .col.two-thirds,
    .col.two-thirds.pad-right,
    .col.two-thirds.pad-left,
    .col.two-thirds.pad-right.extra,
    .col.two-thirds.pad-left.extra,
    .col.fourth,
    .col.fourth.pad-right,
    .col.fourth.pad-left,
    .col.fourth.pad-right.extra,
    .col.fourth.pad-left.extra,
    .col.three-fourths,
    .col.three-fourths.pad-right,
    .col.three-fourths.pad-left,
    .col.three-fourths.pad-right.extra,
    .col.three-fourths.pad-left.extra,
    .col.fifth,
    .col.fifth.pad-right,
    .col.fifth.pad-left,
    .col.fifth.pad-right.extra,
    .col.fifth.pad-left.extra,
    .col.four-fifths,
    .col.four-fifths.pad-right,
    .col.four-fifths.pad-left,
    .col.four-fifths.pad-right.extra,
    .col.four-fifths.pad-left.extra{
    	display:block;
        float:none;
        padding:0;
        width:100%;
        margin:0 0 20px 0;
    }
    .team-member .tab-img{
    	display:block;
    }
    .team-member .col.hide-tab{
    	display:none !important;
    }
    .team-member,
    .team-member:nth-child(even){
        padding: 0 40px;
    }
    .team-member .mt-50{
    	margin:10px 0 0 0;
    }
    .team-member p {
        margin: 0 0 50px 0;
	}
    .team-member .pad-left img{
    clear:both;
    width:100%;
	}

    .team-member .pad-right img{
    clear:both;
    width:100%;
	}
    .portrait .col.half.border-l,
    .portrait .col.half.border-r{
    	margin:0;
    }
    .border-l,
    .border-r{
        border-left: 0px solid white;
        border-right: 0px solid white;

    }
    .border-b{
        border-bottom:0px solid white;
    }
    .border-b img{
     	border-bottom: 5px solid white;
        border-left: 5px solid white;
        border-right: 5px solid white;
        box-sizing: border-box;
    }
}
@media only screen and (max-width:580px){
	.pad-box{
        padding:38px 25px;
    }
    .slide .pad-box {
        padding: 12.5px 25px;
    }
    .border .pad-box, .border.pad-box {
        padding: 15px;
    }
    .team-member,
    .team-member:nth-child(even){
        padding: 36px 25px;
    }
    .team-member .col.half.pad-right.extra{
     	 margin-bottom:0px;
    }
    .nav-menu .pad-box {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    header .menu {
        top:25px;
        right: 25px;
    }
    header {
        padding: 25px 25px 0 25px;
    }
    .hero .pad-box {
        padding: 20px 25px;
    }
    .hero {
        padding: 0 0 50%;
    }
    h1 {
        font-size: 32px;
    	line-height: 34px;
    	padding-bottom: 5px;
        font-weight: 300;
    }
    h2 {
        font-size: 30px;
   		line-height: 36px;
    }
    h5 {
        font-size: 14px;
        line-height: 22px;
	}
    h4 {
        font-size: 13px;
        line-height: 18px;
    }
    body {
        font-size: 15px;
        line-height: 22px;
    }
    .nav-menu .logo-hold {
        display: none;
    }
    .nav-menu .logo.show-mob{
    	display:inline-block;
    }
    .nav-menu h3.show-mob{
        margin:0 0 10px 0;
    	display:block;
    }
   	.nav-menu h3.hide-mob{
        display:none;
    }
    .nav-menu .bg-white {
        width: 100%;
    }
    .grid-sizer,
    .grid-item {
        width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
    .grid-item{
    	margin:0 0 5px 0;
    }
    .gutter-sizer{
        width:0px;
    }
    .nav-menu nav {
        padding: 30px 15px 15px;
    }
    .nav-menu .exit{
    	margin:5px 0 0 0;
    }
    .nav-menu .bg-white .pad-box{
    	    padding: 15px 20px 20px;
    }
    footer{
        padding:60px 20px 20px 20px;
        text-align:center;
    }
    footer .scroll-top{
        margin:0 auto;
        right:0px;
        left:0;
        top:20px;
    }

}
@media only screen and (max-height:980px){
    #map {
      	display:none;
    }
		.newmap {
				display: none;
		}
}
