/*Created by Adeel*/

.box_trending {
  border-bottom: 1px #bdc3c8 solid;
  padding: 40px 0;
  overflow: auto;
  transition: background-color .5s;
}
.box_trending.done {
  cursor: default;
}
.box_trending.done .buttonholder {
  display: none;
}
.box_trending.done:hover {
  background-color: transparent;
}
.box_trending.done:hover h3 {
  color: #2c3d51;
}
.box_trending .eventpic {
  width: 200px;
  height: 200px;
  margin: 0 45px;
  float: left;
}
.box_trending h3 {
  font-size: 16px;
  color: #2c3d51;
}
.box_trending .eventtext {
  width: 320px;
  margin: 0 45px;
  float: left;
}
.box_trending .eventtext h3 {
  margin-top: 0;
}
.box_trending:first-of-type {
  border-top: 1px #bdc3c8 solid;
}
.box_trending:hover {
  background-color: white;
}
.box_trending:hover h3 {
  color: #016fd2;
}
#news .box_trending {
  padding-left: 88px;
  padding-top: 10px;
  padding-bottom: 10px;
}
  #news .box_trending {
    padding: 0 5%;
  }
  #events .box_trending .eventpic {
    float: left;
    margin: 0;
    margin-left: 2%;
    width: 21%;
    height: 21%;
  }
  #events .box_trending .eventtext {
    margin: 0 auto;
    margin-left: 5%;
    margin-right: 2%;
    width: 36%;
  }
  #events .box_trending .calendar-with-description, #events .box_trending .calendar, #align .calendar-with-description {
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    width: 32%;
    margin-left: 0;
  }
@media screen and (max-width: 704px) {
  #events .box_trending .eventpic {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 220px;
    max-height: 220px;
    width: 100%;
    margin-bottom: 30px;
  }
  
	#events .box_trending .eventtext {
    width: 47%;
  }

#events .box_trending .calendar-with-description, #events .box_trending .calendar, #align .calendar-with-description {
    float: right;
    width: 220px;
  }
}

@media screen and (max-width: 545px) {
  #events .box_trending .eventtext {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 30px;
  }

  
  #events .box_trending .calendar-with-description, #events .box_trending .calendar {
    float: none;
    margin: 0 auto;
  }
  #events .box_trending .buttonholder {
    margin-top: 20px;
  }
}

.box_trending .alumnitext h3 {
  margin-top: 0;
}

.box_trending .alumnitext {
  margin: 0 auto;
    margin-left: 2%;
    margin-right: 2%;
	width: auto;
}

.box_trending .alumniypic {
    float: left;
    margin-right: 3%;
    margin-left: 2%;
	width: 21%;
    height: 21%;
  }

	
.box_trending .facultytext h3 {
  margin-top: 0;
}

.box_trending .facultytext {
  margin: 0 auto;
    margin-left: 2%;
    margin-right: 2%;
	width: auto;
}

.box_trending .facultypic {
    float: left;
    margin-right: 3%;
    margin-left: 2%;
	width: 21%;
    height: 21%;
  }
	
.box_trending .studenttext h3 {
  margin-top: 0;
}

.box_trending .studenttext {
    margin: 0 auto;
    margin-left: 2%;
    margin-right: 2%;
	width: auto;
}

.box_trending .studentpic {
    float: left;
    margin-right: 3%;
    margin-left: 2%;
	width: 21%;
    height: 21%;
}

aside .faculty-spotlight-aside a {
	margin: 0px;
	padding: 0px;
	color: #016fd2;
	text-decoration: underline;
}

aside .faculty-spotlight-aside a:visited {
    color: #016fd2;
}

aside .faculty-spotlight-aside a:hover {
	background-color: transparent;
	color: #2c3d51;
	margin: 0px;
	padding: 0px;
}

span.vid1 {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-left: 20%;
}

span.vid2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-left: 30%;
}

@media screen and (max-width: 1024px) {
	span.vid1 {
		width: 50px;
		height: 50px;
		padding-left: auto;
	}
	span.vid1 {
		width: 50px;
		height: 50px;
		padding-left: auto;
	}
}

@media screen and (max-width: 414px) {
	span.vid1 {
		width: 50px;
		height: 50px;
		padding-left: auto;
	}
	span.vid1 {
		width: 50px;
		height: 50px;
		padding-left: auto;
	}
}

/* iFrame CSS*/

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	height: 0px;
}

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