@keyframes fade-out {
    33% {
        opacity: 1; }
    66% {
        opacity: 0; } }
@keyframes fade-in {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-webkit-keyframes fade-in {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
.row.heroWrapper {
    position: relative;
    /*height: 18.5em;*/
}
.row.heroWrapper .sectionTitle {
    z-index: 1;
    /*height: 18.5rem;*/
}
body.page-id-48 #featured-hero, body.parent-page-0 #featured-hero {
    background-position: top center;
    /*height: 18.5rem;*/
}
.heroSliderWrapper {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    position: relative;
    height: 18.5rem;
    background-color: white;
}
[data-slides] {
    height: 18.5rem;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:	50%;
    z-index: 0;
    list-style: none;
    opacity: 1;
    transition: background-image 1s linear;
}
ul.heroSlider {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
ul.heroSlider li {
    height: 18.5rem;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:	50%;
    z-index: 0;
    list-style: none;
    opacity: 0;
    animation: fade-out 18s infinite both;
}
ul.heroSlider li:nth-child(2) {
    animation-delay: 3s;
}
ul.heroSlider li:nth-child(3) {
    animation-delay: 6s;
}
ul.heroSlider li:nth-child(4) {
    animation-delay: 9s;
}
ul.heroSlider li:nth-child(5) {
    animation-delay: 12s;
}
ul.heroSlider li:nth-child(6) {
    animation-delay: 15s;
}

#facultyTable_wrapper {

}


#facultyTable {

}

#facultyTable.collapsed tbody td:first-of-type {
    padding-left: 28px !important;
}

.dataTable.collapsed tbody td:first-of-type {
    padding-left: 28px !important;
}

#facultyTable + .row .small-6 {
    width: 100%;
}

.dataTable + .row .small-6 {
    width: 100%;
}

#facultyTable thead th {
    color: #222;
}

.dataTable thead th {
    color: #222;
}

#facultyTable tbody tr.even {
    background-color: #F9F9F9;
}

.dataTable tbody tr.even {
    background-color: #F9F9F9;
}

#facultyTable tbody tr.grouping {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 12px;
    color: #222;
}

.tableContainer {
    width: 100%;
}

.dataTable tbody tr.grouping {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 12px;
    color: #222;
}

.dataTable.classTable tbody tr.grouping {
    background-color: #8d995a !important;
    color: #fff !important;
    text-transform: uppercase;
}

.dataTable.classTable tbody tr.grouping.sub-grouping {
    color: #000 !important;
    background-color: rgba(149, 161, 61, 0.2) !important;
}

.dataTable.classTable tbody tr.grouping.sub-grouping td {
    border-top: 1px solid rgba(149, 161, 61, 0.6) !important;
    border-bottom: 1px solid rgba(149, 161, 61, 0.6) !important;
    color: #000 !important;
}

.dataTable.classTable tbody tr.grouping td {
    border-top: 1px solid rgba(90, 102, 49, 0.9) !important;
    border-bottom: 1px solid rgba(90, 102, 49, 0.9) !important;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .dataTable.classTable tbody tr.grouping td,
    .dataTable.classTable tbody tr.grouping.sub-grouping td {
        border-top: none !important;
        border-bottom: none !important;
    }
}

#displayNodes {
    clear: both;
}

.dataTable.classTable tbody tr.grouping.odd {
    background-color: #fff;
}

#facultyTable tbody tr.grouping td:before {
    content: '';
    display: none;
}

.dataTable tbody tr.grouping td:before {
    content: '';
    display: none;
}

#facultyTable tbody tr.grouping td {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.dataTable tbody tr.grouping td {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

#classTable {
    display: none;
}

#advanced_search_form label {
    font-weight: bold;
}

#advanced_search_form .columns + .columns:last-child {
    float: left;
}

#displayNodes i {
    cursor: pointer;
}

/*.off-canvas-wrap .inner-wrap .left-off-canvas-menu {
    background-color: #959484;
}

.left-off-canvas-menu ul#menu-mainnav {
    background-color: #d9903a;
}*/

.left-off-canvas-menu ul#menu-mainnav li:last-of-type {
    padding-bottom: 10px;
}

.left-off-canvas-menu ul#menu-topnav-1 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #959484;
}

.left-off-canvas-menu ul#menu-topnav-1:after {
    content: " ";
    display: table;
    clear: both;
}

.left-off-canvas-menu ul#menu-topnav-1 li {
    display: inline-block;
    width: 50%;
    float: left;
}

.left-off-canvas-menu ul#menu-topnav-1 li a {
    font-size: 1.125rem;
    text-align: center;
}

.left-off-canvas-menu ul#menu-topnav-1 li:last-of-type {
    border-left: 1px solid #ffffff;
}

#myModal p {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 47.9375em) {
    body.offcanvas .top-bar {

    }
    body.offcanvas .top-bar-container {
        height: 0;
    }
}

.wpcf7-recaptcha {
    height: 155px;
}
