details {
    display: block
}

.aep-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
}

.aep-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
}

.aep-modal-background .aep-modal-content {
    transform: scale(0);
    position: relative;
    background-color: #fff;
    margin: 10px;
    width: 100%;
    max-width: 600px;
    color: #333
}

#project-overview-aep-modal .aep-modal-content {
    max-width: 1150px
}

.aep-modal-background .aep-modal-content .aep-modal-header {
    margin: .7em 0 .1em 0;
    padding: 2.5em 1em .5em 2.5em;
    background: #fff;
    width: 100%;
    float: left
}

.aep-modal-background .aep-modal-content .header_img {
    border-right: 1px solid #333;
    display: inline-block
}

.aep-modal-background .aep-modal-content .aep-modal-header img {
    width: 182px;
    float: left;
    margin-right: 1em
}

.aep-modal-background .aep-modal-content .header_project_name {
    display: inline-block;
    margin-left: 10px
}

.aep-modal-background .aep-modal-content .aep-modal-header h1 {
    color: #333;
    float: left;
    font-weight: bolder;
    font-size: 2em
}

.aep-modal-background .aep-modal-content .aep-modal-header h1 span {
    font-size: .6em;
    margin-top: .3em;
    color: #333
}

.aep-modal-background.blow-up {
    z-index: 99;
    transform: scale(1);
    opacity: 1
}

.aep-modal-background.blow-up .aep-modal-content {
    animation: blowUpaep-modal .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.aep-modal-background.blow-up.out {
    transform: scale(0);
    opacity: 0
}

.aep-modal-background.blow-up.out .aep-modal-content {
    animation: blowUpaep-modalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.aep-modal-background .slider-container .aep-modal-button {
    text-align: center
}

.aep-modal-background .slider-container .aep-modal-button button {
    background: #0071ce;
    width: 150px;
    color: #fff;
    padding: 8px;
    margin-top: 20px;
    border: none;
    font-size: .9em
}

#project-overview-aep-modal .aep-modal-header {
    display: inline-block;
    border-bottom: 1px solid #000
}

#project-overview-aep-modal .aep-modal-button {
    display: inline-block;
    float: right;
    margin-right: 50px
}

#project-overview-aep-modal .close-aep-modal {
    background: #0071ce;
    border-radius: 60%;
    padding: 5px;
    border: none;
    border: 1px solid #fff;
    font-size: 2em;
    color: #fff;
    width: 50px;
    float: right;
    display: inline-block
}

#project-overview-aep-modal .col-full .contact_aep-modal_p {
    text-align: left
}

@keyframes blowUpaep-modal {
    50% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes blowUpaep-modalTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

@media (max-width:600px) {
    .aep-modal-background .aep-modal-content {
        padding: 20px
    }
}

@media (max-width:700px) {
    .aep-modal-background .aep-modal-content {
        padding: 20px
    }

    .aep-modal-background .aep-modal-content .aep-modal-header h1 {
        font-size: 2em;
        margin-bottom: .5em
    }

    .aep-modal-background .aep-modal-content .aep-modal-header img {
        float: left;
        clear: left;
        margin-bottom: 1em
    }

    .aep-modal-background .aep-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-aep-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 .5em 0;
    font-size: 1.5em;
    text-align: center
}

.slider__slide p {
    font-size: .9em;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5px
}

#aep-modal .slider__slide p {
    text-align: center
}

.slider__slide .contact_aep-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: #fff;
    padding: 5px;
    width: 225px;
    text-align: right;
    font-weight: bolder;
    margin-right: 0;
    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: .5em 0 0 0
    }
}

.latest-tooltip-menu {
    max-width: 120px;
    height: 90px;
    padding: .65rem;
    margin: .75em .75em .75em .75em;
    left: .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;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.latest-tooltip-legend {
    max-width: 180px;
    height: 95px;
    padding: .65rem;
    margin: .75em .75em .75em .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;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.latest-tooltip-search {
    max-width: 190px;
    height: 90px;
    padding: .65rem;
    margin: .75em .75em .75em .75em;
    left: 23rem;
    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;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px
}

.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-legend a,
.latest-tooltip-menu a,
.latest-tooltip-search a {
    cursor: pointer
}

.columns p {
    font-size: .7em;
    margin-bottom: 10px
}

.latest-tooltip-legend {
    width: 100%
}

.latest-tooltip-legend .tooltip-inline {
    display: inline-block
}

.latest-tooltip-legend {
    float: right
}

#myAEPmodal {
    z-index: 999999
}

#how-to-aep-modal {
    position: absolute;
    left: 0;
    right: 3px;
    top: 150px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    display: block
}

#how-to-aep-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
}

.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
}

.aep-modal {
    display: none;
    position: fixed;
    z-index: 4;
    padding: 220px 20px 0 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .85)
}

.aep-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1800px;
    display: block
}

.aep-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='#009cde', GradientType=1)
}

.aep-modal-content #existing:before {
    content: 'EXISTING';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.3em;
    line-height: 1.5em;
    background: #fff;
    color: #3f4040;
    padding: 0 10px
}

.aep-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, #0072ce 100%);
    background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0, #0072ce 100%);
    background: linear-gradient(to right, rgba(229, 229, 229, 0) 0, #0072ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e500', endColorstr='#0072ce ', GradientType=1)
}

.aep-modal-content #proposed:before {
    content: 'PROPOSED';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.3em;
    line-height: 1.5em;
    background: #0072ce;
    color: #fff;
    padding: 0 10px
}

.aep-modal-content #existing:before,
.aep-modal-content #proposed:before,
.aep-modal-content>span:nth-child(1),
.aep-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
}

.aep-modal-content.dragging-left #existing:before,
.aep-modal-content.dragging-left>span:nth-child(1),
.aep-modal-content.dragging-right #proposed:before,
.aep-modal-content.dragging-right>span:nth-child(2) {
    opacity: 0
}

.aep-close {
    color: #fff;
    position: absolute;
    top: 150px;
    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
}

.aep-close:focus,
.aep-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: #e09600;
    cursor: pointer
}

.slide-select-button[data-active=false]:hover {
    background: #6b6b6b
}

.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: #e09600
}

input:focus+.slider {
    box-shadow: 0 0 1px #e09600
}

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: #0072ce
}

#download-container {
    position: relative;
    padding-top: 10px;
    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: -4px;
    height: 25px;
    width: 25px;
    display: inline-flex
}

.aep-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
}

.aep-modal-content {
    animation: zoomIn .5s .8s cubic-bezier(.165, .84, .44, 1) forwards
}

.aep-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(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
}

@-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%
    }

    .aep-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: 2.5px
    }

    .cocoen-drag::before {
        border: 3px solid #fff;
        margin-left: -7px;
        width: 14px;
        top: 56%
    }

    .enhanced-view {
        float: none;
        margin-bottom: 10px
    }

    .aep-modal-content #existing:before,
    .aep-modal-content #proposed:before {
        font-size: 1.2em
    }

    .aep-modal-content>span:nth-child(1),
    .aep-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
    }

    .aep-close {
        top: 120px;
        right: 7px;
        font-size: 25px;
        width: 45px;
        text-align: center
    }

    .aep-hide {
        display: none
    }

    .aep-modal-content #existing:before,
    .aep-modal-content #proposed:before {
        font-size: .9em
    }

    .aep-modal-content>span:nth-child(1),
    .aep-modal-content>span:nth-child(2) {
        height: 2px
    }

    .cocoen-drag {
        width: 2.5px
    }

    .cocoen-drag::before {
        height: 21px;
        margin-top: -11px;
        width: 13px
    }
}

#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
}

.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-aep-modal {
    display: table;
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 50px auto 0 auto;
    padding: 30px 50px;
    color: #da291c;
    background: #000
}

.outdated-container .outdated-aep-modal .chrome,
.outdated-container .outdated-aep-modal .edge,
.outdated-container .outdated-aep-modal .firefox {
    display: block;
    float: left;
    margin: 20px 0;
    width: 33.3333%;
    text-align: center
}

.outdated-container .outdated-aep-modal .chrome img,
.outdated-container .outdated-aep-modal .edge img,
.outdated-container .outdated-aep-modal .firefox img {
    display: block;
    margin: 0 auto 10px auto
}

.outdated-container .outdated-aep-modal .chrome span,
.outdated-container .outdated-aep-modal .edge span,
.outdated-container .outdated-aep-modal .firefox span {
    display: inline-block;
    clear: both;
    color: #fff
}

@media screen and (max-width:475px) {
    #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
    }
}

@media (max-width:900px) {
    #clear-marker {
        left: 220px
    }

    #project-overview-aep-modal .aep-modal-header {
        display: flex !important;
        justify-content: space-between
    }

    #project-overview-aep-modal .aep-modal-content {
        margin-top: 250px
    }

    #project-overview-aep-modal .aep-modal-button {
        margin-right: 0 !important
    }

    #project-overview-aep-modal .close-aep-modal {
        font-size: 1.5em;
        width: 40px
    }
}

@media (max-width:700px) {
    #clear-marker {
        top: 50px
    }

    .aep-modal-content {
        text-align: center
    }

    .header_img {
        border-right: none !important
    }

    .aep-modal-background .aep-modal-content .aep-modal-header {
        padding: .5em 1em .5em .5em
    }

    .aep-modal-background .aep-modal-content .aep-modal-header img {
        margin-bottom: 0
    }

    .aep-modal-background .aep-modal-content .aep-modal-header h1 span {
        display: block
    }

    .slider__slide p {
        width: 100%
    }

    #project-overview-aep-modal .w3-display-container {
        display: none
    }

    #project-overview-aep-modal .contact_aep-modal_p {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 0
    }

    .slider__img {
        display: block
    }
}