body {
    background-color: #FFFFFF !important;
    padding-right: 20px;
    padding-bottom: 8px;
}

body.mobile-view {
    padding: 0px;
    margin: 0px;
}

.mainMediaContainer {
    background: #ffffff;
}

#headerPanelMobile, .sidePanel .section:first-child .title, .header, .appTitle {
    display: none !important;
    visibility: hidden !important;
}

.mobile-view #headerPanel, .mobile-view .sidePanel .section:first-child .title, .mobile-view .header, .appTitle {
    display: none !important;
    visibility: hidden !important;
}

.mobile-view #headerPanelMobile {
    display: block !important;
    visibility: visible !important;
}

.mobile-view #headerPanelMobile.hidden {
    display: none !important;
    visibility: hidden !important;
}

.sidePanel .navDots {
    top: -1px;
}

.navDots.vertical {
    background-color: #ffffff !important;
    border: none;
}

.navDots .navDotsInner, .navDots .navDotsOuter {
    vertical-align: top;
}

.navDotsOuter {
    display: none;
}

.navDotsInner .navDotIndex, .navDotsOuter .navDotIndex {
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 10px;
    color: #ffffff;
    background: #db002f;
    top: 0px;
    cursor: pointer;
}

.navDotsInner .navDotIndex {
    margin-left: 4px;
    text-align: left;
    padding-left: 5px;
}

.navDotsOuter .navDotIndex {
    text-align: right;
}

.navDotsInner .dot.circle-item, .navDotsInner .dot.circle-item:first-child {
    font-family: 'open_sansregular', sans-serif;
    background-color: #262626;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 26px;
    padding: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    margin-left: 4px;
}

.navDotsInner .dot.circle-item:hover, .navDotsInner .dot.circle-item.active, .navDotsInner .dot.circle-item.hovered, .navDotsInner .dot.circle-item:first-child:hover, .navDotsInner .dot.circle-item:first-child.active, .navDotsInner .dot.circle-item:first-child.hovered {
    background-color: #db002f;
    font-size: 16px;
}

.navDotsInner .dot.circle-item.glyphicon-user {
    top: 0px;
    left: 0px;
    font-size: 20px;
}

.navDotsInner .dot.circle-item.glyphicon-user:hover, .navDotsInner .dot.circle-item.glyphicon-user.active, .navDotsInner .dot.circle-item.glyphicon-user.hovered {
    background-color: #db002f;
    font-size: 20px;
}

.navDotsInner .dot.circle-item.home {
    height: 26px;
    width: 24px;
    line-height: 26px;
    background: none;
    color: #262626 !important;
    font-size: 20px !important;
}

.navDotsInner .dot.circle-item.home:hover, .navDotsInner .dot.circle-item.home.active, .navDotsInner .dot.circle.home.hovered {
    color: #db002f !important;
    background: none !important;
    background-color: transparent;
    font-size: 20px !important;
}

.navDotsOuter .dot.description {
    background: none;
    font-family: 'open_sansregular', sans-serif;
    height: 26px;
    line-height: 26px;
    padding: 0px;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    color: #262626 !important;
    text-transform: uppercase;
    padding-left: 10px;
}

.navDotsOuter .dot.description:first-child {
    line-height: 30px;
}

.navDotsOuter .dot.description:hover, .navDotsOuter .dot.description.active, .navDotsOuter .dot.description.hovered, .navDotsOuter .dot.description:first-child:hover, .navDotsOuter .dot.description:first-child.active, .navDotsOuter .dot.description:first-child.hovered {
    color: #db002f !important;
    font-size: 14px;
}

.navDotsInner .navDotsNav, .navDotsOuter .navDotsNav {
    background: none;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 26px;
    padding: 0px;
    margin-bottom: 4px;
    color: #262626 !important;
    margin-left: 8px;
    opacity: 1;
    font-size: 18px;
}

@media screen and (max-height: 768px) {
    .navDotsInner .dot.circle-item, .navDotsInner .dot.circle-item:first-child {
        height: 22px;
        width: 22px;
        line-height: 22px;
        margin-bottom: 6px;
        font-size: 14px;
        margin-left: 8px;
    }

    .navDotsInner .dot.circle-item:hover, .navDotsInner .dot.circle-item.active, .navDotsInner .dot.circle-item.hovered, .navDotsInner .dot.circle-item:first-child:hover, .navDotsInner .dot.circle-item:first-child.active, .navDotsInner .dot.circle-item:first-child.hovered {
        font-size: 14px;
    }

    .navDotsInner .dot.circle-item.glyphicon-user {
        font-size: 16px;
    }

    .navDotsInner .dot.circle-item.glyphicon-user:hover, .navDotsInner .dot.circle-item.glyphicon-user.active, .navDotsInner .dot.circle-item.glyphicon-user.hovered {
        background-color: #db002f;
        font-size: 16px;
    }

    .navDotsInner .dot.circle-item.home {
        height: 22px;
        width: 20px;
        line-height: 22px;
        font-size: 16px !important;
    }

    .navDotsInner .dot.circle-item.home:hover, .navDotsInner .dot.circle-item.home.active, .navDotsInner .dot.circle.home.hovered {
        font-size: 16px !important;
    }

    .navDotsOuter .dot.description {
        height: 22px;
        line-height: 22px;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .navDotsOuter .dot.description:first-child {
        line-height: 24px;
    }

    .navDotsOuter .dot.description:hover, .navDotsOuter .dot.description.active, .navDotsOuter .dot.description.hovered, .navDotsOuter .dot.description:first-child:hover, .navDotsOuter .dot.description:first-child.active, .navDotsOuter .dot.description:first-child.hovered {
        font-size: 14px;
    }

    .navDotsInner .navDotsNav, .navDotsOuter .navDotsNav {
        height: 22px;
        width: 22px;
        line-height: 22px;
        margin-bottom: 4px;
        margin-left: 11px;
        opacity: 1;
        font-size: 16px;
    }
}

@media screen and (min-height: 600px) and (max-height: 640px) {
    .navDotsInner .navDotIndex {
        display: none;
    }
}

.navDotsInner .navDotsNav.disabled {
    visibility: visible;
    opacity: 0.7;
}

.navDotsInner .navDotsNav:hover {
    color: #db002f !important;
    background: none;
}

.navDotsInner .navDotsNav:hover.disabled {
    color: #262626 !important;
    background: none;
}


.navDotsOuter .navDotsNav {
    visibility: hidden;
    cursor: default;
}

.navDotsOuter .navGroups {
    display: block;
    visibility: hidden;
    height: 20px;
}

.navDots .navGroup:hover {
    color: #db002f !important;
}


#headerPanel {
    display: block;
    position: relative;
    height: 140px;
    background-color: #ffffff;
    /*background-image: url(../images/headerBg.png);
    background-repeat: repeat-x;*/
}

#headerPanel .logo {
    display: block;
    height: 120px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: transparent;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
}

#headerPanel .outlookcities {
    display: block;
    position: absolute;
    font-family: 'open_sansregular', sans-serif;
    height: 26px;
    line-height: 26px;
    width: 224px;
    top: 24px;
    right: 20px;
    z-index: 100;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    display: none;
}

#headerPanel .outlookcities strong {
    font-weight: bolder;
    display: none;
}

#headerPanel .logo-text {
    display: block;
    float: left;
    height: 130px;
    width: 432px;
    position: relative;
    top: 15px;
    left: 30px;
    background-color: transparent;
    background-image: url(../images/logo_text.jpg);
    background-repeat: no-repeat;
}

#headerPanel .logo-image {
    display: block;
    float: right;
    height: 120px;
    width: 224px;
    position: relative;
    top: 2px;
    right: 30px;
    background-color: transparent;
    background-image: url(../images/logo_image.png);
    background-repeat: no-repeat;
}


#headerPanel .banner {
    display: block;
    width: 87px;
    height: 144px;
    z-index: 100;
    position: absolute;
    right: 92px;
    top: 0px;
    background-color: transparent;
    background-image: url(../images/banner_WAD.png);
    background-repeat: no-repeat;
}

#headerPanelMobile {
    display: block;
    width: 186px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 24px;
    background-color: transparent;
    background-image: url(../images/logo_mobile.png);
    background-repeat: no-repeat;
    z-index: 100;
}

.sections::-webkit-scrollbar {
    display: none;
}

.sidePanel .section {
    padding: 0px 30px 0px 5px;
    margin-top: -4px;
}

.sidePanel .section:first-child {
    margin-top: -4px;
}

.sidePanel .section .title, .sidePanel .section:first-child .content p.title:first-child {
    font-weight: bold;
    font-size: 1.1em;
    color: #db002f;
}

.sidePanel .section:first-child .content {
    margin-top: 0px;
}

.next-item {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    color: #db002f;
    cursor: pointer;
    margin-top: 15px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.scrollInner {
    width: 100%;
    height: 52px;
    background: url('../images/side-scroll.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 85px 52px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: cubic-bezier(.5,0,1,1);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2.5s;
    -moz-animation-timing-function: cubic-bezier(.5,0,1,1);
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(.5,0,1,1);
    animation-iteration-count: infinite;
}

.sectionsWrapper .section:last-child {
    padding-bottom: 1000px;
}

.sectionsWrapper .section.disabled {
    visibility: hidden;
    opacity: 0;
}

.sectionsWrapper .section.active {
    visibility: visible;
    opacity: 1;
}

#mainStagePanel #mainStagePanelInner {
    border: 1px dotted #262626;
}

#sidePanel #sidePanelInner {
    border: none;
}

table, table tr, table tr td {
    border-color: #fff !important;
}

/*.floatingSwiper {
    position: relative;
    left: 0;
    right: 0;
    display: none;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: 30;
    background-color: #fff;
    height: 130px;
}*/

/*.floatingSwiper .swiper-container {
    overflow: visible;
    height: 100%;
}*/

/*.floatingSwiper.hasDesktopBtn:not(.expanded) .embed-btn-container {
    position: absolute;
    top: 36%;
    display: block;
    width: 51px;
    height: 100%;
    z-index: 1;
    opacity: .8;
    padding: 0px;
}*/

/*.floatingSwiper .swiper-container .swiper-wrapper {
    top: 20%;
}*/

.mapContainer.map {
    background-color: #D0CFD4;
}

.esriControlsBR {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.floatingSwiper .help-embed {
    color: #db002f !important;
}

.floatingSwiper .expanded-close-embed .backmap2 {
    background-color: #db002f !important;
    border-color: #BA0129 !important;
}

.backButton {
    border: 1px solid #db002f !important;
}

.scroll {
    bottom: -20px;
}

.esriPopup a, a, a:focus, a:visited, p.fakelink {
outline: 0;
color: #db002f !important;
text-decoration: none !important;
cursor: pointer;
}

p.fakelink:hover, a:hover {
color: #BA0129 !important;
text-decoration: none !important;
cursor: pointer;
}