/* Styles for the contact landing page.

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

/* ==========================================================================
   setup the environment
   ========================================================================== */

main {
	margin-bottom: 5rem;
}
.inner {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 72rem;
	overflow: hidden;
	padding: 1.875rem 2rem 2.5rem 2rem;
	width: 100%;
}
.inner h1 {
	color: #de1300;
	font-size: 3.13rem;
	font-weight: 400;
	line-height: 1.06;
	margin-bottom: 1.25rem;
	margin-top: 1.875rem;
}
.inner h2 {
	color: #535353;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.35;
	margin: 30px 55px 44px 3px;
}
.inner p {
	color: #222;
	font-size: 0.8125rem;
	line-height: 1.4;
	margin-bottom: 0.8125rem;
	margin-top: 0;
}
.inner a {
	color: #9c110f;
	text-decoration: none;
}
.inner a:link {
	outline: none;
}
/* General Styling */

p.intro {
	color: #535353;
	font-size: 1.63rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 1.25rem 0 1.125rem;
}
#contact-address .inner {
	padding: 3.5rem 2rem;
}
#contact-info {
	background-color: #f1f1f1;
}
#contact-info .inner {
	padding: 1.875rem 2rem 2rem 2rem;
}
.contact-pod {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.contact-pod:nth-last-of-type {
	border: none;
}
.contact-pod a {
	align-items: flex-start;
	display: flex;
	margin: 12px 0;
}
.contact-pod a div {
	margin: 6px 0 6px 14px;
}
#resources .contact-pod a div {
	margin: 4px;
}
.contact-pod p {
	max-width: 80%;
}
.contact-pod.last {
	border-bottom: 0px;
}
.contact-pod div img {
	float: left;
	margin-left: 2rem;
	vertical-align: middle;
}
.contact-pod div span {
	color: #222;
	font-size: 1.13rem;
	font-weight: 400;
	line-height: 1.22;
}
.contact-pod a:hover div span {
	color: #dd1100;
}
.contact-pod div {
	overflow: auto;
}
.contact-pod a {
	font-weight: 600;
}
/* Contact Address Styling */

#resources .contact-pod {
	border-top: 1px solid #c5c5c5;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, auto);
	margin: 1.5rem 0 0 0;
	padding: 1.5rem 0 0 0;
}
#address {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.address-tile h4, .address-tile>ul {
	max-width: 100%;
	padding: 1rem;
}
.address-tile h4 {
	background-color: #d10;
	color: #fff;
	font-size: 1.19rem;
	font-weight: 600;
	line-height: 1.11;
}
.address-tile>ul {
	background-color: #f1f1f1;
	height: 180px;
}
.address-tile>ul.open {
	height: auto;
}
.address-tile ul li ul {
	padding: 0;
}
.address-tile ul li {
	color: #373737;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.53;
	width: 100%;
}
.phone {
	margin-top: 2rem;
}
.fax, .vat {
	margin-top: 1rem;
}
.phone span:first-child, .fax span:first-child {
	color: #777;
	margin-right: 5px;
	width: 45px;
}
.vat span:first-child {
	color: #777;
	margin-right: 5px;
}
span.detail-trigger {
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: .87rem;
	margin-top: 26px;
}
span.detail-trigger::before {
	background-size: 12px 12px;
	background: url(../img/show-hide.svg) no-repeat 0 0px;
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 6px;
	width: 12px;
}
span.detail-trigger.rotate::before {
	transform: rotate(180deg);
}
span.detail-trigger:hover {
	color: #dd1100;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for medium screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
	.contact-info-wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}
	.contact-pod div span {
		font-size: 14px;
	}
	#resources .contact-pod a div {
		margin: 4px 1px;
	}
}
/* styles for medium screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	#contact-info {
		background-color: #ffffff;
	}
	#contact-info .inner {
		padding: 1.875rem 2rem 0 2rem;
	}
	.contact-pod {
		display: grid;
		grid-template-columns: 1fr;
	}
	.contact-pod div span {
		font-size: 1.23rem;
	}
	#contact-address .inner {
		padding: 1.5rem 2rem;
	}
	#resources .contact-pod {
		gap: 0;
		grid-template-columns: 1fr;
	}
	#resources .contact-pod img {
		display: none;
	}
	#resources .contact-pod a div {
		margin: 0 1px;
	}
	#resources .contact-pod div span {
		font-size: 1.16rem;
		line-height: 2;
	}
	#resources .contact-pod div span::before {
		color: #d10;
		content: "\25A0";
		display: inline-block;
		font-size: 5px;
		margin: 1rem 8px;
	}
	#resources .contact-pod a {
		align-items: flex-start;
		display: flex;
		margin: 0;
	}
	#resources .contact-pod div span {
		line-height: 0.8;
	}
	#address-600 .address-tile {
		cursor: pointer;
	}
	#address-600 img.detail-trigger {
		margin-right: 6px;
	}
	#address-600 .address-tile:not(nth-last-of-type) {
		margin-bottom: 2px;
	}
	#address-600 h4 {
		font-size: 1.23rem;
	}
	#address-600 .address-tile ul li {
		font-size: 1.08rem;
	}
	#address-600 .address-tile>ul {
		height: auto;
	}
	#address-600 .address-tile ul li {
		display: inline-block;
	}
}
/* styles for medium screens (320px)
   ========================================================================== */

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