.ceremony_term_btn em {
  display: inline-block;
  transform: rotate(0);
  transition: all .5s ease;
}

.ceremony_term_btn em.show {
  transform: rotate(180deg);
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.convocation-banner {
	 background: url(http://humber.ca/convocation/sites/default/files/default_images/convocation-stage-compressor_1.jpg);
	 overflow: hidden;
    background-position: center, center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 300px;
    position:relative;
}

/*
.convocation-banner h1 {
	margin: 0;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.441em;
    float: left;
    background: #0071A2;
    margin: 0;
    clear: both;
    font-size: 2.441em;
}
*/

.ceremony-details {
    text-align: center;
    padding: 20px 0;
}

.ceremony-details p {
    font-size: 18.2px;
    font-weight: 200;
    line-height: 25px;
    color: rgba(40,40,40,0.7);
}

.schedule {
	overflow: auto;
    padding-top: 2em;
}

.schedule .schedule-schools {
    background: #0071A2;
    color: #fff;
    padding: 16px;
    margin-top: 0;
}

.schedule ul {
	list-style-type:none;
	list-style:none;
	margin-left:0;
}

.schedule ul li {
	list-style-type: none;
    border-bottom: 1px solid #e1e3e3;
    padding: 8px 16px;
    background: #fff;
}

.schedule ul li:nth-of-type(even) {
	    background: #f1f2f2;
}
.share {
    margin-top: 25px;
}
.share a {
	padding: 8px 16px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0.41em;
}

a.facebook {
    background: #3B5998 url(images/facebook.png) 16px center no-repeat;
    background-size: auto 1em;
    padding-left: 36px;
    background-image: url(images/facebook.svg), none;
}


a.twitter {
    background: #0F6DE8 url(images/twitter.png) 16px center no-repeat;
    background-size: auto 1em;
    padding-left: 48px;
    background-image: url(images/twitter.svg), none;
}
.archive-terms hr {
    margin: 0;
}