/***************************************************
	HURRICANE IRMA
***************************************************/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:500,700');

@charset "utf-8";
/* CSS Document */

/*
Red		- #cc0033
Blue	- #003366
Gray	- #333333
*/

/***************************************************
	GENERAL
***************************************************/
.skin-row-outer {
	background:#FBFAF8;
}
.DNNModuleContent .btn,
.DNNModuleContent a.btn {
    display: block;
    clear: both;
    margin: 10px auto;
    text-align: right;
    color: #fff;
    background: #2F9BBF;
    font-size: 1.2em;
    font-weight: bold;
    float: right;
    padding: 10px 20px;
}
.DNNModuleContent .btn:hover,
.DNNModuleContent a.btn:hover {
	background:#084476;
}

/***************************************************
	BANNER
***************************************************/
#skin-row-outer1 {
	background:#222;
	background: url(/Portals/1/features/disaster-template/hurricane_bkg.jpg) center center no-repeat #002731;
	box-shadow:0 -10px 50px -20px #000 inset;
}
.bannerWrapper {
	display:block;
	padding:40px 0 30px;
	text-align:center;
}
.DNNModuleContent .bannerWrapper h1,
.DNNModuleContent .bannerWrapper h2,
.DNNModuleContent .bannerWrapper h3 {
	margin:0 0 10px;
	color:#fff;
	text-shadow:2px 2px 3px #000;
}
.DNNModuleContent .bannerWrapper h1 {
	font-size:4em;
	text-transform:uppercase;
}
.DNNModuleContent .bannerWrapper h2 {
	font-size:2.6em;
}
.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin: 30px 0 0;
    padding: 25px 5%;
    background-color: #eee;
    color: #555;
}
.wrap p {
	margin:0;
	font-size:1.3em;
	text-align:center;
	font-family:"Raleway", Arial, Helvetica, sans-serif;
}

/***************************************************
	RELATED ICONS
***************************************************/
.relatedIcons {
	
}
.relatedIcons p {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin-top:15px;
	font-family:'Raleway',Helvetica,Arial,sans-serif;
}
.relatedIcons a img {
	-webkit-transition:.3s linear;
	-moz-transition:.3s linear;
	transition:.3s linear;
}
.relatedIcons a:hover img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition:.3s linear;
	-moz-transition:.3s linear;
	transition:.3s linear;
}

/***************************************************
	STORIES
***************************************************/
.dash-top-stories .footer {
	display:none;
}
.DnnModule .adash.dash-top-stories .item {
	padding:0 0 15px;
}
.adash.dash-top-stories .links {
    font-size: 1em;
}
.adash.dash-top-stories hr {
	margin-bottom:15px;
}

/***************************************************
	DEFAULT STYLING
***************************************************/
.DnnModule  {
}
.DNNModuleContent h1 {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1.2em;
	color:#636262;
	margin:20px 0 5px;
}
.DNNModuleContent h2 {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
	color:#636262;
	margin:20px 0 5px;
}
.DNNModuleContent h3 {
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6em;
    line-height: 1.2em;
	color:#636262;
	margin:20px 0 5px;
}

/***************************************************
	MAIN CONTENT
***************************************************/


/***************************************************
	SIDEBAR
***************************************************/


/***************************************************
	ROTATOR
***************************************************/
#skin-row-outer3 {
    padding: 10px 0 50px;
}
#skin-row-outer3 .GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .bottom {
	font-size:14px;
}
#skin-row-outer3 .GenericSlideshow .slideWrapper .rsNav .rsNavItem {
	background-color:#2F9BBF;
	border-color:#2F9BBF;
}
#skin-row-outer3 .GenericSlideshow .slideWrapper .rsNav .rsNavSelected {
	background-color:#fff;
}

/***************************************************
	PHOTO ESSAYS
***************************************************/
#skin-row-outer5 {
    padding: 50px 0 40px;
	background:#fff;
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.01), 0px 3px 1px -2px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/***************************************************
	VIDEOS / RELATED
***************************************************/
#skin-row-outer6 {
	background: #222;
    color: #fff;
    padding: 30px 0 50px;
	color:#fff;
}
#skin-row-outer6 .DNNModuleContent h2,
#skin-row-outer6 .DNNModuleContent h3 {
	color:#fff;
}
#skin-row-outer6 .Normal {
	color:#eee;
}

.relatedLinks {
	display:block;
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}
.relatedLinks li a {
	display:block;
    padding: 13px 15px 11px 20px;
    color: #fff;
    background: #2F9BBF;
	border-top:1px solid #222;
	font-size:1.2em;
}
.relatedLinks li a .fa-chevron-right {
    color: #fff;
    float: right;
    margin-top: 1px;
	margin-right:5px;
	font-size:1.3em;
	-webkit-transition:.3s linear;
	-moz-transition:.3s linear;
	transition:.3s linear;
}
.relatedLinks li a:hover {
	background:#fff;
    color: #2F9BBF;
}
.relatedLinks li a:hover .fa-chevron-right {
    color: #2F9BBF;
	margin-right:0;
	-webkit-transition:.3s linear;
	-moz-transition:.3s linear;
	transition:.3s linear;
}

/***************************************************
	FOOTER
***************************************************/
#skin-row-outer8 {
	background: #fff;
    padding: 30px 0 60px;
	color:#fff;
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.01), 0px 3px 1px -2px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/***************************************************
	PHOTOS / VIDEOS
***************************************************/
.photoBlock,
.videoBlock {
	position:relative;
}
.photoBlock a,
.videoBlock a {
	display:block;
	color:#fff;
}
.photoBlock a:hover,
.videoBlock a:hover {
	color:yellow;
}
.photoBlock img,
.videoBlock img {
	width:100%;
	border:1px solid #133C6A;
}
.photoBlock p,
.videoBlock p {
	padding-top:5px;
}
.videoBlock .playBttn {
	position: absolute;
	z-index:10;
    top: 31%;
    left: 41%;
    width: 18%;
	border:none;
}
.moreVideos {
	display:block;
	padding:0 15px;
}
.moreVideos h3 {
	margin-top:0;
}


/***************************************************
	.end
***************************************************/