/*site specific css for CAS home */

/*Fix IE hover card image stretch*/
@supports (object-fit: cover) {
   .all-cas-events  .localist-hover-card__img {
        min-height: 100%;
    }
    /*@media all and (min-width: 900px) {
        .all-cas-events .localist-hover-card__img {
            margin: 0;
        }
    }*/
    .all-cas-events .localist-hover-card__img-container {
        min-height: auto;
        overflow: visible;
    }
}
.all-cas-events .localist-hover-card__img {
        min-height: auto;
}
.all-cas-events .localist-hover-card__img-container {
        min-height: auto;
        overflow: hidden;
    }
/*@media all and (min-width: 900px) {
    .all-cas-events .localist-hover-card__img {
        margin: 0 0 -105px 0;
    }
}*/

/*TYPOGRAPHY*/
h3 {
    color: #333;
}



hr {
    border-top: 2px solid #80bc00;
    width: 43px;
    margin: 0 auto 1em;
    opacity:1;
}
ul li ul {
    margin-left: 1em;
}
.icon-publish {
    color: #1E6B52;
    font-size: 28px;
    margin-bottom: 0.5em;
}
.icon-cancel-2 {
    color: #ff0000;
    font-size: 28px;
    margin-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
    ul li {
        margin-left: 0.25em;
    }
}
p,span, label {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}



/*SIDEBAR*/
/*.template-01 #rightsidebar .nav.menu>.parent>.nav-child>li>.nav-header {
		font-weight: bold ;
		color: #fff;
		background-color: #1E6B52;
		text-shadow: none;
		padding: 0.5em 0.5em 0.45em;
	}*/
.template-01 #rightsidebar .nav.menu li.divider span {
    font-weight: bold ;
    color: #1E6B52;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.template-01 #rightsidebar .nav.menu li.divider {
    margin-top: 25px ;
    border-bottom: 1px solid #1E6B52;
}
@media all and (max-width: 1024px) {
    .template-01 #rightsidebar .nav.menu li.divider {
        border-width: 0px ;
    }
}
/*Add some space above sidebars on mobile screens*/
@media all and (max-width: 899px) {
    body.hd.sidebars #downright {
        margin-top: 20px ;
    }
}

/*MAKES PAGES FULL-WIDTH*/
body.hd.full-width #whitebox {
    max-width: 100%;
    padding: 0px;
}

body.hd.full-width #maincolumn-wide {
    max-width: 100%;
}

body.hd.full-width #content {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    body.full-width.hd #maincolumn-wide {
        padding-top: 0%;
    }
}

/*BACKGROUND COLORS*/
.dark-green-bg {
    background-color: #1E6B52;
}

.dark-green-bg p,
.dark-green-bg h2 {
    color: #fff;
}

.dark-green-bg a.btn--white-to-dark-green {
    color: #1E6B52 ;
}

.light-green-bg {
    background-color: #F4F8EE;
}


/*WHITE TO DARK GREEN BUTTON - for dark green backgrounds*/
.template-01.linear.hd #wrapper .btn--white-to-dark-green {
    border: 1px solid rgba(30, 107, 82, 0.5);
    background-color: #fff;
    font-weight: 500 ;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.template-01.linear.hd #wrapper .btn--white-to-dark-green:hover {
  color: #fff ;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  background-color: #17513e;
  text-decoration: none;
  border: 1px solid rgba(30, 107, 82, 0.5); 
}


/*EPILOGUE*/
body.ribbonFullwidth #epilogue {
    padding-top: 0px;
    max-width: 100% ;
    clear: both ;
}

/*FOOTER MENU*/
#footer .footer-menu a {
    font-size: 16px ;
}

.footer-menu {
    background-color: #EEEEEE;
    padding: 10px ;
    text-align: center;
}

.footer-menu ul.nav {
    margin: 0px auto;
    width: 100%;
    padding-bottom: 10px;
}

#footer .footer-menu ul.nav li {
    display: inline-block ;
    padding: 0px 20px;
    border-left: 1px solid #fff;
}

#footer .footer-menu ul.nav li:first-child {
    border-left: 0px;
}

#footer .footer-menu a:link,
#footer .footer-menu a:visited {
    color: #444;
    font-weight: bold;
}

#footer .footer-menu a:hover,
#footer .footer-menu a:focus {
    color: #1E6B52 ;
}

/*UNIT FOOTER*/
#footer a img {
    vertical-align: inherit;
}

/*LANDING PAGES*/
.subpage-intro {
    background-color: #f4f8ee;
    padding: 1.75em 0 1.75em 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #80bc00;
    box-sizing: border-box;
}

.subpage-intro-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1em;
}

.subpage-intro-heading {
    text-align: center;
    color: #1E6B52;
}

.subpage-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1em 1em 2em 1em;
    box-sizing: border-box;
}

.subpage-inner-heading {
    text-align: center;
    color: #1E6B52;
    margin-bottom: 1em;
}
.subpage-intro-buttons {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center;
}
.subpage-intro-buttons a {
    margin: 10px;
}
@media all and (max-width: 768px) {
    .subpage-intro-buttons {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .subpage-intro-buttons a {
        width: 100%;
        margin: 10px 0;
    }
}
.two-column {
    display: flex;
    flex-wrap: wrap;
}

.two-column .inner-column {
    flex: 1 1 300px;
}
.two-column .subpage-inner {
    flex: 1 1 300px;
    align-self: center;
    -ms-grid-column-align: center;
}
.two-column .photo-column {
    flex: 1 1 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*.two-column-two-thirds {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.two-column-two-thirds .photo-column {
		flex: 1 1 300px;
	}

	.two-column-two-thirds .subpage-inner {
		flex: 2 1 300px;
		padding-left: 2em;
		padding-right: 2em;
	}*/

@media all and (min-width: 1080px) {
    .subpage-intro-inner {
        width: 55%;
    }
}

/*NEWS/EVENTS - TWO-COLUMN WITH MIDDLE BORDER*/
.two-column-middle-border {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-column-middle-border-col {
    flex: 1 1 400px;
    box-sizing: border-box;
    padding: 20px 30px;
}

@media all and (min-width: 952px) {
    .two-column-middle-border-col:first-child {
        border-right: 2px solid #80bc00;
    }
}
@media all and (max-width: 951px) {
    .two-column-middle-border-col:first-child {
        border-bottom: 2px solid #80bc00;
        border-right: 0px;
    }
}

.two-column-middle-border h3 {
    color: #1E6B52;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    letter-spacing: 1px;
}

.two-column-middle-border a.btn--md {
    margin-bottom: 1.25em;
}


/*SWITCHER STYLE*/
.switcher-nav-center .uk-subnav {
    justify-content: center;
}

/*GRID STYLES*/
.campus-green-grid .uk-button {
    background-color: #1E6B52;
    color: #fff ;
    font-weight: bold ;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #1E6B52 ;
    border-left: 0px solid #fff ;
    border-right: 0px solid #fff ;
    border-bottom: 0px solid #fff ;
}

.campus-green-grid .uk-button:hover {
    background-color: #fff ;
    color: #1E6B52 ;
    border-top: 1px solid #80bc00 ;
    border-left: 0px solid #fff ;
    border-right: 0px solid #fff ;
    border-bottom: 0px solid #fff ;
}

.campus-green-grid .uk-card {
    border-color: #80bc00;
}

.campus-green-grid .uk-margin {
    margin-bottom: 50px;
}

/*GRID STACK WIDGET*/
.grid-stack .uk-button {
    background-color: #1E6B52;
    border: 0px;
    color: #fff ;
    border-radius: 2px;
    padding: 0.3em 0.8em;
    line-height: 150%;
}
.template-01 #content .grid-stack a.uk-button:link {
    border-bottom-width: 0 ;
}
.grid-stack .uk-button:hover {
    background-color: #fff ;
    border: 1px solid #1E6B52 ;
}
.template-01 #content .grid-stack a.uk-button:hover {
    border-bottom-width: 1px ;
}
.grid-stack .uk-panel-title {
    color: #1E6B52;
}
.uk-scope .grid-stack .uk-button {
    text-transform: none ;
    font-size: 1rem;
}


/*ACCOMPLISHMENTS, STATS, OR FAST FACTS ROWS*/
.stats-row {
    display: block;
}

.stats-column p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.stats-column {
    border-right: 0px;
    border-bottom: 2px solid #80bc00;
    text-align: center;
}

.stats-column:last-child {
    border-bottom: 0px;
}

@media all and (min-width: 723px) {
    .stats-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
    }

    .stats-column {
        flex: 1 1 150px;
        font-size: 36px;
        font-weight: bold;
        padding: 0.2em 1em 0.5em;
        border-right: 2px solid #80bc00;
        border-bottom: 0px;
        box-sizing: border-box;
    }

    .stats-column:last-child {
        border-right: 0px;
    }
}
@media all and (max-width: 722px) {
    .stats-column p.counter {
        padding-bottom: 0px;
    }
    .stats-column {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .more-than {
        padding-bottom: 0px ;
    }
 }


/*WHITE BUTTON - Styled for full-width, dark green focus box and divs with a green bg*/
.template-01 .focus-box--full-width--green a:visited,
.template-01 .focus-box--full-width--green a:link,
.dark-green-bg .btn--white {
    border-bottom: 0px ;
    text-decoration:underline;
}


.template-01.linear.hd #wrapper focus-box--pull-right--green .btn--white:hover {
    border: 1px solid #fff ;
    border-radius: 2px ;
}


/*Decorative line with circle at end*/
.line {
    width: 2px;
    height: 40px;
    background-color:#1E6B52;
    margin: 0 auto;
}
.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #80bc00;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #1E6B52;
    margin: 0 auto -15px;
}

/*CONTENT WITH PHOTO BACKGROUND*/
.photo-bg-section {
    background-color: #808285;
    padding: 4em 0;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
}

.photo-bg-section div.subpage-inner {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0.5em 3em 2.5em 3em;
}
@media all and (max-width: 979px) {
    .photo-bg-section {
        padding: 5%;
    }
}

/*NEWS MODULE*/
.news .clr {
    display: none;
}
.news .srfrContainer li.srfrRow {
    display: flex;
    align-items: center;
}
.news .srfrImage {
    order: 2;
    min-width: 150px;
    max-width: 150px;
    padding: 0px;
}
.news .srfrContainer  h3 {
    order: 1;
    text-align: left;
    margin: 0 0 0 1em;
}
.news .srfrContainer h3 a {
    text-decoration: none;
    border-bottom-width: 0px ;
    text-transform: none;
    color: #000 ;
    font-size: 1.2rem;
    letter-spacing: 0px;
}
.news .srfrContainer h3 a:hover {
    color: #1E6B52 ;
    background-color: #fff ;
}
.news .srfrContainer ul.srfrList li {
    border-bottom: 2px solid #80bc00;
}
.news .srfrContainer ul.srfrList li:last-child {
    border-bottom-width:0px;
}


/*STATS COUNTERS - HOME, ABOUT*/
.stats-column p.counter, 
.stats-column p.counter span {
    font-size: 36px; 
    font-weight: bold;
    color: #fff;
}



/*HOME*/
/*Banner*/
.home-banner {
    position: relative;
}
.home-banner-text {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
}
.home-banner-text h1 {
    color:#fff;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.6), 0px 0px 80px rgba(0,0,0,0.5);
}

@media all and (max-width:600px) {
    .home-banner-text h1 {
    
        font-size: 1.6rem;
      
    }
}


/*Intro copy*/
.home-intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 1em 0 2.75em 0;
    text-align: center;
    box-sizing: border-box;
}
.home-intro p span,
.home-intro p {
    font-size: 1.4rem;
    color: #1E6B52;
    font-weight: 600;
}
.home-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1em 1em 2em 1em;
    box-sizing: border-box;
}

.home-inner-heading {
    text-align: center;
    color: #1E6B52;
    margin-bottom: 1em;
}
@media all and (max-width: 1080px) {
    .home-intro {
        padding-left: 5%;
        padding-right: 5%;
    }
}
/*Degrees, Dept., Centers Switcher*/


.home-degrees-dept .uk-switcher {
    background-color: #f4f8ee;
    border-top: 1px solid #80bc00;
    margin-top:0 !important;
}
.home-degrees-dept .uk-switcher div.uk-margin {
    max-width: 1080px;
    margin:0 auto;
    padding: 1em 0;
}
.home-degrees-dept .uk-tab::before {
    border-bottom: 0px solid transparent ;
}
.home-degrees-dept  .uk-tab-center {
    border-bottom-width: 0px;
}
.home-degrees-dept .uk-tab li,
.home-degrees-dept .uk-tab {
		margin-bottom: 0 ;
	}
.home-degrees-dept .uk-tab-center .uk-tab>li,
.home-degrees-dept .uk-switcher li {
    margin-bottom: 0px ;
    min-width: 290px;
}
.uk-scope .home-degrees-dept .uk-tab > li > a {
    color: #1E6B52 ;
    border-color: #80bc00;
    border-style: solid;
    border-width: 1px 1px 0px;
    background-color: #ffffff;
    text-transform: none;
	font-size: 1.1rem;
	padding: 8px 20px;
}
.home-degrees-dept .uk-tab > li > a:hover {
     border-color: #80bc00;
    border-width: 2px 2px 0px;
    border-style: solid;
     background-color: #ffffff;
}
.home-degrees-dept .uk-tab > li.uk-active > a {
    background-color: #f4f8ee;
    border-width: 2px 2px 0px;
    border-style: solid;
    border-color: #80bc00;
    
}
.home-degrees-dept .uk-tab > li.uk-active > a:hover {
    color: #1E6B52 ;
}
/*Switcher Content*/
.browse-degrees {
    display: flex;
    flex-wrap: wrap;
}
.browse-degrees-col {
    flex: 1 1 300px;
}
.browse-centers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}
.browse-centers-col{
    box-sizing: border-box;
    flex: 1 1 400px;
}
.browse-centers p {
    text-align: center;
    margin: 15px;
    box-sizing: border-box;
    padding-bottom: 0px;
}
.browse-centers p a {
    min-width: 100%;
    box-sizing: border-box;
}
/*.browse-depts {
    display: grid;
    display: -ms-grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
}
.browse-depts div {
    margin: auto;
}
.browse-depts div a {
    min-width: 325px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
.browse-depts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.browse-depts-col {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 33%;
}
.browse-depts p {
    text-align: center;
    margin: 15px;
    box-sizing: border-box;
    padding-bottom: 0px;
    min-width: 200px;
}
.browse-depts p a,
.browse-centers p a{
    min-width: 100%;
    box-sizing: border-box;
    text-decoration:none;
}

.browse-degrees .browse-degrees-col  a {
    box-sizing: border-box;
    text-decoration:none;
}

.browse-depts p a:hover,
.browse-centers p a:hover,
.browse-degrees .browse-degrees-col a:hover {
   color:#fff;
   text-decoration:none;
   
}
@media all and (max-width:679px) {
    .browse-depts {
        display: block;
    }
}
@media all and (max-width: 768px) {
    .browse-degrees-col, .browse-degrees-col h2 {
        text-align: center;
    }
}

@media all and (max-width: 768px) {
.browse-degrees-col img {
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
}
}

/*Student Resources*/
.DCHomepage .two-column-two-thirds>div {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.student-resources {
    flex: 2 1 400px;
    background-color: rgba(255, 255, 255, 0.96);
	padding: 0.5em 3em 2.5em 3em;
    margin-bottom: 30px;
}
.info-for-students {
	flex: 1 1 400px;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 0px ;
}
.info-for-students h2 {
    background-color: #1E6B52;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1rem;
    font-family: "proxima-nova", sans-serif ;
    padding: 0.5em;
    margin: 0px;
    text-align: center;
}
.recruiter-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0px ;
}
/*.recruiter-info img {
    flex: 1 1 100px;
    width: 180px ;
    height: 252px ;
}*/
.recruiter-info div {
    flex: 2 1 100px;
    padding: 6%;
}
.recruiter-info h3 {
    font-family: "kulturista-web", serif ;
    color: #1E6B52;
    margin-top: 0px;
}
.recruiter-image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; 
    flex: 1 1 100px;
    width: 33%;
}
.recruiter-contact {
    flex: 2 1 200px;
}
@media all and (min-width: 980px) {
    .student-resources {
        margin-right: 2em;
    }
    .info-for-students {
        margin-bottom: 30px;
    }
    .recruiter-info {
        min-height: 225px;
    }
}
@media all and (max-width: 979px) {
    .DCHomepage .photo-bg-section .student-resources {
        margin-bottom: 5%;
    }
    .student-resources, .info-for-students {
        margin-left: 1em;
        margin-right: 1em;
    }
    .recruiter-image {
        max-width: 20%;
    }
    .recruiter-contact {
        max-width: 80%;
    }
}
/*News & Events Section*/
.home-news-events {
    max-width: 1080px;
    margin: 1em auto;
}
.home-news-events>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-news-col {
    flex: 1 1 400px;
    box-sizing: border-box;
    padding: 10px 40px 0px 0px;
    text-align: center;
}
.home-events-col {
    flex: 1 1 400px;
    box-sizing: border-box;
    padding: 10px 0px 0px 40px;
}
@media all and (min-width: 900px) {
.home-news-events {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
    .home-news-col {
    border-right: 2px solid #80bc00;
}
    }

@media all and (max-width: 900px) {
    .home-events-col {
        padding-right: 40px;
    }
    .home-news-col {
        padding-left: 40px;
    }
}
/*Inclusive Excellence - Homepage*/
.home-inclusive-excellence {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.home-inclusive-excellence-image {
    flex: 1 1 400px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
}

.home-inclusive-excellence-content {
    flex: 1 1 400px;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 0.5em 3em 2.5em;
}

@media all and (max-width: 979px) {
    .home-inclusive-excellence {
        margin-left: 1em;
        margin-right: 1em;
    }
}
/*Events - Four Boxes*/
/*.home-events .localist-widget-uab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0px;
}
.home-events > .localist-widget-uab > a {
    flex: 1 0 40% ;
}*/
.two-column-middle-border .home-events div {
    border-right: 0px ;
}
/*.home-events h4 {
    text-align: center;
    color: #fff;
    padding: 0 0.5em;
    font-size: 16px ;
}
.home-events .localist-widget-uab li {
    background-color: #1E6B52;
}
.home-events .localist-widget-uab div.titlespace {
    margin-bottom: 0px ; 
    margin-top: 0px ;
}
.home-events .localist-widget-uab .lwd {
    padding: 0px;
}
.home-events .localist-widget-uab .des, 
.home-events .localist-widget-uab .time,
.home-events .localist-widget-uab .moredates,
.home-events .localist-widget-uab .secondblock {
    display: none;
}
@media all and (min-width: 980px) {
    .home-events > .localist-widget-uab > a:nth-child(1),
    .home-events > .localist-widget-uab > a:nth-child(3) {
        margin-right: 20px; 
        margin-bottom: 20px;
    }
    .home-events > .localist-widget-uab > a:nth-child(2),
    .home-events > .localist-widget-uab > a:nth-child(4) {
        margin-bottom: 20px;
    }
}*/



/*ABOUT PAGE*/
/*Leadership*/
.about-leadership {
    border-top: 1px solid #80bc00;
    background-color: #f4f8ee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-leadership-content  {
    flex: 1 1 400px;
    box-sizing: border-box;
    padding: 5%;
    align-self: center;
}
.about-leadership-image-bg {
    flex: 1 1 400px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    background-image: url('https://dev.uab.edu/cas/home//images/placeholder-800x640.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
}
@media all and (min-width: 800px) {
    .about-leadership-content {
        order: 1;
        padding: 3% 5%;
    }
    .about-leadership-image-bg {
        order: 2;
    }
}
.about-leadership-content h2 {
    margin-top: 0px;
}
.about-leadership-content a.btn--md {
    text-align: center;
    flex: 1 1;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.about-leadership-content a.btn--md:last-child {
    margin-right: 0px;
}
/*Removes tags from directory items*/
.v2-directory.blog .span12 .tags {
    display: none;
}


/*GIVING PAGE*/
/*Giving Opportunities*/
.template-01 .giving .v2-accordion-wrapper .uk-accordion-title {
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 0px;
}

.template-01 .giving .v2-accordion-wrapper .uk-accordion-content {
    border-top-width: 0px;
    border-bottom-color: #1E6B52;
    margin-bottom: 20px;
    padding-bottom: 30px;
}


/*Give to a Department dropdown*/

.giving a.uk-button.supportButton {
    background-color: #fff ;
    color: #1E6B52 ;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    border-width: 0px ;
    margin-bottom: 1em ;
}

.giving a.uk-button.supportButton:hover {
    color: #1E6B52 ;
}

.giving .caret {
    border-top-color: #1E6B52 ;
}

.giving .btn-group a {
    text-align: center ;
}

.giving .btn-group .dropdown-menu li a {
    color: #1E6B52 ;
    white-space: normal;
}

.giving ul.supportButton {
    overflow: scroll;
    max-height: 300px;
}
/*Ways to Give Grid*/
.giving-ways img {
   max-width: 200px ;
    width: 90%;
}
.giving-ways p {
    text-align: left;
}
/*Ways to Give Focus Box*/
.template-01 .giving .focus-box--full-width--gray {
    border-left: 0px solid #1e6b52;
    border-radius: 5px;
}

@media all and (min-width: 1080px) {
    .ways-to-give {
        width: 750px;
        margin: 0 auto;
    }
}

/*RESEARCH*/
/*The Next Fifty Slideshow*/
.research-next-fifty {
    max-width: 1250px;
    padding-bottom: 44px;
}

.next-fifty-slides .uk-slider-container {
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
}

.next-fifty-slides .uk-flex-middle {
    align-items: flex-start ;
}

.next-fifty-slides .uk-panel {
    border: 2px solid #80bc00 ;
    background-color: #fff;
}

.uk-scope .next-fifty-slides .uk-overlay {
    padding: 0;
}

.next-fifty-slides .uk-overlay-background {
    background-color: rgba(255, 255, 255, 0);
}
div.next-fifty-category {
    position: relative;
}

.next-fifty-category {
    border-bottom: 2px solid #80bc00 ;
    /*padding-left: 5px;
		padding-right: 5px;*/
    background-color: #1E6B52;
    line-height: 1em ;
    /*min-height: 35px;*/
    text-align: center;
}
.next-fifty-category p {
    line-height: 1.3em;
    margin: 3px auto;
}
.next-fifty-category p a {
    text-transform: uppercase;
    font-weight: bold ;
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    vertical-align: middle ;
    display: inline ;
    color: #fff;
    text-align: center ;
    line-height: 1.3em;
    text-decoration: none ;
}
.next-fifty-category p a:hover {
    color: #1E6B52 ;
}
div.next-fifty-content {
    background-color: #fff;
    padding: 1em;
}

.uk-scope .uk-grid .next-fifty-content a, 
.uk-scope .uk-grid .next-fifty-content span {
   
    color: #1E6B52 ;
    border-bottom: 0px ;
    font-weight: bold ;
}

.next-fifty-content p {
    color: #333 ;
    margin-top: 0px;
    text-align: center;
}

.next-fifty-content p em {
    font-size: 14px;
}
.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    width: 100% ;
    height: 45px ;
    position: static ;
    margin: 15px ;
    justify-content: center;
}
.next-fifty-slides .uk-slidenav {
    display: block;
    background-color: #80bc00;
    color: #1E6B52 ;
    font-size: 32px;
    width: 32px;
    height:32px;
    line-height: 32px;
    text-align: center;
    padding: 8px 8px 5px;
}
.next-fifty-slides .uk-slidenav:hover {
    text-decoration: none;
}
.next-fifty-slides .uk-slidenav-previous svg,
.next-fifty-slides .uk-slidenav-next svg {
	display: none;
}
.next-fifty-slides .uk-slidenav-next {
    margin-left: 5px;
}
.next-fifty-slides .uk-slidenav-previous {
    margin-right: 5px;
}
.next-fifty-slides .uk-slidenav-previous::before {
    content: '\f104';
    font-family: "Font Awesome 5 Pro" ;
}
.next-fifty-slides .uk-slidenav-next::before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro" ;
}
.next-fifty-slides .uk-position-bottom-right {
    position: static ;
    justify-content: center;
}
.next-fifty-slides .uk-position-bottom-right .uk-grid {
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 10px ;
}
.next-fifty-slides .uk-position-bottom-right .uk-grid div:first-child {
    padding-left: 0px;
}
.next-fifty-slides .uk-position-bottom-right .uk-grid div:last-child {
    padding-left: 15px;
}
@media all and (min-width: 960px) {
    .next-fifty-slides ul.uk-slider,
    .next-fifty-slides .uk-panel {
        min-height: 550px ;
    }
}
/*@media all and (max-width: 960px) {
    .next-fifty-container {
        display: flex;
        flex-wrap: wrap;
    }
    .next-fifty-container>div:first-child {
        flex: 1 1 400px;
    }
    .next-fifty-container .next-fifty-content {
        flex: 1 1 400px;
    }
}*/
@media all and (max-width: 959px) and (min-width: 768px) {
    .next-fifty-slides ul.uk-slider, .next-fifty-slides .uk-panel {
        min-height: 680px ;
    }
}
@media all and (min-width: 668px) and (max-width: 767px) {
    .next-fifty-slides ul.uk-slider, .next-fifty-slides .uk-panel {
        min-height: 720px ;
    }
    .next-fifty-slides .uk-panel {
        height: 720px ;
    }
    .next-fifty-slides {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media all and (min-width:520px) and (max-width: 667px) {
    .next-fifty-slides ul.uk-slider, .next-fifty-slides .uk-panel {
        min-height: 640px ;
    }
    .next-fifty-slides .uk-panel {
        height: 640px ;
    }
    .next-fifty-slides {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media all and (max-width: 519px) {
    .next-fifty-slides ul.uk-slider, .next-fifty-slides .uk-panel {
        min-height: 550px ;
    }
    .next-fifty-slides .uk-panel {
        height: 550px ;
    }
    .next-fifty-slides {
        padding-left: 10%;
        padding-right: 10%;
    }
}
/*Enables Font-Awesome for lightbox icons*/
.uk-icon-search {
    font-family: FontAwesome ;
}
/*Research Events Calendar Feed*/
.research-events .localist-widget-uab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0px;
}
.research-events > .localist-widget-uab > a {
    flex: 1 1 45% ;
}
.research-events div {
    border-right: 0px ;
}
/*.research-events h4 {
    text-align: center;
    color: #fff;
    padding: 0 0.5em;
    font-size: 16px ;
}
.research-events .localist-widget-uab li {
    background-color: #1E6B52;
}
.research-events .localist-widget-uab div.titlespace {
    margin-bottom: 0px ; 
    margin-top: 0px ;
}
.research-events .localist-widget-uab .lwd {
    padding: 0px;
}
.research-events .localist-widget-uab .des, 
.research-events .localist-widget-uab .time,
.research-events .localist-widget-uab .moredates,
.research-events .localist-widget-uab .secondblock {
    display: none;
}
@media all and (min-width: 980px) {
    .research-events > .localist-widget-uab > a:nth-child(1),
    .research-events > .localist-widget-uab > a:nth-child(3) {
        margin-right: 20px; 
        margin-bottom: 20px;
    }
    .research-events > .localist-widget-uab > a:nth-child(2),
    .research-events > .localist-widget-uab > a:nth-child(4) {
        margin-bottom: 20px;
    }
}*/



/*AREAS OF EXPERTISE*/
.expertise-area {
  text-align: center;
    z-index: 1;
    position: relative;  
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem ;
    margin: 3em auto 1.5em;
}
.expertise-area  span {
    background-color: #fff;
    padding: 0 15px;
    font-size: 1rem ;
    color:#1E6B52;
}
.expertise-area :before {
  content: "";
  position: absolute;
  border-top: 1px solid #80bc00;
  width: 100%;
    right: 0;
    left: 0;
    top: 50%;
    bottom: 0;
      z-index: -1;
}
.area-of-expertise .uk-button {
    background-color:#1E6B52;
    color:#fff ;
    border: 1px solid #1E6B52;
    font-weight: bold ;
        border-radius: 2px;
    padding: 0.3em 0.8em;
        line-height: 150%;
}
.area-of-expertise .uk-button:hover {
    background-color: #fff ;
    border: 1px solid #1E6B52 ;
    color:#1E6B52 ;
}


/*ALUMNI*/
.template-01 .alum-chapter {
    margin-top: 0.5em;
}
/*Support & Update Your Info Section*/
.alumni-landing .two-column-two-thirds>div {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}
.alumni-board {
    flex: 2 1 400px;
    background-color: rgba(255, 255, 255, 0.96);
	padding: 0.5em 3em 3.5em 3em;
}
.alumni-board .btn--md, .alumni-update-info .btn--md {
    margin-top: 0.75em ;
}
.alumni-update-info {
	flex: 1 1 200px;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 1em 3em 2.5em 3em;
}
.alumni-update-info  h2 {
    text-align: center;
    color: #1E6B52;
    font-size: 1.5rem;
}
@media all and (min-width: 880px) {
    .alumni-board {
        margin-right: 30px;
    }
}
@media all and (max-width: 879px) {
    .alumni-landing .two-column-two-thirds {
        padding: 5%;
    }
    .alumni-board {
        margin-bottom: 30px;
    }
}


/*FACULTY*/
.faculty-landing .two-column .subpage-inner {
    flex: 1 1 300px;
    align-self: auto;
    -ms-grid-column-align: auto;
}

/*FACULTY - MEDIA COMMONS*/

.media-commons-grid .uk-panel  {
    min-height: 220px ;
    max-height: 245px ;
}
.media-commons-grid .uk-panel {
        border: 1px solid #1E6B52;
}



/*FACULTY - TOOLKIT*/
.toolkit-grid h2, .media-commons-grid h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif ;
    text-transform: uppercase;
    color: #1E6B52;
    letter-spacing: 1px;
}
.toolkit-grid p {
    text-align: center;
  }
.toolkit-grid .uk-panel {
    box-shadow: 0 1px 6px 1px #d3d3d3;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 20px 20px 40px 20px;
}
.toolkit-grid .uk-panel:hover {
    box-shadow: 0 1px 8px 1px #d3d3d3;
    transition: all .2s ease-in;
     background-color: #f4f8ee;
    border: 1px solid #444;
    box-shadow: none;
}
.toolkit-grid a:hover {
    text-decoration: none;
}
@media all and (min-width: 960px) {
   .toolkit-grid h2 {
        min-height: 40px;
    }
    .toolkit-grid p {
        min-height: 100px;
    }
}

/*Digital Sign Request*/
/*Makes the size confirmation question full-width*/
.rsform-block-size-confirmation .formControlLabel {
    width: 100% ;
    text-align: left ;
}



/*UNDERGRADUATE AND GRADUATE DEGREES FEEDS*/
.degrees-feeds .o-news-feed--3-across {
    grid-gap: 35px;
}


.degrees-feeds .c-news-feed-01__item:hover {
    background-color: #f4f8ee;
}
.full .moduletable ul li {
    margin-bottom: 0.7em;
}
.full .moduletable ul li a {
    border-bottom: 3px solid rgba(30, 107, 82, .5);
    color: #222;
    font-weight: 400;
    transition: all .4s ease 0s;
}
.full .moduletable ul li a:hover {
    border-bottom: 3px solid #ccc;
    background-color: #deefdf;
    font-weight: 400;
    text-decoration: none;
}

/*Widgetkit Grid fixes*/
.uk-grid h2 {
    margin-top: 20px;
}

.uk-scope .uk-card-default {
    box-shadow: 0 0 0;
    border: 1px solid #e5e5e5;
}






/*ABOUT - Dean's Office*/
.uk-scope .deans-office-staff .uk-card-body {
    padding: 30px 20px ;
}

.deans-office-staff h3.uk-h3 {
    margin-bottom: 10px ;
}

.deans-office-staff .uk-card-body .uk-margin {
    margin-top: 10px ;
}

.deans-office .readmore {
    display: none ;
}
/*Dean's Office Staff Filter*/
.deans-office-more-staff {
    margin-top: auto;
    display: block;
    order: 4;
    text-align: left;
    margin: 5px 0 0;
}

.deans-office-more-staff a {
    background-image: none;
    box-shadow: none;
    border-radius: 0 0 2px 2px;
    text-shadow: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: .5em 1em;
    font-weight: 600 ;
    background-color: #eee;
    border-width: 0 ;
    font-size: .9em ;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.deans-office-more-staff a:link,
.deans-office-more-staff a:visited {
    color: #1e6b52;
    text-decoration: none;
}

.deans-office-more-staff a:hover {
    color: #fff ;
    background-color: #1e6b52 ;
    text-decoration: none;
}

@media all and (max-width: 1024px) {
    .deans-office-more-staff {
        padding-bottom: 0 ;
    }
}

.deans-office .cat-children {
    display: none;
}




	.c-news-feed-01__link {
		border-bottom: 0 ;
	}

	.c-news-feed-01__link:hover {
		background-color: transparent ;
		border-bottom: 0 ;
	}

	.c-news-feed-01__heading-link {
		border-bottom: 0 ;
	}

	.c-news-feed-01__readmore-link {
		border-bottom: 0 ;
	}

	a.c-news-feed-01__readmore-link {
		font-weight: 600 ;
	}
