/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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
}

.legend-window {
    background: #fff;
    padding: 20px 20px 20px 0px;
    border: 5px solid #f5af2d;
    box-shadow: 0px 10px 15px -5px black;
  }
  .legend-item {
    display: flex;
    align-items: flex-start;
    color: #474F54;
    font-weight: bold;
    font-size: 18px;
  }
  .legend-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .legend-item > span:first-child {
    width: 75px;
  }
  .legend-item .line {
    width: 30px;
    height: 6px;
    display: block;
    margin: 6px auto;
  }
  .legend-item .circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #231F20;
    display: block;
    margin: auto;
  }

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
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url(../src/scss/components/fonts/TradeGothicLTStd-BdCn20.woff2) format("woff2"), url(../src/scss/components/fonts/TradeGothicLTStd-BdCn20.woff) format("woff"), url(../src/scss/components/fonts/TradeGothicLTStd-BdCn20.ttf) format("truetype"), url(../src/scss/components/fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20) format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url(../src/scss/components/fonts/TradeGothicLTStd-Cn18.woff2) format("woff2"), url(../src/scss/components/fonts/TradeGothicLTStd-Cn18.woff) format("woff"), url(../src/scss/components/fonts/TradeGothicLTStd-Cn18.ttf) format("truetype"), url(../src/scss/components/fonts/TradeGothicLTStd-Cn18.svg#TradeGothicLTStd-Cn18) format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

body,
html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "Trade Gothic LT Std", sans-serif;
	font-weight: 500;
	color: #55666d
}

* {
	line-height: 1
}

*,
:after,
:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a {
	text-decoration: none;
	color: inherit
}

h1,
h2,
h3 {
	font-family: "Trade Gothic LT Std", sans-serif;
	text-transform: uppercase
}

button {
	cursor: pointer
}

button:focus {
	outline: 0
}

img,
img[src*=".svg"],
svg {
	width: 100%;
	display: block
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#loading>div {
	width: 100%;
	max-width: 600px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#north-arrow {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	z-index: 3
}

nav {
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 150px;
	z-index: 3
}

nav>* {
	float: left
}

nav .title {
    width: 360px;
    border: solid 3px #f5af2d;
    height: 100%;
    padding: 28px 0 10px 25px;
    font-size: 19px;
    position: relative;
    background: #fff;
    z-index: 3;
}

nav .title h1 {
    font-size: 1.6em;
    line-height: 1.1em;
    margin: 0;
    float: left;
}

nav .title h1 span:first-child {
	font-size: .8em
}

nav .title h1 span:last-child {
    display: block;
    font-family: "Trade Gothic LT Std", sans-serif;
    font-size: .55em;
    font-weight: 100;
    text-transform: uppercase;
    color: #0070b9;
    margin-left: 3px;
    padding-top: 5px;
}

nav #nav-project-info {
	font-weight: 100;
}

/* text animation test */

/* end of text animation test */

nav .brand {
	z-index: 2;
	position: relative;
	display: table;
	width: 230px;
	height: 100%;
	background: #004e97;
	box-shadow: 5px 0 0 0 rgba(0, 0, 0, .3)
}

nav .brand a {
	display: table-cell;
	vertical-align: middle
}

nav .brand a img {
	width: 175px;
	height: 67px;
	margin-left: 1.7em
}

nav .navigation {
	z-index: 1;
	height: 100%;
	width: 240px;
	box-shadow: 5px 0 0 0 rgba(0, 0, 0, .3)
}

nav .navigation ul {
	height: 100%;
	width: 100%;
	list-style: none
}

nav .navigation ul li {
	height: calc(100% / 3 - 1px);
	line-height: 2.9;
	background: #fff;
	padding-left: 1.3em;
	margin-bottom: 1px;
	font-family: "Trade Gothic LT Std", sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #55666d;
	font-weight: 600;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	cursor: pointer
}

nav .navigation ul li.active,
nav .navigation ul li:hover {
	color: #55666d;
	font-weight: 700;
	background: #f5af2d
}

nav .navigation ul li:last-child {
	margin-bottom: 0;
	height: calc(100% / 3)
}

nav .navigation ul li:last-child.active,
nav .navigation ul li:last-child:hover {
	background: #f5af2d
}

nav .close-nav {
	display: none
}

#copyright {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    background: #4d4d4d;
    z-index: 999;
    color: #ffffff;
    flex-wrap: wrap;
    font-family: "Trade Gothic LT Std", sans-serif;
}

#copyright .copyright-text {
	flex: 1 0 725px;
	padding-top: 0;
}

#copyright .copyright-text a {
	color: #ccc;
	text-decoration: underline;
}

#copyright .copyright-text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 10px;
}

#menu {
	display: none;
	max-width: 50px;
	position: absolute;
	z-index: 99;
	left: 25px;
	bottom: 25px;
	cursor: pointer
}

@media (max-width:900px) {
	nav {
		width: 300px;
		height: 318px;
		left: -320px
	}

	nav .title {
		width: 100%;
		height: 85px
	}

	nav .title h1 {
		font-size: 1.2em;
		margin: .4em 0 0 0
	}

	nav .brand {
		width: 100%;
		height: 70px
	}

	nav .brand a img {
		width: 100px;
		margin-left: 1.5em
	}

	nav .navigation {
		height: auto;
		width: 100%;
		margin-left: -2em
	}

	nav .navigation ul li {
		padding-left: 3.5em
	}

	nav .close-nav {
		display: block
	}

	#menu {
		display: block
	}
}

.modal {
	visibility: hidden;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 15px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.modal .modal-content {
	position: relative;
	background-color: #fff;
	border-top: 5px solid #f5af2d;
	margin: 10% auto;
	padding: 20px 40px;
	width: 100%;
	max-width: 1000px;
	display: table
}

.modal .modal-content .modal-header {
	height: 75px;
	margin-bottom: .7em
}

.modal .modal-content .modal-header h1 {
	font-size: 2.7em;
	line-height: 1.1em;
	margin: 0;
	float: left
}

.modal .modal-content .modal-header h1 span:first-child {
	font-size: .8em
}

.modal .modal-content .modal-header h1 span:last-child {
	display: block;
	font-family: "Trade Gothic LT Std", sans-serif;
	font-size: .55em;
	font-weight: 100;
	text-transform: uppercase;
	color: #0070b9;
	margin-left: 3px
}

.modal .modal-content .modal-header img {
	width: 150px;
	float: right
}

.modal .modal-content-2 {
	position: relative;
	background-color: #fff;
	border-top: 5px solid #f5af2d;
	margin: 3% auto;
	padding: 20px 40px;
	width: 100%;
	max-width: 1350px;
	display: table
}

.modal .modal-content-2 .modal-header {
	height: 75px;
	margin-bottom: .7em
}

.modal .modal-content-2 .modal-header h1 {
	font-size: 2.7em;
	line-height: 1.1em;
	margin: 0;
	float: left
}

.modal .modal-content-2 .modal-header h1 span:first-child {
	font-size: .8em
}

.modal .modal-content-2 .modal-header h1 span:last-child {
	display: block;
	font-family: "Trade Gothic LT Std", sans-serif;
	font-size: .55em;
	font-weight: 100;
	text-transform: uppercase;
	color: #0070b9;
	margin-left: 3px
}

.modal .modal-content-2 .modal-header img {
	width: 150px;
	float: right
}

.close-legend,
.close-modal,
.close-modal-2,
.close-nav {
	position: absolute;
	right: 0;
	top: -40px;
	height: 35px;
	width: 30px;
	line-height: 24px;
	color: #fff;
	float: right;
	font-size: 50px;
	font-weight: 100;
	font-style: normal;
	text-shadow: 2px 2px 2px #000;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

.close-legend:focus,
.close-legend:hover,
.close-modal-2:focus,
.close-modal-2:hover,
.close-modal:focus,
.close-modal:hover,
.close-nav:focus,
.close-nav:hover {
	color: #f5af2d;
	text-decoration: none;
	cursor: pointer
}

#height-reference {
	visibility: hidden;
	padding: 10px
}

#height-reference button {
	position: relative;
	font-family: "Trade Gothic LT Std";
	text-transform: uppercase;
	font-size: 1.55em;
	line-height: 1.1em;
	color: #55666d;
	font-weight: 600;
	padding: 8px 37px 8px 37px;
	background: #fff;
	border: solid #f5af2d;
	border-width: 2px;
	margin-top: 20px
}

#height-reference button:hover {
	background: #f5af2d;
	color: #fff
}

#height-comparison {
	display: none;
	padding: 10px
}

#height-comparison button {
	position: relative;
	font-family: "Trade Gothic LT Std";
	text-transform: uppercase;
	font-size: 1.55em;
	line-height: 1.1em;
	color: #55666d;
	font-weight: 600;
	padding: 8px 37px 8px 37px;
	background: #fff;
	border: solid #f5af2d;
	border-width: 2px;
	margin-top: 20px
}

#height-comparison button:hover {
	background: #f5af2d;
	color: #fff
}

#project-schedule {
	display: none;
	padding: 40px
}

@media (max-width:750px) {
	#welcome-container {
		margin-top: 25px
	}

	#welcome-container .column-container {
		width: 100%
	}

	#welcome-container .column-container:first-child:after {
		border-right: none
	}

	#welcome-container .pin {
		padding: 20px 30px 30px 30px
	}
}

@media (max-width:600px) {
	.modal .modal-content {
		padding: 20px
	}
}

@media (max-width:700px) {
	.modal .modal-content {
		padding: 20px
	}

	.modal .modal-content .modal-header h1 {
		font-size: 2em;
		margin-bottom: .5em
	}

	.modal .modal-content .modal-header img {
		float: left;
		clear: left;
		margin-bottom: 1em
	}

	.modal .modal-content p {
		clear: left
	}
}

.slider-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 1.5em 0
}

.slider {
	width: 60%;
	margin: 0 auto;
	overflow: hidden
}

.slider-text {
	width: 40%;
	padding: 0 15px;
	position: relative
}

.slider-text h3 {
	font-size: 2.5em;
	margin-bottom: .3em
}

.slider-text p {
	line-height: 1.3em
}

.slider__slide {
	display: none
}

.slider__slide--active {
	display: block;
	animation-name: slider;
	animation-duration: 1.2s;
	animation-fill-mode: forwards
}

.slider__img {
	display: block;
	width: 100%;
	height: auto
}

.slider__btn-next,
.slider__btn-prev {
	z-index: 1;
	width: 35px;
	height: 35px;
	padding: 0 10px;
	font-size: 20px;
	color: #55666d;
	background: 0 0;
	border: none;
	cursor: pointer
}

.slider__btn-next:hover,
.slider__btn-prev:hover {
	color: #f5af2d
}

.slider__indicator-box {
	text-align: center;
	margin-top: .5em;
	font-style: normal
}

.slider__indicator {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	padding: 0;
	border: solid 1px #55666d;
	border-radius: 50%;
	background: 0 0;
	transition: background-color .4s
}

.slider__indicator:nth-child(4) {
	margin-right: 0
}

.slider__indicator:hover {
	background: #f5af2d
}

.slider__indicator--active {
	background-color: #55666d
}

@keyframes slider {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

#map {
	position: relative;
	height: calc(100% - 20px);
	width: 100%;
	z-index: 0
}

.custom-infowindow {
	background: #fff;
	padding-top: 10px;
	margin-top: 10px;
	max-width: 400px
}

.custom-infowindow .col-50 {
	width: 50%;
	float: left;
	padding: 20px 15px 20px 20px;
	position: relative
}

.custom-infowindow .col-50.border {
	padding: 20px 20px 20px 15px
}

.custom-infowindow .col-50.border::after {
	content: '';
	position: absolute;
	top: 60px;
	right: 15px;
	height: 75%;
	border-right: solid 1px #55666d
}

.custom-infowindow .col-50.center {
	width: 225px;
	margin: 0 auto;
	float: none
}

.custom-infowindow .structure-disclaimer {
	font-weight: 300;
	float: left;
	margin-top: 1em
}

.custom-infowindow h3 {
	color: #55666d;
	font-family: "Trade Gothic LT Std", sans-serif;
	font-size: 2.8em;
	margin-bottom: 5px
}

.custom-infowindow span {
	font-family: "Trade Gothic LT Std", sans-serif;
	color: #55666d;
	margin-bottom: 10px;
	font-size: 1.2em
}

.custom-infowindow p {
	font-family: "Trade Gothic LT Std", sans-serif;
	color: #55666d;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.2em
}

.custom-infowindow img {
	max-width: 100%;
	margin-top: 15px
}

.city-label {
	color: #fff;
	text-align: center;
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15), 2px 2px 2px rgba(0, 0, 0, 0)
}

#address-search {
	position: absolute;
	left: 207px;
	width: 350px;
	height: 40px;
	padding: 0 11px 0 13px;
	margin: 10px 0 0 10px;
	text-overflow: ellipsis;
	border: none;
	border-radius: 2px;
	color: #000;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
	font-size: 1em;
	z-index: 2
}

.controls {
	padding: 15px 15px 15px 15px
}

.search-bar {
	z-index: 2;
	border: #000 solid;
	border-width: 2px;
	height: 2.5rem;
	width: 16.5rem;
	cursor: pointer;
	padding: 0 .55rem 0 .65rem;
	box-shadow: none
}

#clear-marker {
	position: absolute;
	top: 10px;
	left: 570px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: none;
	background: #fff;
	border: none
}

#clear-marker:hover svg .st0 {
	fill: #909090
}

#clear-marker .st0 {
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out
}

#legend {
	position: absolute;
	width: 300px;
	top: 45px;
	right: -600px;
	z-index: 3
}

#legend .close-legend {
	left: 0
}

#legend img {
	box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	background: #fff;
	top: 115px !important;
	float: right
}

.input-checkbox,
button,
input.text,
input[type=button],
input[type=submit],
input[type=text],
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

#global-disclaimer {
	position: fixed;
	display: block;
	width: 100%;
	padding: 10px 50px 10px 10px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -500px;
	color: #000;
	font-size: .9em;
	background: #f5af2d;
	-webkit-box-shadow: 0 -2px 9px 1px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 -2px 9px 1px rgba(0, 0, 0, .75);
	box-shadow: 0 -2px 9px 1px rgba(0, 0, 0, .75);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: 99999
}

#close-disclaimer {
	color: #000;
	position: absolute;
	top: 0;
	right: 3px;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 700;
	cursor: pointer;
	font-family: "Trade Gothic LT Std", sans-serif;
	padding: 0 3px
}

@media (max-width:900px) {
	#clear-marker {
		left: 220px
	}

	.slider-text h3 {
		font-size: 2em
	}
}

@media (max-width:700px) {
	#address-search {
		position: relative;
		left: auto;
		width: 100%;
		margin: 0;
		border-bottom: 3px solid #000
	}

	#clear-marker {
		top: 50px
	}

	#north-arrow {
		top: 50px;
		right: 15px;
		width: 60px
	}

	#legend .close-legend {
		left: 360px;
		top: -18px
	}

	#legend img {
		width: 200px
	}

	.slider,
	.slider-text {
		width: 100%;
		padding: 0
	}

	.slider-text {
		margin-top: 1em
	}

	.slider-container {
		position: relative;
		margin: 1.5em 0 0 0
	}

	.modal-content-2 {
		margin: 10% auto !important
	}
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

	#menu,
	nav {
		display: none
	}
}