body,
html {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	overflow: hidden;
}
#screen {
	height: 100%;
	left: 0;
	position: absolute;
	transition: left 0.6s;
	width: 100%;
}

h1 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
	margin: 8px 18px;
	text-align: center;
}
h2 {
	border-bottom: 2px solid #ef3e42;
	color: #003a80;
	font-family: "Montserrat", sans-serif;
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 22px;
	padding-bottom: 12px;
}
h2:before {
	color: #f20707;
	content: "//";
	font-style: italic;
	font-weight: 900;
	margin-right: 8px;
}
h3 {
	color: #073165;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5em;
	margin: 30px 0;
	position: relative;
}
h3:after {
	background: #ef3e42;
	content: "";
	height: 4px;
	left: 0;
	margin-top: 4px;
	position: absolute;
	top: 100%;
	width: 94px;
}
h4 {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 26px;
	position: relative;
}
h4:after {
	background: #ef3e42;
	content: "";
	height: 4px;
	left: 0;
	margin-top: 4px;
	position: absolute;
	top: 100%;
	width: 64px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}
li {
	margin: 8px 0;
}
hr {
	border-bottom: 3px solid #047;
	transform: skewX(35deg);
}

a {
	transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
	text-decoration: none;
}

button {
	background: #ef3e42;
	border-radius: 10px;
	border: 0;
	color: #fff;
	letter-spacing: 0.05em;
	margin-top: 8px;
	padding: 4px 16px;
	transition: background-color 0.2s;
}
button:hover {
	background: #d22b2f;
}

.ada-element {
	left: -9999px;
	position: absolute;
}
.skiptranslate + #screen header {
	height: 94%;
}

/**********************************

    Intro screen 

***********************************/
#intro-screens {
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: 0.7s;
	width: 100%;
	z-index: 50;
}
#introduction {
	background: #047;
	background-image: url("../images/bg.jpg");
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 52;
}
#introduction > div {
	bottom: 14%;
	display: flex;
	position: absolute;
	right: 10%;
	top: 14%;
	width: 80%;
}
#introduction > div > img {
	display: block;
	margin: 0 auto;
	object-fit: cover;
	width: 50%;
}
#introduction > div > p {
	margin: 34px 0 28px;
	text-align: left;
}
#introduction > div > div {
	display: flex;
	flex-direction: column;
	overflow: auto;
}
#introduction .corner-row {
	height: 100px;
	padding: 32px;
	position: relative;
}
#introduction .corner-row:before {
	background: #fff;
	content: "";
	height: 100%;
	left: -100px;
	position: absolute;
	top: 0;
	width: 100%;
}
#introduction .corner-row:after {
	border: 50px solid transparent;
	border-left-color: #fff;
	border-bottom-color: #fff;
	content: "";
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
#introduction .corner-row img {
	height: 60px;
	position: relative;
}
#introduction .big-img {
	margin-top: 26px;
}
#introduction .big-img img {
	width: 100%;
}
#introduction .white-bg {
	background: #fff;
	flex: 1;
	padding: 0 40px 38px 34px;
}
#introduction #intro-desc {
	color: #073165;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
}
#introduction > div > div button {
	background: #f20707;
	border: none;
	border-radius: 0;
	font-size: 0.9em;
	font-weight: 700;
	padding: 8px 18px;
}
#introduction > div > div button:hover {
	background: #c80101;
}
#introduction.acknowledged {
	opacity: 0;
	top: -100%;
	transition: 1.6s;
}

#intro-screens.exhausted {
	opacity: 0;
	top: -100%;
}

/**********************************

    Left menu

***********************************/
#menu {
	background-color: #fff;
	font-size: 0.85em;
	height: 100%;
	left: 0;
	position: fixed;
	transition: left 0.6s;
	width: 15%;
	z-index: 1;
}
#menu > div {
	height: 100%;
	overflow-y: auto;
	padding: 12px 0 54px;
	position: relative;
}
.menu-hidden #menu {
	left: -15%;
}
.contact-open #menu {
	left: -25%;
}
#mobile-menu-close {
	display: none;
}

#logo {
	color: #333;
	display: block;
}
.logo {
	display: block;
	width: 100%;
	padding: 0 10%;
}

#side-menu {
	background-color: #fff;
	border: 1px solid #ebeff4;
	border-width: 1px 0;
	max-height: 54%;
	margin: 16px 0 0;
	overflow-y: auto;
	padding: 0;
}
#side-menu button {
	background: transparent;
	border-bottom: 1px solid #ebeff4;
	border-radius: 0;
	color: #053b80;
	line-height: 1.3em;
	margin: 0;
	min-height: 36px;
	opacity: 0.9;
	padding: 14px 16px;
	position: relative;
	text-align: left;
	transition: 0.2s;
	width: 100%;
}
#side-menu button:last-of-type {
	border-bottom: 0;
}
#side-menu button:hover {
	background: #ebeff4;
	opacity: 1;
}
#side-menu button[aria-selected="true"] {
	background-color: #ebeff4;
}
#side-menu button[aria-selected="true"]:before {
	border: 2px solid #ef3e42;
	border-width: 3px 3px 0 0;
	content: "";
	display: inline-block;
	height: 12px;
	margin: -3px 8px 0 -3px;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 12px;
}
#side-menu button span:focus {
	border: 2px solid #333;
	display: block;
}

#translation-widget {
	bottom: 12px;
	display: none;
	left: 0;
	padding: 0 6%;
	position: absolute;
	width: 100%;
}
.has-js #translation-widget {
	display: block;
}
#translation-widget label {
	left: -9999px;
	position: absolute;
}
#translation-widget select {
	width: 100%;
}
#google_translate_element {
	display: none;
}

#menu-toggle {
	display: none;
	font-size: 1em;
	left: 100%;
	margin-left: 14%;
	position: absolute;
	top: 16px;
	transition: margin 0.6s;
	z-index: 1;
}
.has-js #menu-toggle {
	display: block;
}
#menu-toggle.not-on-desktop {
	display: none;
}
#menu-toggle span {
	background-color: #fff;
	display: block;
	height: 2px;
	margin: 4px auto;
	transition: margin 0.2s, transform 0.2s;
	width: 22px;
}
.menu-open #menu-toggle {
	margin-left: 11%;
}
.menu-open #menu-toggle span:first-of-type {
	transform: rotate(-25deg);
	margin-top: 6px;
	width: 16px;
}
.menu-open #menu-toggle span:last-of-type {
	transform: rotate(25deg);
	margin-top: -6px;
	width: 16px;
}
.menu-open #menu-toggle span:nth-of-type(2) {
	opacity: 0;
}

.meeting-button {
	background-color: #ef3e42;
	box-shadow: 0 3px 8px -2px #222;
	color: #fff;
	font-size: 0.8em;
	font-weight: 700;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.meeting-button:after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: -100px;
	position: absolute;
	top: 0;
	transform: skewX(-22deg);
	transition: 0s;
	width: 90px;
}
.meeting-button:hover:after {
	left: 170px;
	transition: left 1s;
}

/**********************************

    Slide Specific

***********************************/
#mainArea {
	background-color: #047;
	height: 100%;
	left: 0;
	margin-left: 15%;
	overflow: auto;
	padding-bottom: 32px;
	position: relative;
	transition: left 0.6s, margin 0.6s, width 0.6s;
	width: 85%;
}
#mainArea {
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-position: center;
}
.has-js #mainArea {
	padding-bottom: 0;
}
.menu-hidden #mainArea {
	margin-left: 0;
	width: 100%;
}
.contact-open #mainArea {
	left: -390px;
}
#slides {
	padding: 0;
	position: relative;
	transition: left 0.6s, margin 0.6s;
	top: 24px;
	width: 100%;
}
.has-js #slides {
	bottom: 60px;
	position: absolute;
	top: 82px;
}
#slides.free-real-estate {
	top: 18px;
}

.slide {
	margin-left: 2%;
	margin-bottom: 28px;
	width: 96%;
}
.has-js .slide {
	display: none;
	height: 100%;
	margin-left: -9999px;
	margin-bottom: 0;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	transition: 0s;
}
.slide[aria-hidden="false"] {
	display: block;
}
.slide.showing {
	margin-left: 2%;
	margin-top: 0;
	opacity: 1;
	transition: margin-left 0s, margin-top 0.8s, opacity 0.8s, transform 0.8s;
}

.slide > div {
	background-color: #fff;
	background-image: url("../images/slide-bg.jpg");
	background-size: cover;
	background-position: bottom right;
	border-radius: 10px;
	box-shadow: 0 8px 15px -4px #000;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	padding: 20px 3% 30px;
}
.row > div {
	padding: 0 1.5%;
}
.row > div:first-of-type {
	padding-left: 0;
}
.row > div:last-of-type {
	padding-right: 0;
}

.row .row {
	margin: 0 0 38px;
}
.row .row .row {
	margin-bottom: 0;
}

.slide img {
	width: 100%;
}

img[alt*="Timeline"] {
	max-width: 500px;
	width: 100%;
}

.assessment-blurb {
	background: #e8effe;
	border-left: 12px solid #f20707;
	padding: 20px;
	margin-bottom: 25px;
}

.assessment-blurb.blue {
	border-color: #04478e;
}
.assessment-blurb h3 {
	color: #000;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
.assessment-blurb h3:after {
	display: none;
}

#proposed-concepts {
	background: #e8effe;
	border-top: 12px solid #f20707;
	margin-bottom: 38px;
	padding: 2px 24px 18px;
}
#proposed-concepts h3 {
	color: #000;
	font-weight: 700;
}
#proposed-concepts h3:after {
	display: none;
}

.gray-box {
	background: #ebeff4;
	margin-top: 16px;
	padding: 8px 30px 20px;
}
.gray-box h3 {
	font-weight: 700;
}
.gray-box h3:after {
	display: none;
}
.gray-box img {
	margin-left: 14px;
	margin-right: 12px;
	width: 26px;
}
.gray-box ul {
	padding: 0;
}
.gray-box li {
	list-style: none;
	margin-bottom: 22px;
}
.gray-box li .logo-icon{
	margin-left: 0;
	width: 40px;
}
/* .gray-box li:nth-of-type(5) img { margin-left: 8px; width: 32px; } */
.gray-box a {
	color: #003a80;
	font-weight: 700;
	text-decoration: underline;
}
.gray-box a:hover {
	color: #333;
}

#currsite-areas {
	display: flex;
	margin: 24px 0;
}
#currsite-areas h4 {
	font-size: 0.9em;
}
#currsite-areas h4:after {
	display: none;
}
#currsite-areas div {
	padding-right: 28px;
	width: 50%;
}

#contact-us li {
	color: #003a80;
	font-weight: 700;
	padding-left: 60px;
	position: relative;
}
#contact-us img {
	left: 0;
	margin: 0 !important;
	position: absolute;
	width: 44px !important;
}
#contact-us a {
	word-wrap: break-word;
}

/* Accordions */
.accordion-set {
	margin-bottom: 20px;
	width: 70%;
}
.accordion h3 {
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}
.accordion h3:after {
	display: none;
}
.accordion-header {
	background: #0788f2;
	border-radius: 4px;
	cursor: pointer;
	padding: 12px 18px;
	text-align: left;
	width: 100%;
}
.opened .accordion-header {
	border-radius: 4px 4px 0 0;
}
.accordion-header:hover {
	background: #016fca;
}
.accordion-header i {
	float: right;
	font-size: 0.8em;
	margin: 5px 5px 0 0;
	transition: 0.45s;
	vertical-align: middle;
}
.opened .accordion-header i {
	margin-top: 1px;
	transform: rotate(180deg);
}
.accordion > div {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 4px 0 #aaa;
	display: flex;
	padding: 0;
}
.accordion > div img {
	object-fit: cover;
	width: 25%;
}
.accordion > div p {
	padding: 4px 26px;
}

/* Lightbox */
.showing-hdr-lightbox {
	overflow: hidden;
}
.hdr-lightbox img {
	width: 100%;
}
.hdr-lightbox a {
	display: block;
}
.hdr-lightbox > button {
	background-color: rgba(0, 0, 0, 0.75);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: none;
	height: 0;
	left: -9999px;
	margin: 0;
	position: absolute;
	top: 0;
	transition: 0s;
	width: 100%;
}
.hdr-lightbox button span {
	left: -9999px;
	position: absolute;
}
.hdr-lightbox > div {
	top: 80px;
}
.hdr-lightbox > div .hdr-close-lightbox {
	background: 0;
	border: 0;
	font-size: 3em;
	display: none;
	line-height: 1em;
	position: fixed;
	right: 14px;
	top: -4px;
}
.hdr-lightbox.enhanced {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5555;
}
.hdr-lightbox.enhanced img {
	margin-top: 0;
}
.hdr-lightbox.enhanced > button {
	display: block;
	height: 100%;
	left: 0;
	transition: height 0.6s, left 0s;
}
.hdr-lightbox.enhanced > div {
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 4px 13px 28px 0 #111;
	left: 6%;
	margin: 0;
	max-height: 80%;
	overflow: auto;
	position: absolute;
	top: 40px;
	transition: 0.8s;
	width: 86%;
}
.hdr-lightbox.enhanced > div .hdr-close-lightbox {
	display: block;
}

/**********************************

    Bottom Progress Bar

***********************************/
#bottom-menu {
	background: #003a80;
	bottom: 0;
	display: none;
	height: 40px;
	position: absolute;
	right: 0;
	transition: right 0.6s, width 0.6s;
	width: 85%;
}
.has-js #bottom-menu {
	display: flex;
}
.menu-hidden #bottom-menu {
	width: 100%;
}
.contact-open #bottom-menu {
	right: 390px;
}

#bottom-menu button {
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 0;
}
#bottom-menu button span {
	background: #fff;
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 3px 8px -3px #222;
	font-size: 0.8em;
	left: -9999px;
	line-height: 1.1em;
	margin-left: -100px;
	margin-bottom: 22px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 200px;
}
#bottom-menu button span:after {
	border: 8px solid transparent;
	border-top-color: #fff;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: 100%;
}
#bottom-menu button:hover span,
#bottom-menu button.focused span {
	left: 50%;
	margin-bottom: 14px;
	opacity: 1;
	transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s,
		right 0s;
}

#bottom-menu > button {
	background: #003a80;
	border-radius: 0;
	height: 100%;
	line-height: 22px;
	position: relative;
	text-align: center;
	width: 8%;
}
#bottom-menu > button img {
	height: 22px;
	opacity: 1;
	transition: opacity 0.2s;
}
#bottom-menu > button:hover {
	background: #035;
}
#bottom-menu > button.disabled {
	cursor: default;
}
#bottom-menu > button.disabled:hover {
	background: #047;
}
#bottom-menu > button.disabled img {
	opacity: 0.3;
}
#bottom-menu > button.disabled span {
	display: none;
}
#bottom-menu > .previous-arrow img {
	transform: rotate(180deg);
}

#bottom-menu > button span {
	width: 200px;
}
#bottom-menu > .previous-arrow:hover span,
#bottom-menu > .previous-arrow.focused span {
	left: 12px;
	margin-left: 0;
}
#bottom-menu > .previous-arrow span:after {
	left: 20%;
	margin-left: 0;
}
#bottom-menu > .next-arrow span {
	left: auto;
	right: 9999px;
	width: 200px;
}
#bottom-menu > .next-arrow:hover span,
#bottom-menu > .next-arrow.focused span {
	left: auto;
	right: 12px;
}
#bottom-menu > .next-arrow span:after {
	left: 80%;
}

#bottom-menu ul {
	display: flex;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 84%;
}
#bottom-menu ul li {
	flex: 1;
	height: 100%;
	margin: 0;
	padding: 0;
}
#bottom-menu ul li button {
	background: #003a80;
	border-width: 19px 2px;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
#bottom-menu ul li button:after {
	background: #ef3e42;
	border-radius: 18px;
	content: "";
	height: 8px;
	left: 5%;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transition: 0.5s;
	width: 90%;
}
#bottom-menu ul li button:hover:after,
#bottom-menu ul li button.focused:after {
	height: 10px;
	left: 3%;
	margin-top: -5px;
	width: 94%;
}
#bottom-menu ul li button.active {
	background: #288dc1;
}
#bottom-menu ul li button.active:after {
	background: #fff;
}

/*****************************************

    Corner buttons & Contact form

******************************************/
#corner-buttons {
	display: none;
	position: absolute;
	right: 2%;
	top: 14px;
}
.has-js #corner-buttons {
	display: block;
}
#corner-buttons a {
	display: inline-block;
	margin-right: 8px;
	opacity: 0.9;
	position: relative;
	transition: opacity 0.2s;
	vertical-align: top;
}
#corner-buttons a:hover {
	opacity: 1;
}
#corner-buttons a span {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 8px -3px #222;
	font-size: 0.8em;
	left: -9999px;
	line-height: 1.1em;
	margin-left: -100px;
	margin-top: 12px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 200px;
}
#corner-buttons a span:after {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	bottom: 100%;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
}
#corner-buttons a:hover span,
#corner-buttons a:focus span {
	left: 50%;
	opacity: 1;
	transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s,
		right 0s;
}
#corner-buttons > *:last-child:hover span,
#corner-buttons > *:last-child:focus span {
	left: -60%;
}
#corner-buttons > *:last-child span:after {
	left: 80%;
}
#corner-buttons a img {
	height: 54px;
}
#contact-button.instructing {
	z-index: 100;
}
#contact-button img {
	display: block;
	height: 16px;
	margin: 3px auto;
}

#contact {
	background: #fff;
	box-shadow: 0 0 14px 0 #111;
	height: auto;
	padding-left: 15%;
	position: static;
	right: -440px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.has-js #contact {
	display: none;
	height: 100%;
	padding-left: 0;
	position: fixed;
	width: 390px;
}
.contact-open #contact {
	display: block;
}
.contact-open #contact.animate {
	right: 0;
	transition: 0.6s;
}
.close-contact span {
	left: -9999px;
	position: absolute;
}
#contact > .close-contact {
	background: #000;
	background: rgba(0, 0, 0, 0.56);
	border: 0;
	border-radius: 0;
	height: 100%;
	margin: 0;
	position: absolute;
	right: 100%;
	width: 800%;
}
#contact > div {
	height: 100%;
	overflow: auto;
	padding: 32px 18px 24px;
}
#contact > div .close-contact {
	background: transparent;
	color: #333;
	display: none;
	font-size: 1.2em;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
}
.has-js #contact > div .close-contact {
	display: block;
}

form {
	margin: 18px 0;
}
label {
	display: block;
	margin: 10px 0 8px;
	width: 100%;
}
input[type="text"] {
	margin-bottom: 8px;
	padding-left: 3px;
	width: 100%;
}
textarea {
	height: 80px;
	margin-bottom: 8px;
	padding: 3px 5px;
	resize: none;
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 4px 0 2px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: -1px;
	width: auto;
}
input[type="submit"],
input[type="reset"] {
	background-color: #047;
	border-radius: 14px;
	border: 0;
	color: #fff;
	letter-spacing: 0.05em;
	margin-top: 14px;
	padding: 4px 16px;
	transition: background-color 0.2s;
}
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #035;
}
.required {
	color: #800;
}
.required span {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

/**********************************

    RESPONSIVE 

***********************************/

@media screen and (min-width: 2000px) {
	body {
		font-size: 22px;
	}
	#contact-button img {
		margin: 5px auto 1px;
	}
}

@media screen and (max-width: 1300px) {
	#introduction > div > img {
		width: 36%;
	}
}

@media screen and (max-width: 1170px) {
	h2 {
		font-size: 2em;
		margin-top: 10px;
	}
	.slide > div {
		font-size: 0.9em;
	}

	#introduction > div > img {
		width: 36%;
	}
}

@media screen and (max-width: 992px) {
	h2 {
		font-size: 1.8em;
	}

	.row > div {
		padding: 0;
	}
	.row .row img {
		max-width: 600px;
	}

	#introduction > div {
		bottom: 8%;
		right: 7%;
		top: 8%;
		width: 86%;
	}
	#introduction .big-img {
		overflow: auto;
		width: 100%;
	}
	#introduction .big-img img {
		width: 650px;
	}

	#menu {
		left: -400px;
		width: 390px;
	}
	#menu > div {
		position: relative;
		z-index: 2;
	}
	.logo {
		margin: 0 auto;
		max-width: 240px;
	}
	#mainArea {
		margin-left: 0;
		width: 100%;
	}

	.has-js #slides {
		bottom: 52px;
		top: 64px;
	}
	.slide > div {
		padding: 16px 24px 26px;
	}
	.meeting-button {
		font-size: 0.7em;
	}
	#menu-toggle {
		font-size: 0.85em;
		margin-left: 7%;
		top: 6px;
	}
	#menu-toggle.not-on-desktop {
		display: block;
	}
	#corner-buttons {
		top: 6px;
	}

	.hdr-lightbox > div .hdr-close-lightbox {
		font-size: 2em;
		right: 8px;
	}
	.hdr-lightbox.enhanced img {
		max-width: 800%;
		width: 260%;
	}

	.accordion-set {
		width: 100%;
	}

	#assessments > div {
		clear: both;
		margin-right: 0;
		margin-bottom: 24px;
		padding: 4px 24px 18px;
		width: 100%;
	}

	#bottom-menu {
		width: 100%;
	}
	#bottom-menu button span {
		display: none;
	}
	#bottom-menu li span {
		display: none;
	}
	#bottom-menu {
		height: 38px;
	}
	#bottom-menu > button {
		line-height: 18px;
	}
	#bottom-menu > button img {
		height: 16px;
	}
	#bottom-menu ul li button:after {
		height: 4px;
		left: 10%;
		margin-top: -2px;
		width: 80%;
	}

	.mobile-menu-open #menu {
		left: 0;
	}
	.mobile-menu-open #mainArea {
		margin-left: 390px;
	}
	.mobile-menu-open #bottom-menu {
		right: -390px;
	}
	.mobile-menu-open #menu-toggle {
		margin-left: 4%;
		z-index: 2;
	}
	.mobile-menu-open #menu-toggle span:first-of-type {
		transform: rotate(-25deg);
		margin-top: 6px;
		width: 16px;
	}
	.mobile-menu-open #menu-toggle span:last-of-type {
		transform: rotate(25deg);
		margin-top: -6px;
		width: 16px;
	}
	.mobile-menu-open #menu-toggle span:nth-of-type(2) {
		opacity: 0;
	}

	#mobile-menu-close {
		background: #000;
		background: rgba(0, 0, 0, 0.36);
		border: 0;
		border-radius: 0;
		display: none;
		height: 100%;
		margin: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	#mobile-menu-close span {
		left: -9999px;
		position: absolute;
	}
	#mobile-menu-close.animate {
		margin-left: 390px;
		transition: margin 0.6s;
	}
}

@media screen and (max-width: 650px) {
	h1 {
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	.logo {
		max-width: 140px;
	}

	#introduction > div {
		bottom: 4%;
		font-size: 0.85em;
		top: 4%;
		width: 88%;
	}
	#introduction > div > img {
		display: none;
	}
	#introduction #intro-desc {
		font-size: 1.5em;
	}
	#introduction .corner-row {
		height: 70px;
	}
	#introduction .corner-row:before {
		left: -70px;
	}
	#introduction .corner-row:after {
		border-width: 35px;
		height: 70px;
		width: 70px;
	}
	#introduction .corner-row img {
		height: 40px;
		position: relative;
	}

	#instruction {
		font-size: 0.85em;
		left: 24px;
		width: 220px;
	}
	#instruction img {
		width: 46px;
	}
	.got2 #instruction img {
		left: 100px;
		transform: rotate(180deg);
		width: 48px;
	}

	#bottom-menu > button {
		width: 50%;
	}
	#bottom-menu ul {
		display: none;
	}
	#side-menu button {
		font-size: 0.8em;
	}

	.big-img {
		overflow: auto;
		width: 100%;
	}
	.big-img img {
		width: 650px;
	}

	#currsite-areas {
		display: block;
	}
	#currsite-areas div {
		margin-bottom: 28px;
		width: 100%;
	}

	#menu {
		left: -230px;
		width: 180px;
	}
	#menu-toggle {
		margin-left: 32%;
	}
	.mobile-menu-open #mainArea {
		margin-left: 180px;
	}
	.mobile-menu-open #bottom-menu {
		right: -180px;
	}
	.mobile-menu-open #menu-toggle {
		margin-left: 5%;
	}
	#mobile-menu-close.animate {
		margin-left: 180px;
	}

	#contact {
		font-size: 0.8em;
		width: 240px;
	}
	.contact-open #mainArea {
		left: -240px;
	}
	.contact-open #bottom-menu {
		left: -240px;
	}
}

.timline-block {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 310px;
	padding-bottom: 200px;
}

@media screen and (min-width: 992px) {
	.timline-block {
		width: 500px;
	}
}

.timline-block .years {
	flex: 1;
	list-style: none;
	padding: 0;
	border-right: 8px solid #ee3742;
}

.timline-block .years li {
	position: relative;
	padding-right: 20%;
	margin: 0;
	text-align: right;
	height: 100px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #144a8b;
	padding-top: 5px;
}

.timline-block .years li::after {
	content: "";
	top: 22px;
	right: 0;
	display: block;
	position: absolute;
	width: 15%;
	height: 5px;
	background-color: #ee3742;
}

@media screen and (min-width: 992px) {
	.timline-block .years li {
		font-size: 2rem;
		padding-top: 0;
	}
}

.timline-block .year-events {
	flex: 2;
	list-style: none;
	padding: 0;
	padding-left: 10px;
}

.timline-block .year-events .event-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	padding-left: 25px;
	margin: 0;
}

.timline-block .year-events .event-item::after {
	content: "";
	height: 50%;
	width: 15px;
	background-color: #16468f;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 992px) {
	.timline-block .year-events .event-item {
		font-size: 1.25rem;
	}
}

.timline-block .year-events .event-item.b {
	height: 18%;
}
.timline-block .year-events .event-item.b::after {
	height: 95%;
	top: 9%;
}

.timline-block .year-events .event-item.c {
	height: 17%;
}
.timline-block .year-events .event-item.c::after {
	top: 52%;
	height: 50%;
}

.timline-block .year-events .event-item.d {
	height: 22%;
}
.timline-block .year-events .event-item.d::after {
	top: 38%;
	height: 154%;
}

.timline-block .year-events .event-item.e {
	height: 25%;
	padding-left: 50px;
}
.timline-block .year-events .event-item.e::after {
	top: 46%;
	height: 20%;
	left: 22px;
}

.timline-block .year-events .event-item.f {
	height: 26%;
}
.timline-block .year-events .event-item.f::after {
	top: 12%;
	height: 30%;
}

@media screen and (min-width: 992px) {
	.timline-block .year-events .event-item.f {
		height: 24.5%;
	}
}

.timline-block .year-events .event-item .year-range {
	font-size: 1.25rem;
	font-weight: 600;
	color: #144a8b;
	display: block;
	margin-bottom: 5px;
	line-height: 1.15;
}

@media screen and (min-width: 992px) {
	.timline-block .year-events .event-item .year-range {
		font-size: 1.5rem;
	}
}

figure {
	margin-bottom: 25px;
}

figure figcaption {
	margin-top: 15px;
}

.owl-carousel.img-carousel {
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 35px;
}
.owl-carousel.img-carousel .img-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.owl-carousel.img-carousel .img-container figure {
	position: relative;
	width: 100%;
	height: 100%;
}
.owl-carousel.img-carousel .img-container .img-caption {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 20px;
	padding: 20px;
	display: block;
	width: 100%;
	max-width: 300px;
	background-color: #c74c38;
	color: #fff;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
	.owl-carousel.img-carousel .img-container .img-caption {
		max-width: 360px;
	}
}
.owl-carousel.img-carousel .owl-nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}
.owl-carousel.img-carousel .owl-nav .owl-prev,
.owl-carousel.img-carousel .owl-nav .owl-next {
	position: relative;
	width: 2rem;
	height: 3rem;
	margin-top: 0;
}
.owl-carousel.img-carousel .owl-nav .owl-prev:hover span,
.owl-carousel.img-carousel .owl-nav .owl-next:hover span {
	color: #c74c38;
}
.owl-carousel.img-carousel .owl-nav .owl-prev span,
.owl-carousel.img-carousel .owl-nav .owl-next span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: "Font Awesome 6 Pro";
	font-size: 2rem;
	font-weight: 700;
	color: #1f4283;
	font-size: 0;
}
.owl-carousel.img-carousel .owl-nav .owl-prev span::after,
.owl-carousel.img-carousel .owl-nav .owl-next span::after {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3rem;
	line-height: 1;
	transition: 150ms ease-in-out;
}
.owl-carousel.img-carousel .owl-nav .owl-prev.disabled,
.owl-carousel.img-carousel .owl-nav .owl-next.disabled {
	cursor: default !important;
}
.owl-carousel.img-carousel .owl-nav .owl-prev.disabled span,
.owl-carousel.img-carousel .owl-nav .owl-next.disabled span {
	opacity: 0.5;
}
.owl-carousel.img-carousel .owl-nav .owl-prev.disabled:hover span,
.owl-carousel.img-carousel .owl-nav .owl-next.disabled:hover span {
	color: #1f4283;
}
.owl-carousel.img-carousel .owl-nav .owl-prev {
	margin-right: 8%;
}
.owl-carousel.img-carousel .owl-nav .owl-prev span::after {
	content: "←";
}
.owl-carousel.img-carousel .owl-nav .owl-next {
	margin-left: 8%;
}
.owl-carousel.img-carousel .owl-nav .owl-next span::after {
	content: "→";
}
.owl-carousel.img-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	z-index: 3;
}
.owl-carousel.img-carousel .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	color: #1f4283;
	background-color: #1f4283;
	margin: 0 8px;
}
.owl-carousel.img-carousel .owl-dots .owl-dot.active {
	background-color: #c74c38;
}
