  li:last-child .dropdown-menu {
    right:0;
    left: auto;
}

.carousel-caption {
    padding-bottom: 5px;
}

.slide-description { 
    display: none;
}

.slide-title {
    font-size: 2.0em;
}

.my-title {
    margin-bottom:10px;
}

.frontpage-module h3{
    display:none
}

#open-positions { 
    margin-bottom:30px;
    width:100%;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
    
#academic-manual{
    margin-bottom:30px;
    width:100%;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px
}

.calendar {
    margin: 0 13px;
}

.text-col, .Normal {
    padding: 0;
}

/*  Styling for the animated buttons in the home page.  Remove once the buttons have been moved to the module */

.animated {
	font-size: 70px;
	width: 125px;
	height:125px;
	border-radius: 100%;
	border: 5px solid #01426a;		
	transition: color 1s;
	transition: transform .1s;
	text-align: center;
	background-color: rgb(255, 181, 0, 1);
}

.animated:hover{ 
	font-color: cyan;
	border: 5px solid #6cc24a;
	color: #01426a;
	background-color: rgb(255, 181, 0, .5);
	transform: scale(1.3);
}

.button-text {
    text-align: center; 
    color: #01426a;
    font-size: 20px; 
    padding-top: 20px; 
    width: 100%;
}

.img-icon-link {
    padding-top: 20px;
    width: 75px;
}

.icon-link-fa {
    width: 100%; 
    color: #01426a;
    margin-top: 25px; 
}

.btn-container{
    padding-bottom: 25px; 
    margin-left: auto; 
    margin-right: auto;
}

/*expands the width of the modal dialogue window*/
.modal-dialog {
    max-width: 1200px;
}