.card {
  position: relative;
  overflow: visible !important;
}
.card .uu-card-number {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #CC0000;
  border-radius: 4px;
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  font-size: 55px;
  font-weight: 800;
}
.career-cards .card {
  min-height:550px;
}

.card.red {
  background-color: #CC0000!important;
}

/* FACULTY */
/* .faculty-bio-container {
  display: flex;
  flex-flow: row nowrap;
}

.faculty-bio-container .faculty-photo {
  flex: 0 1 165px;
  padding: 30px 0px;
  box-sizing: border-box;
  text-align: center;
  margin: 0px auto;
}

.faculty-bio-container .faculty-photo img {
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
}

.faculty-bio-container .faculty-bio {
  flex: 1 1 auto;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
}

.faculty-bio-container .faculty-bio h1 {
  font-size: 24px;
  margin-bottom: 0px;
}

.faculty-bio-container .faculty-bio h2 {
  font-size: 16px;
  margin-bottom: 0px;
}

.faculty-bio-container .faculty-bio h3 {
  font-size: 14px;
  margin-bottom: 0px;
}

.faculty-bio-container .faculty-bio hr {
  background: #e2e2e2;
  margin: 20px 0px;
}

.faculty-research-container {
  padding: 30px;
  box-sizing: border-box;
}

.faculty-research-container ul {
  margin-left: 20px;
}

.faculty-research-container hr {
  background: #e2e2e2;
  margin-bottom: 20px;
}

.faculty-publications-container {
  padding: 30px;
  box-sizing: border-box;
}

.faculty-publications-container ul {
  margin-left: 20px;
  line-height: 1.5;
}

.faculty-publications-container hr {
  background: #e2e2e2;
  margin-bottom: 20px;
}

.faculty-courses-container {
  padding: 30px;
  box-sizing: border-box;
}

.faculty-courses-container ul {
  margin-left: 20px;
}

.faculty-courses-container hr {
  background: #e2e2e2;
  margin-bottom: 20px;
}

.faculty-overlay {
  background: #000000; 
  display: none;        
  position: absolute;   
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 999;
} */

/* FACULTY ARCHIVE PAGES */
/* .faculty-archive-container {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 100px;
}
  .faculty-archive-filters {
    flex: 0 0 250px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 40px 20px;
  }

  @media only screen and (max-width: 800px) {
    .faculty-archive-container {
      flex-flow: column wrap;
      padding: 20px 20px 100px 20px;
    }
    .faculty-archive-filters {
      flex: 1 1 100%;
    }
  }

    .faculty-archive-filters h4 {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 5px;
    }

    .faculty-archive-filters ul {
      list-style-type: none;
      margin: 0px 0px 20px 0px;
      padding: 0px;
    }

    .faculty-archive-filters ul li {
      margin: 0px;
    }

    .faculty-archive-filters label {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: flex-start;
      font-weight: 400;
      cursor: pointer;
      margin-bottom: 5px;
    }

    .faculty-archive-filters label input {
      flex: 0 0 15px;
      position: relative;
      top: 3px;
    }

    .faculty-archive-filters label span {
      flex: 1 1 auto;
      padding-left: 5px;
    }

.faculty-archive-items-container {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  flex-flow: row wrap;
  justify-content:flex-start;
  align-items: stretch;
  box-sizing: border-box;
}

  .faculty-archive-item {
    display: flex;
    flex: 0 1 calc(33.333% - 15px);
    margin: 0px 15px 15px 0px;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 15px;
    background-color:#fff;
    overflow: hidden;
    overflow-wrap: anywhere;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
    box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
    -webkit-transition: all,.3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .faculty-archive-item:hover {
    border: 1px solid #e2e2e2;
    transform: translateY(-1px);
  }

  @media only screen and (max-width: 1200px) {
    .faculty-archive-item {
      flex: 0 1 calc(50% - 15px);
    }
  }

  @media only screen and (max-width: 800px) {
    .faculty-archive-item {
      flex: 1 1 calc(100% - 15px);
      margin: 0px 0px 15px 0px;
    }
  }

    .faculty-archive-photo-container {
      flex: 0 0 80px;
      display: flex;
      flex-flow: column wrap;
      align-items: center;
    }

    .faculty-archive-photo-container .read-more-btn {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      font-size: 11px !important;
    }

    .faculty-archive-photo-container .read-more-btn svg {
      max-width: 5px;
      margin-left: 5px;
    }

    .faculty-archive-photo {
      height: 130px;
      width: 80px;
      box-sizing: border-box;
      border-radius: 2px;
      overflow: hidden;
    }
    .faculty-archive-photo img {
      width: 100%;
      height: auto;
    }
    .faculty-archive-info {
      flex: 1 1 auto;
      padding: 15px;
      box-sizing: border-box;
      font-size: 13px;
      line-height: 16px;
    }
    .faculty-archive-info h2 {
      font-size: 14px;
      margin: 0px;
    }

    .faculty-archive-info hr {
      background: #e2e2e2;
      margin: 20px 0px;
    }

    .faculty-archive-tags {
      font-size: 13px;
      line-height: 16px;
      font-weight: 600;
      color: #FFFFFF;
      list-style-type: none;
      padding: 0px;
      margin: 0px;
    }

    .faculty-archive-tags li {
      display: inline-block;
      margin: 0px;
      padding: 0px;
    }

    .faculty-archive-tags a {
      position: relative;
      padding-right: 5px;
    }

    .faculty-archive-tags li a::after {
      position: absolute;
      content: ',';
      bottom: 0;
      right: 0;
      color: #47494A;

    }
    .faculty-archive-tags li:last-child a::after {
      content: '';
      padding-right: 0px;
    }

.faculty-archive-img {
  width: 100%;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
} */

/********************
PAGINATION
*********************/
/* .pagination-wrapper {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin: 0px auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 910px;
}
@media only screen and (max-width: 800px) {
  .pagination-wrapper {
  }
}
.pagination-wrapper .pagination {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-flow: row nowrap;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #F7F9FB;
}
.pagination-wrapper .pagination li {
  position: relative;
  box-sizing: border-box;
  margin: 0px;
}
.pagination-wrapper .pagination li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
  border-right: 1px solid #F7F9FB;
  -webkit-transition: all,.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pagination-wrapper .pagination li a:hover {
  background-color: #F7F9FB;
}
.pagination-wrapper .pagination li.active {}
.pagination-wrapper .pagination li.active a {
  color: #47494A;
  background-color: #F7F9FB;
}


.rwmb-group-wrapper .rwmb-clone::after {
  display: none !important;
} */

/*************************
Undercover publications
*************************/
.uu-undercover-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.cover-photo {
  flex: 1 1 25%;
  order: 2;
  margin: 0px auto;
  text-align: center;
}
.cover-photo img {
  margin:2em;
}
.undercover {
  flex: 1 1 75%;
  order: 1;
  margin-bottom: 2em;
  overflow: auto;
  padding: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .cover-photo {
    flex: 1 1 100%;
    order: 1;
  }
  .undercover {
    flex: 1 1 100%;
    order: 2;

  }
}

.undercover-main {
	clear: both;
	overflow-wrap: break-word;
}

.undercover-post-loop {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.uu-undercover {
  flex: 1 1 20%;
  margin: 1.25em;
  display: flex;
  align-items: center;
  justify-content:center;
  box-sizing: border-box;
}
@media only screen and (max-width: 930px) {
  .uu-undercover {
    flex: 1 1 40%;
  }
}

@media only screen and (max-width: 600px) {
  .uu-undercover {
    flex: 1 1 100%;
  }
}
.uu-undercover:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
.uu-undercover-card {
  display: flex;
flex: 1 1 auto;
flex-flow: row-reverse;
box-sizing: border-box;
background-color: #fff;
overflow: hidden;
overflow-wrap: anywhere;
margin-bottom: 15px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
-moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
-webkit-transition: all,.3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin: 0px 30px 60px 0px;
}
.uu-undercover-img {
width: 250px;
height: 350px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
order: 1;
}
.uu-undercover-body {
  width:72%;
  padding:2em;
}
.undercover-thumbnail {
	height:auto;
  width: 100%;
  max-width: 235px;
}

/* VIDEO MARQUEE */
.video-marquee-container {
  position: relative;
  width: 100%;
  max-height: 650px;
  margin: 0px;
  z-index: 3;
  overflow: hidden;
  text-align: center;
}
.video-marquee-container::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.video-marquee-content {
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 3;
  text-align: center;
}
.video-marquee-content h1 {
  font-family: "Vitesse", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin: 0px auto;
  color: #FFFFFF;
}

.video-marquee-content h1 span {
  display: block;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.video-marquee-content p {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 30px;
}

.video-marquee-content a:visited, .uu-btn.white:visited {
  background-color: #FFFFFF;
  color: #CC0000;
}

@media only screen and (max-width: 800px) {
  .video-marquee-container {
    height: 400px;
  }
  .video-marquee-content {
    top: calc(25% - 50px);
  }
  .video-marquee-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.video-marquee-container .embed-responsive {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  transform: scale(1.1);
}

/********************
Colored Blocks
*********************/
.colored-block {
	display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  min-height: 450px;
}
.colored-block h2 {
	font-size:38px;
	font-weight: 700;
}	



/* Research Interest Areas Pages */

/* .ria-card-container {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.ria-card-container .card {
  display: flex;
  flex: 0 1 calc(33.333% - 15px);
  flex-flow: column nowrap;
  box-sizing: border-box;
  text-align: center;
  padding: 0px !important;
}

@media only screen and (max-width: 1200px) {
  .ria-card-container .card {
    flex: 0 1 calc(50% - 15px);
  }
}

@media only screen and (max-width: 800px) {
  .ria-card-container .card {
    flex: 1 1 calc(100% - 15px);
  }
}

.ria-card-container .card .img {
  height: 75px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.ria-card-container .card .card-body {
  padding: 30px;
}

.card .uu-team-container {
	font-size: 15px!important;
} */
/*************
FORM Styles
**************/
.uu-card-forms .uu-card {
	height:100px!important;
}
.uu-card-forms img {
	width:35px;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
	color:
#fff !important;
position: relative;
background:
#CC0000;
color: #fff;
padding: 4px 25px 4px 20px;
border-radius: 50px;
box-shadow: 0px 10px 20px
rgba(0, 0, 0, 0.1);
transition: all 0.15s ease;
font-size: 14px;
font-weight: 800;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
display: inline-block;
}
.frm_fields_container h3{
	margin-bottom:20px!important;
	font-family: "Montserrat", sans-serif!important;
font-size: 1.1em!important;
text-transform: uppercase;
line-height: 1.5!important;
font-weight: 800!important;
color: #000 !important;
}
.uu-form form {
  background: #FFFFFF;
  padding: 30px;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.uu-form .frm_form_field {
  margin: 0px 1% 20px 1%;
}

.uu-form .frm_form_field.frm_half {
  width: 48%;
  float: left;
  clear: none; }

.uu-form .frm_form_field.frm_half.frm_first {
  padding-right: 15px; }

.uu-form .frm_form_field.frm_full {
  clear: both; }

.uu-form .frm_form_field label {
  display: block; }

.uu-form .frm_checkbox input, .uu-form .frm_radio input {

  height: 14px!important;
}

.uu-form .frm_form_field input {
  display: block;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  width: 100%;
  outline: none;
}

.uu-form .frm_form_field select {
  position: relative;
  display: block;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  width: 100%; }

.uu-form .frm_form_field textarea {
  display: block;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 16px;
  padding: 20px;
  width: 100%; }


.uu-form .frm_submit {
  text-align: center;
}

.uu-form .frm_submit .frm_button_submit, .uu-form .frm_submit .frm_button_submit:visited {
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #CC0000!important;
  color: #ffffff!important;
  padding: 8px 40px!important;
  border-radius: 50px!important;
  font-size: 14px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  border: none!important;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.uu-form .frm_submit .frm_button_submit:hover {
  background: #750000;
  color: #ffffff;
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); }
  
 .entry-meta {
display:none !important;
} 
.uu-accordion-content ul {
max-width: 100%;
margin-top: 10px;
padding-left: 15px;
list-style-type: disc !important;
line-height: 1.8;
box-shadow: none;
border-radius: 0px;
display: block!important;
margin-bottom: 0px;
}


/* FOOTER LOGO OVERRIDE */
.uu-top-footer .uu-top-footer-container .uu-footer-dept .uu-footer-dept-logo img {
  max-width: 220px !important;
}


/* FACET OVERRIDES */
.facetwp-facet-tutor_classes-wrapper {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.facetwp-facet-tutor_classes-wrapper .facetwp-facet {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1 1 calc(33.333% - 10px);
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  background-color: #FFF;
  padding: 10px;
  margin: 5px 15px 5px 5px;
}
.facetwp-facet-tutor_classes-wrapper .facetwp-facet::after {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 11px;
  height: 30px;
  content: '';
  background-image: url('../img/caret-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
.facetwp-facet-tutor_classes .facetwp-dropdown {
  border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    width: 100%;
    box-sizing: border-box;
    padding-right: 35px;
    padding-left: 10px;
    color: #000;
}

#faculty-cards #uu-card-widget-container .uu-card-widget-card .uu-card-widget-card-img {
height: 400px!important;
background-position: top center!important;
}