/*! 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;
}
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;
}
body, html {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    font-family: Roboto, sans-serif;
}
* {
    line-height: 1;
}
*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
img, img[src*=".svg"], svg {
    width: 100%;
    display: block;
}

.modal-background {
    transform: scale(0);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modal-background.black-background {
    transform: scale(0);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff!important;
    background-color: rgba(255, 255, 255, .95)!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modal-background .modal-content {
    transform: scale(0);
    position: relative;
    background-color: #fff;
    margin: 10px;
    width: 100%;
    max-width: 600px;
    color: #333;
    /* -webkit-box-shadow: 0 3px 15px 2px #000;
    box-shadow: 0 3px 15px 2px #000; */
}
#project-overview-modal .modal-content {
    max-width: 1150px;
}
.modal-background .modal-content .modal-header {
    margin: .7em 0 .1em 0;
    padding: 2.5em 1em 0.5em 2.5em;
    background: #fff;
    width: 100%;
    float: left;
}
.modal-background .modal-content .header_img {
    border-right: 1px solid #333;
    display: inline-block;
}
.modal-background .modal-content .modal-header img {
    width: 182px;
    float: left;
    margin-right: 1.0em;
}
.modal-background .modal-content .header_project_name {
    display: inline-block;
    margin-left: 10px;
}
.modal-background .modal-content .modal-header h1 {
    color: #333;
    float: left;
    font-weight: bolder;
    font-size: 2em;
}

.modal-background .modal-content .modal-header h1 span {
    font-size: .6em;
    margin-top: .3em;
    color: #333;
}
.modal-background.blow-up {
    z-index: 99;
    transform: scale(1);
    opacity: 1;
}
.modal-background.blow-up .modal-content {
    animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards;
}
.modal-background.blow-up.out {
    transform: scale(0);
    opacity: 0;
}
.modal-background.blow-up.out .modal-content {
    animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

.modal-background .slider-container .modal-button {
    text-align: center;
}

.modal-background .slider-container .modal-button button {
    background: #0071ce;
    width: 150px;
    color: #fff;
    padding: 8px;
    margin-top: 20px;
    border: none;
    font-size: .9em;
}

#project-overview-modal .modal-header {
    display: inline-block;
    border-bottom: 1px solid #000;
}

#project-overview-modal .modal-button {
    display: inline-block;
    float: right;
    margin-right: 50px;    
}

#project-overview-modal .close-modal {
    background: #0071ce;
    border-radius: 60%;
    padding: 5px;
    border: none;
    border: 1px solid white;
    font-size: 2.0em;
    color: white;
    width: 50px;
    float: right;
    display: inline-block;
}

#project-overview-modal .col-full .contact_modal_p {
    text-align: left;
}

@keyframes blowUpModal {
    50% {
    transform: scale(0);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}@keyframes blowUpModalTwo {
    0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(0);
    opacity: 0;
}
}@media (max-width:600px) {
    .modal-background .modal-content {
    padding: 20px;
}
}@media (max-width:700px) {
    .modal-background .modal-content {
    padding: 20px;
}
.modal-background .modal-content .modal-header h1 {
    font-size: 2em;
    margin-bottom: .5em;
}
.modal-background .modal-content .modal-header img {
    float: left;
    clear: left;
    margin-bottom: 1em;
}
.modal-background .modal-content p {
    clear: left;
}
}.slider-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em 0;
    width: 100%}
.slider {
    width: 100%;
    margin: 1em auto 0 auto;
    overflow: hidden;
}
#project-overview-modal .slider {
    flex: 1;
}
.slider__slide {
    display: none;
}
.slider__slide .col-full {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.slider__slide .col-half {
    width: calc(50% - 2em);
    float: left;
    padding: 15px;
}
.slider__slide .col-half:first-child {
    margin-left: 2em;
    float: left;
}
.slider__slide .col-half:last-child {
    margin-right: 2em;
    float: right;
}
.slider__slide h3 {
    font-weight: bolder;
    margin: .5em 0 0.5em 0;
    font-size: 1.5em;
    text-align: center;
}
.slider__slide p {
    font-size: .9em;
    line-height: 1.5;
    /* text-align: center; */
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5px;
}
#modal .slider__slide p {
    text-align: center;
}
.slider__slide .contact_modal_p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;   
    text-align: center; 
}

.slider__slide ul {
    list-style: none;
    font-size: .9em;
    margin-left: 1em;
}
.slider__slide ul li {
    margin-bottom: 1.1em;
    padding-left: 70px;
    position: relative;
    line-height: 1.6em;
}
.slider__slide ul li img {
    height: 25px;
    width: 50px;
    float: left;
    position: absolute;
    left: 0;
}
.slider__slide--active {
    display: block;
    animation-name: slider;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}
.slider__img {
    display: none;
    width: 100%;
    height: auto;
}

.slider__indicator-box {
    text-align: center;
    font-style: normal;
    margin: 1em auto .5em auto;
}
.slider__indicator {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    padding: 0;
    border: solid 1px #fff;
    border-radius: 50%;
    background: 0 0;
    transition: background-color .4s;
}
.slider__indicator:nth-child(4) {
    margin-right: 0;
}
.slider__indicator:hover {
    background: #54b848;
}
.slider__indicator--active {
    background-color: #fff;
}
.w3-display-container {
    background-image: url(../images/PullingImage.jpg);
    background-size: cover;
    background-position-x: right;
    margin-right: 20px;
}
.display-bottomleft {
    position: absolute;
    bottom: 30px;
    left: 550px;
    background: white;
    padding: 5px;
    width: 225px;
    text-align: right;
    font-weight: bolder;
    margin-right: 0px;
    padding-right: 10px;    
}

@keyframes slider {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@media (max-width:700px) {
    .slider, .slider-text {
    width: 100%;
    padding: 0;
}
.slider-text {
    margin-top: 1em;
}
.slider-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0 0 0;
}
}.map-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.map-container #map {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.map-container .custom-infowindow {
    background: #fff;
    padding-top: 10px;
    margin-top: 10px;
}
.map-container .custom-infowindow h3 {
    color: #807f82;
    font-size: 1.5em;
    margin-bottom: 5px;
}
.map-container .custom-infowindow p {
    color: #807f82;
    margin-bottom: 2px;
    font-weight: 600;
}
.map-container .custom-infowindow img {
    max-width: 250px;
    margin-top: 15px;
}
.map-container .custom-infowindow.blue-border {
    border-top: 5px solid #0089af;
}
.map-container .custom-infowindow.green-border {
    border-top: 5px solid #00512f;
}
.map-container .custom-infowindow.red-border {
    border-top: 5px solid #8a0d04;
}
.map-container #address-search {
    position: absolute;
    left: 310px;
    width: 325px;
    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;
}
.map-container #clear-marker {
    position: absolute;
    top: 10px;
    left: 570px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: none;
    background: #fff;
    border: none;
}
.map-container #clear-marker:hover svg .st0 {
    fill: #909090;
}
.map-container #clear-marker .st0 {
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
}
.map-container #legend {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 360px;
    z-index: 1;
    background: #000;
}
.map-container #legend #legend-toggle {
    width: 100%;
    height: 40px;
    cursor: pointer;
    position: relative;
}
.map-container #legend #legend-toggle h2 {
    line-height: 40px;
    padding: 0 1.5em;
    font-size: .9em;
    color: #fff;
    font-weight: 300;
}
.map-container #legend #legend-toggle::after {
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    right: 1.3em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 7px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.map-container #legend #legend-contents {
    width: 100%;
    position: relative;
    height: auto;
    max-height: 0;
    background: #fff;
    overflow: hidden;
    font-size: .75em;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
.map-container #legend #legend-contents {
    opacity: 0;
}
.map-container #legend.open #legend-contents {
    max-height: 350px;
}
.map-container #legend.open #legend-toggle::after {
    transform: rotate(0);
}
.map-container #legend.open #legend-contents {
    opacity: 1;
}
.map-container #legend ul {
    padding: .5em 0;
    list-style: none;
    margin-top: 0.5em;
}
.map-container #legend ul li {
    line-height: 30px;
    padding: 0 1em 0 5em;
    position: relative;
}
.map-container #legend ul li.details-toggle {
    margin: 0 .5em 1em .5em;
    background: #000;
    color: #fff;
    line-height: 3em;
    padding-left: 1em;
}
.map-container #legend ul li.details-toggle:first-child {
    margin-bottom: .15em;
}
.map-container #legend ul li ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.map-container #legend ul li ul li {
    padding: 0 0 0 4em;
}
/* .map-container #legend ul li ul li:last-child {
    padding: 0 0 0 4em;
} */
.map-container #legend ul li .triangle {
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    left: 20px;
    top: 10px;
}
.map-container #legend ul li .line {
    position: absolute;
    top: 12px;
    left: 19px;
    width: 25px;
    height: 5px;
}
.map-container #legend ul li .line.black {
    background: #000;
}
.map-container #legend ul li .line.yellow {
    background: #fc0;
}
.map-container #legend ul li .line.yellow-dashed-line {
    border-bottom: 3px dotted #fc0;
}
.map-container #legend ul li .line.red {
    background: #8a0d04;
}
.map-container #legend ul li .line.red-dashed-line {
    border-bottom: 3px dotted #8a0d04;
}
.map-container #legend ul li .line.orange {
    background: #f68e1e;
}
.map-container #legend ul li .line.grey {
    background: #807f82;
}
.map-container #legend ul li .line.green {
    background: #00512f;
}
.map-container #legend ul li .line.blue {
    background: #005a83;
}
.map-container #legend ul li .line.blue-dashed-line {
    border-bottom: 3px dotted #005a83;
}
.map-container #legend ul li .line.light-blue {
    background: #0089af;
}
.map-container #legend ul li .line.purple {
    background: #a529d3;
}
.map-container #legend ul li .line.light-green {
    background: #54b848;
}
.map-container #legend ul li .line.light-green-dashed-line {
    border-bottom: 3px dotted #54b848;
}
.map-container #legend ul li .dashed {
    width: 15px;
    border-top: dashed 2px #000;
    position: absolute;
    left: 19px;
    top: 13px;
}
.map-container #legend ul li .star {
    position: absolute;
    width: 17px;
    left: 18px;
    top: 6px;
}
/* .map-container #legend ul li:last-child {
    padding: 0;
} */
.map-container #legend .form-group {
    display: block;
    margin-bottom: 8px;
    position: absolute;
    top: 0;
    right: 15px;
}
.map-container #legend .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.map-container #legend .form-group label {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: .9em;
}
.map-container #legend .form-group label:hover:after {
    opacity: .5;
}
.map-container #legend .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}
.map-container #legend .form-group label:after {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: url(../../dist/images/icon-checkmark.svg);
    display: block;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 4px;
    width: 21px;
    font-size: 1.7em;
    font-weight: 700;
    color: #000;
}
.map-container #legend .form-group input:checked+label:after {
    opacity: 1;
}
/* Tooltips */
.latest-tooltip-menu {
    max-width: 120px;
    height: 90px;
    padding: 0.65rem;
    margin: 0.75em 0.75em 0.75em 0.75em;
    left: 0.1rem;
    right: auto;
    top: 3rem;
    position: absolute;
    transition: all .3s ease-in-out;
    background: #0070b9;
    background-size: 32px;
    background-position: top 14px right 12px;
    text-overflow: ellipsis;
    font-size: 1.2em;
    border: none;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0 1px 4px -1px;
    -moz-box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}

.latest-tooltip-legend {
    max-width: 180px;
    height: 95px;
    padding: 0.65rem;
    margin: 0.75em 0.75em 0.75em 0.75em;
    left: auto;
    right: 22.9rem;
    top: 1rem;
    position: absolute;
    transition: all .3s ease-in-out;
    background: #0070b9;
    background-size: 32px;
    background-position: top 14px right 12px;
    text-overflow: ellipsis;
    font-size: 1.2em;
    border: none;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0 1px 4px -1px;
    -moz-box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}

.latest-tooltip-search {
    max-width: 190px;
    height: 90px;
    padding: 0.65rem;
    margin: 0.75em 0.75em 0.75em 0.75em;
    left: 23.0rem;
    right: auto;
    top: 3rem;
    position: absolute;
    transition: all .3s ease-in-out;
    background: #0070b9;
    background-size: 32px;
    background-position: top 14px right 12px;
    text-overflow: ellipsis;
    font-size: 1.2em;
    border: none;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0 1px 4px -1px;
    -moz-box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}

.latest-tooltip-menu img {
    height: 25px;
    transform: rotate(-90deg);
    vertical-align: top;
}

.latest-tooltip-search img {
    height: 25px;
    transform: rotate(-90deg);
    vertical-align: top;
}

.latest-tooltip-legend img {
    height: 25px;
    vertical-align: top;
}

.latest-tooltip-menu a, .latest-tooltip-legend a, .latest-tooltip-search a {
    cursor: pointer;
} 

.columns p {
    font-size: .7em;
    margin-bottom: 10px;
}

.col-2 {
    height: 100%;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.col-8 {
    display: inline-block;
    width: 70%;
    color: white;
}

.latest-tooltip-legend .col-8 {
    width: 100%;
}

.latest-tooltip-legend .tooltip-inline {
    display: inline-block;
}

.latest-tooltip-legend .col-2 {
    float: right;
}

/* .mobile-nav-container {
    display: none;
} */


/* Video Modal */

.video {
    cursor: pointer;
}

.video img {
    border: 4px solid #008197;
}

.close-video {
    top: 15%!important;
    right: 15%!important;
}

@media (max-width:600px){
    .close-video {
        top: 25%!important;
        right: 5%!important;
    }
}



.video-modal {
    position: absolute;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;     
    transition: opacity 3s; 
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
}

/* MODAL POPOUT */
#myModal{
    z-index:999999
}
#how-to-modal{
    position:absolute;
    left:0;
    right:3px;
    top:30px;
    margin:0 auto;
    width:100%;
    max-width:400px;
    display:block
}
#how-to-modal img{
    width:100%
}
.cocoen img{
    -webkit-transition:transform .3s ease-out;
    -moz-transition:transform .3s ease-out;
    -o-transition:transform .3s ease-out;
    transition:transform .3s ease-out
}
.column img.hover-shadow{
    transition:.3s
}
.hover-shadow:hover{
    box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}
.mouseDown{
    cursor:move!important
}
.modal{
    display:none;
    position:fixed;
    z-index:1;
    padding:100px 20px 0 20px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,.85)
}
.modal-content{
    position:relative;
    background-color:#fefefe;
    margin:auto;
    padding:0;
    width:100%;
    max-width:1800px;
    display:block
}
.modal-content>span:nth-child(1){
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:5px;
    z-index:3;
    background:-moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background:-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
    background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 )
}
.modal-content #existing:before{
    content:'EXISTING';
    position:absolute;
    bottom:0;
    left:0;
    font-size:1.5em;
    line-height:1.5em;
    background:#fff;
    color:#3f4040;
    padding:0 10px
}
.modal-content>span:nth-child(2){
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:5px;
    z-index:3;
    background:-moz-linear-gradient(left,rgba(229,229,229,0) 0,#26bbd6 100%);
    background:-webkit-linear-gradient(left,rgba(229,229,229,0) 0,#26bbd6 100%);
    background:linear-gradient(to right,rgba(229,229,229,0) 0,#26bbd6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#26bbd6', GradientType=1 )
}
.modal-content #proposed:before{
    content:'PROPOSED';
    position:absolute;
    bottom:0;
    right:0;
    font-size:1.5em;
    line-height:1.5em;
    background:#26bbd6;
    color:#fff;
    padding:0 10px
}
.modal-content #existing:before,.modal-content #proposed:before,.modal-content>span:nth-child(1),.modal-content>span:nth-child(2){
    -webkit-transition:opacity .2s ease-out;
    -moz-transition:opacity .2s ease-out;
    -o-transition:opacity .2s ease-out;
    transition:opacity .2s ease-out
}
.modal-content.dragging-left #existing:before,.modal-content.dragging-left>span:nth-child(1),.modal-content.dragging-right #proposed:before,.modal-content.dragging-right>span:nth-child(2){
    opacity:0
}
.close{
    color:#fff;
    position:absolute;
    top:5px;
    right:5px;
    font-size:45px;
    line-height:1.3em;
    width:58px;
    text-align:center;
    font-weight:700;
    cursor:pointer;
    font-family:Verdana,sans-serif;
    z-index:15
}
.close:focus,.close:hover{
    color:#999;
    text-decoration:none;
    cursor:pointer
}
.next,.prev{
    cursor:pointer;
    position:absolute;
    top:50%;
    width:auto;
    padding:16px;
    margin-top:-31px;
    color:#fff;
    font-weight:700;
    font-size:20px;
    z-index:2;
    transition:.6s ease;
    border-radius:0 3px 3px 0;
    user-select:none;
    -webkit-user-select:none
}
.next{
    right:0;
    border-radius:3px 0 0 3px
}
.next:hover,.prev:hover{
    background-color:rgba(38,187,214,.8)
}
#sim-ui-container{
    position:absolute;
    width:100%;
    margin:10px 0 30px 0
}
#slide-select-button-bar{
    position:relative;
    text-align:center;
    right:0;
    color:#fff;
    display:block;
    float:right
}
.slide-select-button{
    display:inline-block;
    position:relative;
    padding:5px 10px;
    margin-left:10px;
    background:#005a83;
    cursor:pointer
}
.slide-select-button[data-active=false]:hover{
    background:#6b6b6b
}

/* glasses showing which viewpoint is active */
/* .slide-select-button[data-active=true]{
    display:inline-block;
    padding:5px 10px 5px 10px;
    color:#005a83;
    background-color:#fff;
    background-image:url(../../dist/images/viewing.svg);
    background-size:25px 40px;
    background-repeat:no-repeat;
    background-position-x:13px;
    background-position-y:center
} */
.enhanced-view{
    display:inline-block;
    width:150px;
    float:left;
    cursor:default
}
#enhanced-img{
    position:absolute;
    left:0;
    top:0;
    opacity:0
}
.switch{
    position:relative;
    display:inline-block;
    width:42px;
    height:24px;
    float:right
}
.switch input{
    display:none
}
.slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:34px;
    background-color:#ccc;
    -webkit-transition:.4s;
    transition:.4s
}
.slider:before{
    position:absolute;
    content:"";
    height:18px;
    width:18px;
    left:3px;
    bottom:3px;
    border-radius:50%;
    background-color:#fff;
    -webkit-transition:.4s;
    transition:.4s
}
input:checked+.slider{
    background-color:#005a83
}
input:focus+.slider{
    box-shadow:0 0 1px #005a83
}
input:checked+.slider:before{
    -webkit-transform:translateX(18px);
    -ms-transform:translateX(18px);
    transform:translateX(18px)
}
#disclaimer p{
    color:#fff;
    text-align:center;
    margin:0 0 5px 0;
    padding:5px 0;
    font-size:.8em;
    text-transform:uppercase;
    background-color:#4e4e4e;
    position:relative;
    bottom:5px
}
#details-container{
    position:relative;
    float:left;
    text-align:center;
    color:#fff
}
.details{
    line-height:1.2em;
    margin:.3em 0
}
#details-container p{
    margin:0
}
#details-container span{
    color:#26bbd6
}
#download-container{
    position:relative;
    text-decoration:none;
    color:#fff;
    text-align:center;
    float:left;
    clear:both
}
#download-container a{
    text-decoration:none;
    color:#fff
}
#download-container a:hover{
    text-decoration:underline
}
#download-container img{
    position:relative;
    top:5px;
    height: 25px;
    width: 25px;
    display: inline-flex;    
}
.modal{
    -ms-transform:scaleY(.01) scaleX(0);
    -webkit-transform:scaleY(.01) scaleX(0);
    transform:scaleY(.01) scaleX(0);
    animation:unfoldIn .7s cubic-bezier(.165,.84,.44,1) forwards
}
.modal-content{
    animation:zoomIn .5s .8s cubic-bezier(.165,.84,.44,1) forwards
}
.modal.out{
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    animation:unfoldOut .7s .3s cubic-bezier(.165,.84,.44,1) forwards
}
@keyframes unfoldIn{
    0%{
        -ms-transform:scaleY(.005) scaleX(0);
        -webkit-transform:scaleY(.005) scaleX(0);
        transform:scaleY(.005) scaleX(0)
    }
    50%{
        -ms-transform:scaleY(.005) scaleX(1);
        -webkit-transform:scaleY(.005) scaleX(1);
        transform:scaleY(.005) scaleX(1)
    }
    100%{
        -ms-transform:scaleY(1) scaleX(1);
        -webkit-transform:scaleY(1) scaleX(1);
        transform:scaleY(1) scaleX(1)
    }
}
@keyframes unfoldOut{
    0%{
        -ms-transform:scaleY(1) scaleX(1);
        -webkit-transform:scaleY(1) scaleX(1);
        transform:scaleY(1) scaleX(1)
    }
    50%{
        -ms-transform:scaleY(.005) scaleX(1);
        -webkit-transform:scaleY(.005) scaleX(1);
        transform:scaleY(.005) scaleX(1)
    }
    100%{
        -ms-transform:scaleY(.005) scaleX(0);
        -webkit-transform:scaleY(.005) scaleX(0);
        transform:scaleY(.005) scaleX(0)
    }
}
/* .loading{
    position:absolute;
    width:40px;
    height:40px;
    top:50%;
    left:50%;
    margin:-20px 0 0 -20px;
    background-image:url(../../dist/images/spinner.svg);
    background-repeat:no-repeat;
    background-size:40px 40px;
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    z-index:99999
}
.marker-subview .loading{
    width:125px;
    height:125px;
    top:0;
    left:0;
    margin:0;
    background-size:125px 125px
} */
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.cocoen{
    font-family:Oswald,sans-serif;
    box-sizing:border-box;
    background:#000;
    cursor:pointer;
    line-height:0;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    height:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out
}
.cocoen *{
    box-sizing:inherit
}
.cocoen::after,.cocoen::before{
    box-sizing:inherit
}
.cocoen img,.cocoen picture>img{
    max-width:none
}
.cocoen>img,.cocoen>picture>img{
    display:block;
    width:100%
}
.cocoen>div:first-child,picture .cocoen>div{
    height:100%;
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    width:50%;
    z-index:2
}
.cocoen-drag{
    background:#fff;
    bottom:0;
    cursor:ew-resize;
    left:50%;
    margin-left:-2px;
    position:absolute;
    top:0;
    width:4px;
    z-index:3;
    -webkit-transition:opacity .2s ease-out;
    -moz-transition:opacity .2s ease-out;
    -o-transition:opacity .2s ease-out;
    transition:opacity .2s ease-out
}
.cocoen-drag::before{
    border:4px solid #fff;
    content:'';
    height:30px;
    left:50%;
    margin-left:-10px;
    margin-top:-18px;
    position:absolute;
    top:50%;
    width:20px
}
@media (max-width:1000px){
    .column{
        width:33.33333333%
    }
}
@media (max-width:800px){
    .column{
        width:50%
    }
    .modal h1{
        font-size:1.5em
    }
    #brand{
        width:120px;
        margin-top:-20px
    }
    #how-to{
        width:235px
    }
    #how-to-details{
        width:365px
    }
}
@media (max-width:1200px){
    #details-container,#download-container,#slide-select-button-bar{
        float:none
    }
    .cocoen-drag{
        width:2px
    }
    .cocoen-drag::before{
        border:2px solid #fff;
        margin-left:-7px;
        width:10px
    }
    .enhanced-view{
        float:none;
        margin-bottom:10px
    }
    .modal-content #existing:before,.modal-content #proposed:before{
        font-size:1.2em
    }
    .modal-content>span:nth-child(1),.modal-content>span:nth-child(2){
        height:4px
    }
}
@media (max-width:600px){
    #brand{
        width:200px;
        margin-top:15px;
        position:inherit
    }
    .column{
        width:100%
    }
    #how-to{
        margin:15px auto 0 auto;
        float:none
    }
    #how-to-details{
        float:none;
        margin:0 auto 5px auto
    }
    .slide-select-button{
        width:100%;
        margin:0
    }
    .slide-select-button:last-child{
        margin-left:0;
        margin-top:5px
    }
    .slide-select-button[data-active=true]{
        padding:5px 10px 5px 10px
    }
    #details-container p{
        margin:.5em 0 .3em 0;
        font-size:.8em
    }
    #disclaimer p{
        font-size:.6em
    }
    .close{
        top:0;
        right:0;
        font-size:35px;
        width:45px;
        text-align:center
    }
    .hide{
        display:none
    }
    .modal-content #existing:before,.modal-content #proposed:before{
        font-size:.9em
    }
    .modal-content>span:nth-child(1),.modal-content>span:nth-child(2){
        height:2px
    }
    .cocoen-drag::before{
        height:20px;
        margin-top:-14px
    }
}

#hamburger{
    width:40px;
    height:30px;
    position:absolute;
    top:0;
    right:-55px;
    cursor:pointer
}
#hamburger span{
    display:block;
    position:absolute;
    height:5px;
    width:50%;
    background:#fff;
    opacity:1;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out
}
#hamburger span:nth-child(even){
    left:calc(50% - 1px)
}
#hamburger span:nth-child(odd){
    left:0
}
#hamburger span:nth-child(1),#hamburger span:nth-child(2){
    top:0
}
#hamburger span:nth-child(3),#hamburger span:nth-child(4){
    top:12px
}
#hamburger span:nth-child(5),#hamburger span:nth-child(6){
    top:24px
}
#hamburger.open span:nth-child(1),#hamburger.open span:nth-child(6){
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
#hamburger.open span:nth-child(2),#hamburger.open span:nth-child(5){
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
#hamburger.open span:nth-child(1){
    left:4px;
    top:6px
}
#hamburger.open span:nth-child(2){
    left:calc(50% - 4px);
    top:6px
}
#hamburger.open span:nth-child(3){
    left:-50%;
    opacity:0
}
#hamburger.open span:nth-child(4){
    left:100%;
    opacity:0
}
#hamburger.open span:nth-child(5){
    left:4px;
    top:18px
}
#hamburger.open span:nth-child(6){
    left:calc(50% - 4px);
    top:18px
}
#hamburger:hover.closed span:nth-child(1),#hamburger:hover.closed span:nth-child(2){
    top:3px
}
#hamburger:hover.closed span:nth-child(5),#hamburger:hover.closed span:nth-child(6){
    top:21px
}
#hamburger:hover.open span:nth-child(1),#hamburger:hover.open span:nth-child(6){
    -webkit-transform:rotate(35deg);
    -moz-transform:rotate(35deg);
    -o-transform:rotate(35deg);
    transform:rotate(35deg)
}
#hamburger:hover.open span:nth-child(2),#hamburger:hover.open span:nth-child(5){
    -webkit-transform:rotate(-35deg);
    -moz-transform:rotate(-35deg);
    -o-transform:rotate(-35deg);
    transform:rotate(-35deg)
}
#hamburger:hover.open span:nth-child(1),#hamburger:hover.open span:nth-child(2){
    top:8px
}
#hamburger:hover.open span:nth-child(5),#hamburger:hover.open span:nth-child(6){
    top:17px
}
#north{
    display:block;
    position:absolute;
    bottom:1px;
    right:25px;
    width:145px;
    height:140px;
    z-index:2
}
#go-back{
    display:none;
    width:170px;
    position:absolute;
    top:0;
    right:-255px;
    cursor:pointer;
    color:#fff;
    text-shadow:0 1px 1px #000;
    font-weight:700;
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out
}
#go-back:hover{
    right:-245px
}
#go-back img{
    width:35px;
    float:left
}
#go-back p{
    float:right;
    margin:0;
    line-height:35px
}
/* #loaded{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    z-index:999999
} */
/* #loader.loading{
    width:100px;
    height:100px;
    margin:-50px 0 0 -50px;
    background-size:100px 100px
} */
.outdated-container{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999999;
    background:rgba(0,0,0,.8)
}
.outdated-container .outdated-modal{
    display:table;
    width:100%;
    max-width:550px;
    height:auto;
    margin:50px auto 0 auto;
    padding:30px 50px;
    color:#26bbd6;
    background:#000
}
.outdated-container .outdated-modal .chrome,.outdated-container .outdated-modal .edge,.outdated-container .outdated-modal .firefox{
    display:block;
    float:left;
    margin:20px 0;
    width:33.3333%;
    text-align:center
}
.outdated-container .outdated-modal .chrome img,.outdated-container .outdated-modal .edge img,.outdated-container .outdated-modal .firefox img{
    display:block;
    margin:0 auto 10px auto
}
.outdated-container .outdated-modal .chrome span,.outdated-container .outdated-modal .edge span,.outdated-container .outdated-modal .firefox span{
    display:inline-block;
    clear:both;
    color:#fff
}
@media screen and (max-width:475px){
    #nav{
        width:300px
    }
    h1{
        font-size:1.1em
    }
    h1.light{
        font-size:1.19em
    }
    button{
        padding:0 15px
    }
    #client-logo{
        width:120px
    }
    #power-logo{
        width:100px
    }
}


@media (max-width:1024px) {
    #clear-marker {
    left: 220px;
}
.latest-tooltip-legend,
.latest-tooltip-menu,
.latest-tooltip-search {
    display: none;
}
#address-search {
    position: relative;
    left: 2px!important;
    right: 195px!important;
    top: 50px!important;
    width: 290px!important;
    width: 100%;
    margin: 0;
    border-bottom: 3px solid #000;
    }
}
@media (max-width:900px) {
    #clear-marker {
    left: 220px;
}
#project-overview-modal .modal-header {
    display: flex!important;
    justify-content: space-between;
}
#project-overview-modal .modal-content {
    margin-top: 250px;
}

#project-overview-modal .modal-button {
    margin-right: 0!important;
}

#project-overview-modal .close-modal {
    font-size: 1.5em;
    width: 40px;
}


}@media (max-width:700px) {


    #clear-marker {
    top: 50px;
    }
    .modal-content {
        text-align: center;
    }
    .header_img {
        border-right: none!important;
    }
    .modal-background .modal-content .modal-header {
        padding: 0.5em 1em 0.5em 0.5em;
    }
    .modal-background .modal-content .modal-header img {
        margin-bottom: 0;
    }
    .modal-background .modal-content .modal-header h1 span {
        display: block;
    }
    .slider__slide p {
        width: 100%;
    }
    #project-overview-modal .w3-display-container {
        display: none;
    }
    #project-overview-modal .contact_modal_p {
        width: 100%!important;
        /* font-size: .8em!important; */
        text-align: center!important;
        margin-bottom: 0;
    }
    .slider__img {
        display: block;
    }
    #legend {
        width: 250px!important;
    }
    #legend.open {
        width: 370px!important;
    }
}@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
    #menu, nav {
    display: none;
    }
}