/* -----------------------------------------
   Emergency Notices
----------------------------------------- */

.emergency-container{
       margin-top: -13px;
 margin-bottom: 3px;
 position: relative;
 border: 20px solid #ff8f0b;
 background: #ff8f0b url("../images_2013/bg_emergency_desktop.png") bottom right no-repeat;
}

.emergency-container > h1{
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 margin: 0 0 20px 0;
 padding: 0;
 font-family: 'robotolight',sans-serif;
 text-transform: uppercase;
}

.emergency-container > h3{
 color: #000;
 margin: 0 0 10px 0;
 font-size: 14px;
 font-weight: normal;
 font-family: 'robotolight',sans-serif;
 position: absolute;
 top: 5px;
 right: 0px;
}

.emergency-container .ec-content{
 width: 73%;
}

.emergency-container .ec-content > h2{
 font-size: 26px;
 margin: 0 0 10px 0;
}

.emergency-container .ec-content > p{
 font-weight: bold;
 color: #000;
 margin: 0 0 10px 0;
 font-size: 14px;
 font-family: 'robotolight',sans-serif;
}

.emergency-container .ec-content .ec-details{
 display: inline-block;
 margin: 6px 0 0 0;
 font-weight: bold;
 font-size: 14px;
 color: #fff;
 font-family: 'robotolight',sans-serif;
}
