﻿body {
	background-color: #ffffff;
	color: #151515;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Fjalla One", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #565656;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

.logoContainer {
	padding:20px 0;
	border-bottom: 1px dotted #e3d4b3;
}

.engagement{
	margin:10px 0 16px 0;
}
.engagement h1 {
	font-size: 80px;
}
.engagement h2 {
	color: #d0b781;
	font-size: 70px;
	margin:0 0 20px 0;
}
.engagement p
{
	font-size: 20px;
}

@media (max-width: 767px) {
	.engagement h1 {
		font-size: 50px;
	}
	.engagement h2 {
		color: #d0b781;
		font-size: 40px;
		margin:0 0 10px 0;
	}
	.engagement p
	{
		font-size: 14px;
	}
}

.bucket-icon {
	color: #d0b781;
	font-size: 100px !important;
	padding-top:20px;
}

.main-navigation {
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}
.main-navigation a {
	color: #d0b781;
}

.fulldarkgray {
	margin-top:20px;
	padding:40px 0 60px 0;
	background-color: #202020;
	color: #ffffff;
}

.fulldarkgray h1, .fulldarkgray h2, .fulldarkgray h3, .fulldarkgray h4, .fulldarkgray h5, .fulldarkgray h6 {
	color: #eeeeee;
}

.fulldarkgray a {
	color: #d0b781;
}

footer {
	margin-top:40px;
}

.department.box.AllFaculty {
    background-color: #f6f1e5;
}

.department.box.AllFaculty:hover {
    background-color: #dbd1b8;
}

.box {
    display: inline-block;
    height: 80px;
    width: 285px;
    padding-left: 10px;
	padding-right: 10px;
    margin: 3px 0px 0px 0px;
    background-color: #dddddd;
    color: #565656;
    vertical-align: middle;

    border-radius: 5px;
    position: relative;
}

.box:hover {
	background-color: #cccccc;
	cursor: pointer;
}

.box > h5, .box > p {
  color: white;
  margin-bottom: 0;
}

.box > p {
    vertical-align:bottom; 
    position: absolute; 
    bottom:5px;
}

.nav-tabs>li {
	width: 33%;
}

.tab-pane {
	padding: 5px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.nav-tabs>li.active>a {
	margin-right: 0px;
}

.row.profile {
	margin-bottom: 5px;
}

#generalinfo>ul {
    padding-left: 17px;
}









div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
}
 
div.alphabet span {
    display: table-cell;
    border: 1px solid grey;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    vertical-align: middle;
}
 
div.alphabet span:hover {
    text-decoration: underline;
    background-color: lightgrey;
}
 
div.alphabet span.active {
    color: black;
    background-color: lightgrey;
    cursor: default;
    text-decoration: none;
}


@media (min-width: 0px) {
    .fullgold {
		margin-top:20px;
		padding:10px 0 0 0;
		background-color:#f6f1e5;
		margin-bottom:0;
	}
}

@media (max-width: 704px) {
    .dataTableFilter {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .fullgold {
		margin-top:20px;
		padding:40px 0 60px 0;
		background-color:#f6f1e5;
		margin-bottom:30px;
	}

    #SearchContainer {
        float: right;
    }
}

@media(max-width: 768px) {
    .box {
        width: 100%;
    }
    .FacultyColumnWide {
        display: none;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 26px;
    }
   
    .ProfileLeftGeneralInfo {
        display: none;
    }
}

@media (min-width: 640px) {
    .ProfileBottomGeneralInfo {
        display: none;
    }
}

@media (max-width: 992px) {
    .ProfileLinksLeft {
        margin-bottom: 10px;
    }
    .ProfileLinksRight {
        display:none;
    }
    .alphaPartTwo {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .ProfileLinksLeft {
        display: none;
    }
    .ProfileLinksRight {
        text-align: right;
        margin-top: 20px;
    }
    .alphaPartOne {
        padding-right: 0px;
    }
    .alphaPartTwo {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .FacultyListFullNameFixedWidth {
        width: 230px;
    }
}
