/*Styling for widgetkit with buttons on homepage*/

.home-quick-buttons .uk-panel {
  background-color: #f4f8ee;
  border: 0px;
  padding: 1.3em;
}

.home-quick-buttons h3 {
  text-align: center;
  color: #1e6b52;
  font-size: 2rem;
}

.home-quick-buttons .template-02 h3 {
  margin: 0 0 10px !important;
}

/*@media all and (min-width: 960px) {
			.uk-panel-title {
				min-height: 76px;
			}
		}*/

@media (min-width: 960px) {
  .home-quick-buttons .uk-panel-title {
    min-height: 76px;
  }
}

@media all and (max-width: 1150px) and (min-width: 960px) {
  .home-quick-buttons h3 {
    font-size: 1.8rem !important;
  }
}

.home-quick-buttons p {
  text-align: center !important;
  color: #1e6b52;
}

.home-quick-buttons a {
  text-decoration: none !important;
  text-align: center !important;
  color: #1e6b52;
  font-family: "kulturista-web", serif !important;
  font-size: 1.2rem;
  border-bottom: 1px solid #1e6b52;
  padding: 15px 0px;
  width: 100%;
  display: inline-block;
  font-weight: normal;
}

.home-quick-buttons a:last-child {
  border-bottom: 0px;
  margin-bottom: 1em;
}

.home-quick-buttons a:hover {
  background-color: #1e6b52;
  color: #ffffff !important;
}
/*.home-quick-buttons .uk-row-first .uk-panel:nth-child(1) {
			background-image: url('images/home/home-quick-buttons-img-bg-placeholder.jpg');
			background-repeat: no-repeat;
			background-size: cover;
		}*/

.home-quick-buttons .uk-grid-margin .uk-panel {
  background-image: none !important;
}
/*Home - Faculty News*/

.o-news-feed--3-across > h3,
.news-feed--card-layout > h3 {
  color: #00704a;
  text-align: center;
  font-size: 2.5rem !important;
  padding-bottom: 10px;
  letter-spacing: 3px;
  border-bottom: 2px solid #00704a;
  font-family: "kulturista-web", serif !important;
  margin: 0px auto 15px auto;
  width: 98% !important;
}

div.srfrContainer ul.srfrList li {
  padding: 0px 8px 8px 8px;
}
/*Home - Upcoming Faculty Events List*/

ul.announcementsLinks {
  margin-top: 0;
  text-align: center;
}

.announcementsLinks li {
  display: inline-block;
  text-decoration: none;
}

.announcementsLinks li a {
  font-weight: bold;
}

.localist-widget-eds .localist-otherdetails div {
  font-size: 13px !important;
}

@media screen and (min-width: 1025px) {
  #itemid-101 .uppermiddle2 .moduletable .custom > div {
    padding-top: 0 !important;
  }
}
/*Home - Slideshow*/

.uk-slidenav {
  font-size: 60px !important;
}

@media all and (max-width: 1024px) {
  body.home.hd .two_thirds .moduletable > div {
    margin: 0 auto !important;
  }
}
/*Welcome to UAB on New Faculty page*/

.new-faculty .uppermiddles {
  background-color: #1e6b52;
  margin: 1em auto 2em auto;
  box-sizing: border-box;
  padding: 1em 0;
}

.new-faculty .uppermiddle3 p,
.new-faculty .uppermiddle3 h1,
.new-faculty .uppermiddle3 a {
  color: #ffffff;
}

.new-faculty .third {
  padding: 2em !important;
  box-sizing: border-box;
}

@media screen and (max-width: 650px) {
  body.new-faculty #whitebox .two_thirds,
  .new-faculty #whitebox .third:nth-of-type(1) {
    border-bottom: 0px;
  }
}

@media all and (max-width: 1024px) {
  body.new-faculty.hd .two_thirds .moduletable > div {
    margin: 0 auto !important;
  }
}

.video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*Contact page*/
.contact-section-heading {
  background-color: #1e6b52;
  color: #fff;
  padding: 0.3em 0;
}
/*Faculty Senate*/
.faculty-senate .senate-events,
.faculty-senate .senate-news {
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .faculty-senate .senate-news-events {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }

  .faculty-senate .senate-news {
    flex: 2;
    margin-right: 1em;
  }

  .faculty-senate .senate-events {
    flex: 1;
    padding-top: 2em;
  }
}
/*Faculty Senate - Position Descriptions*/
@media screen and (min-width: 1024px) {
  .senate-roles {
    display: flex;
    flex-wrap: wrap;
  }

  .senate-roles ul {
    flex: 1 0 32%;
  }
}
/*Faculty Senate - Senate Reps to University Committees*/
@media all and (max-width: 1024px) {
  .committees-reps td:last-child:before {
    content: "Reports to ";
  }

  .committees-reps td:first-child {
    font-weight: bold;
  }

  .committees-reps td {
    display: block;
  }

  .committees-reps th {
    display: none;
  }
}
/*Faculty Senate - UCC*/
@media all and (max-width: 1024px) {
  .ucc td:last-child {
    display: none;
  }
}
/*CTL Menu*/

.ctl-lower-links {
  border-top: 1px solid #1e6b52;
  margin: 1em 0;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  .mobileLeftBCM {
    text-align: left;
    float: left;
  }

  #leftcolumn .moduletable {
    padding: 10px 0px 10px 7px;
  }

  .spacer-bcm {
    display: none;
  }
}
.lowers {
  margin-top: 2em !important;
}
/*PROFILES - About Page*/
.about-profiles-buttons {
  margin: 20px 0px 50px 50px;
  float: right;
}
@media all and (max-width: 1024px) {
  .about-profiles-buttons {
    margin: 0 auto;
    float: none;
  }

  .about-profiles-buttons table {
    margin: 0 auto !important;
  }

  .about-profiles-buttons tr {
    background: none !important;
  }

  .about-profiles-text {
    clear: both;
  }
}
/*PROFILES - Main Page*/
@media all and (max-width: 1024px) {
  .faculty-profiles-instructions td {
    display: block;
  }

  .faculty-profiles-instructions tr:nth-of-type(2n + 1) {
    background-color: #fff;
  }
}

/*BEGIN Calendar */
div.localist-secondblock > div.localist-title > h4 {
  line-height: 0.8;
}
/*END Calendar */
