  /* Background images */

.index-section2-background {
	background-image: url("/alumni/images/background/ar-index-section2.jpg");
	background-size: cover;
	background-position: center;
}

.index-section2-background h2, .index-section2-background p, .index-section2-background h3, .index-section2-background li .button small {
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.index-section2-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}



.index-section4-background {
	background-image: url("/alumni/images/background/ar-index-section4.jpg");
	background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 40.063em){
	.index-section4-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}



.index-section6-background {
	background-image: url("/alumni/images/background/ar-index-section6.jpg");
	background-size: cover;
	background-position: center;
}

.index-section6-background h2, .index-section6-background p, .index-section6-background h3, .index-section6-background li{
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.index-section6-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}

.admissions-section2-background {
	background-image: url("/alumni/images/background/ar-admissions-section2.jpg");
	background-size: cover;
	background-position: center;
}

.admissions-section2-background h2, .admissions-section2-background p, .admissions-section2-background h3, .admissions-section2-background li .button small {
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.admissions-section2-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}


.events-traditions-section2-background {
	background-image: url("/alumni/images/background/ar-events-traditions-section2.jpg");
	background-size: cover;
	background-position: center;
}

.events-traditions-section2-background h2, .events-traditions-section2-background p, .events-traditions-section2-background h3, .events-traditions-section2-background li{
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.events-traditions-section2-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}



.events-traditions-section3-background {
	background-image: url("/alumni/images/background/ar-events-traditions-section3.jpg");
	background-size: cover;
	background-position: center;
}

.events-traditions-section3-background h2, .events-traditions-section3-background p, .events-traditions-section3-background h3, .events-traditions-section3-background li{
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.events-traditions-section3-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}



.career-index-section6-background {
	background-image: url("/alumni/images/background/ar-career-index-section6.jpg");
	background-size: cover;
	background-position: center;
}

.career-index-section6-background h2, .career-index-section6-background p, .career-index-section6-background h3, .career-index-section6-background li{
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.career-index-section6-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}




.career-programs-section6-background {
	background-image: url("/alumni/images/background/ar-career-programs-section6.jpg");
	background-size: cover;
	background-position: center;
}

.career-programs-section6-background h2, .career-programs-section6-background p, .career-programs-section6-background h3, .career-programs-section6-background li{
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.career-programs-section6-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}




.career-advisors-employers-section2-background {
	background-image: url("/alumni/images/background/ar-career-advisors-employers-section2.jpg");
	background-size: cover;
	background-position: center;
	background-color:rgba(255,255,255,.5)
}

@media only screen and (max-width: 40.063em){
	.career-advisors-employers-section2-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}





.bear-network-index-section6-background {
	background-image: url("/alumni/images/background/ar-bear-network-index-section6.jpg");
	background-size: cover;
	background-position: center;
}

.bear-network-index-section6-background h2, .bear-network-index-section6-background p, .bear-network-index-section6-background h3, .bear-network-index-section6-background li{
	color: #fff  !important;
}

@media only screen and (max-width: 40.063em){
	.bear-network-index-section6-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}

/* Custom Active Calendar block grid widget */
.calendar-snippet .card {
	text-align: center;
}
.calendar-snippet .card .date {
	border-radius: 0rem;
	background: #EBEBEB;
	display: block;
	margin: auto;
	max-width: 75%;
	margin-bottom: 1em;
}
@media only screen and (min-width: 40.063em) {
	.calendar-snippet .card .date {
		max-width: 60%;
	}
}
@media only screen and (min-width: 64.063em) {
	.calendar-snippet .card .date {
		max-width: 45%;
	}
}
.calendar-snippet .card .date .day {
	border-top-right-radius: 0rem;
	border-top-left-radius: 0rem;
	padding: 0.5rem;
	background: #013C65;
	color: #FFF;
	text-transform: uppercase;
	font-size: .75rem;
}
.calendar-snippet .card .date .month {
	padding-top: 0.5rem;
}
.calendar-snippet .card .date .figure {
	padding-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 200;
}
.calendar-snippet .card .description span.time {
	font-style: italic;
}