/*style new elements*/
html{
		overflow:unset;
	}	
	
.storymaps-root {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.125rem;
    font-weight: 300;
}

body .btn {
    border-radius: 0.25rem !important;
}
body .btn-success {
    background-color: #008A20 !important;
    border-color: #008A20 !important;
}
body .btn-success:hover {
    background-color: #006417 !important;
    border-color: #005714 !important;
}

.grayRibbonIcon {    
    padding: .75rem 0 .75rem 6rem;
	color: #fff !important;
	font-size: inherit !important;	
}
.icnStoriesWH{
	background: url(../i/icn-stories-sm-wh.png) left center no-repeat;
}
#titlediv{
		float:left;
		z-index: 3333;
		position: relative;
		padding-left: 5px;
	}
	
	.skip,
.skip:hover,
.skip:visited {
    position: absolute;
    top: -200px;
    right: 44%;
    padding: 8px 15px;
    font-weight: bold;
    border: 2px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
    transition: all .2s ease-in-out;
}
.skip:active,
.skip:focus {
    position: absolute;
    top: 0;
    color: #a90101;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
	z-index: 9999;
}


@media (min-width: 1280px) {
    .credits-container .grid-item-lite.jsx-1766271777{ 
		--total-grid-width: 1900px !important;
	}
}
	
	
@media only screen and (max-width: 1200px) {
		#titlediv{
			display:none;
		}
		}	
		#buttondiv{
			float:right;
			padding: 10px 0;
		}
		#buttondiv a {
			padding: 3px 1.25rem;
			font-size: 1rem;
		}
}