.jcm-social-media {
    padding: 1%;
    /*margin-bottom: -1em;*/ /* PDH: Causes double-scrollbar in 2020 Template */
    margin-top: 1em;
    clear: both;
    text-align: right;
}
.jcm-icon {
    width: 35px;
    height: 35px;
}
@media only screen and (max-width: 767px) {
	#main {
    	padding-bottom: 12px;
	}	
}
.img {
}
#shadow {display: block;
	text-decoration: none;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
}

.shadow {display: block;
	text-decoration: none;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
}
	
.googleCalendar{
  position: relative;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

@media print {
	#college-banner-mobile {
		display: none;
	}
}