
/*
Theme Name: INFO WordPress Theme
Theme URI: https://www.info.umd.edu
Author: Rochelle Robinson, Anne Rose
Author URI: https://info.umd.edu
Description: Custom INFO theme using the Bootstrap 5 framework and Font-Awesome.
Version: 1.0
Text Domain: ischool
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
# GLOBALS 
--------------------------------------------------------------*/

body {
    font-family: "Source Sans Pro", sans-serif;
    color: #333;
    font-size: 1.2em;
    }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 1em;
    font-weight: 400;
    }

h1 { font-size: 2.3em;}
h2 { font-size: 1.75em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5,h6 { font-size: 1em; }

.lined-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin: 2rem 0;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

/* lines */
.lined-heading::before,
.lined-heading::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: currentColor;
}

.clearfix {
    clear: both;
    display: table;
    }
#page h1 {
  margin-top: 1em;
}

 /* -------- HREFS -------- */

a {
    color: #E21833;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: bold;
    }

a:hover, a:active, a:focus {
    color: #999;
    text-decoration-line: #000;
}

#main-content a:hover, #main-content a:active, #main-content a:focus {
  color: #000;
  border-bottom: solid 2px #E5182C;
}  

.eventtype a:hover, .social-share ul li a:hover, {
  border-bottom: none;
}

.n2-ow.n2-font-e129a8c8af82a9c52ce966752db00e29-hover:hover {
  border-bottom: none !important;
}

#news a, .newspage a, .event-home-date a {
    color: #000;
}
#news .author a {
    color: #595959;
    font-weight: 400;
}

.footer-links a:not(:has(img)) {
  text-decoration: none;
  font-weight: bold;
  background-image: linear-gradient(#FFD200, #FFD200);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease, color 0.3s ease;
}

.footer-links a:not(:has(img)):hover {
  color: #FFF;
  background-size: 100% 2px;
}

#news h3, .newspage h2, .researchpage h2 {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}
#news p, .newspage p {
    font-size: 1.1rem;
}


/* -------- BOOTSTRAP OVERRIDES -------- */

.col-12 {
    padding-right: 0;
    padding-left: 0;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 1em !important;
    --bs-gutter-y: 1em !important;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1200px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}
.breadcrumb {
    margin: 1.5em 0;
    text-transform: uppercase;
    font-size: 0.929rem !important;
}

.newspage .col-4 {
    padding: 1em 1em 0 1em;
    min-height: 450px;
}
.wp-caption .wp-caption-text {
    color: #595959;
    font-size: 1rem;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}


/* -------- MASTHEAD -------- */
.umdheader-main__container {
  height: 30px !important;
}

/* -------- NOTIFICATION -------- */


/* -------- HEADER -------- */


.screen-reader-text {
  position: absolute;
  left: -10000px;
}
.screen-reader-text:focus {
  clip: auto;
  height: auto;
  width: auto;
  position: static;
}
.skip-link {
  position:absolute;
  left:-9999px;
  top:auto;
}

.skip-link:focus {
  left:0;
  top:0;
  background:#272727;
  color:#fff;
  padding:10px;
  z-index:10000;
}

#main-content:focus {
  outline: none;
}

#siteheader {
    background-color: #272727;
    min-height: 130px;
    padding: 1rem;
}
.fas.fa-search {
    color: #ffd200;
}

.nav {
    text-transform: uppercase;
}
.navbar-toggler {
    border-color: #fff !important;
    display: flex;
    justify-content: end;
    margin-top: 1em;
}
.navbar-expand-lg {
    justify-content: space-between !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar img {
    height: auto;
    max-width: 400px;
}
 .navbar-expand-lg .navbar-collapse {
    flex-direction: column-reverse;
    align-items: end;
  }

#menu-quick-links {
    list-style: none;
    justify-content: end;
    display: flex;
    font-size: 16px;
}
#menu-quick-links-hidden {
    display: none;
    padding: 8px;
}
#menu-quick-links li a {
    color: #ffd200 !important;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 10px;
}
#menu-quick-links li a:active,
#menu-quick-links li a:hover {
    color: #e21833 !important;
    text-decoration: none;
}
#menu-quick-links-hidden li a {
    color: #ffd200 !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 10px;
}
#menu-quick-links-hidden li a:active,
#menu-quick-links-hidden li a:hover {
    color: #e21833 !important;
    text-decoration: none;
}
.main-menu li a {
    padding: 0 15px;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.main-menu li a:active,
.main-menu li a:hover {
    text-decoration: none;
    color: gold;
    padding: 15px;
    text-decoration: none;
}
.main-menu .menu-item.current-menu-item a,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffd200;
    outline: 0;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    text-transform: capitalize;
    border-bottom: 1px #eee solid;
    padding: 10px !important;
    color: #333 !important;
    background-color: #fff;
    min-width: 12rem;
}
.dropdown-menu {
    border-top: 2px solid gold;
    border-radius: 0.25rem;
    padding: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.dropdown-menu > li > a {
    text-transform: initial !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: gold !important;
    background-color: #666;
    text-decoration: none;
}
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}
.navbar-toggle {
    background-color: #fff;
}
ul.dropdown-menu li:focus > ul.dropdown-menu,
ul.dropdown-menu li:hover > ul.dropdown-menu {
    display: block;
}
ul li .dropdown-menu ul li {
    margin-left: 1em;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.menu-item-has-children:hover .dropdown-menu {
    display: block;
}
.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.headersearch {
  display: none;
}
.showmenu {
    margin-bottom: 1em;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}
.show {
    background: 0 0;
    border: none;
}
.show:active {
    background: 0 0;
    color: #e21833;
    border: none;
}

input:focus {
    outline: 0 !important;
}

/* NAVIGATION */

.navbar-default {
    background-color: #000;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin: 0 10px;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
    top: inherit;
    min-width: auto;
    background-color: #333;
    border-radius: 0;
    padding: 0;
}
.navbar-toggler:hover {
    background-color: #666;
}
ul.dropdown-menu.last {
    left: auto;
    right: 0;
}

/* -------- CONTENT TYPES -------- */

#page { margin: 1em; }


/* --- Home Page ---- */

.homeslider {
    background-color: #272727;
}
.col-12.homeslider {
    padding-right: 0;
    padding-left: 0;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm="normal"] {
    max-width: 25rem !important;
    padding: 30px;
    background-color: rgba(255, 210, 0, 0.9);
    border-bottom: 5px solid #000;
    margin: 0 50px;
}
.n2-ow {
    font-size: 1.4rem !important;
    font-family: "Source Sans Pro", sans-serif !important;
    color: #000 !important;
} 

#aboutus .col-6 {
  padding: 0 3em;
}

#aboutus h1, #aboutus h2 {
    text-transform: uppercase;
}

#aboutus {
    background-color: #000;
    padding: 7em;
    background: url("/wp-content/uploads/testudocover.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    border-bottom: 2px solid #eee;
    color: #fff;
   background-color: #272727;
}

#aboutus h2 {
    text-transform: uppercase;
}

#feature {
    margin: 2em auto;
}
#feature h2 {
    font-size: 1.6rem;
    font-weight: 700;
    overflow: hidden;
}

#feature h2:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #ffd102;
}

#news.col-8 {
    padding-right: 2%;
}

#news.col-8 h2, #events h2 {
  margin-bottom: 2rem;
}

#slideshow {
    border-bottom: 2px solid #eee;
}

#news .col-6 {
    padding: 0 1.6em 0 0 !important;
    min-height: 430px;
    float: left;
}
#news .col-4 {
  padding: 1em 1em 0 1em;
  min-height: 450px;
}

#events span {
  margin: 5px 0;
} 

#events .row {
  min-height: 130px;
  margin: 0 0 1rem 0;
}

span.event-home-date {
  text-transform: uppercase;
  color: #333;
  background-color: gold;
  float: left;
  clear: both;
  border-bottom: 3px solid #666;
  font-size: 1.2rem;
  border-radius: 3px;
  font-weight: 700;
  line-height: 30px;
}

.event-page-date {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.event-home-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #e21833;
  margin-top: .5rem;
}


/* --- News Content ---- */

#newspost .size-full {
    margin-bottom: 2em;
}

.author {
    font-size: 16px;
    color: #595959;
}

.excerpt {
    line-height: 1.3;
    color: #666;
    font-weight: 700;
    margin: 1rem 0;
}

ul.postclass {
    margin-top: 2em;
    padding-left: 0;
}

ul.postclass li {
    display: inline-block;
    margin-top: 10px;
}
ul.postclass li a {
    background-color: #eee;
    padding: 3px 1em;
    border-radius: 0px;
    display: inline-block;
    margin: 0 5px;
    color: #555;
    font-size: 14px;
    border: 2px solid #d6d6d6;
    text-decoration: none;
}

#main-content ul.postclass li a:hover,
#main-content ul.postclass li a:active,
#main-content ul.postclass li a:focus {
    background-color: #666;
    color: #ffd200;
    text-decoration: none;
    border: 2px solid #666;
}


/* --- Alumni Page ---- */

#alumni .col-4 {
  min-height: 400px;
  padding: 1em 1em 0 1em;
}

#alumni h2 {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* --- Events Landing Page ---- */

#spotlightevent {
    margin-top: 2em;
}
#spotlightevent .col-5 {
    background-size: contain;
    min-width: 48%;
    min-height: 250px;
    background-repeat: no-repeat;
    margin: 0 1em 0 0;
    background-color: black;
}

#spotlightevent .content {
    text-align: right;
    margin-top: 125px;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    color: #FFF;
}

#spotlightevent .blurb {
    font-size: 1em;
}
#spotlightevent h2 {
    margin-top: 0;
}

#spotlightevent h2 a {
    color: #fff;
    font-weight: 700 !important;
    font-size: 1.2em;
    text-shadow: 2px 2px #000;
    font-family: "Roboto Condensed", sans-serif !important;
    text-transform: uppercase;
}
#spotlightevent a:hover {
    color: gold !important;
    text-decoration: none;
    background-image: none;
}

.eventslandinglist {
    border-bottom: 1px dotted #999;
    margin: 10px 0;
    clear: both;
    min-height: 80px;
    padding: 0.5em 0 1em 0;
    font-size: 1.1em;
    color: #666;
}
.eventslandinglist h2 {
    font-size: 1.5rem;
    margin-top: 0.5em;
    font-weight: bold;
}
.event-page-date {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
span.event-page-date {
    padding-right: 0 !important;
}
.eventslandinglist .eventauthor {
  font-size: 1.1rem;
}
.eventtype {
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: normal;
    font-weight: 700;
    background-color: #eee;
    padding: 5px 1em;
    display: inline-block;
    color: #555;
    margin-top: 1em;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    letter-spacing: 0.08rem;
}
.eventtype:hover, .eventtype:focus {
    background-color: #fed41c;
    border-bottom: none !important;
}
.eventterms h2 {
    text-transform: uppercase;
}
.event-view-prev-btn {
  margin: 1.5rem 0;
  text-align: center;
}

/* --- Directory Content---- */

.directory h2, .events h2 {
    margin-top: 0;
    font-size: 2em;
}
.directory h3 {
    margin: 2em 0 1em 0;
    border-top: 4px solid #4b5963;
    padding-top: 6px;
    color: #4b5963;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.35;
    position: relative;
    text-transform: uppercase;
}
.directory .fas {
    color: #d4d4d4;
    margin-right: 1em;
}
ul.directory li a {
    background-color: #292929;
    color: #ffd200;
    text-decoration: none;
    padding: 5px 1em;
    border-radius: 10px;
}
.directory .col-lg-2 {
    text-align: center;
    max-width: 22%;
}
.directory .col-lg-2 p {
    font-size: 16px;
    padding-top: 1em;
}
.directory .col-lg-2 img {
    width: 100%;
    height: auto;
}
.single .col-lg-3 {
    font-size: 16px;
    text-align: left;
    padding: 0 2em 0 0;
}
.directory .col-lg-3 img {
    max-width: 100%;
}
.researchcat .col-lg-2 {
    text-align: center;
}
.directorydetails .col-lg-2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    border: 1px solid #eee;
}
.col-lg-2 p.directorydetails {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 10px;
}
.directorydetails ul {
    list-style-type: none;
    padding-left: 0;
}
.directorydetails ul li {
    padding: 0.5rem 0;
}

.carousel {
    max-width: 100%;
    padding: 0 1em 1em 1em;
}
.carousel-inner p {
    font-size: 1rem;
    max-width: 242px;
    padding: 0.5rem;
    background-color: #EEE;
    border-bottom: 5px solid #000;
    margin: auto;
    color: #000;
}
.carousel-inner a, table tr a{
    color:#CC1833;
}
.directory .carousel h2 {
    font-size: 1em;
    text-align: center;
    color: #fff;
    background-color: #222;
    max-width: 242px;
    margin: auto;
    padding: 1em;
}
.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 1.8rem;
    padding: 0;
    right: 0;
    position: relative;
    color: #fff;
    text-align: center;
}
.carousel-indicators button {
    background-color: #666 !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


/* --- Research Projects Content ---- */

#expertise img {
    border-bottom: 8px solid gold;
}
#expertise h2,
#researchgroups h2 {
    font-size: 1.1em;
    font-weight: 700;
}
#expertise h2 a,
#researchgroups h2 a {
    color: black;
}
#expertise p {
    font-size: 1.1rem;
}
#researchgroups h2::after {
    bottom: 0;
    content: "";
    display: block;
    min-width: 2rem;
    width: 2em;
    border-bottom: solid 2px #fc0;
    padding: 5px;
}
#researchgroups .col-5 {
    text-decoration: none;
    transform: translateY(5px);
    border-top: 8px solid #ffd200;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1em;
    margin: 1em;
}
.filterby {
    font-size: 15px;
    padding: 2em 0 1em 0;
    color: #666;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

/* --- Expertise Area ---- */
.researchpage a {
    color: #e21833;
}
.researchcat {
    margin-top: 1em;
}
.researchcat h2 {
    padding: 0;
    font-weight: 700;
}
.researchcat .col-lg-2 img {
    max-width: 100%;
}
.researchpage {
    margin-top: 0;
}

/* --- Academic Programs Content ---- */
.aplanding img {
    filter: brightness(40%);
}
.aplanding img:hover {
    filter: brightness(90%);
}
.aplanding .col-4,
.aplanding .col-5,
.aplanding .col-6 {
    position: relative;
    text-align: left;
    color: white;
}
.aplanding .col-4,
.aplanding .col-5,
.aplanding .col-6 {
    position: relative;
    text-align: left;
    color: white;
}
.aplanding .col-4 .centered,
.aplanding .col-5 .centered,
.aplanding .col-6 .centered {
    position: absolute;
    bottom: 5%;
    display: block;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    font-size: 1.2em;
    padding: 1em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
}



/* -------- BUTTONS -------- */

.alert .btn-close {
  font-size: 14px;
}
.btn {
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #900;
    border-color: #900;
    border-radius: 4px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, 
.btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #f3c726;
    background-color: #000;
    border-color: #000;
}

.alert-warning {
    font-size: 16px !important;
    padding: 10px !important;
}
.alert-dark {
    color: #eee;
    background-color: #333;
    border-color: #c6c8ca;
    padding: 1em 2em;
}
.alert-light {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #ddd !important;
}
.alert.alert-primary p {
    margin-bottom: 0;
}
.alert-primary {
    color: #333 !important;
    background-color: #ffd102 !important;
    border-color: #eee !important;
}
.alert-secondary {
    color: #fff;
    background-color: #e21833;
    border-color: #d6d8db;
    padding: 1em 2em;
}
.alert-dismissible {
  text-align: center;
  margin-bottom: 0 !important;
}
.btn {
    padding: 1em 3em;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 240px;
}
.btn:hover {
    text-decoration: none;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #e21833 !important;
    border: 2px solid #e21833 !important;
    color: #fff !important;
}
.btn-primary:focus,.btn-primary:hover {
    background: 0 0 !important;
    color: #e21833 !important;
    box-shadow: none !important;
}
.btn-secondary, .btn-secondary:visited {
    background-color: #333 !important;
    border: 2px solid #333 !important;
    color: #fff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
    color: #333 !important;
    background: 0 0 !important;
    box-shadow: none !important;
}
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover {
   
}
.btn-info, .btn-info:visited,
.btn-success,
.btn-success:visited {
    background-color: #ffd200 !important;
    border: 2px solid #ffd200 !important;
    color: #000 !important;
}
.btn-info:focus, .btn-info:hover {
    color: #ffd200 !important;
    background: 0 0 !important;
    box-shadow: none !important;
}
.btn-success:focus, .btn-success:hover {
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important;
}
.btn-danger, .btn-danger:visited {
    border: 3px solid #ffd200 !important;
    color: #333 !important;
    background: 0 0 !important;
}
.btn-danger:focus, .btn-danger:hover {
    background: #ffd200 !important;
    box-shadow: none !important;
}
.btn-danger[type="button"] {
    -webkit-appearance: initial !important;
}
.content .btn {
    white-space: initial;
}
.btn-light, .btn-light:visited {
    border: 2px solid #fff !important;
    color: #fff !important;
    background: 0 0 !important;
    border-bottom: none !important;
}
.btn-light:focus, .btn-light:hover {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.btn-dark, .btn-dark:visited {
    border: 2px solid #ffd200 !important;
    color: #ffd200 !important;
    background: 0 0 !important;
}
.btn-dark:focus, .btn-dark:hover {
    background: #000 !important;
    color: #ffd200 !important;
    box-shadow: none;
}
.btn-modalclose {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* --- SiteMap Buttons ---- */

.nav-link {
    color: #666;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #999;
}
.nav-link:focus, .nav-link:hover {
    color: #e21833;
}
#pills-tab {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}


/* --- ICONS ---- */

.row.icons {
    font-size: 1rem;
    text-align: center;
    margin: 2rem 0;
}
.icons.contact {
    font-size: 13px;
    margin: 0;
}
.div_separator {
    width: auto !important;
}
.icons .fab,
.icons .fas,
.icons .fa-brands,
.icons .fa-solid {
    font-size: 3em;
    padding-bottom: 16px;
}

.icons .div_separator {
    border-right: 3px solid #eee;
}
.icons .col-3, .icons .col-lg-3 {
  max-width: 23%;
  padding: 1%;
}
.icons .title {
    text-transform: uppercase;
    font-weight: 900;
}
.icons ul {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.icons a {
    color: #545454;
}
.icons a:hover {
    color: #e21833;
}
.icons a:hover {
    color: #e21833;
    border-bottom: none;
}





/* -------- MULTIUSE CSS -------- */

#alumni .captitle, .catnews .captitle, #news .captitle {
    display: none;
}

#alumni img:hover, .catnews img:hover, #news .wp-post-image:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
}

img {
  max-width: 100%;
  height: auto;
} 

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* -------- OTHER -------- */

.acadprofile {
    background: linear-gradient(#eee, #fff);
    padding: 1em;
}
.captitle {
    color: #666 !important;
    font-size: 1rem;
    margin-bottom: 1.5em;
}

.filterform {
    padding-right: 0.5em;
    max-width: 355px;
}
#search-only-research {
    margin: 1em 0 0 0;
    min-width: 320px;
}

.research-search-submit-btn {
    margin-top: 1em;
}
.research-keywords-input {
    margin-right: 0.5em;
}
.sectionfilter {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 1em;
}
.searchandfilter h4 {
  color: #666;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}
.searchandfilter h4 {
    color: #666;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
}
.searchandfilter input[type="submit"],
.searchandfilter input[type="reset"] {
    background-color: #e21833;
    border: 2px solid #e21833;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 1em 0 1em;
    height: 35px;
    font-size: 1rem;
}
.directory .searchandfilter input[type="submit"],
.directory .searchandfilter input[type="reset"] {
    margin: 1em 0 auto;
}
.searchandfilter input[type="text"] {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-size: 1rem;
}
.searchandfilter input:hover[type="submit"],
.searchandfilter input:hover[type="reset"] {
    background-color: #666;
    border: 1px solid #666;
}
.postform {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/* --- SiteMap Buttons ---- */





/* -------- PAGINATION -------- */
.navpag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}
.navigation {
    display: inline-block;
}
.pagination {
    margin: 2em 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    display: block;
}
.pagination a,
.pagination span {
    text-decoration: none;
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #333 !important;
    background: #ffd200;
    border-bottom: none !important;
}
.pagination .current {
    background-color: #e21833;
    color: #fff;
}
.paginationcenter {
    display: flex;
    justify-content: center;
}
.sectionfilter {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 1em;
}
#a2z {
    margin-bottom: 1em;
}


/* -------- SOCIAL MEDIA SHARE -------- */
#social {
    float: right;
    font-size: 2em;
    color: #e21833;
}
.social-share {
    color: white;
    display: inline-block;
    font-size: 1rem;
    padding-left: 0;
}
.social-share ul li {
    list-style: none;
    display: inline;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 15px;
}

.social-share ul li a {
    color: white !important;
    text-decoration: none;
}
.social-share ul li a:hover {
  border-bottom: none !important;
}
.social-share ul {
    padding-left: 0;
}
.social-share .icon .fab,
.social-share .icon .fas,
.social-share .icon .fa-solid,
.social-share .icon .fa-brands {
    color: white;
    padding-right: 5px;
}
.social-fb {
    background-color: #135cba;
}
.social-fb:hover {
    background-color: #1877f2;
}
.social-tweet {
    background-color: #000;
}
.social-tweet:hover {
    background-color: #0074bb;
}
.social-email {
    background-color: #666;
}
.social-email:hover {
    background-color: #e21833;
}











/* -------- SHORTCODES ULTIMATE -------- */

.su-spoiler-title:focus {
  outline: none !important;
}
.su-spoiler {
    padding: 1.1875rem 1.25rem;
    border-bottom: 2px solid #dcdcdc;
}
.su-spoiler-title:hover {
  color: #e21833;
}
#main-content .su-spoiler-title: a:hover, #main-content .su-spoiler-title:a:active, #main-content .su-spoiler-title: a:focus {
  color: #000;
  text-decoration: underline solid 2px #E21833;
}

.su-spoiler-icon {
    color: #e21833;
    font-size: 1.2em;
}
.su-spoiler-title {
    font-size: 1.1em !important;
    padding-left: 40px !important;
    outline: 0;
}


/* -------- FOOTER -------- */
footer {
    color: #B5B5B5;
    background: #363636;
    font-size: 1rem;
    padding: 1em 0;
}

footer ul {
    padding: 0;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #FFD200;
    text-decoration: none;
}

footer li {
    display: inline;
    text-align: center;
    text-transform: uppercase;
}

footer li a {
  margin: 0 1em 0 0;
}

ul.footeradd li {
    text-transform: capitalize;
}
#socialButtons .fab, #socialButtons .fa-brands {
    padding: 0 6px;
    font-size: 2em;
}


/* -------- SEARCH FORM -------- */

.navbar #search {
    float: right;
}
.searchresults {
    margin: 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}
.searchresults h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}
.nosearchresults {
    padding: 5px;
    margin: 2em 0;
    border: 1px solid #fc3;
    background-color: #fff4c2;
}
.nosearchresults p {
    font-size: 1em;
    margin-bottom: 0;
}
#searchform {
    border: 1px solid #d8d8d8;
    background: #fff;
    text-align: left;
    padding-left: 6px;
    font-size: 16px;
    border-right: none;
    padding-bottom: 1px;
}
.search-button {
    background: #ffd200;
    border: 1px solid #ffd200;
    float: right;
}
#search input[type="text"] {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    color: #999;
    width: 80%;
}
#content-search {
    width: 300px;
    padding: 15px 0;
}

/* -------- ELEMENTS -------- */


/* --- Academic Main Image ---- */
.phototron {
    max-width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
}
.phototron_content {
    top: 350px;
    left: 50px;
    max-width: 900px;
    position: relative;
}
.ea h3 {
    text-transform: initial !important;
}
.phototron h2 {
    color: #fff;
    font-weight: 400 !important;
    font-size: 2em !important;
    text-shadow: 2px 2px #000;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.phototron .blurb {
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 2px 2px #000;
}


 /* -------- UNSORTED-------- */

.blog-footer p:last-child {
    margin-bottom: 0;
}

.site {
    margin: 0;
    width: 100%;
}
.navbar-brand {
    display: none;
}


.checkbox,
.radio {
    display: inline;
}
.bg-dark {
    background-color: #333 !important;
}
.navbar-toggler {
    border-color: #fff !important;
    display: flex;
    justify-content: end;
    margin-top: 1em;
    float: right;
}
.navbar-expand-lg {
    justify-content: space-between !important;
}

.tab-pane.show {
    color: #666 !important;
}


.card-body {
    padding: 0;
}

.acf-taxonomy-field .categorychecklist-holder {
    max-height: none !important;
}
.fastfacts {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.fastfacts img {
    border-radius: 50%;
    margin-bottom: 1em;
}
.fastfacts .title {
    font-size: 2em !important;
    text-transform: capitalize;
}
.jumbotron {
    text-align: center !important;
    padding: 1rem 1rem 2rem 1rem;
}
.graybg {
    background-color: #e9ecef;
}
.white {
    background: #fff;
}
.white .col-sm-4 {
    text-align: left !important;
}
.white .col-sm-8 img {
    margin-top: 1em;
}
#colorblock {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0 1em 0;
}
#colorblock h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 1rem;
    color: #e21833;
}
pre {
    background-color: #eee !important;
    font-size: 13px !important;
    border: 2px #999 solid !important;
    padding: 1em;
    margin: 2em 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    margin-top: -1em;
    display: block;
}

.d-block {
    margin: auto;
    margin-bottom: 1em;
}

.imgwithtext {
    background-position: center;
    min-width: 580px;
    min-height: 400px;
    background-repeat: no-repeat;
    margin-right: 1em;
}
.imgwithtext_content {
    top: 275px;
    left: 20px;
    position: relative;
}
.imgwithtext h3,
.imgwithtext_content a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 1.4em !important;
    text-shadow: 2px 2px #000;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.imgwithtext_content a:hover,
.imgwithtext_content a:visited {
    color: #fff !important;
}
.imgwithtext .blurb {
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.threecoltext {
    background-position: center;
    min-width: 380px;
    min-height: 300px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.threecoltext_content {
    top: 100px;
    position: relative;
    text-align: center;
}
.threecoltext h3,
.threecoltext h3 a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 1.4em !important;
    text-shadow: 2px 2px #000;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.threecoltext .blurb {
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.col-sm-3.fourcoltext {
    min-width: 355px !important;
    margin-bottom: 10px !important;
}
.col-sm-3.fourcoltext a {
    font-size: 1em !important;
}
.col-sm-12.fourcoltext {
    min-width: 100% !important;
    margin-bottom: 10px !important;
}
.col-sm-12.fourcoltext a {
    font-size: 1.2em !important;
}
.fourcolimgbox {
    display: flex;
    justify-content: center;
}
.fourcoltext {
    background-position: center;
    min-width: 270px;
    min-height: 200px;
    background-repeat: no-repeat;
    margin: 0 10px 1em 0;
}
.fourcoltext_content {
    top: 70px;
    position: relative;
    text-align: center;
}
.fourcoltext h3,
.fourcoltext h3 a {
    color: #fff;
    font-weight: 400 !important;
    font-size: 1em !important;
    text-shadow: 2px 2px #000;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.cardcontainer h2 {
    font-size: 1.5em !important;
}

.broken_link, a.broken_link {
    text-decoration: none !important;
}
blockquote {
    position: relative;
    padding-left: 1em;
    border-left: 0.2em solid #e21833;
    color: #595959;
    float: right;
    width: 35%;
    margin-left: 1em;
    font-style: normal;
}
.rightaccent {
    margin: 1em;
    position: relative;
    padding-left: 1em;
    border-left: 0.3em solid gold;
    color: gray;
    float: right;
    width: 35%;
    font-size: 18px;
    font-size: 1.2rem;
}
.leftaccent {
    margin: 1em;
    position: relative;
    padding-right: 1em;
    border-right: 0.3em solid gold;
    color: gray;
    float: left;
    width: 35%;
    font-size: 18px;
    font-size: 1.2rem;
}
.card-title {
    text-transform: uppercase;
    font-weight: 700;
}
.card-title a {
    color: #000;
}
.card-title a:hover {
    color: #e21833;
}
.redspotlight {
    padding: 1em;
    border: 1px solid #eee;
    background-color: #e21833;
    min-height: 170px;
    text-align: center;
}
.redspotlight:hover {
    background-color: #333;
}
.redspotlight-data-value {
    font-size: 2.5em;
    width: 100%;
    margin-bottom: 0.04em;
    color: #fff;
    display: inline-block;
}
.redspotlight-data-label {
    text-align: center;
    font-size: 80%;
    font-weight: 600;
    color: #ffd520;
    text-transform: uppercase;
}


.acadimage {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    text-align: center;
}
.acadprofile h3 {
    margin-top: 0;
}
ul.researchareas {
    list-style-type: none;
    padding-left: 0;
}
.researchareas p {
    margin-bottom: 0;
}
.acadprofile img {
    max-width: 100%;
    height: auto;
}

a.tagcloud {
    color: #555;
    background-color: #eee;
    padding: 5px 1em;
    border-radius: 10px;
    font-size: 14px !important;
    display: inline-block;
    margin: 5px 0;
}
a:hover.tagcloud {
    background-color: #292929;
    color: #ffd200;
    text-decoration: none;
}
.su-row.card {
    display: inline-block;
    border: none;
}
.su-row.card a {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}
.su-row.card img {
    margin-bottom: 1rem;
}
.su-row.card btn {
    font-size: 14px !important;
}
.su-row.card .leftaccent,
.su-row.card .rightaccent,
.su-row.card blockquote {
    width: 100%;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 1em;
}

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}
table table {
    font-size: 1em;
}


tr {
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}
thead > tr {
    border-bottom: 1px solid #000;
}
tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}
table tr th {
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:focus,
table tr th a:hover {
    color: #fff;
    font-weight: 700;
}
table tbody tr th {
    vertical-align: top;
}

tr td,
tr th {
    padding: 0.5em;
}

[dir="rtl"] tr td,
[dir="rtl"] tr th {
    text-align: right;
}

umd-design-component {
    display: none;
}

@media screen and (max-width: 37.5em) {
    td.priority-low,
    td.priority-medium,
    th.priority-low,
    th.priority-medium {
        display: none;
    }
}
@media screen and (max-width: 60em) {
    td.priority-low,
    th.priority-low {
        display: none;
    }
}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #000;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #a6a6a6;
    border-image: initial;
    border-radius: 5px;
}
optgroup {
    font-weight: bolder;
    display: block;
}
option {
    font-weight: 400;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px;
}
dd {
    margin: 0 1em 1.5em 1em;
}
.gallery-caption {
    display: none;
}
.sticky {
    position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
    display: none;
}
.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}


.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after {
    clear: both;
}
.blog-masthead {
    background-color: #e21833;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    height: 55px;
    padding-top: 5px;
    text-align: center;
}
.umdheader a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Crimson Text", serif;
}
.umdheader a:hover {
    text-decoration: none;
    color: #fff;
}
.logo {
    float: left;
    margin-right: 2em;
}
.blog-title a {
    color: #fff;
}
.blog-title a:hover {
    color: gold;
    text-decoration: none;
}
.blog-description {
    font-size: 20px;
    color: #999;
}
.text-widget {
    font-size: 0.9375rem;
}

.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}
.blog-nav-item:focus,
.blog-nav-item:hover {
    color: #fff;
    text-decoration: none;
}
.blog-nav .active {
    color: #fff;
}
.blog-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}
nav .container {
    padding: 0;
}
.container-fluid {
    max-width: 1350px;
}
.nav {
    text-transform: uppercase;
}
#myNavbar {
    float: left;
    font-weight: 900;
}

.blog-post {
    margin-bottom: 1em;
    margin-right: 15px;
}
.blog-main {
    font-size: inherit;
    line-height: 1.5;
    margin-top: 1em;
    padding: 0 5px;
}

.eventdesc {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1em;
    padding: 0 1em 0 0;
}
.homesidebar h3 {
    font-size: 1.2em;
    font-family: "Open Sans";
    font-weight: 700;
}
a.sitename {
    color: #fff;
    white-space: nowrap;
    font-size: 2.5rem;
    font-family: "Crimson Text", serif;
}
.blog-footer a:hover,
a:hover.sitename {
    color: gold;
    text-decoration: none;
}
.sublogo img {
    margin-right: 1em;
}

.blog-header .clearfix {
    margin-top: 0;
    padding: 0;
}

.blog-post-meta {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Arial, Verdana, sans-serif;
    letter-spacing: 2px;
}
.homeimage {
    margin-bottom: 2em;
}
#homemain h2,
.sidepanel h2 {
    font-family: "Open Sans";
    font-size: 1em;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}


#feature.taxonomy h2 {
    margin-bottom: 1em;
}
#feature h2:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #ffd102;
}



.row [class*="news"] {
float: none;
display: table-cell;
padding: 1em;
box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
margin: 1%;
max-width: 30%;
} 


.hidedirectorytitle {
    display: none;
}
.col-lg-9.directory {
    margin-top: 0;
}

.phd-details {
    display: contents;
}
.phd-details-mobile {
    display: none;
}
#a2z > a {
    border: 1px solid #ccc;
    color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 1px 1px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
    height: 22px;
}
#a2z > a:hover {
    background-color: #e01732;
    color: #FFF !important;
}
#a2z > a.selected {
    background-color: #e01732;
    color: #fff;
}
.col-sm-3.sidebar-primary {
    padding-left: 2em;
}
#sidebar-primary .widgettitle {
    background: #2b75a9;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1em;
    border-radius: 5px;
}
#sidebar-primary .widgettitle::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid;
    border-top-color: #2b75a9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 90%;
    width: 0;
    height: 0;
    margin-left: -5px;
}
#blogimg-widgets {
    background: #fff;
    border-bottom: 1px dotted #e4e4e4;
    margin-bottom: 25px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}
.childmenu {
    list-style: none;
    padding: 1em 0 0 0;
}
.widget-container a,
.widget-container a:hover {
    text-decoration: none;
}
.widget-container h2,
.widget-container h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.widgettitle a:hover {
    color: #369;
}
.widget-container ul {
    padding: 4px 0 4px 0;
}
.widget-container ul li {
    font-size: 16px;
    border-bottom: 1px dotted #999;
    list-style: none;
    padding: 0.5rem 0;
}
.childmenu {
    margin-top: 3em;
}
.childmenu ul li,
.widget ul li {
    margin: 0 0 8px 0;
    list-style-type: disc;
    padding: 4px 0 4px 0;
    font-size: 16px;
    padding: 0.5rem 0;
}
.widget ul li ul li {
    border-bottom: none;
    margin: 2px 0;
}
.widget ul li ul li ul li {
    border-bottom: none;
}
.widget ul.sub-menu {
    margin-left: 15px;
}
.widget ul li .children {
    padding-left: 0.8em;
}

.homeeventslist {
    min-height: 130px;
    margin: 0 0 1rem 0;
}


.homeeventslist .col-4,
.homeeventslist .col-8 {
    margin: 0;
}


.home-view-events {
    margin-top: 1em;
}

.eventslandinglist h2 {
    font-size: 1.05em;
    margin-top: 0.5em;
}
.home-view-events {
    margin-top: 1em;
}

span.event-page-title {
    font-size: 1em !important;
    font-family: "Source Sans Pro", sans-serif;
    color: #e21833 !important;
    padding-top: 0;
    margin-top: 0 !important;
}
.event-page-title:link {
    color: #e21833;
}
.event-page-title:visited {
    color: #e21833;
}
.event-page-title:active {
    color: #e21833;
}

.addeventatc {
    background-color: #eee !important;
}
.addeventatc:hover {
    background-color: gold !important;
}
#ofresearch_areas {
    max-width: 300px;
}

.searchandfilter {
    display: flex;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0.5em;
}
.searchandfilter h4 {
    color: #666;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
}
.searchandfilter input[type="submit"],
.searchandfilter input[type="reset"] {
    background-color: #e21833;
    border: 2px solid #e21833;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 1em 0 1em;
    height: 35px;
    font-size: 1rem;
}
.directory .searchandfilter input[type="submit"],
.directory .searchandfilter input[type="reset"] {
    margin: 1em 0 auto;
}
.searchandfilter input[type="text"] {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-size: 1rem;
}
.searchandfilter input:hover[type="submit"],
.searchandfilter input:hover[type="reset"] {
    background-color: #666;
    border: 2px solid #333;
}
.postform {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}


.navpag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}
.navigation {
    display: inline-block;
}
.pagination {
    margin: 2em 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    display: block;
}
.pagination a,
.pagination span {
    text-decoration: none;
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #333 !important;
    background: #ffd200;
}
.pagination .current {
    background-color: #e21833;
    color: #fff;
}
.paginationcenter {
    display: flex;
    justify-content: center;
}

#a2z {
    margin-bottom: 1em;
}
.wpcf7 input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form select,
.wpcf7-form textarea {
    margin: 5px 0 0;
    width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    color: #999;
    height: inherit;
    padding: 4px;
    font-weight: 400;
}
.wpcf7 label {
    font-weight: 700;
}
.required {
    color: #e21833;
    font-weight: 700;
}
.wpcf7-not-valid-tip {
  color: #e21833;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.alumnims h2 {
  margin-bottom: 1em;
}
.acadprofile h3, #alumnilist h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.alumnims .fa-globe {
  color: #999;
}

.alumnims .col-4 {
  margin-top: 0;
}

#alumnilist a.linkedin-icon {
  color: #333;
}

#alumnilist a.linkedin-icon:hover {
  color: #e21833;
}

#alumnibrag .content-column.one_half {
  float: left;
  margin-right: 30px;
}

#alumnibrag h3 {
  margin-top: 2em;
  font-size: 1.6em;
}

#alumnibrag h3:before,
#alumnibrag h3::before {
    content: "";
    display: inline-flex;
    margin-right: 0.5em;
    width: 1.25em;
    height: 0.75em;
    background-color: #fc3;
    clip-path: polygon(0 0, 90% 0%, 30% 100%, 0% 100%);
}

#alumnibrag.wpcf7 input[type="tel"], #alumnibrag.wpcf7-form input[type="email"], 
#alumnibrag.wpcf7-form input[type="text"], #alumnibrag.wpcf7-form select,
 #alumnibrag.wpcf7-form textarea {
  width: 100% !important;
  font-size: 1rem;
  padding: 8px 1rem !important;
  border-radius: 0 !important;
  margin: 5px 0 0;
  border: 1px solid #ddd;
  color: #555;
  background: #FFF;
}

#alumnibrag .wpcf7-submit {
    color: #fff;
    background-color: #333;
    border-color: #fff;
    display: inline-block;
    padding: 1em 3em;
    border-width: 2px;
    border-style: solid;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
#alumnibrag .wpcf7-submit:hover {
    background-color: #ffcc33;
    color: #333;
}
#alumnibrag .note {
    font-size: 15px;
    font-color: #999;
}

#alumnibrag .wpcf7 form.invalid, #alumnibrag .wpcf7-response-output, #alumnibrag .wpcf7 form.unaccepted, 
#alumnibrag .wpcf7-response-output, #alumnibrag .wpcf7 form.payment-required {
border-color: #FFF;
  background-color: #e21833;
  font-size: 1.1rem;
  color: #FFF;
}

#alumnibrag  .wpcf7 form.sent .wpcf7-response-output {
  border-color: #333;
  background-color: gold;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.regform {
    border: 1px solid #ddd;
    padding: 1em;
    background-color: #eee;
}
.regform h2 {
    margin-top: 0;
}
.regform h3 {
    border-top: solid 1px #ddd;
    padding-top: 1em;
}
input[type="file"] {
    max-width: 100%;
}


.slider {
    background: url(images/testudocover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #333;
}


#master-slideshow {
    border-bottom: 2px solid #eee;
}
.slider img {
    min-width: 100%;
}
.homeslide {
    color: #fff;
    padding: 3em !important;
    background: #262626;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
}
.sidepanel {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1em;
    border: 1px solid #ccc;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 5px solid #b1040e;
    margin-bottom: 3em;
}
.elementor {
    background-color: #efefef;
    color: #6d6d6d;
    padding: 10px;
    font-weight: 700;
}
.elementor a {
    color: #666;
}
.elementor a:hover {
    color: #e21833;
}

.updates {
    margin-bottom: 2em;
}
.bypostauthor {
    background-color: #ffe45a;
}
#minilogo {
    display: none;
}
.focused {
    display: flex;
    justify-content: center;
}

.quicklinks h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.quicklinks .btn {
    width: 100%;
    margin-bottom: 1rem;
}

#carouselQuotes {
    background-color: #EEE;
    border: 1px solid #999;
  }
  .carousel-inner {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  #carouselQuotes .carousel-inner p {
    font-size: 1.5rem;
    max-width: 80%;
    padding: 1rem;
    background-color: inherit;
    border-bottom: none !important;
    margin: auto;
    color: #000;
  }

.metaslider .caption-wrap{
    position: absolute;
	bottom: 6rem !important;
	background: transparent !important;
    opacity: 1 !important;
	font-size: 1.4rem !important;
    font-family: "Source Sans Pro", sans-serif !important;
    color: #000 !important;
    overflow: hidden;
}

.metaslider .caption {
    max-width: 25rem !important;
    background-color: rgba(255, 210, 0, 0.9);
    border-bottom: 5px solid #000;
    margin: 0 50px;
}

.caption div {
    padding: 30px !important;
}

.caption {
    float: right;
}

.metaslider a {
    outline: none;
    color: black;
}
 /* -------- UNSORTED END -------- */
@media screen and (max-width: 991px) {





@media screen and (max-width: 991px) {
    ul.main-menu.navbar-nav {
        margin-top: 3em;
    }
    #page h1{
        font-size: 2.1em;
    }
    .col-sm-12.navbar {
        display: flex;
        flex-flow: column;
        max-width: 100%;
    }
    .n2-ow {
        font-size: 1.2rem !important;
    }
    .navbar-brand  {
        font-size: 1em;
        font-weight: 700;
        display: inline-flex;
    }
    #feature {
        margin: 0 0 2em 0;
    }
    .navbar {
        display: inline-block;
        width: 100%;
    }
    .navbar img {
    max-width: 330px;
    }
    #page {
      margin: 0;
    }

    #news .col-4 {
      padding: 0em;
      min-height:0;
    }
    .spotlightevent h4 {
      margin-top: 0;
    }

    ul.main-menu.navbar-nav li a, #menu-quick-links li a {
        display: block;
        padding: 10px 15px;
        border-bottom: #ddd 1px dotted;
        width: 100%;
        font-size: 15px;
    }
     #menu-quick-links {
      display: block;
      padding-left: 0;
      width: 100%;
    }
    .navbar-nav .dropdown-menu {
        position: inherit;
        background-color: inherit;
        border: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.1em;
        height: 1.1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    #pills-tab li {
      display: grid;
    }
        .blog-header {
        min-height: 210px;
    } 
}

@media screen and (max-width: 990px) {
    .col-1, .col-2, .col-3,.col-4, .col-5, .col-6,.col-7, .col-8, .col-9,.col-10, .col-11, .col-12 {
        width: 100%;
    }
    #news .col-6 {
      min-height: 0;
      margin-bottom: 1em;
      width: 100%;
      padding: 0 !important;
    }
    .navbar img {
    max-width: 270px;
    }
        ul.main-menu.navbar-nav li a {
        display: block;
        padding: 10px 15px;
        border-bottom: #ddd 1px dotted;
        width: 100%;
        font-size: 15px;
    }
    .navbar-nav .dropdown-menu {
        position: inherit;
        background-color: inherit;
        border: none;
    }
    #infosearch, #menu-quick-links button {
    display: none !important;
    }

    .headersearch {
    display: block;
    }

    .headersearch #search {
      float: left;
    }


     #aboutus .col-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0;
    }

    .aplanding .col-6 {
        width: 70%;
    }
    .aplanding .col-5 {
        width: 50%;
    }
    .footer-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-contact {
        padding-top: 1em;
    }
    .footer-social {
        width: 100%;
    }
    .eventspagem, .sectionfilter {
        padding: 0em;
        margin: 0em;
    }
   .searchandfilter {
        display: block;
    }
    .research-search-submit-btn {
        margin-top: 1em;
    }
    .directorydetails {
        margin-bottom: 2em;
    }
    .programs .su-column.su-column-size-1-4,
    .programs .su-column.su-column-size-1-3,
    .programs .su-column.su-column-size-1-2 {
        padding: 0.75em;
        width: 48%;
        margin: 0 2% 2% 0%;
        min-height: 330px;
        font-size: 15px;
    }
    .programs .su-row {
        margin-bottom: 0;
    }
    #spotlightevent .col-5 {
        width: 100%;
        background-size: cover;
        min-height: 250px;
        margin-bottom: 1em;
    }
    .directory .col-lg-2 {
        max-width: 25%;
    }
    .phd-details-mobile {
        display: contents;
    }
    .phd-details {
        display: none;
    }
    #alumnims .card.col-4 {
    width: 100%;
    }   

    /*META SLIDER */
    .metaslider .caption {
        margin: auto;
        max-width: 45rem !important;
    }

    .metaslider .caption-wrap {
        font-size: 1.2rem !important;
        bottom: 3rem !important;
        left: 0rem !important;
        position: absolute;
    }
    
    .caption div {
        padding: 15px !important;
        text-align: center;
    }
    .caption {
        float: none !important;
    }


}
@media screen and (max-width: 768px) {

    .navbar-collapse {
        margin-top: 0em !important;
    }

    .blog-header .col-sm-3,
    .blog-header .col-sm-6 {
        width: 100%;
    }
    .n2-ss-slider .n2-ss-layer-content {
        width: 100%;
    }
    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm="normal"] {
        padding: 0.5em 0;
        margin: 7em 0 0 0;
        max-width: 100% !important;
    }
    .programs .su-column.su-column-size-1-4,
    .programs .su-column.su-column-size-1-3,
    .programs .su-column.su-column-size-1-2 {
        font-size: 18px;
    }
    .n2-ss-item-content {
        padding: 1rem;
    }
    .directory .col-lg-3 {
        margin-bottom: 1em;
        max-width: 50%;
    }
    .phototron {
        min-height: 400px;
    }
    .phototron_content {
        position: inherit;
        padding: 1em;
        max-width: none;
    }
    .logo {
        float: none;
        margin: 2em 0 0 0;
    }
    .navbar-default {
        background-color: #000;
        color: #fff;
    }
    .row.icons.contact {
        display: none;
    }
    .navbar #search {
        float: none;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff !important;
    }
    .carousel-control-next {
        right: -1rem;
    }
    #myNavbar {
        float: none;
        font-weight: 900;
    }
    .directory .col-lg-3 img,
    .directory .col-lg-2 img {
        height: auto;
    }
    .showmenu {
        margin-bottom: 1em;
        padding-right: 5px;
        padding-left: 5px;
    }
    #search {
        padding-top: 10px;
    }
    .search-button {
        width: 19%;
    }
    .navbar-toggler {
        padding: 0.25rem 0.25rem;
        position: relative;
    }
    .blog-footer {
        text-align: center;
    }
    .footerlogo {
        display: inline-block;
        padding-top: 1em;
    }
    #social {
        float: none;
        padding-bottom: 10px;
    }
    .navbar {
        font-size: 15px;
        width: 98%;
    }
    span.middot {
        display: none;
    }
    .directory .col-lg-2 {
        max-width: 50%;
    }

    /*Meta Slider */
    .metaslider .caption-wrap{
    
        bottom: 3rem !important;
        position: absolute;
    }
    
    .caption {
        float: none !important;
    }
    
    .metaslider .caption {
        margin: auto !important;
        max-width: 30rem !important;
        font-size: 16px !important;
    }
    
    img.metaslider{
    min-height: 317px !important;
    min-width: auto !important;
    }
    
    .caption div {
        padding: 10px !important;
    }

}
@media screen and (max-width: 765px) {
    .sublogo img {
        margin-bottom: 0;
    }
    /*.page-content {
        margin: 0;
    }*/

    .submitevent {
      margin-bottom: 2em;
    }
    .programs .su-column.su-column-size-1-4,
    .programs .su-column.su-column-size-1-3 {
        width: 100%;
        margin: 0 2% 2% 0%;
        min-height: auto;
        text-align: center;
    }
    #aboutus {
        padding: 2em 1em;
    }

    td,
    tr td,
    tr th {
        width: 100% !important;
        border: none;
    }
    .phototron h2 {
        font-size: 1.5em !important;
    }

    iframe {
        width: 100% !important;
    }
    .sublogo img {
        margin-bottom: 0;
    }
    .wp-block-image .alignright {
        float: none;
        margin-left: 0;
    }
    .col-sm-12.navbar {
        display: flex;
        flex-flow: column;
        max-width: 100%;
    }
    .navbar-brand h1 {
        font-size: 1em;
        font-weight: 700;
        display: inline-block;
    }
    .icons .col-lg-3 {
        max-width: 100%;
        padding: 0 0 2em 0;
        border-bottom: 1px solid #eee;
    }
    .fourcolimgbox {
        display: flow-root;
    }
    .col-sm-2.fourcoltext {
        margin-bottom: 1em;
        min-width: 100%;
    }
    .news-post {
        margin: 1em 0;
    }
    .newspage .col-sm-4,
    #expertise .col-4 {
        width: 100%;
        min-height: inherit;
        margin-bottom: 1em;
    }
    .navbar-brand {
        display: inline;
    }
    .navbox {
        width: 100%;
    }
    .alignleft,
    .alignright {
        float: none;
        margin: 0;
    }
    .leftaccent,
    .rightaccent,
    blockquote {
        width: 100% !important;
        margin: 1em 0;
        padding: 1em;
        border-top: 0.2em solid gold;
        border-right: none;
        border-left: none;
    }
    .menu-quick-links-container {
    display: flex;
    justify-content: end;
    }

    a.sitename {
        font-size: 1.5rem;
        white-space: normal;
        line-height: 1.5em;
    }
    .blog-title {
        margin: 16px 0;
        font-size: 1em;
        display: inherit;
    }
    .blog-masthead {
        height: 55px;
        padding-top: 3px;
    }
    .group-left ul.widget-container {
        padding-right: 0;
    }
    footer li {
        display: block;
        font-size: 1em;
        text-align: left;
    }

    .col-sm-6.homenewslist {
        min-height: 0;
        margin-bottom: 1em;
        width: 100%;
        padding: 0 !important;
    }
    #search {
        padding-top: 0;
    }
    #aboutus .col-lg-6 {
        padding-right: 0;
    }
    #feature h2 {
        margin: 1em 0 1em 0;
    }
    #footer {
        padding: 0 1em;
    }
    .su-spoiler {
        padding: 1.1875rem 0;
    }
    #menu-quick-links-hidden li a {
        padding: 0 7px;
    }
    .btn {
        width: 100%;
        margin-bottom: 1em;
    }

    /*Test Table*/
table:has(thead) thead {
    display: none;
  }

  tr {
    padding: 0 !important;
}
  
  table:has(thead) tr {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #ddd;
  }
  
  table:has(thead) td {
    display: block;
    border: none;
    position: relative;
    padding-left: 36%;
  }
  
  table:has(thead) td:last-child {
    border-bottom: none;
  }
  
  table:has(thead) td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.5em;
    width: 45%;
    text-align: left;
    font-weight: bold;
  }

  table:not(:has(thead)) tr {
    display: block;
    margin-bottom: 0em;
    border-bottom: none;
  }
  
  table:not(:has(thead)) td {
    display: block;
    border: none;
    padding-left: 0.5em;
    text-align: left;
  }
  
  table:not(:has(thead)) td:not(:last-child) {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 680px) {

    .su-spoiler-style-default>.su-spoiler-content {
        padding: 0px !important;
      }
    .aplanding .col-4,
    .aplanding .col-5,
    .aplanding .col-6 {
        width: 100%;
    }
  .blog-header {
    min-height: 200px;
  }
}
@media screen and (max-width: 455px) {

    #minilogo {
        max-width: 270px;
    }

    .search-button {
        min-height: 25px !important;
    }

    .sle_text h3,
    .sle_text a {
        font-size: 1.4em !important;
    }
    .sle_text .blurb {
        font-size: 1.3em;
    }
    .directory .col-lg-3,
    .directory .col-lg-2 {
        margin-bottom: 1em;
        max-width: 100%;
    }
}
@media print {
    .blog-header {
        background-color: #fff;
        box-shadow: none;
    }
    .container {
        padding-top: 0;
    }
    .breadcrumb {
        display: none;
    }
    /*.page-content {
        margin: 0 !important;
    } */
    .navbar {
        content: url("/wp-content/themes/ischool/images/infologo_dark.png");
        margin: 2em 0 0 2em;
        padding: 2em 0 0 1em;
        height: auto;
        max-width: 355px;
    }
    .blog-masthead {
        display: none;
    }
    #linksandhamburger {
        display: none;
    }
    #slideshow {
        display: none;
    }
    #aboutus {
        color: #000;
        background: 0 0;
        padding: 1em;
    }
    #footer {
        display: none;
    }
    iframe {
        display: none;
    }
    .phototron {
        background-image: none !important;
        min-height: 0;
    }
    .phototron .blurb,
    .phototron_content,
    .phototron_content h3 {
        top: 0;
        color: #000;
        left: 0;
        max-width: fit-content;
        text-shadow: none;
    }
    .row.icons {
        font-size: 0.75rem;
    }
    .icons .fas {
        font-size: 2em;
    }
    .acadprofile .col-sm-6,
    .col-sm-4 {
        width: 100%;
    }
    .blog-post-title {
        font-size: 2em !important;
    }
    .navpag,
    .sectionfilter {
        display: none;
    }
    .researchcat .col-lg-2 {
        display: inline-block;
        width: 15%;
    }
    .researchcat {
        margin-top: 0;
    }
    span.event-home-date {
        border-bottom: none;
    }
    .su-spoiler.su-spoiler-closed > .su-spoiler-content iframe {
        display: block !important;
    }
    .su-spoiler.su-spoiler-closed > .su-spoiler-content {
        display: block !important;
        overflow: visible !important;
        height: inherit !important;
        opacity: inherit !important;
    }
}




