@charset "utf-8";
/* CSS Document */

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;
}

/*#headerPanelMobile, .sidePanel .section:first-child .title, .header, .appTitle {
	display: inherit !important;
	visibility: visible !important;
}
NOTE: hiding these things means to hide the storymap header also hides the headers on the popups.  below shrinks the popup header areas and the "header" or title of the pop-up needs to be moved to the body of the popup
 */

.esriPopup.light .titlePane, .esriPopup.dark .titlePane {
    height: 2px;
    padding: 1px;
}

.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;
}

#headerPanel {
    display: block;
    position: relative;
    height: 80px;
    /*background-color: #ffffff;
    background-image: url(https://clear.uconn.edu/projects/landscape/storymap/gold_line.png);
    background-repeat: repeat-x;*/
}

#headerPanel .logo {
    display: block;
    height: 60px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: transparent;
    background-image: url(https://clear.uconn.edu/projects/landscape/storymap/UConn_CLEAR.png);
    background-repeat: no-repeat;
}

#headerPanel .ccl {
    display: block;
    position: absolute;
    font-family: 'open_sansregular', sans-serif;
    height: 25px;
    line-height: 25px;
    width: 300px;
    top: 24px;
    right: 20px;
    z-index: 100;
    font-size: 16px;
    text-align: right;
    /* display: none; */
}

#headerPanel .ccl strong {
    font-weight: bolder;
    display: none;
    color: #2a3f53;
}

#headerPanel .logo-text {
    display: block;
    float: left;
    height: 60px;
    width: 680px;
    position: relative;
    top: 5px;
    left: 5px;
    background-color: transparent;
    background-image: url(https://clear.uconn.edu/projects/landscape/storymap/ccl_title.png);
    background-repeat: no-repeat;
}

#headerPanel .logo-image {
    display: block;
    float: right;
    height: 60px;
    width: 275px;
    position: relative;
    top: 2px;
    right: 30px;
    background-color: transparent;
    background-image: url(https://clear.uconn.edu/projects/landscape/storymap/UConn_CLEAR.png); 
    background-repeat: no-repeat;
}


#headerPanel .banner {
    display: block;
    width: 87px;
    height: 75px;
    z-index: 100;
    position: absolute;
    right: 92px;
    top: 0px;
    background-color: transparent;
    /* background-image: url(https://clear.uconn.edu/projects/landscape/storymap/clear_logo_50x153.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 .navDots {
      top: -1px;
	background-color: #CCC;
	border: thin solid #666;
}

.sidePanel .sections {
/*background-color: #CCC;*/
}

.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: #6B6A6A; 
    background-color: #DBDBDB;
    padding: 5px;
}

.sidePanel .section:first-child .content {
    margin-top: 0px;
    background-color: #FFF;
}

.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;
}

.mapControls .titleBtn{ 
    color: #F5B324;
    background-color: #CCC;
}

.backButton {
    border: 1px solid #000 !important;
}

.scroll {
    bottom: -20px;
}

.esriPopup a, a, a:focus, a:visited, p.fakelink {
outline: 0;
color: #044697!important;
text-decoration: none !important;
cursor: pointer;
}

p.fakelink:hover, a:hover {
color: #066CEA !important;
text-decoration: none !important;
cursor: pointer;
}

	.navDots .dot{height:28px;line-height:28px;color:#F00;/*padding:0;*/font-size:28px;/*text-align:center;*/}
	.navDots .dot[data-index="0"]{font-family:'Glyphicons Halflings';font-size:25px!important;width:100%;line-height:18px;color:#F00;}
	.navDots .dot:hover{color:#f5b324!important;font-size:35px;}
	.navDots .dot.active{color:#f5b324!important;font-size:35px}

.navDots .navDotsUp {
  background: url('../tpl/viewer/icons/dotNavBar-arrows-gold.png') no-repeat 0 13px;
}

.navDots .navDotsDown {
    background: url("../tpl/viewer/icons/dotNavBar-arrows-gold.png") no-repeat scroll -26px 13px;
}

.navDots .navDotsInner {
   border: thin solid #CCC;
}

.backArrow {
    background: url("../tpl/viewer/icons/mainmedia-back_gold.png") repeat scroll 0% 0%;}
}

.backLbl {
    text-transform: none;
}

.overviewContainer {
    margin-bottom: 80px;
}

