.gradient-strip {
	background: url(/sites/default/files/pictures/gradient-strip.png);
	height: 200px;
}

.building-bg {
	background: url(/sites/default/files/pictures/building.png);
}

.sky-bg {
	background: url(/sites/default/files/pictures/sky.jpg);
}
body, p{
    color: #333;
}

.building-bg, .gradient-strip {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	padding: 0;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
}

.main>.container {
	width: 100% !important;
	padding: 0;/*background-image: url(/sites/default/files/pictures/square.jpg);*/
}

.page-header {
	border: 0px;
	background: white;/*margin-bottom: 0px;*/
}

.dept-logo {
	max-width: 450px;
	width: 100%;
	float: left;
	display: inline-block;
	padding: 0  15px;
}

h2.dept-name {
	color: #034ea2;
	display: inline-block;/*margin: 10px auto;*/
	border-left: solid 1px #034ea2;
	font-weight: 400;
	padding: 0 15px;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.1;
}

.page-header h1, .page-header .breadcrumb, .page-header a {
	color: white;
}

html #footer.color-quaternary {
	background: #111;
	border-bottom: 7px solid #034da2;
}
html #footer.color-quaternary .footer-copyright{
    background: #090909;
}
#header {
	min-height: auto !important;
	display: none !important;
}

.page-header.page-header-light.page-header-more-padding {
	display: none !important;
}

.page-header.page-header-light.page-header-more-padding.breadcrumbs {
	display: block !important
}

#custom-bootstrap-menu {
	border-top: 1px solid #ccc;
}

.navbar {
	z-index: 99 !important;
}

.caret {
	display: none;
}
.thumb-info .thumb-info-title{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 5px 8px;
    text-transform: none;
}
.thumb-info-caption-text{
	color: #222;
}
.no-btn,.no-btn:hover{
	text-decoration: none;
}
.page-header-dark{
    background: #333;
}
#custom-bootstrap-menu {
    background: #034189;
    margin-top: 5px !important;
    border-color: #034189;
}
#custom-bootstrap-menu ul.nav >li>a {
    color: white;
}
@media screen and (max-width: 767px) {
    h2.dept-name {
    	font-size: 12px;
    	padding: 5px;
    }
    .dept-logo {
    	width: 100px;
    	padding: 5px;
    }
    #custom-bootstrap-menu {
        background: #eee;
        margin-top: 0px !important;
        border-color: #eee;
    }
    #custom-bootstrap-menu ul.nav >li>a {
        color: #333;
    }
}