﻿body {
}

#contact-row {
	margin: 55px auto;
	max-width: 1200px;
	display: flex;
	-webkit-box-pack: justify;
	padding: 0 80px;
	width: 100%;
}

.contact-text {
	max-width: 550px;
	width: 100%;
	margin-right: 50px;
	display: block;
}

.txt-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: table;
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 22px;
	width: 140px;
	height: 140px;
	padding: 37px;
	border-radius: 50%;
	background-color: #D8C0AA;
}

.txt img {
	max-width: 70px;
	height: auto;
}

.contact-content {
	color: #2c2c34;
	display: table;
	float: left;
	width: calc(100% - 175px)
}

.contact-content h2 {
	margin-bottom: 0;
	color: #4B5D54;
	font-size: 32px;
	letter-spacing: -.9px;
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 0.5em;
}

.contact-content p {
	color: #2c2c34;
	font-weight: 300;
	font-size: 16px;
}

.info-title {
	display: block;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	color: #4B5D54;
}

.info-item {
	margin-bottom: 20px;
}

.contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 190px;
}

.info-link {
	outline-width: 0;
	transition: opacity .3s ease-in-out;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.55;
	text-decoration: none;
	color: #2c2c34;
}

.info-link:hover {
	opacity: .8;
	text-decoration: none;
}

.office-item {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

#office-contact {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto 65px;
	padding: 0 20px;
}

.image-block {
	flex-shrink: 0;
	width: 29%;
	margin-right: 10px;
	display: table;
	float: left;
}

.image-block img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: table;
}

.info-block {
	width: calc(70% - 10px);
	position: relative;
	display: table;
	float: left;
	padding: 40px 30px 40px 47px;
	color: #fff;
	background-color: #024e4e;
}

.info-block h2 {
	max-width: 75%;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -.8px;
	font-family: 'Playfair';
}

.info-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: -.6px;
}

.location-info, .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
	padding-right: 10%;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: inherit;
	text-decoration: none;
}

.contact-map-toggle {
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

.contact-map-toggle span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-map-toggle .close {
	display: none;
}

.contact-map-toggle span:last-child {
	background: rgba(249,249,249,0.2);
	border-radius: 50%;
	padding: 7px 15px;
	margin-left: 25px;
	font-size: 17px;
}

.map-block {
	display: none;
	width: 100%;
	float: left;
}

.map-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 986px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.office-info {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	max-width: 492px;
	padding: 22px 40px 40px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -.6px;
	color: #2c2c34;
	background-color: #fff;
	padding-top: 45px;
	line-height: normal;
}

.office-info p {
	margin-bottom: 10px;
}

.map-div {
	max-width: 650px;
	height: 500px;
	position: relative;
	width: 100%;
	background: red;
	overflow: visible;
}

.office-team {
	width: calc(100% + 40px);
	flex-wrap: wrap;
	max-width: 1020px;
	margin: 0 auto 20px;
	margin-left: -20px;
}

.office-team ul {
	list-style: none !important;
	list-style-type: none !important;
}

.office-team li {
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: table;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 304px;
	width: calc(33% - 40px);
	margin: 0 18px 20px;
	border: 1px solid #eef3fa;
	background-color: #fff;
}

.team-image {
	background-color: #eef3fa;
}

.team-image img {
	display: table;
	width: 100%;
}

.team-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 24px 50px 24px 22px;
	border: 1px solid #e8e9e8;
	border-top: 0;
	color: #2c2c34;
	min-height: 210px;
}

.team-info h3 {
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: -.8px;
	color: #4B5D54;
	font-family: Playfair;
}

.team-info strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
	color: #2c2c34;
	min-height: 50px;
}

.team-info a {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.44;
	text-decoration: underline;
	color: #2c2c34;
}

.team-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 10px;
	font-size: 16px;
	min-height: 70px;
}

@media screen and (max-width: 979px) {
	.office-info {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 22px;
		padding-top: 45px;
	}
}

@media (max-width:770px) {
	#contact-row {
		padding: 0px;
		display: table;
		margin-bottom: 5%;
	}

	.contact-text {
		max-width: auto;
		width: 90%;
		margin-right: 0px;
		display: table;
		margin: auto;
		line-height: 23px;
		display: table;
	}

	.contact-text .txt-img {
		display: none;
	}

	.contact-content {
		width: 100%;
	}

	.contact-content h2 {
		display: none;
	}

	#contact-row .contact-info {
		margin-top: 5%;
		display: table;
		width: 100%;
	}

	#contact-row .contact-info .info-item {
		float: left;
		margin-left: 20%;
	}

	.office-item .image-block {
		width: 100%;
	}

	.office-item .info-block {
		height: 128px !important;
		margin-top: 10px;
		width: 100%;
	}

	#office-contact {
		padding: 0;
	}

	.info-div {
		display: table;
		width: 100%;
	}

	.location-info, .contact-info {
		display: table;
		width: 100%;
	}

	.contact-info {
		margin-top: 10px;
	}

	.contact-info a {
		float: left;
		width: 100%;
	}

	.info-block h2 {
		margin-bottom: 12px;
		font-size: 22px;
	}

	.info-title {
		font-size: 20px;
	}

	.info-link {
		font-size: 16px;
		text-decoration: underline;
		margin-top: 2px;
	}

	#testi-block {
		margin-top: -35px;
	}

	.map-row {
		display: table;
	}

	.map-div {
		width: 100%;
		max-width: none;
	}

	.office-info {
		width: 100% !important;
		padding: 30px !important;
		max-width: none;
	}

	.office-team {
		margin-left: 0;
		width: 100%;
	}

	.office-team li {
		width: 50% !important;
		margin: 0 35px 20px;
	}
}

@media (max-width:740px) {
	.office-team li {
		margin: 0 23px 20px;
	}
}

@media (max-width:700px) {
	.office-team li {
		margin: 0 15px 20px;
	}
}

@media (max-width:680px) {
	.office-team li {
		margin: 0 10px 20px;
	}
}

@media (max-width:650px) {
	.office-team li {
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.team-image img {
		height: auto;
	}

	.contact-map-toggle {
		top: 5px;
		right: 5px;
	}
}

@media screen and (max-width: 500px) {
	.info-block h2 {
		margin-top: 20px;
	}
}

@media (max-width:437px) {
	#contact-row .contact-info .info-item {
		margin-left: 15%;
	}
}

@media (max-width:375px) {
	#contact-row .contact-info .info-item {
		margin-left: 13%;
	}
}

@media (max-width:354px) {
	#contact-row .contact-info .info-item {
		margin-left: 8%;
	}
}
