 
/* 75th section */
 .t1 .advisory-section + header.bg-image-full
 .t1 header.bg-image-full{
	 background-color: #f0e1b0;
	 background-size: cover;
	 height: 50vh;
}
 .t1 header.bg-image-full {
	 background-position-y: center;
	 background-position-x: center;
}
 .bg-image-full:after, .quicklinks-section:after, .jumbotron:after, .section2:after, .t4 .paralsec:after, .t3 .section2:after, .t4 #quadrants:after, main.t5:after, .t1 .un-headlines-section:after, .galleries.t4 #quadrants .col-md-6:nth-of-type(2n):after, .t4 .gallery-featured-section:after {
	 display: none;
}
 .anniversary-section {
	 padding: 0 !important;
	/*border-bottom: 1px solid #004e38;
	*/
	 position: relative;
}
 .anniversary-section:after {
	 content: ' ';
	 display: block;
	 width: 100%;
	 padding: 3px;
	 position: absolute;
	 left: 0;
	 bottom: -6px;
	 z-index: 10;
}
 .anniversary-section:after {
	 background: -webkit-gradient(linear, left top, right top, color-stop(25%, #008453), color-stop(40%, #ce7712), color-stop(60%, #fafa43), to(#380042));
	 background: linear-gradient(90deg, #008453 25%, #ce7712 40%, #fafa43 60%, #380042 100%);
}
 .anniversary-section a{
	 position: relative;
	 padding: 1rem 0 !important;
	 display: block;
	 background-image: linear-gradient(310deg, #0b3526 0%,#032d1f 25%,#0f553e 50%,#256f56 75%,#51a085 100%);
	 z-index: 1;
	 text-decoration: none !important;
	 line-height:25.76px;
	 max-width: none;
	 margin-bottom: 0;
	 color: #fff !important;
	 text-shadow: rgb(76 76 76) 1px 1px 2px;
	 font-size: 1.4rem;
}
 .anniversary-section a:visited,
 .anniversary-section a:hover{
	 color:#fff;
}
 .anniversary-section a::before {
	 position: absolute;
	 content: "";
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-image: linear-gradient(175deg, #0b3526 0%,#032d1f 25%,#0f553e 50%,#256f56 75%,#51a085 100%);
	 z-index: -1;
	 transition: opacity 0.5s linear;
	 opacity: 0;
}
 .anniversary-section a:hover::before {
	 opacity: 1;
}
 .anniversary-section {
	 text-align: center;
}

/* Med devices (700px and down) */
 @media only screen and (max-width: 700px) {
	 .t1 .advisory-section + header.bg-image-full,
	 .t1 header.bg-image-full{
		 background-size: 850px;
		 height: 50vh;
	}
	 .t1 header.bg-image-full {
		 background-position-x: -179px;
	}
	 .anniversary-section a {
		 font-size: 1.2rem;
	}
}
/* Small devices (480px and down) */
 @media only screen and (max-width: 480px) {
	 .t1 .advisory-section + header.bg-image-full {
		 background-size: 780px;
		 height: 44vh;
	}
	 .t1 header.bg-image-full {
		 background-position-x: 46%;
	}
	 .anniversary-section a {
		 font-size: 1.1rem;
	}
}
/* Footer Anniversary */
 .anniversary-section-footer {
	 padding: 0 !important;
	 max-width: 100%;
}
 .anniversary-section-footer a{
	 font-size: 1.1rem;
	 max-width: unset;
	 /*color:#00573d;*/
	 /*text-shadow: rgb(153 146 146) 1px 1px 2px;*/
	 margin-bottom: 0;
}
 #csus-global-footer .anniversary-section-footer a{
	 position: relative;
	 line-height:1.3rem;
	 padding: .5rem 0 !important;
	 display: block;
	 background-image: linear-gradient(175deg, #eee4c0 0%,#c9bd90 25%,#c4b581 50%,#b6a876 75%,#685d37 100%);
	 /*z-index: 1;*/
	 text-decoration: none;
	 text-align:center;
	 /*color: #00573d;*/
	 color: #004e38;
}
 #csus-global-footer .anniversary-section-footer a:hover,
 #csus-global-footer .anniversary-section-footer a:focus {
    color: #333;
      text-decoration:underline;
}
/* .anniversary-section-footer a::before {*/
/*	 position: absolute;*/
/*	 content: "";*/
/*	 top: 0;*/
/*	 right: 0;*/
/*	 bottom: 0;*/
/*	 left: 0;*/
/*	 background-image: linear-gradient(175deg, #c4b581 0%,#c4b581 25%,#c4b581 50%,#c4b581 75%,#c4b581 100%);*/
/*	 z-index: -1;*/
/*	 transition: opacity 0.5s linear;*/
/*	 opacity: 0;*/
/*}*/
/* .anniversary-section-footer a:hover::before {*/
/*	 opacity: 1;*/
/*}*/

