@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
.msthd {
    position: relative;
    top: 0px !important;
    padding-bottom: 0px !important;
}
.msthd img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}
#breadcrumb li a {
    padding: 10px 0 10px 45px;
    font-size: 12px;
    }
    .tableizer-table th {
    background-color: #492f24 !important;
    color: #FFF !important;
    font-weight: bold;
    padding: 5px;
}
table.tableizer-table {
		border: 1px solid #CCC !important; 
	} 
	.tableizer-table td {
		padding: 4px !important;
		margin: 3px !important;
		border: 1px solid #CCC !important;
	}

h2.name_link, .name_link, div.Faculty .name, h2.name {
    color: #492f24 !important;
    font-size: 1.2em !important;
    margin: 10px 0px 10px 0px !important;
    margin-bottom: 10px !important;
    }
    .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.row-nomargin {
    margin-right: 0px;
    margin-left: 0px;
}
.five-col {
    width: 20%;
    padding: 0 1%;
    float: left;
    }
.five-col:first-child {
    padding-left: 0px;
}
.five-col:last-child {
    padding-right: 0px;
}
.large {
    display: none !important;
    }
.nav-bar-wrapper {
		background: #307296;
		margin: 40px 0 40px;
		padding: 0;
	}
.nav-bar-blue {
		background: #307296;
		width: 20%;
		border: 0;
		border-right: 1px solid #7da3c3;
		padding: 15px 0px;
		font-size: 15px;
		color: #ffffff;
		font-family: 'Lato', sans-serif;
		display: inline-block;
        text-align: center;
        text-decoration: none;
	}
.nav-bar-blue:hover, .nav-on {
		background: #114764;
		color: #ffffff;
		text-decoration: underline;
	}
.no-border {
		border-right: 0px;
	}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 31px;
    font-weight: 900;
}
h2 {
    font-size: 27px;
    font-weight: 300;
}
a, a:hover, div.Faculty.result_b a:hover, div.Faculty.result_b a, div.Faculty.result_a a:hover, div.Faculty.result_a a {
    color: #185373;
}
hr {
    border-bottom: 1px solid #b6ccd6;
}
ul, td {
    font-family: Verdana,Geneva,sans-serif;
font-size: 12px;
font-size: 90%;
color:#492f24;
}
td {
    padding: 5px;
}
.background-full {
    background-size: cover !important;
    color: #ffffff !important;
    padding: 30px 15px;
    min-height: 290px;
}
.species-bg {
    min-height: 110px;
}
.background-full h2 {
    font-size: 25px;
    font-weight: 700;
    padding-top: 0px;
    margin-top: 0px;
    color: #ffffff;
}
.small h2 {
    font-size: 20px;
    text-transform: none;
}
.background-full p {
    color: #ffffff;
}
.background-full a.button {
    font-size: 17px;
    padding: 6px 35px;
    background-color: rgba(255,255,255,.5);
    margin: 15px 0 10px;
    color: #ffffff;
    display: inline-block;
}
a.button-blue, a.button-blue:hover {
    background: #1f5c7d;
    font-size: 17px;
    padding: 12px 35px;
    margin: 15px 0 10px;
    color: #ffffff;
    display: inline-block;
}
.center {
    text-align: center;
    margin-bottom: 15px;
}
.center .background-full {
    min-height: 205px;
    margin-bottom: 15px;
}
.center h2 a {
    margin: 15px 0 0;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.center h2 a:hover {
    text-decoration: underline;
}
.center p {
    text-align: left;
}
.white-wrapper {
    background: #ffffff;
    padding: 15px 35px;
}
.fullWhite {
	padding-bottom: 0px;
}
.lightBlue {
    background-color: #e0e8ef;
    padding-top: 60px;
	padding-bottom: 60px;
}
.lightBlue h2 {
    font-weight: 700;
}
.light-blue-background {
    background-color: #e0e8ef;
    padding: 10px 10px 20px;
}
.light-blue {
    color: #296a88;
    font-size: 22px;
}
.light-blue-background h3 {
    line-height: 1.2em !important;
}
.light-blue-background img {
    margin-top: 15px;
}
.right-column {
    padding: 20px 25px;
}
 @media only screen and (max-width: 1000px){
    .nav-bar-blue {
        font-size: 12px;
        vertical-align: middle;
    } 
 }
 @media only screen and (max-width: 640px){
    .nav-bar-blue {
        font-size: 12px;
        min-height: 90px;
        display: table-cell;
        vertical-align: middle;
    } 
    .background-full {
        text-align: center !important;
    }
    .Hide {
        display: none;
    }
    .center-mobile {
        text-align: center !important;
    }
    .center h2 {
    font-size: 18px;
}
.five-col {
    width: 100%;
    padding: 0 0;
    }
    .msthd {
    margin-bottom: -74px;
    top: -30px !important;
}
 }