/*# sourceMappingURL=block-office-location.css.map */

#office-location {
	padding: 75px 20px 65px;
	position: relative;
}

#office-location .office-location-inner {
	max-width: 650px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#office-location .office-location-inner span {
	display: block;
}

#office-location .office-location-inner a[href^=tel] {
	font-size: 28px;
}

#office-location .office-location-inner .left {
	margin-bottom: 40px;
}

#office-location .title {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 30px;
	font-family: "PT Serif", serif;
}

#office-location .office-city {
	font-size: 22px;
	color: var(--text);
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--lato);
	font-weight: var(--bold);
}

#office-location .map-url {
	font-size: 20px;
	margin-bottom: 30px;
	display: block;
	font-family: var(--lato);
}

#office-location .office-phone {
	font-size: 28px;
	margin-bottom: 10px;
	font-family: var(--lato);
	font-weight: var(--bold);
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--tertiaryColor);
}

#office-location p {
	margin-bottom: 30px;
}

#office-location .office-map-embed {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

#office-location .office-map-embed iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#office-location .toggle-list {
	margin-top: 15px;
}

#office-location .toggle-list .list-toggler-title {
	color: #fff;
	font-family: var(--lato);
	font-weight: var(--bold);
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	letter-spacing: 1px;
	background-color: var(--tertiaryColor);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 0;
}

#office-location .toggle-list .list-toggler-title .icon {
	margin-left: 10px;
	display: inline-block;
}

#office-location .toggle-list .list-toggler-title.open {
	margin-bottom: 30px;
	background-color: var(--primaryColor);
}

#office-location .toggle-list .list-toggler-title.open .icon {
	transform: rotate(180deg);
}

#office-location .toggle-list .list-toggler-content {
	height: 0;
	overflow: hidden;
	transition: all .5s ease;
	-moz-text-align-last: left;
	text-align-last: left;
	padding: 0 20px;
}

#office-location .toggle-list .list-toggler-content p {
	text-align: left;
}

#office-location .toggle-list .list-toggler-title.open + .list-toggler-content {
	height: auto;
}

@media screen and (min-width: 768px) {
	#office-location .office-location-inner .left {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1250px) {
	#office-location {
		padding: 110px 50px;
	}
	
	#office-location .office-location-inner {
		min-width: 1200px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	
	#office-location .office-location-inner .col {
		flex: 0 0 47%;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
}
