/*
---> Banner Location Colour (Arts Red)
*/
div.banner div.location { background: #f68428; color: #FFF; }


/*
---> Faculty Logo, Left Column (Optional)
*/
#facultyLogo { background-image: url(../img/logo.png); }


/*
---> Site Tag for Home Page Templates
*/
#instSiteTag160 { 
    background: url(../img/tagline160.png) top left no-repeat; 
}

#instSiteTag135 { 
    background: url(../img/tagline135.png) top left no-repeat; 
}
.line {
  border:none;
  height: 20px;
 	width: 100%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #f9f4f3;
	box-shadow: 0 11px 20px -20px #333;
  margin: -50px auto 10px; 
}
.contact{
    padding-bottom:3px;
    width:"50%";
    font-size:16px;
    float:left;
}
.contactImages{
    padding-top:0px;
    padding-bottom:4px;
    width:"50%"";
    float:right;
}
.containerImg {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.containerImg img {vertical-align: middle;}

.containerImg .contents {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 95%;
  padding: 20px;
  cursor:pointer;
}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}



/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

a.ug{
    border: 0px solid black; border-radius:10px; width: 180px; height: 30px; cursor: pointer; text-align: center; background-color:#0d5490; text-decoration: none; display: inline-block; color: white; margin:10px; padding-top:10px;
    margin-top:0px;
}
a.ug:hover, a.ug:active{
    background-color:   #2471a3  ;
}