/* Content Contact Panel */

.p-thank-you .content-contact-panel {
	display: none;
}

body.misc .content-contact-panel {
	overflow: hidden;
}

body.misc .content-contact-panel .main {
}

body:not(.misc) .content-contact-panel .main {
	margin-top: -5rem;
	padding-top: 0;
	padding-bottom: 0;
}

.content-contact-panel .main>* {
	position: relative;
}

.content-contact-panel section:only-child {
	width: 100%;
}

.content-contact-panel section:only-child ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.content-contact-panel section:only-child ul li {
	width: 49%;
	margin: 1em 0 !important;
}

.content-contact-panel .content-section li {
	display: flex;
	line-height: 1.5;
	align-items: flex-start;
	padding-left: 2em;
}

.content-contact-panel .content-section li + li {
	margin-top: 2rem;
}

.content-contact-panel .content-section li svg {
	font-size: 2rem;
	fill: #79a1d0;
	-ms-transform: translateY(-0.1em);
	-webkit-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
	position: absolute;
	left: 0.9em;
}

.content-contact-panel .content-section li p {
	padding-left: 3%;
	font-size: 1.1em;
	color: var(--light-color);
}

.content-contact-panel .contact-section header h2 {
	color: var(--light-color);
}
.content-contact-panel .content-section li p a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 600;
}

.content-contact-panel .content-section li p a:hover {
	color: #ddd
}

/* End Content Contact Panel */

/* Min Responsive */

@media screen and (min-width:433px) {
}

@media screen and (min-width:917px) {
	body.misc .content-contact-panel .main {
	}

	body.misc .content-contact-panel .content-section:before, body.misc .content-contact-panel .contact-section:before {
		content: '';
		position: absolute;
		width: 50vw;
		height: 100%;
		top: 0;
	}

	body.misc .content-contact-panel .content-section:before {
		right: 100%;
	}

	body.misc .content-contact-panel .content-section.order-2:before {
		right: auto;
		left: 100%;
	}

	body.misc .content-contact-panel .contact-section:before {
		left: 100%;
	}

	body.misc .content-contact-panel .content-section.order-2 + .contact-section:before {
		left: auto;
		right: 100%;
	}
}

@media screen and (min-width:1178px) {
	.content-contact-panel .content-section li:nth-last-child(4):first-child {
		margin-top: 1.4rem;
	}
}

@media screen and (min-width:1513px) {
	body.misc .content-contact-panel .content-section:not(.order-2) {
		_padding-left: 0;
	}

	body.misc .content-contact-panel .content-section.order-2 {
		_padding-right: 0;
	}

	body.misc .content-contact-panel .content-section:not(.order-2) + .contact-section {
		_padding-right: 0;
	}

	body.misc .content-contact-panel .content-section.order-2 + .contact-section {
		_padding-left: 0;
	}
}

/* End Min Responsive */

/* Responsive - 1512px */

@media screen and (max-width: 1512px) {
	body:not(.misc) .content-contact-panel .main {
		margin-top: -4rem;
	}
}

/* End Responsive - 1512px */

/* Responsive - 1177px */

@media screen and (max-width: 1177px) {
	body:not(.misc) .content-contact-panel .main {
		margin-top: -3rem;
	}
}

/* End Responsive - 1177px */

/* Responsive - 916px */

@media screen and (max-width: 916px) {
	.content-contact-panel .main {
		padding-bottom: 1rem;
	}

	body.misc .content-contact-panel .main {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

/* End Responsive - 916px */

/* Responsive - 800px (Mobile) */

@media screen and (max-width: 800px) {
	body:not(.misc) .content-contact-panel .main {
		margin-top: -2.5rem;
	}

	.content-contact-panel section:only-child ul li {
		width: 100%;
	}
}

/* End Responsive - 800px (Mobile) */

/* Responsive - 713px */

@media screen and (max-width:713px) {
	.content-contact-panel .content-section li + li {
		margin-top: 1.5rem;
	}
}

/* End Responsive - 713px */

/* Responsive - 555px */

@media screen and (max-width:555px) {
	.content-contact-panel .content-section li icon {
		transform: scale(0.8);
	}

	body:not(.misc) .content-contact-panel .main {
		margin-top: -2rem;
	}

	.content-contact-panel .content-section li + li {
		margin-top: 1rem;
	}
}

/* End Responsive - 555px */

/* Responsive - 432px */

@media screen and (max-width:432px) {
}

/* End Responsive - 432px */

/* Min and Max Responsive */

@media screen and (min-width:917px) and (max-width: 1512px) {
	body.misc .content-contact-panel .main {
		padding: 0;
	}
}

/* End Min and Max Responsive */

