  body {
    min-width: 320px;
}

.wrapper.secondary-page {
    padding: 2.5% 10%;
}

.hub-button-cover {
    background: #fff;
    margin-top: -100px;
    position: relative;
}



#top-carousel a:hover {
  text-decoration: none;
}

#top-carousel .carousel-inner .carousel-caption {
  background: rgba(0,61,126,.4);
  bottom: 10%;
  top: 50%;
  right: 2.5%;
  left: 45%;
  text-shadow: none;
  padding: 3%;
  text-align: left;
}

.carousel-caption p {
  color: #fff!important;
font-size: 1.3em;
}

.carousel-caption:empty {
  display: none;
}


.main-nav {
    height: auto;
    text-align: center;
}

.main-nav > ul > li {
    width: auto;
    margin: 0 1.5%;
    padding: 8px 0;
}

.nav-bar li {
    background-color: transparent;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
}

.nav-bar a {
    color: #fff;
}

ul.nav-bar li a:first of type:focus, 
ul.nav-bar li a:first of type:hover  {
	text-decoration: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #f58426;
}

.nav-bar li ul,
.nav-bar li ul li {
text-align: left;
}

.nav-bar li ul li a:focus,
.nav-bar li ul li a:hover {
	color: #f58426;
	border-bottom: none;
}


.dept-title {
    margin: 20px auto;
    width: 80%;
    text-align: center;
	border-bottom: 1px solid #ededed;
}

.dept-title span {
    background: #fff;
    padding: 0 40px;
    color: #003e7e;
    font-size: 32px;
	text-transform: none;
}

.dept-title.left {
    width: 100%;
    text-align: left;
}

.dept-title.left span {
    padding: 0 20px 0 0;
}

div.secondary-title {
	color: #f58426;
	font-size: 26px;
	font-family: 'Vollkorn', serif;
}


.header-img {
    width: 100%;
    box-shadow: 0 0 2px #4d4d4d;
    margin: 15px 0;
}

.image-full img {
	width: 100% !important;
	height: auto !important;
	margin: 15px 0 ;

}

p.header-text {
    padding: 15px 10%;
}

.wrapper p, .wrapper ul {
    color: #5d5d5d;
}

	h2 {
	color: #f58426;

}

    h3 {

	color: #003e7e;
}

.sec-nav {
    background-color: #eeeeee;
    text-align: center;
	padding: 5px;
}

.sec-nav a:hover {
    text-decoration: none;
}


.sec-nav-icon:hover  {
    box-shadow: inset 0 0 4px #898989;
}

.sec-nav-icon-container {
	padding: 5px;
}

.sec-nav-icon {
	box-shadow: 0 0 4px #8f8f8f;
    display: inline-block;
    background-color: #fff;
    height: 100px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
}


.sec-nav-icon span {
    font-size: 14px;
    color: #00a5d9;
    width: 65%;
    float: right;
    text-align: left;
    margin: 30px 0 0 8px;
}

.sec-nav-icon span h3 {
    margin-top: 0;
    font-size: 18px;
}

.sec-nav-icon img {
    width: 25%;
    max-width: 45px;
    height: auto!important;
    vertical-align: middle;
    margin: 26px 0 0 8px;
}

.one-column img {
	max-width: 100%;
	height: auto!important;
}

.row.three-column {
	width: 100%;
	margin: auto;
	padding: 0 10px;
}


.full-video {
	position: relative;
	width: 100%; 
	padding-bottom: 56.25%;
}

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

/* GALLERY PAGE */

.zen-gallery-thumb {
  text-align: center;
  margin-bottom: 10px;
}

.zen-gallery-image {
  	height: 200px;
    width: 200px;
    background-size: cover;
    margin: 0 auto;
}

.zen-gallery-info {
  margin: 0 auto;
  width: 75%;
  padding: 10px;
}

.zen-gallery-info span:first-of-type {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}



/*DEPT DIRECTORY STYLES*/

img.dir-photo {
	max-width: 110px;
	width: auto;
}


/ Callouts */

.callout {
	
	display: table;
	padding: 15px;
	background-color: #e7e9e8;
	margin-left: 10px;
	max-width: 33%;

}



.column-left,
.column-middle,
.column-right {
    margin: 25px 0;
}

.column-left img,
.column-middle img,
.column-right img {
    max-width: 100%;
    width: 320px;
	height: auto!important;
}

p.column-title {
    font-size: 20px;
    color: #003e7e;
    margin-top: 20px;
}

.column-btn {
    background-color: #f58426;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px 0;
}

a#load-more {
	display: none!important;
}

#alumni-carousel  {
    margin-top: 20px;
}

.alumni-profile {
    margin: 40px 0;
}

.alumni-profile img {
    max-width: 100%;
	height: auto!important;
    width: 400px;
    padding: 10px;
}

.alumni-profile h3,
.alumni-profile span {
    font-family: 'Vollkorn', serif;
}

.alumni-profile h3 { 
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 28px;
    color: #f58426;
}

.alumni-profile span {
    font-size: 20px;
    color: #5d5d5d;
}

.alumni-profile p {
    margin-top: 10px;
    font-size: 16px;
}

/** SECONDARY PAGE RESOURCE MENU **/

.sidebar-resources-menu {
  padding-top: 20px;
}

.sidebar-resources-menu ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-resources-menu ul li span.currentsection::before {
  content: "•";
  padding-right: 5px;
  color: #f58426;
}

/**REGIONS**/

svg.region-map {
    width:100%;
}

        
@media screen and (min-width: 768px) {
  .col-lg-5,
  .col-md-5,
  .col-sm-5 {
      width: 20%!important;
  }
}

@media screen and (max-width: 1098px) {

    
    #collapsedNav.js {
        position: relative;
    }
    
    
    .sec-nav-icon {
        height: 110px;
    }
    
    .sec-nav-icon img {
        width: 50%;
		height: auto!important;
        margin: 10px 0 0 0;
    }
    
    .sec-nav-icon span {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    
    .sec-nav-icon span h3 {
        font-size: 16.5px;
    }
    
    .columns img {
        margin-top: 20px;
    }
    
    .nav-bar button {
        margin-left: 15px;
    }

	#top-carousel .carousel-inner .carousel-caption {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%; 
      padding: 5% 8%;
    }
  
  .carousel-caption p {
    font-size: 1.1em;
  }

@media screen and (max-width: 640px) {

    
    .alumni-profile div:first-child {
        text-align: center;
    }


}

@media screen and (max-width: 480px) {
    .dept-title {
        margin: 20px auto;
        border: none;
        width: 100%;
    }
    
    .dept-title span {
        padding: 0 10px;
        font-size: 24px;
    }
    
    
    .sec-nav-icon span {
        font-size: 12px;
    }
    
    .sec-nav-icon span h3 {
        font-size: 14px;
    }
    



}


@media print {
	.sec-nav-icon,
	.footer {
		display: none;
	}
}




























