 .search {
	 padding-top: 85px;
}
 .alert-container {
	 position: absolute;
	 z-index: 5;
	 width: 100%;
	 padding: 0;
	 margin: 0;
}
 #special-alert{
	 background: #fff;
	 padding:0 10px;
	 overflow: hidden;
	 border-bottom: 8px solid #FFC222;
	 filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, .7));
}
 #special-alert h2 {
	 font-size: 18px;
	 color: #500000;
	 border-bottom: 1px solid #500000;
}
 #special-alert ul li{
	 padding-bottom: 10px;
	 font-size:14px;
	 margin-left: 15px;
}
 .view-alert-updates {
	 float: right;
	 background: #500000;
	 margin-right: 30px;
	 margin-top: 20px;
	 padding: 10px;
	 color: #fff;
	 margin-bottom: 10px;
	 text-decoration:none;
}
 .view-alert-updates:hover {
	 background: #464646;
	 text-decoration:none;
	 color:#fff;
}
 #handle {
	 cursor: pointer;
	 text-decoration: none;
	 position: absolute;
	 width: 230px;
	 left: 59%;
	 overflow: hidden;
	 z-index:10;
	 height:100px;
}
 #handle .handle-title {
	 text-align: center;
	 padding-bottom: 5px;
	 font-size: 15px;
	 font-weight: bold;
	 text-decoration: none;
}
 #handle:focus {
	 outline: none;
}
 #handle:focus svg {
	 stroke: #6e98f5;
	 stroke-dashoffset: 100;
	 stroke-dasharray: 12;
	 stroke-width: 12;
}
 #handle:focus svg .arrows {
	 stroke: transparent;
	 stroke-dashoffset: 0;
	 stroke-dasharray: 0;
	 stroke-width: 0;
}
 svg{
	 top: -75px;
	 left: 0px;
	 z-index: -2;
	 position: relative;
	 display: block;
	 filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, .7));
	 width: 100%;
	 fill: #FFC222;
}
 svg .arrows {
	 position: relative;
	 top: 5px;
	 display: block;
	 fill: #000;
}
/* Small Devices, Tablets */
 @media only screen and (max-width : 768px) {
	 svg {
		 top: -75px;
		/*height: 140px;
		 */
		 width: 100%;
	}
	 #handle {
		 left: 33.3333%;
	}
}
/* Extra Small Devices, Phones */
 @media only screen and (max-width : 480px) {
	 svg{
		 top: -75px;
	}
	 #handle {
		 left: 33.3333%;
	}
}
/* Custom, iPhone Retina */
 @media only screen and (max-width : 320px) {
	 svg{
		 top: -75px;
	}
	 #handle {
		 left: 21%;
	}
}
 