
/** RECRUITING EVENT CALENDAR **/
#eventlist * {
    box-sizing: border-box;
}
#eventlist > h2 {
    text-transform: uppercase;
}
#eventlist > ul + h2 {
    padding-top: 10px;
}
#eventlist ul li h4 {
	margin-top: 15px 0;
}
#eventlist > ul {
    padding-left: 0;
	list-style:none;
	list-style-image:none;
}
#eventlist > ul > li {
     border-bottom: 1px solid #ccc;
    clear: both;
    line-height: 1.2;
    min-height: 110px;
    padding: 15px 10px 10px 100px;
    position: relative;
}
#eventlist > ul > li:before {
    display: none;
}
#eventlist > ul > li > span {
    display: block;
    margin-bottom: 5px;
}
#eventlist > ul > li .date {
    background: transparent none repeat scroll 0 0;
    border-radius: 30px;
    color: #2F65A7;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 100px;
    left: -20px;
    line-height: 1;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
#eventlist a {
	margin-top: 20px;
}
#eventlist > ul > li .date .day {
    display: block;
    font-size: 66px;
	letter-spacing: -7px;
	margin-left: -7px;
}
#eventlist > ul > li .link a {
    text-transform: uppercase;
    color: #00274c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
#eventlist > ul > li .link a .fa {
    font-size: 1.3em;
}
#eventlist > ul > li .link a:hover {
    text-decoration: underline;
}
#eventlist ul li img {max-height:70px;float:right;}

ul.months { 
	margin-bottom:4em;
	margin-left: 0; 
}

ul.months li {
	float:left;
	list-style:none;
	padding-right:3px;
	font-size:1.2em;
}

ul.months a, ul.months a:visited {
	text-decoration:none !important;
	display:block;
	margin:0 3px 5px 3px;
	padding:10px 10px;
	color:#FFF !important;
	background-color: #00274C !important;
	font-size: calc(1.2625rem + .15vw);
	font-weight: bold;
}

ul.months a:hover, ul.months a:active, ul.months a:focus {
	white-space:nowrap;
	text-decoration:none;
	padding:10px 10px;
	background-color:#FFCB05 !important;
	color: #00274C !important;
}

.flyer img {max-width:856px;}