/*
Theme Name: Fuel5 Junior
Theme URI: http://fuelmedical.com/
Description: Base child theme for all fuel medical development projects.
Author: Fuel Medical
Author URI: http://fuelmedical.com/
Template: fuel
Version: 5.0.12
Text Domain: fmj
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Custom Properties
# Fonts
# Normalize
# Fuel Normalize
# Custom Elements
# Forms
## Search Form
# Accessibility
# Header
# Footer
# Map
# Animations

# Print
# IE11 Notice
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* readex-pro-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Readex Pro';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/readex-pro-v21-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* volkhov-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Volkhov';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/volkhov-v17-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*--------------------------------------------------------------
# Custom Properties
--------------------------------------------------------------*/
:root {
	/* Structure */
	--contain-padding: clamp(9vw, calc(50vw - 30rem), 18rem);

	/* Design */
	--primary-color: #16355F;
	--accent-color: #83B1C6;

	--site-white: #fff;
	--site-gray: #62676F;

	/* Text */
	--title-font: 'Volkhov', sans-serif;
	--title-color: var(--primary-color);

	--content-font: 'Readex Pro', sans-serif;
	--content-color: var(var(--site-gray))
		/* Accessibility */
		--outline-color: #69F;
}

/*--------------------------------------------------------------
# Normalize v8.0.1
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

/*--------------------------------------------------------------
# Fuel Normalize
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-family: sans-serif;
	font-size: 125%;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch;
}

body {
	position: relative;
	min-width: 18rem;
	font-family: var(--content-font);
	font-size: 1em;
	line-height: 1.5;
	color: var(--content-color);
	background: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em 0;
	font-family: var(--title-font);
	font-weight: 400;
	line-height: normal;
	color: var(--title-color);
}

h1 {
	font-size: clamp(1.4rem, 4vw, 2.4rem);
}

h2 {
	font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}

h3 {
	font-size: clamp(1.1rem, 1.4vw, 1.2rem);
}

h4 {
	font-size: clamp(1rem, 4vw, 1.4rem);
}

h5 {
	font-size: clamp(0.9rem, 4vw, 1.2rem);
}

h6 {
	font-size: clamp(0.8rem, 4vw, 1rem);
}

p {
	margin: 0 0 1.2em;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
}

iframe,
img,
svg,
audio,
canvas,
video,
object,
embed {
	vertical-align: middle;
	max-width: 100%;
}

img,
svg {
	height: auto;
}

img {
	object-fit: cover;
}

img[src*=".jpg"] {
	background: #eee;
}

iframe {
	margin: 0 auto 3rem auto;
}

figure {
	margin: 0;
}

blockquote {
	margin: 0 0 1.6em;
}

table {
	margin: 0 0 1.6em;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

th {
	font-weight: bold;
}

blockquote,
figcaption {
	font-style: italic;
}

blockquote em,
blockquote i,
figcaption em,
figcaption i {
	font-style: normal;
}

small {
	font-size: 0.75em;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 0.75em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a {
	text-decoration: none;
	color: var(--accent-color);
	transition: color 300ms, background-color 300ms;
}

a[href^="tel:"] {
	white-space: nowrap;
}

a:hover {
	color: var(--accent-color);
}

button {
	margin: 0;
	border: 0;
	padding: 0;
	color: var(--accent-color);
	background: transparent;
	cursor: pointer;
}

button:hover {
	color: var(--primary-color);
}

input {
	margin: 0;
	border: 0;
	padding: 0;
	color: inherit;
	background: none;
}

pre,
code {
	max-width: 100%;
	overflow: auto;
}


/*--------------------------------------------------------------
# Custom Elements
--------------------------------------------------------------*/

#wpadminbar {
	background: #002B49;
}

.site-wrapper {
	margin: auto;
	width: 100%;
	max-width: 96rem;
	background: #fff;
}

.entry-wrapper {
	z-index: 1;
}

.site-wrapper>* {
	width: 100%;
}

.clear {
	clear: both;
}

.contain {
	display: block;
	position: relative;
	margin: auto;
	padding-right: var(--contain-padding);
	padding-left: var(--contain-padding);
	width: 100%;
}

.button,
.entry-content .button,
.wp-block-button__link,
.header-menu .menu-button a,
.sidebar-phone .phone {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0.5em;
	padding: 0.8em 1.6em;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: var(--primary-color);
	cursor: pointer;
	transition: all 300ms;
}

.button:hover,
.button:focus-visible,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus-visible,
.header-menu .menu-button:hover a,
.sidebar-phone .phone:hover {
	color: var(--primary-color);
	background: var(--accent-color);
	text-decoration: none;
}

.icon-item,
.contact-loc .icon-item {
	display: block;
	position: relative;
	margin: 1em 0;
	padding: 0 0 0 1.8em;
}

.icon-item svg {
	position: absolute;
	top: 0.15em;
	left: 0;
	width: 1.2em;
	height: 1.2em;
}

@media (min-width: 68.5em) {
	.clamp {
		font-size: 1rem;
		font-size: clamp(0.9rem, 1.1vw, 1.1rem);
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_fields {
	margin: 0;
}

.gfield {
	margin: 0 0 0.7rem;
	border: 1px solid #999;
	border-radius: 0.3rem;
	padding: 0.3rem;
	list-style: none;
	overflow: hidden;
	background: #fff;
}

.gfield .medium,
.gfield .large {
	padding: 0.2rem 0.9rem;
	width: 100%;
	color: var(--content-color);
	background: #fff;
	outline: none;
}

.gfield_label {
	display: block;
	padding: 0.1rem 0.4rem 0;
	font-size: 0.7em;
	line-height: normal;
}

.gform_footer {
	position: relative;
	margin-top: 0.7rem;
}

.gform_button {
	width: 100%;
}

.gform_ajax_spinner {
	position: absolute;
	top: 0;
	right: 0.5rem;
	bottom: 0;
	margin: auto;
	border: 0.2em solid rgba(0, 0, 0, 0.4);
	border-left: 0.2em solid #07B084;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	animation: spin 1.1s infinite linear;
}

.gform_confirmation_message {
	font-family: inherit;
	font-size: 1.1em;
	font-weight: normal;
}

.gform_submission_error {
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5;
	color: #cc2d3f;
}

.validation_message {
	padding: 0 0.4rem;
	font-size: 0.7em;
	color: #cc2d3f;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.search-form {
	display: flex;
}

.search-form label {
	width: 100%;
}

.search-field {
	padding: 0.5em 1em;
	width: 100%;
	line-height: 1.5;
	color: var(--primary-color);
	background: #eee;
}

.search-submit {
	padding: 0.5em 1em;
	line-height: 1.5;
	color: #fff;
	background: var(--accent-color);
	transition: color 300ms;
}
.search-submit:hover {
	color: var(--primary-color);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.gfield {
	outline-style: solid;
	outline-color: transparent;
	outline-offset: 0;
	outline-width: 2px;
}

a {
	outline-offset: 0.5rem;
}

.button {
	outline-offset: 0;
}

.gfield:focus-within {
	outline-color: var(--outline-color);
}

.skip-to-content {
	display: block;
	position: absolute;
	top: -10000rem;
	left: 1rem;
	z-index: 99999;
	padding: 0.5em 1em;
	background: #eee;
	box-shadow: 1px 1px 0.2em rgba(0, 0, 0, 0.5);
	transition: none;
}

.skip-to-content:focus {
	top: 1rem;
}

.screen-reader-text {
	position: absolute;
	top: auto;
	left: -10000rem;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.js-required {
	padding: 2rem;
	text-align: center;
	color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	background: transparent;
	z-index: 1;
}

.header-logo {
	color: var(--primary-color);
	max-width: 12em;
	display: block;
	margin: auto;
}

.header-links {
	display: none;
}

.header-menu,
.header-phone {
	display: none;
}

.header::before {
	content: '';
	width: 100%;
	height: 100dvh;
	max-height: 32.5em;
	background: linear-gradient(142deg, #F5F1E7 4.74%, rgba(245, 241, 231, 0.00) 97.68%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.right-arrow-header,
.left-arrow-header {
	overflow: hidden;
	width: calc(50% - 6rem);
	min-width: 6em;
	position: absolute;
	bottom: -0.25em;
	z-index: 5;
	height: 0.6rem;
	right: 0;
}
.left-arrow-header {
	left: 0;
	right: unset;
}
.header .right-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.6rem;
}
.left-arrow-header .right-arrow {
	transform: scaleX(-1);
}
.header .left-arrow {
	position: absolute;
	right: 0;
	height: 0.6rem;
}

@media (min-width: 68.5em) {
	.header {
		display: grid;
		grid-template-areas:
			'logo nav'
			'logo phone';
		justify-items: end;
		text-align: left;
		padding-left: 5em;
		padding-right: 5em;
		padding-bottom: 2.5em;
	}
	.header::before {
		width: calc(100% - 30em);
		max-height: unset;
		height: 58em;
		background: linear-gradient(180deg, #F5F1E7 0%, rgba(251, 249, 242, 0.00) 100%);
	}
	.right-arrow-header,
	.left-arrow-header {
		overflow: hidden;
		width: calc(50% - 22em);
		position: absolute;
		bottom: 0;
		z-index: 5;
		height: 1em;
	}
	.left-arrow-header {
		left: 0;
	}
	.header .left-arrow {
		right: unset;
	}
	.header-logo {
		grid-area: logo;
		justify-self: start;
		width: 100%;
		max-width: 15em;
		color: var(--primary-color);
		margin-left: unset;
	}

	.header-menu {
		grid-area: nav;
		display: flex;
	}

	.header-menu li:nth-child(n+2) {
		margin-left: 1rem;
	}

	.header-menu svg {
		vertical-align: top;
		margin: 0.15em 0.2em 0 0;
		width: 1.1em;
		height: 1.1em;
	}

	.header-menu .menu-button {
		height: fit-content;
	}

	.header-phone {
		grid-area: phone;
		display: block;
		font-size: 2.4em;
		font-family: var(--title-font);
		color: var(--primary-color);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	color: #fff;
	background: var(--primary-color);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.footer::after {
	content: '';
	width: 100%;
	max-width: 20rem;
	aspect-ratio: 360 /749;
	background: url('./images/footer-decor.svg');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.9em;
}

.footer-title {
	margin-bottom: 1.2em;
	text-align: center;
	color: var(--accent-color);
	border-bottom: 0.05rem solid var(--site-white);
	padding-bottom: 0.8em;
}

.footer-logo {
	display: block;
	width: 8.5rem;
	color: #fff;
}

.footer-social {
	display: flex;
	justify-content: center;
	padding-top: 1rem;
}

.footer-social li {
	padding: 0 0.5rem;
}

.footer-locations {
	width: 100%;
}

.footer-locations .footer-title {
	width: 100%;
}

.footer-locations-list a {
	display: inline-block;
	margin: 0.3em 0;
	line-height: normal;
}

.footer-locations-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	width: 100%;
}

.footer-loc-title {
	color: inherit;
}

.footer-links a {
	display: inline-block;
	margin: 0.3em 0;
	line-height: 2rem;
}

.footer-menu {
	width: fit-content;
}

.footer-links {
	width: 100%;
}
.site-shapes {
	height: 0;
	width: 0;
	position: absolute;
	z-index: -1;
}

@media (min-width: 32.5em) {
	.footer-locations-list {
		column-count: 2;
		column-gap: 1.5rem;
	}
}

@media (min-width: 68.5em) {
	.footer {
		background-color: var(--primary-color);
	}

	.footer::after {
		background-image: url('./images/footer-decor-lg.svg');
		background-size: contain;
		background-repeat: no-repeat;
		height: 100%;
		top: 0;
		left: 0;
		bottom: unset;
		max-width: unset;
	}

	.footer-blocks {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 1.5rem;
		padding-bottom: 1em;
	}

	.footer-title {
		text-align: left;
		font-size: 1.2em;
		margin-bottom: 0.5rem;
	}

	.footer-branding {
		flex: 0 1 auto;
	}

	.footer-locations {
		flex: 0 2 auto;
		width: auto;
	}

	.footer-locations-wrapper {
		justify-content: start;
		width: auto;
	}

	.footer-links {
		flex: 0 0 auto;
		width: unset;
	}

	.footer-links li {
		line-height: 2rem;
	}

	.footer-location {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 27em;
	}

	.footer-location>p:first-of-type {
		order: 1;
		margin-bottom: 0;
	}

	.footer-location>p:first-of-type a {
		margin-bottom: 0;
	}

	.footer-location>p:nth-of-type(2) {
		order: 3;
	}

	.footer-location>p:last-of-type {
		order: 2;
		margin-bottom: 0;
	}

	.footer-location svg {
		width: 1.8rem;
		height: 1.8rem;
		top: 0;
		left: -0.5em;
	}

	.footer-location .icon-item {
		padding-left: 2.4em;
	}

	.footer-end::after {
		content: '';
		width: calc(100% - (2 * var(--contain-padding)));
		height: 0.05rem;
		background: var(--site-white);
		position: absolute;
		top: 0;
		left: var(--contain-padding);
	}

	.footer-end br {
		display: none;
	}
}

/* Copyright section */
.footer-end {
	padding-top: 1.5rem;
	padding-bottom: 5rem;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
	border-top: 0.05rem solid var(--site-white);
}

.policy-nav ul {
	display: flex;
	justify-content: center;
}

.copyright {
	margin-bottom: 1.2rem;
}

.policy-nav li {
	padding: 0 0.5rem;
	position: relative;
	white-space: nowrap
}

.policy-nav li:nth-child(n+1)::before {
	content: '|';
	position: absolute;
	right: -2px;
}

.policy-nav li:last-child::before {
	display: none;
}

@media (min-width: 68.5em) {
	.footer-end {
		display: grid;
		grid-template-areas:
			'copyright nav';
		justify-items: start;
		padding-bottom: 1rem;
		/* margin-top: 2.5rem; */
		position: relative;
		border: unset;
		padding-top: 0.5rem;
		padding-left: var(--contain-padding);
		padding-right: var(--contain-padding);
	}

	.copyright {
		grid-area: copyright;
		margin: 0;
	}

	.policy-nav {
		grid-area: nav;
		justify-self: end;
	}
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact-section {
	background: linear-gradient(90deg, #F5F1E7 24.43%, rgba(245, 241, 231, 0.00) 69.78%);
	padding-top: 5em;
	overflow: hidden;
	position: relative;
	/* display: flex; */
	/* flex-direction: column-reverse; */
}

#contact-section .contact-wrapper {
	display: flex;
	flex-direction: column-reverse;
}

#contact-section h2 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
}

.contact-content {
	max-width: 25em;
	margin: auto;
}

#contact-section .contact-text {
	color: var(--primary-color);
	text-align: center;
	padding: 0 1.5em;
}

#contact-section a {
	text-decoration: none;
}

#contact-section .phone {
	font-size: 1.6em;
	color: var(--primary-color);
	text-align: center;
	margin: auto;
	display: block;
	margin-bottom: 7rem;
	font-weight: bold;
	font-family: var(--title-font);
	transform: text-decoration 300ms ease;
}
#contact-section .phone:hover {
	text-decoration: underline;
}

.full-contact-emergency {
	display: none;
}

.contact-decor {
	position: absolute;
	top: 11.5rem;
	right: -9rem;
	z-index: -1;
	width: 18rem;
}

@media (min-width: 68.5em) {
	#contact-section {
		display: flex;
		justify-content: flex-start;
		padding-left: 5em;
		padding-bottom: 3em;
		position: relative;
		background: unset;
		overflow: hidden;
		z-index: 1;
	}

	#contact-section::after {
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #F5F1E7 24.43%, rgba(245, 241, 231, 0.00) 69.78%);
		position: absolute;
		top: 10em;
		left: 0;
		z-index: -1;
	}

	#contact-section .contact-wrapper {
		flex-direction: row;
		width: fit-content;
		max-width: 56em;
		gap: clamp(1em, 6vw, 5em);
	}

	#contact-section h2 {
		font-size: 2em;
	}

	.full-contact-emergency {
		display: block;
		font-weight: bold;
		text-align: center;
	}

	.contact-content {
    margin-bottom: 0;
    max-height: 21em;
}

	#contact-section .contact-text {
		padding: 0 2rem;
	}
	.contact-decor {
    width: 32.5em;
    right: 0;
    top: 0;
    aspect-ratio: 1 / 1;
}
}


/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.fm-map {
	position: relative;
	width: 100%;
	height: 30rem;
	max-height: calc(90vh - 3.2rem);
	background: #e5e5e5;
}
.location-section {
	max-width: 70em;
	margin: auto;
}
.location-section .wp-block-cover {
	border-radius: 0.5em;
	border-bottom-left-radius: 0;
	z-index: 1;
}
.location-wrap {
	background: #F6F3EA;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	margin: auto;
}
.location-wrap .icon-item {
	color: var(--primary-color);
}
.location-wrap a:hover {
	color: var(--accent-color);
}
.location-section .loc-bottom {
	display: flex;
	flex-wrap: wrap;
	background: #F6F3EA;
	gap: 1.5em;
	padding-bottom: 2em;
}
.location-section figure {
	width: 22em;
	margin: auto;
}
.location-section figure img {
	border-top-left-radius: 2.5em;
	border-bottom-right-radius: 2.5em;

}
@media (min-width: 68.5em) {
	.location-section {
		padding-top: 2em;
	}
	.location-section .loc-bottom {
		max-width: 66.7em;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-top: -5em;
		border-bottom-right-radius: 2.5em;
		padding-bottom: 0;
		position: relative;
	}
	.location-wrap {
		display: flex;
		margin: unset;
		gap: 1em;
		margin-top: 4em;
		width: calc(100% - 22em);
	}
	.location-section figure {
    margin: unset;
    z-index: 2;
    position: relative;
 }
	.loc-info {
		display: flex;
		flex-wrap: wrap;
		column-gap: 1.5em;
		justify-content: space-between;
	}
	.location-wrap > .icon-item {
		width: 33%;
		min-width: 11em;
		margin-bottom: 0;
	}
	.loc-info {
    width: 66%;
	}
	.loc-info p,
	.loc-info .icon-item {
		margin-bottom: 0;
	}
	.location-section figure {
		overflow: hidden;
		border-top-left-radius: 2.5em;
		border-bottom-right-radius: 2.5em;
	}
	.location-section a img {
		transition: transform 300ms ease;
	}
	.location-section a:hover img {
		transform: scale(1.1);
	}
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.js-intersect.fadeover::after,
.js-intersect .cta-text-1.fadeover {
	animation-name: fadeover;
	animation-duration: 800ms;
	animation-fill-mode: both;
	animation-delay: 0ms;
	animation-play-state: paused;
}
.js-intersect.faderight,
.js-intersect .faderight {
	animation-name: faderight;
	animation-duration: 800ms;
	animation-fill-mode: both;
	animation-delay: 0ms;
	animation-play-state: paused;
}
.js-intersect .faderight.second {
	animation-delay: 100ms;
}
.js-intersect.fadeup {
	animation-name: fadeup;
	animation-duration: 800ms;
	animation-fill-mode: both;
	animation-delay: 0ms;
	animation-play-state: paused;
}
.js-intersect.fadein,
.js-intersect .fadein {
	animation-name: fadein;
	animation-duration: 800ms;
	animation-fill-mode: both;
	animation-delay: 0ms;
	animation-play-state: paused;
}
.js-intersected.fadeover::after,
.js-intersected .cta-text-1.fadeover,
.js-intersected.fadeover,
.js-intersected.fadeup,
.js-intersected.faderight,
.js-intersected .faderight,
.js-intersect.fadein,
.js-intersect .fadein {
	animation-play-state: running;
}
@keyframes fadeover {
	0% { opacity: 0; transform: translateX(4rem); }
	100% { opacity: 1; transform: translateX(0); }
}
@keyframes faderight {
	0% { opacity: 0; transform: translateX(-4rem); }
	100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(5rem);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	@page {
		margin: 0.5cm;
	}

	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	abbr[title]::after {
		content: ' (' attr(title) ')';
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h1,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h1,
	h2,
	h3 {
		page-break-after: avoid;
	}

	.primary-menu,
	.sidebar,
	.header,
	.footer,
	#comments,
	.page-navigation,
	.pagination,
	.wp-prev-next,
	.respond-form {
		display: none !important;
	}

	.contain {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}
}

/*--------------------------------------------------------------
# IE11 Notice
--------------------------------------------------------------*/
.ie11-alert {
	display: none;
}

@media all and (-ms-high-contrast:none) {
	.ie11-alert {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		background: #fff;
		color: #000;
	}

	.ie11-content {
		max-width: 45rem;
		max-height: 10rem;
		font-size: 2rem;
		text-align: center;
		margin: 10% auto 0;
	}

	.ie11-alert a {
		color: #4169e1;
	}
}

.main .display-none,
.menu-button.display-none {
	display: none;
}