@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* 

 font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;
 
 */



@media all and (min-width: 1024px) {
.grid-container {    max-width:1440px;;}
.grid-container.c-slider {max-width: 1440px}
.top-cta .grid-container  {max-width:1440px;position: relative; }
/*.off-canvas-content  {max-width:1360px;margin:0 auto; }*/
.off-canvas-content {margin:0 auto;}

	.hero-content .grid-container {
		max-width:1600px
	}
}


/* colors */
.orange {color:#F8971D!important;}
.green {color:#D6E03D!important;}
.blue {color:#70CDE3!important;}
.yellow {color:#FFDD00!important;}

body {
    -webkit-font-smoothing: antialiased;
    color: #47524C;
    font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size:18px;
    font-weight: 400;
    line-height: 28px;
	opacity:0;
    background-color: #fff;
    transition: all 300ms
}

body.page-loaded {
opacity:1;
	}

strong {
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
}

table,tbody, td {border:0;background-color: transparent;}

p {
	 line-height: 1.4em;
}

.top-cta-wrap {

	width: 100%;
	z-index: 10;
	position: absolute;    

}

.off-canvas-wrapper {margin-top:-1px;}
@media all and (max-width: 1023px) {
	.off-canvas-wrapper {margin-top:0px;}
}

.top-cta { 
	background-color: #4A4A4A;
	padding:17px 20px;
	transition: all 300ms;
	opacity:0;
	position: absolute;    
	border-bottom: 10px white solid;}

.top-cta.is-stuck {
	opacity: 1
}

@media all and (max-width: 1023px) {
	.page-loaded .top-cta {
		opacity: 1;
		border:0;
	}
	.off-canvas-wrapper {
	
	}
}

.top-cta p {margin:0;    padding: 10px;}
.top-cta a {float:right ;letter-spacing: 0;position: absolute;right:0;line-height: 19px;}

@media all and (max-width: 1024px) {
.top-cta a {right:20px;}
}

.top-cta a.show-for-small {
    padding: 10px;
    font-size: 20px;
    line-height: 10px;
}


.top-cta h1 {
	color: #FFFFFF;	font-family: "ProximaNova";	
	font-size: 30px;	
	font-weight: 300;	
	letter-spacing: 2px;	
	line-height: 36px;	
	text-align: center;
	text-transform: uppercase;
	margin:0;

}
@media all and (max-width: 767px) {
	.top-cta h1 {
		font-size: 20px;
	}

	.full-width-content h1 {
		font-size:26px;
	}

	
}








.page-loaded header.header {opacity: 1}


header.header {
	background: white;
	max-width: 1440px;
	min-height:80px;
	height:120px;
	z-index: 2
}


header.header.is-stuck {
height:80px;
}

@media all and (max-width: 1023px) {
header.header {height:80px;}
}


.sticky-container {
-transition: all 200ms
}

.admin-bar .header.header {
	padding-top: 30px;
}


@media all and (max-width: 1023px) {
	.is-open-right  header.header {
		background: white
	}
}

h1.header-xl, h1, .header-xl {
	color: #47524C;
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}


@media all and (max-width: 1023px) {
	
	h1.header-xl, h1, .header-xl {
	font-size: 38px;
	line-height: 38px;
	}
}


h2.subhead-xl, h2, .subhead-xl{
	color: #47524C;
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	margin-bottom:30px
}

@media all and (max-width: 1023px) {
	
	h2.subhead-xl, h2, .subhead-xl{
	font-size: 20px;
	line-height: 22px;
	}
}


h3.header-l, h3, .header-l  {
	color: #47524C;
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom:20px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px
}

h3:after {
    content: '';
    left: 50%;
    position: absolute;
    bottom: -5px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, 0);
    width: 150px;
    opacity:0.7;
}

.content h3:after {
    background-color: #D8D8D8;
}


@media all and (max-width: 1023px) {
	h3.header-l, h3, .header-l  {
	font-size: 32px;
	line-height: 40px;
	}
}

.text-content h3 a {color:inherit;text-decoration: underline;}

h4.subhead-l, h4, .subhead-l {
	color: #47524C;
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom:30px;
	position: relative;
	padding-bottom:20px;
	padding-top:10px;
	margin-bottom:40px;
		letter-spacing: 2px
}

h3 + h4:after {
    content: '';
    left: 50%;
    position: absolute;
    bottom: -5px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, 0);
    width: 150px;
    opacity:0.7;
}


p + h4 {
	margin-top:30px;
}

@media all and (max-width: 1023px) {
	h4.subhead-l, h4, .subhead-l {
	font-size: 18px;
	line-height: 22px;
	}
}

.text-content li {
    line-height: normal;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}

td .header-l {margin:0;}


h5, h5.header-s,.header-s{
	color: #000;
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	text-transform: uppercase;
	margin:0px;
	margin-bottom:7px;
	letter-spacing: 2px
}

@media all and (max-width: 1023px) {
	h5, h5.header-s,.header-s{
		font-size: 20px;
		line-height: 22px;
	}
}

h6.subhead-s, h6, .subhead-s {
	color: #56575B;
	font-family: 'ProximaNova Regular','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 16px;
	font-weight: normal;
}



.header-m  {
	color: #2A2E30;
	font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif!important;;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 32px;

}


.subhead-m {
	color: #707A80;
	font-family: 'ProximaNova Regular','Helvetica Neue',Helvetica,Arial,sans-serif;;
	font-size: 18px;
	font-weight: normal;
	height: 22px
}


.dark-row h2,
.dark-row h3,
.dark-row h4,
.dark-row h5,
.dark-row h6
{
	color: #fff;
}

.dark-row .header-xl,
.dark-row .header-l,
.dark-row .header-m,
.dark-row .header-s,
.dark-row .subhead-xl,
.dark-row .subhead-l,
.dark-row .subhead-m,
.dark-row .subhead-s
{
	color: #fff;
}

.dark-row p,
.dark-row ul,
.dark-row ul li
 
{
	color: #fff;
}


.column-head  {
	color: #1D1F21;
	font-family: 'ProximaNova';
	font-size: 20px;
	font-weight: 700;
}

hr {max-width: none;border-color:#EFF0F2;}


.content-divider hr {margin:0;}
section.content-divider{
	border-top:10px #687273 solid;
	border-bottom:10px white solid;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

}



a {
  color: #47524C;
}

a:hover {
  color: #13285E;
}

.button, .button-primary{
	background: #F2B249;
	border-radius:4px;
	font-size:16px;
	color:white;
	transition: background 100ms linear;
	text-decoration: none;
	line-height:normal;
	outline:none!important;
	padding: .6em 1.5em;
	font-weight: 600;
	transition: all 300ms;
	    display: inline-block;
}


.button:focus, .button:hover {
    background-color: #E88900;
    color: #fff;
    transform: scale(1.1);
}

.button:hover,.button-primary:hover,.button-primary:focus {
  background: #E88900;
	color:white;
}

.button-secondary {
	background: #00A1ED;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding:15px 20px;
}



.button-light:hover,.button-light:focus, .button-secondary:hover,.button-secondary:focus {
   background: #E88900;
   color: #fff;
}


.button-lg, .button-large {
	font-size: 20px;
	line-height: 1.11;
	padding: 18px 30px;
}

@media all and (max-width: 1023px) {
	.button-lg, .button-large {
		    padding: 13px 30px;
		    font-size: 16px
	}
}

@media all and (max-width: 767px) {
	.button.button-primary,
	.button.button-secondary {
		width:100%;
		float:none;
	}
}


.button-sm, .button-small {
	font-size: 16px;
	padding: 12px 20px;
	border-radius: 6px;
}

.button.button-wide {
	width:100%;
}




a.more {text-decoration:none;position: relative; line-height: 15px;   display: inline-block;border-bottom:1px #2A5BD7 solid;}
a.more:after {
	content :" →";
	text-decoration: none!important;
	position: absolute;
	right: -20px;
}


/* ----------------------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------------------- */

.top-bar, .top-bar ul  {background-color: transparent;padding:0;}
.top-bar {padding-top:0px;}
.top-bar .branding {padding-top:20px;transition:all 300ms;}
.is-stuck .top-bar .branding {padding-top:15px;}

.top-bar .branding {min-width: 210px;}
.top-bar .branding img {max-width: 299px; transition: all 300ms}

.is-stuck .top-bar .branding img {max-width: 193px;    margin-left: -7px;}


.top-bar .branding img.logo-dark {display: none}

.logo-Array .top-bar .branding img.logo-dark {display: block}
.logo-Array .top-bar .branding img.logo-light {display: none}

.top-bar .top-bar-right {flex:auto;padding-top:20px; transition: all 300ms }
.is-stuck .top-bar .top-bar-right {padding-top:10px;}

.top-bar .top-bar-right .nav-wrap {display: flex; justify-content: flex-end; }
.top-bar-left.formobile {
    padding-left: 42px;
}

@media all and (max-width: 1023px) {
	.top-bar .branding {padding-top:15px;}
	.top-bar .branding img {max-width: 193px; margin-left: -7px;}
}

@media all and (max-width: 1023px) {
	.top-bar .formobile .branding {padding-top:15px;}
	.top-bar .formobile .branding img {max-width: 193px; margin-left: -7px;}
}

/* ----------------------------------------------------------------------------------------------------
top menu
---------------------------------------------------------------------------------------------------- */

.dropdown.menu>li {margin-left:30px;transition: all 200ms}
@media all and (max-width: 1100px) {
	.dropdown.menu>li {margin-left:0px;}
}



.dropdown.menu>li>a {
	color:#47524C;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;

}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {display:none;}

.dropdown.menu>li.active>a {color:#70CDE3;background:transparent;}
.dropdown.menu>li:hover>a {color:#70CDE3;background:transparent;}
body .dropdown.menu>li.is-active>a {color:#70CDE3}



.dropdown.menu>li.nav-pill {background-color: #959C9D;border-radius: 3px;  }
.dropdown.menu>li.active.nav-pill {background-color:#70CDE3;}

.dropdown.menu>li.nav-pill:hover {background-color:#70CDE3;}
.dropdown.menu>li.nav-pill>a {color:white;padding: 0.8rem 2.5rem 0.6rem 2.5rem;}


.dropdown.menu>li>.submenu {
	border: 0;
    background: white;
    transform: translate(10%,0);
    width: 100%;
    min-width: 150px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.dropdown.menu>li>.submenu li {
	padding-left:15px;
	padding-right:15px;
}
.dropdown.menu>li>.submenu a {
	font-weight: 600;
    font-size: 14px;
    border-bottom: 2px #eee solid;
    padding-left: 0;
    padding-right: 0;
}

.dropdown.menu>li>.submenu a:hover {
	color:#70CDE3;
}


.dropdown.menu>li>.submenu li:last-child a {
	border:0;
}


@media all and (min-width: 41em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		left:0;
		right:auto;
	}
}

/* ----------------------------------------------------------------------------------------------------
mobile menu
---------------------------------------------------------------------------------------------------- */

.dud{✕}
.top-bar-right.show-for-small ul.menu {
    position: absolute;
    right: 20px;
    top: 30px;

}

.top-bar-right.formobile ul.menu {
    position: absolute;
    right: 20px;
    top: 30px;

}

.top-bar-right.show-for-small ul.menu {
    position: absolute;
    right: 20px;
    top: 30px;

}

.top-bar-right.show-for-small ul.menu .menu-icon,.top-bar-right.formobile ul.menu .menu-icon {
	width: 30px;
    height: 30px;
    position: relative;
    outline:none;
}

.top-bar-right.show-for-small ul.menu .menu-icon::after,
.top-bar-right.formobile ul.menu .menu-icon::after {
	outline:none;
	background: transparent;
    -webkit-box-shadow: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
    content: '';
    background-image: url(/wp-content/themes/JointsWP-CSS-master/assets/images/menu.svg);
    background-size: 100%;
    color:#47524C;
    width:100%;
    height:100%;
}



.submenu-toggle::after {;border-color: #70CDE3 transparent transparent;}

.top-bar-right.formobile ul.menu .menu-icon::after {
	 background-image: url(/wp-content/themes/JointsWP-CSS-master/assets/images/feather-icon-x.svg);
	 color:#47524C;
}


.position-right {
	width:100%;
	transform: translateX(-3500px);
}

.position-right.is-transition-push {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.off-canvas {
	background: #fff;
	transition: all 0ms;
}

.position-right.is-transition-push {
	    padding-top: 0px;
	   
}

@media all and (min-width:641px) {
	.position-right.is-transition-push .top-bar{margin-left: 5px;}
	#offcanvas-nav {margin-left:5px;}
}


/*remove swish for content */
.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
        height: 300px;
        overflow:hidden;
}

#offcanvas-nav {
	padding: 0 20px;
	padding-bottom:0px;
}

#offcanvas-nav li  a {color:#36383B;}
#offcanvas-nav li.button  a {color:#fff;}


#offcanvas-nav > li > a {
	    font-size: 24px;
}

#offcanvas-nav > li:not(:last-child){
	border-bottom: 1px solid #E8E9EB;
}

.off-canvas {
	
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color:#B0B1B4 transparent transparent;
}



.nav-wrap-mobile {
	    
	    padding:10px 20px 10px 20px;
	   
    	width: 100%;
		
}


.nav-wrap-mobile .menu .button {
	color:white;
	padding:0;

}

.nav-wrap-mobile .menu a {
	color:white;
	text-align: center
}

.nav-wrap-mobile #sidemenu-mobile li {
	margin-bottom:10px;
}

/* ----------------------------------------------------------------------------------------------------
Hero
---------------------------------------------------------------------------------------------------- */
.hero-content {
	position: relative;
	background-repeat: no-repeat;
	background-color: white;
	transition: all 300ms;
	background-size: cover;
	background-position: center
}

.hero-content .hero-container {
	    max-width: 1600px;
    margin: 0 auto;
}

.hero-content p strong {
	 font-family: 'ProximaNova','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 18px
}

.hero-content h2 + p a.button-large {
	margin-top:35px;
	margin-bottom: 5px;
}


.hero-content a.button-large + br + a {
display: inline-block;
padding:0 20px;
}



.hero-wrap {
	position: absolute;
	width: 100%;
	top:50%;
	left:25px;
	transform: translate(0,-50%);
}

@media all and (max-width: 1023px){
.home .hero-wrap {
    /* position: relative; */
    bottom: 0;
    transform: translate(0,0);
	}
	.home .hero-wrap .cell {
		
	}
}


@media all and (max-width: 767px) {

.hero-wrap {

	left:0;

}

.home	.hero-wrap {
	position: relative;
	width: 100%;
	top:initial;
	left:0;
	transform:none;
	}

}


.hero-content .slide-item {
	position: relative;
}

.home .hero-content .hero-img-wrap {
height:120px;
}


.page .hero-content .hero-img-wrap {
height:200px;
overflow:hidden;
background-position: 50% 50%;
background-size: cover
}

.single-project .hero-content .hero-img-wrap {
height:200px;
overflow:hidden;
background-position: 50% 50%;
background-size: cover
}

.hero-content .grid-container {padding:0;}

.page .hero-content .grid-container ,.hero-content .hero-container {max-width: none}

.page.home .hero-content .hero-img-wrap {
height:900px;
overflow:hidden;
background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;

}

@media all and (max-width: 1023px) {
	.page.home .hero-content .hero-img-wrap {
		    height: 500px;
	}
}

@media all and (max-width: 991px) {
	.page.home .hero-content .hero-img-wrap {
		    height: auto;
	}

	.hero-wrap .cell {
		opacity:1!important;
	}
}



.hero-content .slide-item .hero-img-wrap > img {
	width: 100%!important;
	height:auto;
	max-width:none;
	margin:0 auto;
}



.hero-content .slide-item.hero-Small {}
.hero-content .slide-item.hero-Medium {text-align: right}
.hero-content .slide-item.hero-Medium img {text-align: right;margin:0;display: inline-block;}
.hero-content .slide-item.hero-large {}

.hero-solo img {display: block;margin:0 auto;}

.hero-wrap .cell {
	padding:40px 30px;
}


.hero-wrap .cell hr {
margin:20px 20%;
}


.hero-wrap .cell a {
font-weight: 600;
color:#47524C
}

.hero-wrap .cell p {
	margin:0;
}

.hero-wrap h4 {
	   color:#47524C;
	   font-size: 18px;
	   line-height: normal;
	   font-weight: 600
}


@media all and (max-width: 1023px) {
	.hero-wrap {

	}
	.hero-wrap .cell {
		    padding: 40px 0px;
	}
	.hero-wrap .grid-container {
	padding:0;
	}
}

.hero h4 {margin:0;text-transform: uppercase; font-size:18px;padding:0;letter-spacing: 2px}
.hero .owl-dots {position: absolute;    right: 10px;}



.hero  .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -70px;
    width: 130px;
    height: 130px;
    opacity: 0.4;
    transition: all 300ms;
    transform:translate(0,-50%);
    outline:none!important;
}

.hero .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -70px;
    width: 130px;
    height: 130px;
    opacity: 0.4;
    transition: all 300ms;
    transform:translate(0,-50%);
    outline:none!important;
}

.hero .owl-nav .owl-next:hover, .hero .owl-nav .owl-prev:hover {
opacity:1;
}

/* ----------------------------------------------------------------------------------------------------
Containers
---------------------------------------------------------------------------------------------------- */
.entry-content section {
	background-color:white;
}

section.text-content {
    padding: 3rem 0 2rem 0;
	position: relative;
	background-size: cover;
}


@media (min-width: 1200px){
	section.text-content.padded  {
	x    padding-left: 10%;
	x    padding-right: 10%;
	}
}


section.text-content.background-fit,
section.cards-block.background-fit {
    background-size: 100% 100%;
}

@media all and (max-width: 767px){
	section.text-content {
		padding:2rem 0 2rem 0;
		position: relative;
	}
}

section.text-content.align-middle .inner-content {
	    align-items: center;
}

section.text-content.no-padding-top {
	padding-top:0;
}
section.text-content.no-padding-bottom, section.no-padding-bottom {
	padding-bottom:0!important;
}
section.text-content.no-padding {
	padding-top:0;
	padding-bottom:0;
}

section.text-content.add-margins{
	padding-top:150px;
	padding-bottom:150px;
}

@media all and (min-width: 1024px) {
	section.text-content.add-border .inner-content .cell + .cell{
	border-left:1px #979797 solid;
	}
}

section.text-content.full-bleed-row .grid-container {
    max-width: none;
}


section.two-columns.vertical-center  .inner-content, section.three-columns.vertical-center  .inner-content {
	 -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 1023px) {
	section.two-columns.small-row-reverse .inner-content{
		-webkit-box-orient: vertical;
	    -webkit-box-direction: reverse;
	    -webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	}
}

section.cards-block.add-padding-top {
	    padding: 120px 0px;
}

section.two-columns .cell h3 {

}

section.two-columns p {
	   font-size:18px;
	   line-height: 24px
}
section.two-columns p.header-m {

}


	section.text-content .block-footer {
	margin-top:3rem;
}

@media all and (min-width: 1100px) {

/*
	section.text-content .block-intro {
		max-width: 80%;
		margin:0 auto;
	}
	section.full-width-content h4, section.full-width-content h4 {
		max-width: 60%;
		margin:0 auto;
	}
*/

	section.full-width-content.narrow h4, 
	section.full-width-content h4.narrow {
		max-width: none;
		margin-left:0;
	}

	@media all and (min-width:1024px) {
		section.two-columns.narrow .grid-container{
		max-width: 70%;
		margin: 0 auto
		}
	}


	section.full-width-content.narrow .cell{
		max-width: 70%;
		margin: 0 auto
	}


	section.full-width-content.center  .inner-content{
		 justify-content: center;
	}
	section.cards-block.narrow .block-intro,
	section.full-width-content p.narrow 
	{
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
		
	}

}



	


section .block-intro {

}

section .block-intro  h3 a {
	color:inherit;
	text-decoration: underline;
}


@media all and (min-width: 1200px) {
	section .block-intro {
	x	padding: 0 8.5%;
	}
}

section .block-intro > p:last-child {
	margin-bottom:50px;
}



@media all and (max-width: 1023px) {
	section.three-columns .content-padding > * {
	
	}

	section.three-columns .cell + .cell {
		margin-top:40px;
	}

	section.three-columns.amenities .cell + .cell {
		margin-top:0px;
	}

}


/* ----------------------------------------------------------------------------------------------------
special 2 columns
---------------------------------------------------------------------------------------------------- */
section.map-row {padding:0;overflow:hidden;}
section.map-row .inner-content .cell:first-child .content-padding {
	padding-top:30px;padding-bottom:30px;
	}


@media all and (min-width: 1024px) {

	section.map-row .inner-content .cell:first-child .content-padding {
	padding-top:50px;
	}

	section.map-row .inner-content .cell:last-child p {margin:0;}
}

section.map-row .inner-content .cell:last-child p img  {opacity:0;}
section.map-row .inner-content .cell {
	position: relative;
}
section.map-row iframe {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	min-width: 800px
}

@media all and (max-width:  1023px) {
	section.map-row .inner-content {}
	section.map-row .inner-content .cell:last-child {
		    margin: 0;
    padding: 0;
    width: 100%;
	}

}


section.contact-row .inner-content .cell {
	position: relative;
}
@media all and (min-width:  1100px) {
	section.contact-row {
	padding-top:50px;
	}
	section.contact-row .inner-content .cell:first-child {padding:0;}
	section.contact-row .inner-content .cell:first-child .content-padding {
	}

	section.contact-row .inner-content .cell:first-child img {
		position: absolute;
		bottom:80px;
	}

}



section.credits p {
	font-size:11px;
}
/* ----------------------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------------------- */
footer.footer{
	padding-top:60px;
	background-color: #fff;
	color:#47524C;
	padding:50px 0;
	margin-top:0;
	font-weight: 300
}
footer .grid-container {
	padding:0 15px;
}
footer a, footer a:hover {
text-decoration: underline;

}
footer h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin:0;
	padding:0;
}

footer .footer-2 {	font-size: 14px;font-weight: 400 }

footer .footer-3 {
		border-right: 2px #D8D8D8 solid;
}
footer .footer-4 {
	font-size: 20px;
	line-height: 30px;
	padding-left:30px;
}

footer .footer-5 {
	font-size: 11px;
	line-height: normal
}

footer .inner-footer {
	    align-items: center;
}

footer .footer-divider-inner {
	margin: 0 15px;
	border-top:2px #D8D8D8 solid;
	margin-top:30px;
	padding-top:20px;

}

footer .footer-divider-outter
{
height:4px;
background: linear-gradient( to right, #F8971D 0, #F8971D 25%, #D6E03D 25%, #D6E03D 50%, #70CDE3 50%, #70CDE3 75%, #FFDD00 75%, #FFDD00 100% )no-repeat;
background-size: 100% 3px;
margin-bottom:40px;
margin-top: 20px;
}

.dud {background: linear-gradient( to left, #005681 0, #005681 33.3%, #00a7c7 33.3%, #00a7c7 66.6%, #80bc41 66.6%, #80bc41 )no-repeat;
}

footer .footer-logo {
	height:auto;
	max-width: 180px
}

footer .footer-1 {
	font-size:18px;letter-spacing: 2px;color:#47524C;

}

footer .footer-2 {
	text-align: right;

}

footer .footer-2 a {
	display: inline-block;
	margin-left :10px;
}


footer .footer-3 h4 {
	font-weight: 400;
	font-size: 14px
}
footer .footer-3 p{
	font-weight: 300;
	font-size:16px;
}

footer .footer-3 .textwidget >p:last-child {margin-bottom:0;}

/* ----------------------------------------------------------------------------------------------------
Widgets
---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
Card blocks
---------------------------------------------------------------------------------------------------- */
section.cards-block {
	padding:50px 0px;
}

section.cards-block.slider-yes {
	padding:50px 0px;
	padding-bottom:0;
}

section.cards-block.slider-yes .owl-stage {
	background-color: white
}


section.cards-block.slider-yes .owl-nav{
	position: absolute;
	top:50%;
	width:100%;
	z-index: 10;
	transform:translate(0,-50%);
}

section.cards-block.slider-yes .owl-carousel .owl-nav img {
	    height: auto;
    width: 60px;
}

section.cards-block.slider-yes .owl-carousel .owl-nav button {
	outline:none;
}
section.cards-block.slider-yes .owl-carousel .owl-nav button.owl-prev {
	float:left;
}
section.cards-block.slider-yes .owl-carousel .owl-nav button.owl-next {
	float:right;
}

section.cards-block.slider-yes .owl-carousel .owl-nav button span {
	color:white;
	font-weight: bold;
	font-size:120px;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.4)
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

section.cards-block + section.cards-block {
	
}

section.cards-block .block-intro h3{
	margin-bottom:20px;
}

section.cards-block .block-intro {    padding: 0 20px;}

section.cards-block .block-intro h3 + p {
	margin-top:35px;
}
section.cards-block .card-image {
	text-align: center
}

section.cards-block .card {
	border:0;
	    margin-bottom: 10px;
	        margin-top: 10px;
	        background-color: transparent;
}

section.cards-block .cell {
	padding:0;
}

section.cards-block .card p {color:#434343;}
section.cards-block .card .card-section {
	padding:0;
}


@media all and (max-width: 1025px) {
	section.cards-block .card-cta a.button{
		width:100%;
		display: inline-block;
	}

	section.cards-block .card-cta a + a.button {
		margin-top:5px;
	}

}


section.cards-block .card-cta a + a {float:right;}

section.cards-block .card-cta h4 {
	color:#002B73;
}



@media all and (max-width:991px) {
	section.cards-block .card-cta a{width:100%;float:none;margin-bottom:5px;}
}

section.cards-block.no-shadows .card{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
section.cards-block.no-border .card{
border:0;
padding:10px;
}

section.cards-block.align-left .inner-content.cards-row{
	    justify-content: flex-start;
}

/* custom cards */
section.cards-block.grown-cards {

}

section.cards-block.growth-cards .cell {
	padding:10px 10px;
}
section.cards-block.growth-cards .card{
	    border-radius: 10px;
}


section.cards-block.home-cards .card-image {
	text-align: center;
	margin-bottom:15px;
}
section.cards-block.home-cards .card-image img {
	width: auto;
    height: 70px;
}



section.cards-block.home-cards .card-section {position: relative;}
section.cards-block.home-cards .card-cta > p:last-child {margin:0;;position: absolute;width: 100%;    bottom: 25px;}
section.cards-block.home-cards .button {margin:0;font-weight: 600}
section.cards-block.home-cards .card-section {padding-bottom:60px;}
section.cards-block.careers-cards .section.cards-block.home-cards {
	padding: 0 10px;
    border-radius: 20px;
}


/* ----------------------------------------------------------------------------------------------------
parners
---------------------------------------------------------------------------------------------------- */
section.partners .block-intro,  {
	padding-bottom:50px;
}
section.partners  {
		padding-bottom:60px;
}

section.partners .cell {
	padding:0;
	margin:0;

}
section.partners .inner-content .cell p{
display: inline-block;
float:left;
}
section.partners .inner-content .cell:last-child p{
display: inline-block;
float:right;
}



@media all and (min-width: 1024px) {
	section.partners .cell p {margin:0;margin-top:0px;}
	section.partners .cell p img {
	margin-top:-40px;
	}
	section.partners .inner-content .cell:last-child p img {
		    margin-bottom: 12px;
	}
}

@media all and (max-width: 1023px) {
		section.partners .inner-content .cell p, section.partners .inner-content .cell:last-child p {
			float:none;
			display: block
		}
}



section.partners a {
	color: #687273;	
	font-family: "ProximaNova";	
	font-size: 16px;	
	font-weight: 600;	
	letter-spacing: 2px;	
	line-height: 19px;	
	text-align: center;
	text-transform: uppercase;
}




/* ----------------------------------------------------------------------------------------------------
careers
---------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------
Gallery 
---------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
Forms
---------------------------------------------------------------------------------------------------- */
section.dark-row label {
	color:white;
}

.wpcf7-form label  {
	font-weight: 600;
	font-size:16px;
	text-transform: uppercase;
}

.wpcf7-form input, .wpcf7-form textarea {
	border-radius: 4px;
	max-height: 120px
}

.wpcf7-form  .wpcf7-submit{
	border:0;
	height: 50px;
	width: 120px;
	border-radius: 4px;
	background-color: #F2B249;
	font-weight: 600;
	font-size:16px;
	text-transform: uppercase;
	color:white;
	
}


/* ----------------------------------------------------------------------------------------------------
plans
---------------------------------------------------------------------------------------------------- */
section.pop-images {}
section.pop-images .content-columns a{display: inline-block;position: relative;background-color: transparent;transition: all 300ms}

section.pop-images  .content-columns a:before{
	content:'';
    background-image: url(/wp-content/uploads/2019/05/FloorplanZoomIcon.svg);
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    transition: all 300ms;
    opacity:0;
}

@media all and (min-width: 1024px) {
	section.pop-images  .content-columns a:hover {background-color:#E3F1F1;

	}
	section.pop-images  .content-columns a:hover:before {
		opacity:1;
	}
}

@media all and (max-width: 1023px) {
	section.pop-images  p {
		text-align: center
	}
}


/* ----------------------------------------------------------------------------------------------------
Team List
---------------------------------------------------------------------------------------------------- */
section.leadership-team {}

@media all and (min-width: 1024px) {
	section.leadership-team .grid-container {
		max-width: 1350px
	}
}

section.leadership-team .card {
    border: 0;
    box-shadow: none;
    text-align: center;
    padding:20px 50px ;
    background-color: white;
    	transition: all 300ms
    }

section.leadership-team .card-image {}


section.leadership-team .card-image img {
	border-radius:50%;
	filter:grayscale(100%);
	transition: all 300ms
}


section.leadership-team .leader-name {
	font-weight:600;
	font-size:18px;
	text-transform: uppercase;
	color:#47524C;
	transition: all 300ms
}
section.leadership-team .leader-title {
	font-weight:400;
	font-size:16px;
	transition: all 300ms

}

section.leadership-team .card:hover .card-image img {
	filter:grayscale(0) 
}

section.leadership-team .card:hover {
	background-color: rgba(103, 115, 115,0.4)
}

section.leadership-team .card:hover .leader-title, section.leadership-team .card:hover .leader-name {
	color:white;
}

/* ----------------------------------------------------------------------------------------------------
team detail
---------------------------------------------------------------------------------------------------- */
.single-team {}
.single-team .bio-content {
	background-color: #F1F2F2;
	padding:30px;
}

@media all and (min-width: 1024px) {
	.single-team .bio-content {
	padding:60px;
	}
}
.single-team .bio-content  .grid-x {
	margin-bottom:50px;
}

.single-team .entry-content  .team-section {
	padding:30px;
}
.single-team .entry-content  .team-section .bio {
	padding:40px;
}


@media all and (max-width: 991px) {


		.single-team .entry-content  .team-section {
			padding:0px;
		}
		.single-team .entry-content  .team-section .bio {
			padding:0px;
		}



}

.single-team .entry-content  .team-section .bio-name {
font-size: 50px;
font-weight:300;
line-height: 50px
}
@media all and (max-width: 991px) {
	.single-team .entry-content  .team-section .bio-name {
	font-size: 40px;}


}

.single-team .entry-content  .team-section .bio-title {
	font-size:16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px
}

.single-team .entry-content  .team-section .bio-content-inner strong {
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px
}

.single-team .entry-content  .team-section .bio-content-inner p, .single-team .entry-content  .team-section .bio-content-inner li {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px
}

.single-team .entry-content  .team-section .bio-content-inner p + ul {
	margin-top:-10px;
}

.single-team .entry-content  .team-section .bio-pic img {
	border-radius: 50%
}
.single-team .entry-content .bio-sidebar a{
	display: inline-block;
	width: 29%;
	float:left;
	padding:4px;
	margin:0 5px;
	margin-bottom:10px;
}


@media all and (min-width: 1025px){
	.single-team .entry-content .bio-sidebar a:nth-child(4) {
	clear:left;
	}
}


.single-team .entry-content .bio-sidebar a img {
	border-radius: 50%;
	filter: grayscale(100%);
	transition: all 100ms
}
.single-team .entry-content .bio-sidebar a:hover img,.single-team .entry-content .bio-sidebar a.active img  {
	filter: grayscale(0);
}


.single-team .entry-content .bio-sidebar a img {}

/* ----------------------------------------------------------------------------------------------------
testimonials
---------------------------------------------------------------------------------------------------- */

section.testimonials.slider-yes {padding:50px 0 70px 0;}
section.testimonials .quote-tag {
	color: white;
    text-align: center;
    font-size: 120px;
    line-height: 50px;
    margin-top: 20px;
}

section.testimonials h3 {
	padding:20px 0;
	margin:27px 0;
}
section.testimonials h3:before{
	content: '';
    left: 50%;
    position: absolute;
    top: -5px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, 0);
    width: 150px;
    opacity: 0.7;
}

section.testimonials h3:after{
    height: 1px;
    background-color: #fff;
}

section.testimonials .inner-wrap {
	max-width: 80%;
	margin:0 auto;
	padding:30px 0;
}
section.testimonials .testimonial-content {
	font-weight: 600;
	font-size: 24px
}
section.testimonials .quote-from {
	text-align: center;
	font-size:18px;
	font-weight: 600
}

section.testimonials .owl-nav {display: none}
section.testimonials .owl-theme .owl-dots .owl-dot span {width:16px; height:16px;background-color: white}
section.testimonials .owl-theme .owl-dots .owl-dot.active span {background-color: #687273}

section.testimonials .owl-theme .owl-dots {position: relative;padding-top: 20px;margin-left: 30px;}
section.testimonials .owl-theme .owl-dots:before {
	content: '';
    left: 50%;
    position: absolute;
    top: -5px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, 0);
    width: 150px;
    opacity: 0.7;
}


section.testimonials-long {}
section.testimonials-long .testimonials-list .cell {border:1px #999 solid; border-radius: 10px}

section.testimonials.testimonials-long .inner-wrap {
	max-width: none;
	padding: 50px 20px 10px 20px;
	position: relative;
}


section.testimonials.testimonials-long .inner-wrap .quote-long-img {
	position: absolute;
	top: 20px;
    left: 5px;
}

section.testimonials.testimonials-long .testimonial-content {
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	font-weight: 400;
	color:#313131;


}

section.testimonials.testimonials-long .title-wrap .quote-from{
text-align: right;
font-size:22px;
font-weight: 500;
font-style: italic;
padding-right:40px;
}

/* ----------------------------------------------------------------------------------------------------
stats
---------------------------------------------------------------------------------------------------- */

section.cards-block.stats {background-size: cover;position: relative;}
section.cards-block.stats  .grid-container {position: relative;}
section.cards-block.stats:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(104, 114, 115,0.8);
	left:0;
	top:0;
}
section.cards-block.stats h3:after{display: none}
section.cards-block.stats h3 {font-size: 50px;color:white;}

@media all and (max-width: 1300px){
	section.cards-block.stats h3 {
    font-size: 40px;
    color: white;
    margin: 0;
    margin-top: -20px;
	}
}



section.cards-block.stats .card p {color:white;line-height: normal}
section.cards-block.stats .card {
	text-align: center;
	background-color: transparent;
	color:white;;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px
}

@media all and (min-width: 1440px) {
	section.cards-block.stats .card-image {
		padding:0 50px;
	}
}

section.cards-block.stats .card-image img {
	max-width: 200px
}

/* ----------------------------------------------------------------------------------------------------
projects
---------------------------------------------------------------------------------------------------- */

section.projects-slider  {
	padding:50px 0px;
}

@media all and (min-width: 1023px) {
	section.projects-slider .block-intro {
	    padding: 5px 15px;
	}
}

section.projects-slider .cards-row.owl-carousel {position: relative;overflow-x: hidden;padding:0 30px;}

@media all and (max-width: 991px) {
section.projects-slider .cards-row.owl-carousel {padding:0;}
}


section.projects-slider .cards-row.owl-carousel .owl-dots {display:none;}

section.projects-slider .card {position: relative;}
section.projects-slider .card-section {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(104, 114, 115,0.8);
	transition:all 300ms;
	pointer-events: none;
	opacity:0;
}


section.projects-slider .card:hover .card-section {
	opacity: 1
}

section.projects-slider .card-section .inner-wrap{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}



section.projects-slider .card-section hr {
	margin-left:auto;
	margin-right:auto;
	
	max-width: 50%;
	opacity:0.7;
}
section.projects-slider  .project-location {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-align: center
}
section.projects-slider .project-title {
    margin: 0;
    letter-spacing: 2px;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    text-align: center
}

@media all and (max-width: 1023px) { 
		section.projects-slider .card-section hr {
			    margin: 10px auto;

		}
		section.projects-slider .project-title {
			    font-size: 16px;
    			line-height: normal;
		}
}



section.projects-slider .project-link {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-align: center
}
section.projects-slider .project-link a {
	color: #fff;
}


section.projects-slider .bottom-cta a {display: inline-block;border-top:1px #D8D8D8 solid;padding-top:15px;margin-top:10px;}

section.projects-slider .owl-nav {}
section.projects-slider .owl-nav .owl-prev {position: absolute;top:30%;left:-70px;width:130px;height:130px;opacity:0.4;transition:all 300ms;outline:none!important;}
section.projects-slider .owl-nav .owl-next {position: absolute;top:30%;right:-70px;width:130px;height:130px;opacity:0.4;transition:all 300ms;outline:none!important;}
section.projects-slider .owl-nav .owl-prev:hover {opacity:0.9;}
section.projects-slider .owl-nav .owl-next:hover {;opacity:0.9;}



.gallery-section .owl-nav .owl-prev {position: absolute;top:30%;left:-70px;width:130px;height:130px;opacity:0.4;transition:all 300ms;outline:none!important;}
.gallery-section .owl-nav .owl-next {position: absolute;top:30%;right:-70px;width:130px;height:130px;opacity:0.4;transition:all 300ms;outline:none!important;}
.gallery-section .owl-nav .owl-prev:hover {opacity:0.9;}
.gallery-section .owl-nav .owl-next:hover {;opacity:0.9;}






section.projects-slider h2 {
	color:#47524C;
}

section.projects-slider .owl-theme .owl-dots .owl-dot span {height:16px; width:16px;}

/* ----------------------------------------------------------------------------------------------------
project List
---------------------------------------------------------------------------------------------------- */

section.projects-list   {
	padding:60px 0;
}

section.projects-list  .project-row +  .project-row  {
	margin-top:50px;


}
section.projects-list  .project-row +  .project-row > .large-12 {
border-top:1px #D8D8D8 solid;
	padding-top:50px;
}


section.projects-list .project-title {
	font-size:44px;
	margin-bottom:20px;
	line-height: 44px;
	font-weight: 300;
	padding-left: 7px;
}


@media all and (max-width: 991px) { 
	section.projects-list .project-title {
	font-size:30px;
	line-height: 34px;
	}

}


section.projects-list .project-info {
	padding-left:0;
	margin-left:0;
}

section.projects-list  .project-section {
	padding-top:30px;
	margin-top:30px;
border-top:1px #D8D8D8 solid;
}

section.projects-list .gallery-section {
margin-left:-5px;
margin-right:-5px;
margin-top:-5px;
}




section.projects-list .gallery-section .cell{
padding:5px;
}

@media all and (max-width: 1023px) {

	section.projects-list .gallery-section {
		margin:0;
		margin-top:50px;
		padding-right: 1.7rem;
    	padding-left: 1.7rem;
	}
	section.projects-list  .project-section {
		padding-right: 1.7rem;
    	padding-left: 1.7rem;
	}
	
}


@media all and (max-width: 991px) {
	section.projects-list .gallery-section {

		padding-right: 0;
    	padding-left: 0;
	}
	section.projects-list  .project-info {
		padding-right: 0;
    	padding-left: 0;
    	margin:0;
	}

	section.projects-list .project-section {
		padding:15px;
	}

}




section.projects-list hr {
	margin:40px 20px;
}


section.projects-list .project-image  {
	text-align: center;
	background-color:#F1F2F2;
	    display: flex;
    justify-content: center;
    align-items: flex-start;
        height: 100%;

}

section.projects-list .project-image {

}
section.projects-list .project-image img {
	width:auto;
	max-height: 625px
}


section.projects-list .gallery-section img{

    opacity:0.7;
    transition: all 100ms;
}
section.projects-list .gallery-section .cell:hover img,
section.projects-list .gallery-section .active img 
 {
   opacity:1;
}
/* ----------------------------------------------------------------------------------------------------
Sinngle project
---------------------------------------------------------------------------------------------------- */
.single-project section.projects-slider {padding-top: 0}
.single-project section.projects-list {padding-bottom:1px;}


/* ----------------------------------------------------------------------------------------------------
MISC
---------------------------------------------------------------------------------------------------- */
.owl-theme .owl-dots .owl-dot {outline:none;}
svg.white {}
.button-primary svg {
	    width: 20px;
    vertical-align: bottom;
}


.language--select {max-width: 265px}


.gallery-columns-8  {
	display:flex;
	justify-content: center;
}

.gallery.gallery-columns-8 > dl.gallery-item {
	width: auto
}

.gallery .gallery-item  img {
	width: auto
	height:auto;
}

.gallery .wp-caption-text, .gallery .gallery-icon {
	text-align: center;
}





@media all and (max-width: 1100px) {
	.gallery-columns-8  {
		display:flex;
		flex-wrap: wrap;

	}

	.gallery.gallery-columns-8 > dl.gallery-item {
		 flex-grow: 1;
		 width: 33%;
		 text-align: center;
		
	}

}

@media all and (max-width: 768px) {
	.gallery.gallery-columns-8 > dl.gallery-item {
		 flex-grow: 1;
		 width: 49%;
		
	}

	.gallery.gallery-columns-4 > dl.gallery-item {
	
		 width: 49%;
		
	}

}



a.anchor {
	position: absolute;
	margin-top:-120px;
}

.mfp-content {padding:50px;}

@media all and (max-width: 1100px) {
	.off-.block-intro {padding-left:20px;padding-right:20px;}
}

.entry-content >section:first-child {
	margin-top:0px;
	padding-top:3rem;
}

@media all and (max-width: 1023px) {
	.grid-padding-x>.cell {
	    padding-right: 1.7rem;
	    padding-left: 1.7rem;
	}
	section.projects-slider .grid-padding-x>.cell {
	padding:0 10px;
	}
}





@media all and (max-width: 767px) {
	.grid-padding-x>.cell {
	    padding-right: 5px;
	    padding-left: 5px;
	}
}
/* custom  styles */
ul.brand-title {
	list-style: none;
	padding:0;
	margin:0;
    display: flex;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
	margin-bottom:40px;
}
ul.brand-title li {
	padding:0 20px;
	list-style: none;
	font-size:30px;
	font-weight: 600;
	text-transform: uppercase;
}


/* forms */
.wpcf7-form {max-width: 500px}
.wpcf7-form label {color:#47524C; font-weight: 400}


/* forms */

ul.tabs {
	display:flex;
	 flex-wrap: wrap;
}
.tabs-title {
  flex: 1 0 17%; /* explanation below */
    text-align: center;
    padding:1px;
}

@media all and (max-width: 1023px) {
	.tabs-title {
      flex: 1 0 50%; /* explanation below */
	}
	.tabs-panel {
		padding:0;
	}
}





.tabs-title>a {background-color: #eeeeee; color:#333;font-weight: 700; text-decoration: none;min-height: 65px;font-size:18px;}
.tabs-content {border:0;background-color: transparent;}






@media all and (min-width: 991px) {
.owl-item.active .hero-img-wrap {
	-webkit-animation-name: zoomIn;
  	animation-name: zoomIn;
    animation-duration: 3s;
    animation-fill-mode: both;
}
	
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}




@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomIn {
  	-webkit-animation-name: zoomIn;
  	animation-name: zoomIn;
    animation-duration: 3s;
    animation-fill-mode: both;
}


.footer-2 i {
	font-size: 40px;
    vertical-align: middle;
}
.footer-2 img.wp-image-977,
.footer-2 img.wp-image-975
	{
		opacity: 0.8;
	}


.footer-2 a img {
	filter:grayscale(100);
	transition: all 300ms
}
.footer-2 a:hover img {
	filter:grayscale(0);
	opacity:1;
}

.tabs-panel {
	padding:0;
}

.page-id-926 h2 {margin:0;}

.form-pick {max-width: 500px}


section.cards-block .card-cta .social-2 a {float:none;}

@media all and (max-width: 991px) {
	.home .full-width-content + section.two-columns {
		padding-top:0;
		margin-top:-30px;
	}

	.large-6 + .large-6 {
		margin-top:50px;
	}
}
