/* Navigation */

.nav-item {
    color: black;
    border-top: 1px dotted darkgray;
}

.nav-active {
    color: black;
    font-weight: bold;
    border-top: 0px !important;
}

.feature img{
    width: 460px;
    float: left;
    margin-right: 20px;
}

.newsArticleImage {
    float: right;
    padding: 10px;
}

.sep-l {
    padding-top: 25px;
    clear: left;
}

.sep-r {
    padding-top: 25px;
    clear: right;
}

.special {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid goldenrod;
}

.socialIcons {
    padding-right: 20px;
}

.no-left {
    padding-left: 0px !important;
}

.no-top {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.archive {
    list-style-type: none;
    padding-left: 0px;
}

.img-padding-left {
    padding-left: 10px;
    padding-bottom: 10px;
}

.relatedLinks {
    list-style-type: none;
    padding-left: 0px;
    font-size: 18px;
}

.widget {
    padding-bottom: 10px;
}

.breadcrumb {
    background-color: #f1c22f !important;
}

.breadcrumb>li+li:before {
    color: #2c2d72 !important;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}

.right {
    border-left: 2px dotted #2c2d72;
}

#content #photos,
#content #videos {
    padding: 15px 0;
    text-align: center;
}

#content #photos img {
    margin: 0 2px;
    padding: 0 2px;
    border: 6px solid #EEE7DF;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.tab-content{
    padding-top: 10px;
}

#quickedit a:link, #quickedit a:visited,
#quickedit a:hover, #quickedit a:active {
    color: #999;
    cursor: text;
    text-decoration: none;
}

@media (max-width: 992px) and (min-width: 768px){
.tabletContent {
   top: 76px;
}
}

ul.unstyled, ol.unstyled {
    margin-left: -40px !important;
    list-style: none;
}

.majorMinor {
    display: inline-block; 
    padding: 5px 10px; 
    margin-bottom: 10px; 
    background-color: #efefef; 
    margin-right: 10px;
}

.major {
    display: inline-block; 
    padding: 10px; 
    background-color: #2c2d72; 
    color: white;
}

.minor {
    display: inline-block; 
    padding: 10px; 
    background-color: #f1c22f; 
    color: white;
}

.program {
    display: inline-block; 
    padding: 5px 10px; 
    margin-bottom: 10px; 
    background-color: #efefef; 
    margin-right: 10px;
}

#tipue_search_foot
{
     margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes
{
    padding: 0;
	margin: 0;
     font: 12px 'Open Sans', sans-serif;
}
#tipue_search_foot_boxes li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#tipue_search_foot_boxes li a
{
	padding: 10px 17px 11px 17px;
     background-color: #fff;
     border: 1px solid #e2e2e2;
     border-radius: 1px;
	color: #333;
	margin-right: 7px;
	text-decoration: none;
	text-align: center;
}
#tipue_search_foot_boxes li.current
{
	padding: 10px 17px 11px 17px;
     background: #f6f6f6;
     border: 1px solid #e2e2e2;
     border-radius: 1px;
	color: #333;
	margin-right: 7px;
	text-align: center;
}
#tipue_search_foot_boxes li a:hover
{
     background: #f6f6f6;
}