  @charset "utf-8";
/* CSS Document */


.alertnotice {
    color: white;
    padding: 20px 0px;
    text-align: center;
}

.alertnotice h2 {
    font-weight: normal;
    font-style: italic;
    font-size: 1.75rem;
    margin-top: 0px;

}

.alertnotice p {
    font-weight: normal;
    font-size: .875rem;
    font-style: italic;
    font-family: 'Trade Gothic W04';
    margin-bottom: 0px;
}

.main_image {
    width: 100%;
    height: auto;
}

.date-container{
	border: 1px solid #b7b7b7;
	margin-top: 25px;
}

.title-bar{
	background-color: #ebebeb;
	width: 100%;
	
}

.title-bar:after, .date-event:after {
  content: "";
  display: table;
  clear: both;
}

.the-date {
	color: #053685;
	font-weight: bold;
	float: left;
	width: auto;
	background-color: #ebebeb;
	padding: 10px 20px 10px 10px;
	font-size:22px;
}

.date-title {
	color: #4b4b4b;
	float: left;
	width: auto;
	background-color: #ebebeb;
	border-left:4px solid white;
	padding: 10px;
	font-size:22px;
	font-style: italic;
}

.date-event p {
	clear: both;
	padding: 20px;
}

.date-event ul {
	    margin-top: -20px;
    padding-bottom: 20px;
}

.date-event {
	padding-bottom: 45px;
}

.date-event .cta_1 {
	display:inline;
	font-size:17px;
	margin-left:20px;
	position: static;
}

.date-details {
	display: none;
	border-bottom: 1px solid #ebebeb;
}

.date-details ul {
	list-style: none;
	font-size: 17px;
	margin-top: 15px;
}

.date-details ul li::before {
  content: "• ";
  color: #053685; /* or whatever color you prefer */
  font-size:22px;
}

.date-title .fa {
	color: #053685;
}

a.date-title {
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
	.the-date {
	width: 100%;
}

.date-title {
	width: 100%;
	border-left:0px;
	border-top:2px solid white;
}

.date-event .cta_1 {
    display: block;
    margin-bottom: 30px;
}


}

.blue-button {
	border: 2px solid #053685;
    border-radius: 25px;
    color: #053685;
    text-align: center;
    font-family: "Trade Gothic W04",sans-serif;
    font-size: 1.1875rem;
    font-style: italic;
    text-transform: uppercase;
    padding-top: 10px;
    transition: all 0.5s ease;
    padding: 6px 24px;
    display: inline-block;
    margin-right:20px;
    margin-bottom: 10px;
    margin-top:10px;
}

.blue-button:hover {
	color: #053685;
}

.date-event .blue-button{
	margin-left:15px;
	margin-top: 0px;
	margin-bottom:0px;
}


.programbox h3 {
    font-size: 1.15rem;

/*  GENERAL STYLES  */

