  /* Navigation */

.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;
}
/* Accordions */
#courses .card-header {
    padding: 0;
}
#courses .card .panel-title {
    margin-bottom: 0;
}
#courses .card .panel-title a {
    position: relative;
    display: block;
    padding: 15px;
    padding-right: 35px;
    line-height: 1.618;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: .8em;
}
#courses .card .panel-title a.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
}
#courses .card .panel-title a:after {
    position: absolute;
    content: "\f068";
    top: 35%;
    right: 15px;
    font-size: 15px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}
/* Buttons */
.hh-catalog .primary-button, .hh-catalog .secondary-button {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 2px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.hh-catalog .secondary-button {
    background-color: #7a6646;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #7a6646 inset;
    box-shadow: 0 0 0 2px #7a6646 inset;
}
.hh-catalog .secondary-button a:hover, .hh-catalog .secondary-button a:focus, .hh-catalog .secondary-button:hover, .hh-catalog .secondary-button:focus {
    background-color: transparent;
    text-decoration: none;
    color: #7a6646;
    cursor: pointer;
}

/* Tables */
table {
    width: 100%;
}
th {
    font-family: Montserrat,Arial,sans-serif;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #996;
    border-top: 3px solid #996;
    text-align: left;
    color: #594738;
}
td {
    background: #efefef;
    border: 1px solid #ddd;
    font-size: 18px;
}
td, th {
    color: #222;
    padding: 8px;
    font-weight: normal;
}

/* Pagination */
.hh-catalog .pagination li a, .hh-catalog .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none !important;
    color: #7A6645;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.hh-catalog .pagination .active a, .hh-catalog .pagination .active a:focus, .hh-catalog .pagination .active a:hover, .hh-catalog .pagination .active span, .hh-catalog .pagination .active span:focus, .hh-catalog .pagination .active span:hover {
    background-color: #7A6645;
    border-color: #7A6645;
    color: #fff;
}
.hh-catalog .pagination li a:hover, .hh-catalog .pagination li span:hover, .hh-catalog .pagination li a:focus, .hh-catalog .pagination li span:focus {
    color: #812b19;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.hh-catalog .pagination ul .page-link {
    border-radius: 0;
}
.hh-catalog .pagination ul {
    margin-left: -1px;
}
.hh-catalog .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0 !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* Bootstrap 4 input group */
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append button:hover {
    cursor: pointer;
}
/* Catalog sections on home page */
.catalogList {
    -moz-column-count: 3;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 3;
    -webkit-column-gap: 2.5em;
    column-count: 3;
    column-gap: 2.5em;
}