/* HOME PAGE MESSAGE 

	#emergency-message{
  position:fixed;
  z-index:999;
  top:0;
  width:100%;
  height: 50px;
}
.header{
 top: 50px; 
}
.alert {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
  vertical-align: middle;
}

.alert-danger {
  font-family: "Open Sans",sans-serif!important;
  line-height: 12px;
  color: #232020;
  background-color: #F5B322;
  border-color: #D7C294;
}/* ENDS */


/* ON PAGE MESSAGE */

.message {
  position: relative; 
  padding: 20px;
  margin: 10px 0 70px 0;
  box-shadow:0 2px 5px rgba(0,0,0,.3);
  background: #FFCC33;
  color: #232020;
  font-weight: 600;
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}

.message:before{
  content: '';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: -29px;
  left: 50%;
  margin:0 -21px;
  font-size: 30px;
  line-height: 30px;;
  text-align: center;
  width: 30px;
  padding:10px;
  background: inherit;
  color: #232020;
  border-radius:50%;
  border: 2px solid transparent;
  z-index: 2;
}

.message.disruption:before{content:'\f12a';background: #FFCC33;}

.message.disruption{
	padding-top:20px;
  background: #FFFFFF;
  border: 2px solid #FFCC33;
	text-align: center;} /* ENDS */

.message.disruption p--feature {text-align: left;}

.message.disruption p {text-align: left;}

.message.disruption ul {text-align: left;
font-style: normal;
font-weight: normal;}

.message.disruption li {padding-bottom: 20px;}
