/* site-minified.css file for Staff listing block. Line: 1213-1249*/
.contact .contact__img{
	overflow:hidden;
	width:100%;
	height:197px
}

.contact .contact__thumbnail{
	object-fit:cover;
	width:100%;
	height:auto
}
.contact .contact__textarea{
	padding:0 30px 15px;
	background-color:#fff;
	color:#333;
}
.contact .contact_textspace {
	padding: 60px;
    background-color: #fff;
    color: #333;
}
.contact .contact__textarea address,.contact .contact__textarea li,.contact .contact__textarea p,.contact .contact__textarea ul{
	color:#333
}
.contact .contact__textarea a{
	color:#007cbe
}
.contact .contact__name{
	color:#091e79;
	font-size:1.5rem;
	text-align:left;
	letter-spacing:initial;
	margin-bottom:0;
	margin-top:20px;
}
/*...........................................................................................................*/
/* site-minified.css file for tile row block. Line: 356-358 and added .tiles_space*/
@media (min-width :992px){
	 .tiles .tiles_space{
		 margin-bottom:30px; 
	}
}
 /*.tiles .tiles__textarea{
	 padding:0px 30px 15px 
}*/

.block-row .block .block__title, .tiles .tiles__headline {
        margin-top: 0;
}

/*...........................................................................................................*/

/* For header text on a ipad pro */
.image-header-h1, .interior-opener-container .opener-text-title {
    font-size: 35px;   
}
/*...........................................................................................................*/
/* site-minified.css file for content block. Line: 1347 - 1349 to reduce spacing*/
 .blocks-margin{
	 padding: 50px 0 80px;
}
/*...........................................................................................................*/
/*For trumba button display*/
 .dis-btn{
	 display:none;
}

/* NEW for breadcrumb ............................................*/
 .breadcrumb {
	 background-color: transparent;
	 padding: .5rem .5rem;
	 display: flex;
	 margin-bottom: 0;
}
 .breadcrumb li {
	 padding-right: 10px;
}
 .breadcrumb .active {
	 color: gray;
}
 .breadcrumb>li+li::before {
	 font-family: FontAwesome;
	 content: "\f054";
	 display: inline-block;
	 padding-right: 10px;
	 vertical-align: middle;
	 font-size: x-small;
	 color: gray;
}
 @media (max-width: 480px) {
	 .breadcrumb {
		 display: none;
	}
}
/* END Breadcrumb  */


/*.SRC #877..........................................................................................................*/
/* site-minified.css file for University logo. Line: 755 - 766 */
 .navbar-brand {
    width : 290px;
}
@media only screen and (max-width :480px){
	 .double-column-text{
		 -webkit-column-count:1;
		 column-count:1 
	}
	 .navbar-brand{
		 margin-right:.5rem; 
		 width: 200px;
	}
}
@media only screen and (min-width :480px) and (max-width :992px){
	 .navbar-brand{
		 margin-right:.5rem 
	}
}
@media only screen and (max-width: 992px) and (min-width: 480px){
    .navbar-campus-life .navbar-brand img {
        max-width: 230px;
    }
}
/*.SRC #877...................................................................................*/
/* New for Home icon top nav */
 .home-icon li:first-child .nav-link::before {
	 font-family: FontAwesome;
	 content: "\f015";
	 font-size: x-large;
	 color: #fff;
	 display: inline-block;
	 margin-top: -1px !important;
}
 .home-icon li:nth-child(n+2) {
	 padding-top: 4px;
}

/* To line up the item with the house icon */
/* .home-icon-first-item li {
    margin-top: -1px !important;
}
*/


/*.............................................................................................*/

/*.SRC # 895 ..................................................................................*/
/*.....................   NEW CSS for Image Tile   ............................................*/

.img-tile-item .img-fluid {
    width: 100%;
}

.img-tile-space {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.img-tile-item {
    position: relative;
    margin-bottom: 5px;
    background: #012169;
}

.img-tile-item .img-tile-header {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.35rem;
    position: absolute;
    bottom: 35px;
    padding-left: 10px;
    text-align: left;
}

.img-tile-item img{
    opacity:0.5;
}

@media only screen and (max-width :992px){
    .img-tile-item {
        margin-bottom: 0;
    }
}

/*..SRC 891  June 2018 ......................................................................................*/
/*................................. New for Notification Block ..............................................*/

.notification-carousel{
    margin: 30px auto 40px;
    list-style: none;
}
.notification-header{
    margin-bottom: 20px;
}
.notification-carousel-item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.notification-carousel-titleSection {
    padding: 5px 30px;
}
.notification-carousel-textarea {
    background: #fff;
    color: #333;
    margin-top: 0;
    border: solid 1px #ddd9;
}
.notification-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align: left;
}
.notification-subTitle {
    color: #fff;
    padding-left: 25px;
    margin-bottom: .5rem;
}
.alert-text {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px;
}
.notification-carousel-link {
    padding: 0 35px 15px;
}
.link-more {
    font-weight: bold;
}
.notify-carousel .owl-dots .owl-dot.active{
    background: #091e79;
}
.notify-carousel .owl-dots .owl-dot {
    background: rgba(9,30,121,.5);
}

@media (max-width: 768px) {
    .notify-carousel {
        margin-left: -20px;
    }
}


/*................................. SRC 888 and 889 Headers  ..............................................*/
/* To space for both header hat and top menu */
.main-content {
        padding-top: 30px;
    }


/*................................. SRC 889 Header Hat  ..............................................*/

#header-hat {
    z-index: 5;
    border-radius: 0;
    border: 0;
    background-color: #002878;
    margin-bottom: 0;
}

.header-hat {
    background-color: #002878 !important;
    height: 30px;  
    /* height: 76px */
}

#header-hat .navbar-brand {
    height: auto;
    display: block;
    position: relative;
}

#header-hat .navbar-nav>li>a {
    font-family: 'futura-pt',helvetica,san-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    background: none!important;
}

.no-touch #header-hat .navbar-nav>li>a:hover {
    background: #007698!important;
    background: rgba(0,118,152,0.8)!important;
}

/* 
.fa {
    color:white; 
}
*/

#search-icon {
    color: white;
}

.search-icon-item {
    margin-top: 0px;
}

.input-box-20 {
    height: 20px;
    margin-top: -3px;
}

.full_2 {
    margin-top: -6px;
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 1;
    height: 20px;
}

.aSeparator {
    border-left: 1px solid #fff;
    height: 15px;
    margin: 0;
    padding-right: 10px;
    margin-top: 9px;
   }

 /* For header text on a ipad pro */
.image-header-h1, .interior-opener-container .opener-text-title {
    font-size: 2em;   
    margin-top: -4px;
}



/*................................. SRC 888 Top Manu  ..............................................*/
   
.navbar {
    /* position: relative; */
    min-height: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-nav {
    padding: 0px 0px; 
}
    
.navbar-nav li {
    margin-bottom: 1px;
    margin-top: 1px;
}

.navbar-nav .nav-link {
    font-size: .75rem;
    padding-top: 8px;
}


.navbar-campus-life {
    margin-top: 30px;
     /*  margin-top: 45px; */
}

.navbar-campus-life .dropdown-item a {
    display: block;
    color: white;
}

.dropdown-menu {
    background-color: rgba(26,31,44,8);
    border-radius: 0px !important;
    left: initial;
    right: 0;
}

.dropdown-item {
    color: white;
    font-size: 12px;
    font-weight: 300;
    list-style-type: none;
}

.dropdown-item:hover{
    background-color: rgba(26,31,44,8);
}
.dropdown-menu .dropdown-item a:focus, .dropdown-menu .dropdown-item a:hover {
    color: white;
    text-decoration: underline;
}
.dropdown-menu a:focus, .dropdown-menu a:hover {
    color: white;
    text-decoration: underline;
}  



#header-gradient {
    top: 30px;
}

/*... SRC 888 and 889 Header Hat and Top Manu  ..............................................*/ 
/*... Media Code ... */
@media only screen and (max-width: 274px) {
    .navbar-campus-life {
        margin-top: 200px !important;
    }
    
    .header-hat {
        height: 200px !important;
    }
    
    .aSeparator {
        margin-top: 8px;
    }   
    
    .main-content {
        padding-top: 200px !important;
    }
    
    .double-column-text{
		 -webkit-column-count:1;
		 column-count:1 
	}
	 .navbar-brand{
		 margin-right:.5rem; 
		 width: 200px;
	}
    
}

@media only screen and (min-width: 275px) and (max-width: 395px) {
    .navbar-campus-life {
        margin-top: 113px !important;
    }
    
    .header-hat {
        height: 113px !important;
    }
    
    .aSeparator {
        margin-top: 8px;
    }   
    
    .main-content {
        padding-top: 113px !important;
    }
    
    .double-column-text{
		 -webkit-column-count:1;
		 column-count:1 
	}
	 .navbar-brand{
		 margin-right:.5rem; 
		 width: 200px;
	}
}

@media only screen and (min-width: 396px) and  (max-width: 677px) {
    .header-hat .nav-link {
        margin-right: 0 !important;
    }
    .header-hat .navbar-nav {
        flex-wrap: wrap;
    }
    #search-icon {
        display:none !important;
    }

    #search-box {
        display:block !important;
    }
   
    /* 
    .navbar-campus-life {
        margin-top: 113px !important;
    }
    */

    .header-hat {
        height: 113px !;
    }

   .aSeparator {
        margin-top: 8px;
    }   

    .main-content {
        padding-top: 76px !important;
    }
    
    .navbar-brand{
		 margin-right:.5rem 
	}
    
}

@media only screen and (min-width: 678px) and (max-width: 991px) {
    .aSeparator {
        height: 15px;
        margin: 0px;
        padding-right: 10px;
        margin-top: 8px;
    }
    
    .main-content {
    padding-top: 76px !important;
    }
    
    .navbar-brand{
		 margin-right:.5rem 
	}
    
}

@media only screen and (max-width: 991px){
    
    .header-hat .nav-link {
        margin-right: 0 !important;
    }
    
    .header-hat .navbar-nav {
        flex-wrap: wrap;
    }
    
    #search-icon {
        display:none !important;
    }
    
    #search-box {
        display:block !important;
    }
    
    .navbar-campus-life {
        margin-top: 76px;
    }
    
    .header-hat {
        background-color: #002878 !important;
        height: 76px;
    }
    
}
   
/*... feed block  ..............................................*/  
.section.feed-block .events-loaded{
    width: 100%
}
.section.feed-block li{
	display: block;
    padding: 20px;
    border: 1px solid lightgray;
    border-top: 5px solid #091e79;
}
.section.feed-block li a {
    color: #091e79;
}

.section.feed-block .feed-header{
    color: #091e79;
}
.section.feed-block .events-loaded{
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .section.feed-block li{
        width: 20%;
        float: left;
        height: 250px;
        
    }
}

/*... responsive map and video  ..............................................*/  

.map-responsive{
	 overflow:hidden;
	 padding-bottom:56.25%;
	 position:relative;
	 height:0;
}
 .map-responsive iframe{
	 left:0;
	 top:0;
	 height:100%;
	 width:100%;
	 position:absolute;
}

 .video-responsive{
	 overflow:hidden;
	 padding-bottom:56.25%;
	 position:relative;
	 height:0;
}
 .video-responsive iframe{
	 left:0;
	 top:0;
	 height:100%;
	 width:100%;
	 position:absolute;
}


/* opening font style*/


.homepage-opener .opener-text-carousel h1 {
    text-transform: none;
    letter-spacing: 5px;
}

.homepage-opener .opener-text-carousel .opener-lead {
    text-transform: none;
    letter-spacing: 0px;  
}

@media only screen and (max-width : 768px){

.d-md-block {
    display: block !important;
}
.homepage-opener .opener-text-carousel h1{
    font-size:2em;
    letter-spacing:2px;
}
.interior-opener-container .opener-text {
    font-size:1.5em;
    padding: 0;
}
}

.image-header-h1, .interior-opener-container .opener-text-title {
    text-transform: none;
    letter-spacing: 2px;
}



