/**************** RESET STYLES IS A GOOD THING *************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, 
menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0;}

main, article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {display: block;}

a{text-decoration: none; color: inherit; transition: color .5s;}
a img {border: 0;}
p a, form .response a{color: #072976;}
p a:hover, form .response a:hover{color: #a2a5aa;}

p, table, article ul{margin-bottom: 1.29rem;}
p:last-child, table:last-child, article ul:last-child{margin-bottom: 0;}

figure {position: relative;}
figure img {width: 100%;}

img{user-drag: none; -moz-user-select: none; -webkit-user-drag: none;}

label{cursor: pointer;}

address{font-style: normal;}

nav ul{list-style: none; padding: 0;}
nav ul li{display: inline;}

article ul{padding-left: 1rem;}

.icon {font-family: "FontAwesome"; font-weight: normal; font-style: normal;}

*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; outline: none;}

html, body{height: 100%;-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
body{display: flex; flex-direction: column; opacity: 1; transition: opacity .5s;}
body.no-js{opacity: 0;}

.button{border: 1px solid; color: #6781bc; padding: 0.5em 2em; line-height: 1; transition: .5s; position: relative; display: inline-block;}
.button i{position: absolute; transition: .5s; left: 1rem; top: 50%; transform: translate(-50%, -50%);}
.button span{position: relative; }

.button:hover{color: white; background: #6781bc;}
/* .button:hover i{left: calc(100% - 1rem);} */

main, .main-footer{max-width: 1440px; padding: 45px; margin: 0 auto; width: 100%;}
main{flex: 1 0 auto;}

table td:first-child{font-weight: bold; padding-right: 1rem;}

/****** TYPOGRAPHIE ******
	
	Font Sizes
	
	Big: 		43px => 2.529411764705882rem
	Large: 		28px => 1.647058823529412rem
	Default: 	17px => 1rem
	Small: 		13px => 0.764705882352941rem
	
	Colors
	
	white:			#ffffff
	pale-grey:		#e8e9ec
	cool-grey:		#a2a5aa
	charcoal-grey: 	#45484e
	black:			#000000
	dark-sky-blue:	#44a1e0
	faded-blue: 	#6781bc
	twilight-blue:	#072976
	
	
 ************************/

html{font-size: 17px; line-height: 1.294117647058824; font-family: "gesta", Arial, sans-serif; -webkit-font-smoothing: antialiased;}
body{overflow-x: hidden;}

.small-font,
form .field-line label,
.breadcrumbs{font-size: 0.764705882352941rem;}

h2,h3{font: inherit;}
h2,h3{font-weight: bold;}

.heading, .intro{font-size: 2.529411764705882rem; font-weight: bold; color: #A2A5AA; margin-bottom: 1rem;}

blockquote{color: #a2a5aa; font-style: italic; margin: 1rem 0;}
blockquote p:first-child:before{content: "«";}
blockquote p:last-of-type:after{content: "»";}
blockquote footer{font-style: normal;}

/******* GRID ******/

.grid{width: 100%; width: calc(100% + 1rem); margin: 0 -0.5rem;}
.grid-item{width: 33%; width: calc(100% / 3 - 1rem); width: calc(33.333333% - 1rem); margin: 0 0.5rem; display: inline-block; vertical-align: top; }

.big-grid{width: calc(100% / 3 * 2 - 0.5rem); float: left; margin-right: 1rem;}
.big-grid + .grid-item{margin: 0; width: calc(100% / 3 - 0.5rem)}
/* .small-grid{width: calc(100% / 3 - 0.5rem); float: left;} */

/******** HEADER ********/

.main-header{padding-bottom: 1rem; border-bottom: 1px solid #a2a5aa; width: 100%; background: white; z-index: 100;}
.main-header.fixed{position: fixed; max-width: 1350px; top: 0; padding: 45px 0 1rem; /* height: 150px; */ z-index: 10; left: 0; right: 0; margin: auto; width: calc(100% - 90px);}
.main-header.fixed.end-fixed{padding: 25px 0 0; /* height: 100px; */}

.main-header.fixed.end-fixed .logo{height: 50px;}
.main-header.fixed.end-fixed .main-nav{margin-bottom: 1rem;}

.main-header .logo{display: block; display: inline-block; height: 70px; vertical-align: baseline; margin-bottom: 1rem; margin-right: 2rem; width: 207px;}
.main-header .logo img{height: 100%; display: inline-block; width: auto;}
.no-js .main-header .main-nav{opacity: 0;}
.main-header .main-nav{display: inline-block; min-width: calc(100% - 207px - 2rem); text-align: right; vertical-align: baseline; opacity: 1; transition: opacity .5s;}
.main-header .main-nav:before{content: "."; font-size: 0; line-height: 0; width: 0; height: 100%; display: inline-block; vertical-align: bottom;}
.main-header .main-nav>ul{display: inline-block; vertical-align: bottom; white-space: nowrap;}
.main-header .main-nav>ul>li{position: relative; margin-left: 2rem; padding-bottom: 1rem; margin-bottom: -1rem;}
.main-header .main-nav>ul>li:first-child{margin-left: 0;}
.main-header .main-nav a{display: inline-block;  vertical-align: bottom; color: #072976; font-weight: bold;}
.main-header .main-nav a:hover{color: #A2A5AA;}
.main-header .main-nav a.active{color: #7C7C7C;}

.main-header .main-nav .sub-nav{position: absolute; left: 0; top: 100%; padding: 1rem; margin: 0 -1rem; background: white; filter: drop-shadow(0 0px 1px rgba(0,0,0,.5));min-width: calc(100% + 2rem); text-align: left; opacity: 0; pointer-events: none; transition: .5s; z-index: 1;}
.main-header .main-nav .sub-nav:before{content: "."; font-size: 0; border-style: solid; border-width: 0 0.8rem 0.7rem; border-color: transparent transparent white; display: block; width: 0; height: 0; position: absolute; top: 0; left: 1rem; margin: auto; transform: translateY(-100%);}
.main-header .main-nav .sub-nav li{display: block; white-space: nowrap; margin-bottom: 0.4em;}
.main-header .main-nav .sub-nav li a{font-weight: normal;}
.main-header .main-nav .sub-nav li:last-child{margin-bottom: 0;}

.main-header .main-nav li:hover .sub-nav{opacity: 1; pointer-events: all;}

.main-header .burger{display: none;}

@media all and (-ms-high-contrast:none){
 .main-header .main-nav .sub-nav {box-shadow: 0 0 1px rgba(0,0,0,0.5);}
.main-header .main-nav .sub-nav:before{display: none;}
}

/******* MOBILE NAV *******/


.main-header.mobile-nav .logo{vertical-align: middle;}
.mobile-nav ~ .sub-header-bar .sub-nav{display: none;}

.mobile-nav {position: relative;}
.mobile-nav  .burger{display: inline-block; position: relative; background: none; border: 2px solid #072976; width: 30px; height: 30px; border-radius: 100%; cursor: pointer; vertical-align: middle; margin-left: calc(100% - 207px - 2rem - 30px);}
.mobile-nav  .burger .line{display: block; width: 60%; height: 2px; background: #072976; position: absolute; left: 20%; top: 50%; transform: translateY(-50%);}
.mobile-nav  .burger .line:nth-child(1){margin-top: -5px; transition: margin-top .5s .5s, transform .5s;}
.mobile-nav  .burger .line:nth-child(2){transition: opacity 10ms .5s;}
.mobile-nav  .burger .line:nth-child(3){margin-top: 5px; transition: margin-top .5s .5s, transform .5s;}

/* .mobile-nav.fixed  .burger{top: 45px;} */

.mobile-nav.mobile-nav-open .burger .line:nth-child(1){margin-top: 0; transform: translateY(-50%) rotate(-45deg); transition: margin-top .5s, transform .5s .5s;}
.mobile-nav.mobile-nav-open .burger .line:nth-child(2){opacity: 0;}
.mobile-nav.mobile-nav-open .burger .line:nth-child(3){margin-top: 0; transform: translateY(-50%) rotate(45deg); transition: margin-top .5s, transform .5s .5s;}

.mobile-nav .main-nav{position: absolute; width: 100%; height: 100%; height: calc(100vh - 100%); top: 100%; left: -100%; left: calc(-100% - 45px); text-align: left; background: white; transition: left .5s;}
.mobile-nav .main-nav:before{display: none;}
.mobile-nav .main-nav ul{display: block;}
.mobile-nav .main-nav ul li{display: block; margin: 0; border-top: 1px solid #E8E9EB; padding: 0; position: relative;}
.mobile-nav .main-nav ul li:last-child{border-bottom: 1px solid #E8E9EB;}
.mobile-nav .main-nav ul li a{padding: 1rem 0; display: block;}
.mobile-nav .main-nav ul li .sub-nav{position: static; opacity: 1; pointer-events: all; filter: none; padding: .5rem 0; margin: 0; display: none; min-width: 0;}
.mobile-nav .main-nav ul li .sub-nav:before{display: none;}
.mobile-nav .main-nav ul li .sub-nav li{border: none;}
.mobile-nav .main-nav ul li .sub-nav li a{padding: 0;}
.mobile-nav .main-nav ul li .sub-nav li:last-child{margin-bottom: 1rem;}
.mobile-nav .main-nav ul li.open .sub-nav{display: block;}
.mobile-nav .main-nav ul li .toggle-subnav{position: absolute; top: 0; cursor: pointer; padding: 1rem; right: 0;}
.mobile-nav .main-nav ul li .toggle-subnav:before{content: '\f107'; font: normal normal normal 14px/1 FontAwesome; font-size: 1.2em; color: #072976;}
.mobile-nav .main-nav ul li.open .toggle-subnav:before{content: '\f106';}

.mobile-nav.mobile-nav-open .main-nav{left: 0;}


/****** BREADCRUMBS *******/

.sub-header-bar{display: table; width: 100%;}

.breadcrumbs{color: #a2a5aa; padding: 20px 0; display: table-cell;}
.breadcrumbs h1{font: inherit; display: inline;}
.breadcrumbs a,
.breadcrumbs h1{margin: 0 0.5rem;}
.breadcrumbs a:hover{color: #072976;}
.breadcrumbs a:first-child,
.breadcrumbs h1:first-child{margin-left: 0;}

.no-js nav.sub-nav{opacity: 0;}

nav.sub-nav{display: table-cell; color: #072976; text-align: right; vertical-align: baseline; font-size: 0; white-space: nowrap; opacity: 1; transition: opacity .5s;}
nav.sub-nav a{padding: 0 1rem; border-right: 1px solid #E8E9EC; font-size: 1rem;}
nav.sub-nav a:last-child{padding-right: 0; border-right: none;}
nav.sub-nav a:hover{color: #A2A5AA;}
nav.sub-nav a.active{color: #7C7C7C;}

/****** FORMS ******/

.forms{margin-top: 70px;}

form .field-line{margin-top: 1.29rem;}
form .field-line label{display: block; color: #a2a5aa; position: relative; pointer-events: none;}
form .field-line input:placeholder-shown{margin-top: -2rem;}
form .field-line input{height: 2.5rem; background: none; border: none; border-bottom: solid 1px #a2a5aa; font: inherit; width: 100%; margin-top: 0; display: block; transition: .5s;}
form .field-line input:focus{border-color: #072976; margin-top: 0;}
form .field-line select{-webkit-appearance: none; display: block; width: 100%; height: 2.5rem; margin-top: 1rem; font: inherit; background: white; border: 1px solid #979797; border-radius: 0; padding-left: 3rem; background-image: url(/img/select-icon.svg); background-size: 1rem; background-repeat: no-repeat; background-position: left 1rem center;}
form .field-line textarea{font: inherit; border: none; border-bottom: solid 1px #a2a5aa; width: 100%; resize: none; height: 121px; margin-top: 0; transition: .5s; padding-top: 10px; display: block;}
form .field-line textarea:placeholder-shown{margin-top: -2rem; height: 2.5rem;}
form .field-line textarea:focus{margin-top: 0; height: 121px;}

form button[type=submit]{background: #6781bc; padding: 0.5rem 2rem; font: inherit; color: white; margin-top: 2.5rem; transition: .5s; border: 1px solid; cursor: pointer;}
form button[type=submit]:before{content: "\f1d8"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; margin-right: 10px;}
form button[type=submit]:hover{color: #6781bc; background: white;}

form .response{margin-top: 1.29rem; font-size: 0.764705882352941rem;}

/****** PROBERTIES *******/

.immo-listing{margin-top: 70px;}
.banner + .immo-listing{margin-top: 0;}

.immo-listing .immo{font-size: 0; margin-top: 2rem; padding-bottom: 28px; position: relative;}
.immo-listing .immo img{width: 320px; display: inline-block; margin-bottom: -28px;}
.immo-listing .immo .info{display: inline-block; width: calc(100% - 320px); font-size: 1rem; vertical-align: top; padding-left: 2rem;}
.immo-listing .immo .info .text{margin: 1rem 0;}
.immo-listing .immo .button{position: absolute; bottom: 0; left: calc(320px + 2rem); }

.immo-listing .all-button{margin-top: 2rem;}

.property header{color: #A2A5AA;}


.property .detail figure img:nth-child(n+2){display: inline-block; width: calc((100% - 2.59rem) / 3); margin: 1.29rem 1.29rem 0 0; cursor: pointer;}
.property .detail figure img:nth-child(4){margin-right: 0;}

.detail blockquote{margin-top: 0;}

.more-immos{margin-top: 4rem;}

.pagination{margin-top: 3rem;}
.pagination a, .pagination .current{display: inline-block; border-left: 1px solid #E8E9EC; padding: 4px 20px; color: #A2A5AA; vertical-align: middle; transition: .5s;}
.pagination a.small-font{padding: 7px 20px;}
.pagination a.small-font i{font-size: 0.7em;}
.pagination .current{color: #E8E9EC; background: #6781BC; border-left: none;}
.pagination .current + a, .pagination a:first-child, .pagination .current:first-child{border-left: none;}
.pagination a:hover{background: #E8E9EC;}

/***** SERVICES ******/

.services .service-item figure{/* margin-bottom: 1rem;  */position: relative; border: 1px solid transparent; transition: .5s;}
.services .service-item figure img{transition: .5s;}
.services .service-item figure figcaption{position: absolute; bottom: 0.5rem; left: 0.5rem; color: white; transition: .5s;}
.services .service-item figure figcaption i{width: 0; overflow: hidden; transition: .5s; display: inline-block; vertical-align: middle; margin-left: -10px; margin-right: 10px;}
.services .service-item figure figcaption h3{display: inline-block; vertical-align: middle;}

.services .service-item:hover figure figcaption i{width: 20px; margin-left: 0;}

.detail{border-bottom: 1px solid #A2A5AA; padding-bottom: 2rem;}
.detail figure{width: 500px; display: inline-block; margin-bottom: -1px;}
.detail article{width: calc(100% - 500px - 1.29rem); max-width: 670px; margin-left: 1.29rem; display: inline-block; vertical-align: top; /* padding-bottom: 2rem; border-bottom: 1px solid #A2A5AA; */}
.detail .links a{display: block;}
.detail .links a i{display: inline-block; width: 1.29rem; text-align: center;}


/******* TEAM ********/
.team-listing {display: flex; flex-wrap: wrap;}
.team-listing .team-member {width: 60%; margin-right: 40%; display: flex; padding-top: 40px; flex-wrap: wrap; min-height: 350px;}
.team-listing .team-member .description {width: 50%; padding-left: 20px; display: flex; flex-direction: column;}
.team-listing .team-member .description .button {margin-top: auto; text-align: center;}
.team-listing .team-member .description .additive {margin-top: 10px;}

.team-listing .team-member .member-image { height: 100%; width: 50%; overflow: hidden; position: relative; }
.team-listing .team-member .member-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}


.team-overview{width: 60%; margin: 0 auto;}
.team-overview figcaption{width: 140%; margin-left: -20%; margin-top: 1rem;}
.team-overview figcaption p{width: calc(100% / 3); display: inline-block; text-align: center;}

.member{width: 100%; max-width: 500px; margin: 2rem auto;}
.member>img{width: 200px; border-bottom: 1px solid #A2A5AA; float: left;}
.member figcaption{width: calc(100% - 200px - 1rem); margin-left: 1rem; float: left;}
.member .social a{width: 20px; margin-right: 5px; display: inline-block;}
.member .social a img{width: 100%; transition: .5s;}
.member .social a:hover img{filter: grayscale(100%) invert(100%)}


.detail-member img{width: 300px; max-width: 100%; float: right;}

.detail-member .social a{width: 20px; margin-right: 5px; display: inline-block;}
.detail-member .social a img{width: 100%; transition: .5s;}
.detail-member .social a:hover img{filter: grayscale(100%) invert(100%)}

/******* TEAM ********/

.contact address{display: inline-block; margin-right: 5rem; vertical-align: top; color: #A2A5AA; color: inherit;}
/* .contact address a{color: inherit} */
/* .contact address a:hover{color: #072976;} */

/******* SITEMAP *******/

.sitemap ul{list-style: none;}
.sitemap>ul>li{border-top: 1px solid #a2a5aa;}
.sitemap ul li a{padding: 5px 0; display: inline-block;}
.sitemap>ul>li ul{border-top: 1px solid #a2a5aa; padding-left: 1rem;}
.sitemap>ul>li ul li{border-left: 1px solid #a2a5aa; padding-left: 1rem;}

/******* BANNER ********/

.banner{width: 100%; min-height: 400px; padding: 30px; position: relative; margin-bottom: 70px;}
.banner img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.banner figcaption{position: relative; color: white; width: 50%; font-size: 1.647058823529412rem; padding-bottom: 30px; border-bottom: 1px solid white; text-shadow: 0 0 5px rgba(0,0,0,0.3);}

/******* INTRO *******/

.intro{width: 100%; margin-bottom: 2rem;}

/******* FOOTER *******/

.main-footer{padding-top: 0; color: #A2A5AA;}
.main-footer .left{float: left;}
.main-footer .right{float: right;}
.main-footer .blue{color: #072976;}
/*
.main-footer hr{float: left; width: 100%; border: none; border-bottom: solid 1px #e8e9ec; margin: 2rem 0;}
.main-footer hr:first-child{margin: 0 0 1.29rem 0;}
*/
.main-footer .small-font{color: #A2A5AA;}
.main-footer nav a{margin-left: 1rem;}
.main-footer nav a:hover, .main-footer nav a.active{color: #072976;}

.main-footer .footer-top{display: table; width: 100%; border-bottom: solid 1px #e8e9ec;border-top: solid 1px #e8e9ec; padding-top: 1.29rem; padding-bottom: 2rem; margin-bottom: 2rem;}
.main-footer .footer-top address, .main-footer .footer-top aside{display: table-cell; vertical-align: bottom;}
.main-footer .footer-top aside{text-align: right; padding-top: 1.29rem; position: relative;}
.main-footer .footer-top aside p{position: absolute; top: 0; right: 0;}
.main-footer .footer-top aside figure a{display: inline-block; height: 35px; margin-left: 1rem;}
.main-footer .footer-top aside figure a img{width: auto; height: 100%;}

/******* Misc *******/

.cf:after{content: "."; font-size: 0; line-height: 0; clear: both; display: block; visibility: hidden; opacity: 0;}

@media all and (max-width: 1024px){
	main, .main-footer{padding: 20px;}
	.main-header.fixed{width: calc(100% - 40px); padding-top: 20px;}
/* 	.mobile-nav.fixed  .burger{top: 20px;} */
	
	.mobile-nav .main-nav{left: calc(-100% - 20px);}
	
	.big-grid{width: 100%; margin-right: 0;}
	.intro{width: 100%;}
	.banner figcaption{width: 70%;}
	
	.big-grid + .grid-item{margin-top: 2rem; }
	
	.detail figure{width: 40%;}
	.detail article{width: calc(60% - 1.29rem);}
	
/* 	.mobile-nav .burger{margin-top: -25px;} */
}

@media all and (max-width: 900px){
	.big-grid + .grid-item, .grid-item{width: calc(50% - 1rem); margin-bottom: 1rem;}
/*
	
	.services .grid-item{width: calc(100% - 1rem); margin: 0 .5rem 2rem;}
	.services .grid-item figure{width: 40%; display: inline-block; vertical-align: top;}
	.services .grid-item .desc{width: calc(60% - 1rem); margin-left: 1rem; display: inline-block; vertical-align: top;}
*/
	
	
	.forms .grid-item:not(:last-child){margin-bottom: 70px;}
	
	.detail{margin-bottom: 2rem;}
	.detail figure{width: 100%; max-width: 500px;}
	.detail article{width: 100%; margin: 1.29rem 0 0;}
	
	.detail-member img{width: 300px; float: none;}
	
	.contact address{margin: 0 5rem 2rem 0;}
}

@media all and (max-width: 800px){
	
	.immo-listing .immo{padding-bottom: 0; margin-bottom: 2rem;}
	.immo-listing .immo img{margin-bottom: 1.29rem;}
	.immo-listing .immo .info{width: 100%; padding: 0;}
	.immo-listing .immo .button{position: relative; left: 0; display: inline-block; margin-top: 1rem;}
	
	.immo-listing .all-button{margin-top: 0;}
	
	.team-overview{width: 80%;}
	.team-overview figcaption{width: 100%; margin-left: 0;}
	.team-overview figcaption p{display: block; width: 100%;}

	.team-listing .team-member {width: 100%; margin-right: 0;}
	.team-listing .team-member .description {padding-left: 10px;}
}

@media all and (max-width: 600px){
	
	.grid-ghost{display: none;}
	
	html{font-size: 15px;}
	
	.main-header .logo{height: 60px;}
	.main-header.mobile-nav .logo{margin-bottom: 0;}
	
/* 	.mobile-nav .burger{margin-top: -20px;} */
	
	.heading, .intro{font-size: 1.647058823529412rem;}
	
	main, .main-footer{padding: 10px;}
	.mobile-nav .main-nav{left: calc(-100% - 10px); overflow-y: auto;}
/* 	.mobile-nav.fixed  .burger{top: 10px;} */
	
	.main-header.fixed.end-fixed .main-nav{margin-bottom: 0;}
	
	.main-header,.main-header.fixed{padding-bottom: 1.29rem;}
	.main-header.fixed{width: calc(100% - 20px); padding-top: 10px;}
	.main-header.fixed.end-fixed{padding: 10px 0}
	.main-header.fixed.end-fixed .logo{height: 40px;}
	.main-header .main-nav{font-size: 1.214285714285714rem;}
	
	.grid{width: 100%; margin: 0;}
	.big-grid + .grid-item{width: 100%; margin: 2rem 0 0;}
	.grid-item, .services .grid-item{width: 100%; margin: 0 0 2rem;}
	
	
/* 	.services .grid-item figure{width: 100%; max-width: 300px; display: block; vertical-align: top;} */
	.services .service-item{margin-bottom: 1rem;}
	.services .service-item figure{background: #6781bc; padding: 0.5rem; margin-bottom: 0;}
	.services .service-item figure img{display: none;}
	.services .service-item figure figcaption{position: static;}
	.services .service-item figure figcaption i{width: 20px; margin: 0;}
	
/* 	.services .grid-item .desc{width: 100%; margin-left: 0; display: block; } */
	
	.banner{padding: 30px 10px;}
	.banner figcaption{width: 100%; font-size: 1.133333333333333rem;}
	
	.main-footer .footer-top{display: block; padding: 3rem 0; margin-bottom: 3rem;}
	.main-footer .footer-top address, .main-footer .footer-top aside{display: block;}
	.main-footer .footer-top aside{text-align: left; padding-top: 2rem;}
	.main-footer .footer-top aside p{position: relative; margin-bottom: 2rem;}
	.main-footer .footer-top aside figure a{margin-left: 0; margin-right: 1rem;}
	
	.main-footer .left, .main-footer .right{float: none; display: block;}
	.main-footer nav{margin-top: 1rem; padding-bottom: 2rem;}
	.main-footer nav a{margin-left: 0; margin-right: 1rem;}
	
	.team-overview{width: 100%;}
	
	.member{text-align: center;}
	.member>img{display: block; margin: 0 auto 1rem; float: none;}
	.member figcaption{display: inline-block; float: none; width: auto; text-align: left;}

	.team-listing .team-member {width: 100%; min-height: 250px;}

}
    