/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2022 | 20:30:16 */
.announcements {
	background-image: url("https://www.oet.udel.edu/wp-content/themes/cehd-toolset/images/backgrounds/dot-glyph-background.jpg");
	background-size: cover;
	background-color: #00539f;
	color: #fff;
	padding: 35px;
}

.announcements a {
  color: #bed600;
}

.footer-social-icons {
display: block;
}

ul.social-icons {
list-style: none;
text-align: center !important;
margin-bottom: 25px;
font-size: 2em;
line-height: 100%;
}

.social-icons li {
float:left;
}

.social-icons a {
color: #fff;
text-decoration: none;
display: inline-block;
margin-left: 3px;
}

.fa-youtube {
padding: 14px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
background-color: #3d5b99;
height: 60px;
width: 60px;
margin-right:15px;
}

.fa-twitter {
padding: 14px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
background-color: #00aced;
height: 60px;
width: 60px;
}

.home-slider .slide-text h1 {
	color: #003976;
	background-color: #ffd200;
}

h1 {
	color: #003976;
}

.page-title {
	border-bottom-color: #ffd200;
}