/*---#region Timeline ***/
/*?Can be used with a widgekit grid or as a series of divs with a parent container.  Add .timeline--container to widgekit or to parent of multiple divs.*/
.timeline--container>div {
    border-color: #80bc00;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    position: relative;
    box-shadow: 0px 10px 0 -7px #80bc00;
    margin-left: inherit;
    padding: 25px;
}

.timeline--container>div,
.timeline--container>div.uk-grid {
    margin-top: 30px;
}

.timeline--container>div>div {
    padding-left: 0;
}

.timeline--container>div:first-child {
    margin-top: inherit;
}

.timeline--container>div h3 {
    margin-top: 0;
}

.timeline--container blockquote {
    border-left: none;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #eee;
}

.timeline--container>div:after,
.timeline--container>div:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
}

.timeline--container>div:after {
    border-width: 22px 22px 0 22px;
    border-color: #fff transparent transparent transparent;
    bottom: -22px;
}

.timeline--container>div:before {
    border-width: 28px 28px 0 28px;
    border-color: #80bc00 transparent transparent transparent;
    bottom: -28px;
}

.timeline--container>div:last-child:before,
.timeline--container>div:last-child:after {
    display: none;
}

/*---#endregion Timline ***/



.prezInits>div {
    border-bottom: 1px solid #ccc;
    line-height: 1.45em;
    margin: 5px auto;
    padding: 0 0 5px;
    text-align: center;
    width: 75%;
}

.initsBox h3 {
    border-bottom: 1px dotted #c1c1c1;
    padding: 3px 0 9px;
}



.item-page.frontdoor {
    max-width: none;
}

h4.newsflash-title a {
    font-family: "proxima-nova", arimo, Arial, Helvetica, sans-serif !important;
    font-size: 1.5rem;
    font-weight: 800 !important;
    line-height: 1.5em;
}

.newsflash img {
    float: left;
    margin: 5px 15px 0 0;
}

.blogList .blog img {
    float: left;
    margin: 0 10px 5px 0;
}

.addthis_custom_sharing {
    margin: 0 auto 15px;
    text-align: center;
    width: 260px;
}

#instafeed {
    padding: 15px 0 15px 1.5%;
}

#instafeed img {
    border-radius: 3px;
    margin: 2px;
    max-width: 32%;
}

#epi_menu_container {
    clear: both;
    margin-bottom: 20px;
}

ul#epi_menu {
    margin: 0 auto;
}

li.epi_column {
    color: #555;
    list-style: outside none none;
    width: 24%;
}

.epi_column>ul {
    border-top: 1px solid #ccc;
    margin: 0;
}

.epi_column li {
    list-style: outside none none;
}

@media only screen and (max-width: 1024px) {
    #whitebox .third:nth-of-type(3) {
        width: auto;
    }

    #middle3.third {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .newsflash img {
        margin: 0 auto 5px;
        width: 100%;
    }


    li.epi_column {
        width: 100%;
    }

    .prezInits>div {
        width: auto;
    }
}

.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*************************** REPORT */

/* body.report {
	margin: 0 auto;
	max-width: 2000px;
} */

/*************************** Begin Intro Box */

body.report .reportNarrow {
    font-size: 1.4rem;
    line-height: normal;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

body.report .reportNarrow>h2 {
    text-align: center;
}

body.report .reportNarrow h2 span {
    font-family: "proxima-nova", Arimo, Arial, sans-serif !important;
    font-size: 5rem !important;
    font-weight: normal;
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase;
}

body.report .reportNarrow.intro h2 span {
    font-size: 5.6rem !important;
    font-weight: 100;
    line-height: 5rem;
}

/*************************** End Intro Box */

body.report #whitebox {
    min-height: 0;
}

body.report .uk-panel-teaser {
    text-align: center;
}

body.report .parallaxIMG {
    background-size: cover !important;
}

body.report .parallaxIMG>div>div>div {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    padding: 0.5em;
}

body.report section.moduletable {
    margin: 0 auto;
    max-width: 1280px;
}

body.report section.moduletable.fullwidth {
    max-width: none;
}

body.report #banner .custom img {
    float: none;
    max-width: 100%;
    width: auto;
}

body.report .uk-panel-box {
    border: medium none;
}

body.report .uk-panel div {
    font-size: 1.25rem !important;
    line-height: 150%;
    margin: 1.25rem 0;
}

body.report .uk-panel div.uk-flex {
    margin: 0 auto;
    max-width: 550px;
}

body.report h3.uk-h1 a {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "proxima-nova", arial, sans-serif !important;
    font-size: 3.2rem;
    line-height: 120%;
    padding: 0 0.25em;
    text-shadow: none;

    filter: none !important;
}

body.report h3.uk-h1 a:hover {
    color: #deefdf !important;
}

body.report .uk-panel>div>div {
    font-size: 1.3rem;
    line-height: normal;
}

body.report .uk-button-primary {
    background-color: rgba(20, 47, 38, 0.5);
}

body.report .uk-button-primary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

body.report a:link.uk-button-primary,
body.report a:visited.uk-button-primary,
body.report a:hover.uk-button-primary {
    color: rgb(228, 228, 228);
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

body.report h3.uk-panel-title,
body.report h3.uk-panel-title a {
    color: #444;
    font-family: "proxima-nova", arial, sans-serif !important;
    font-size: 2rem;
    font-weight: 800 !important;
    line-height: 110% !important;
    text-shadow: none;
}

body.report .uk-panel div.uk-margin {
    font-size: 15px;
    line-height: 150%;
}

@media all and (max-width: 768px) {
    body.report .uk-panel {
        margin: 0 auto;
        width: 90%;
    }

    body.report .uk-panel-box {
        padding: 0 10px;
    }
}

.reportSlideshowPanel {
    margin: 0 auto;
    max-width: 1200px;
}

.reportSlideshowPanel h3.uk-h3 {
    font-size: 2.5rem;
    line-height: 100% !important;
}

/*************************** Begin Lottie *********************/

#lottie-desktop {
    margin-left: -25.6%;
}

#lottie-desktop svg {
    width: 150% !important;
    max-width: 150%;
}

/*************************** End Lottie *********************/

/*************************** Begin highcharts */

body.report .highcharts-container,
body.report .highcharts-root {
    font-family: "proxima-nova", Arimo, Arial, sans-serif !important;
    font-weight: normal !important;
}

body.report tspan {
    font-size: 1.6em;
    font-weight: normal !important;
}

/*************************** End highcharts */

/*************************** BEGIN CTA */

body.report .page-header {
    display: none;
}

body.report .item-page {
    max-width: none;
}

body.report .custom.cta {
    background-color: #0a8258;
    display: block;
    float: left;
    height: 43px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

body.report .navbar .nav.cta {
    float: left;
    width: 100%;
}

body.report ul.nav.nav-pills.cta {
    margin: 5% auto;
    width: 100%;
}

body.report .nav.nav-pills.cta li {
    background-color: #32594d;
    border-radius: 2px;
    box-sizing: content-box;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 37px;
    margin-left: 0.3%;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    width: 33%;
}

body.report .nav.nav-pills.cta li:hover {
    background-color: #deefdf;
    color: #222 !important;
    height: 80px;
    overflow: visible;
    z-index: 1;
}

body.report .nav.nav-pills.cta a {
    color: #fff;
    font-family: "proxima-nova", "Arimo", Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    padding: 11px 1% 7px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}

body.report .nav.nav-pills.cta li:hover>a {
    color: #222 !important;
}

body.report .nav.nav-pills.cta li .ctaInfo {
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0.5em auto 0;
    text-align: center;
    width: 80%;
}

/*************************** END CTA */




/***BEGIN Blog Card Layout ***/



/*** General Card Layout ***/


.blog--card-layout .items-row {
    border: 1px solid #1E6B52 !important;
    position: relative;
    transition: all ease 0.5s;
    overflow: hidden;
}

.blog.blog--card-layout {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;

}

.blog.blog--card-layout>h2,
.blog.blog--card-layout .items-more,
.blog.blog--card-layout .pagination {
    grid-column: 1 / -1;
}



/***Inside Card ***/

.blog--card-layout .item img {
    margin: 0;
    border-radius: 0 !important;
}

.blog--card-layout .item {
    display: flex;
    flex-direction: column;
}

.blog--card-layout .item-image {
    order: 1;
}

.blog--card-layout.blog .page-header {
    grid-column: 1 / span 3;
    padding: 0 10px
}

.blog--card-layout.blog dl.article-info.muted {
    order: 2;
    padding: 0 10px;
    margin: 0 0 10px;
}

.blog--card-layout.blog dl.article-info.muted .icon-calendar:before {
    color: #888;
}


.blog--card-layout .item .page-header {
    order: 2;
    border-bottom: 0;

}

.blog--card-layout .item .page-header h2 {
    margin-top: 10px !important;
}

.blog--card-layout .item>p {
    order: 3;
    padding: 0 10px;
    margin-top: 0;
}

/*Read more link styling*/

.blog--card-layout .item>p.readmore a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: none;
    border-radius: 0;
    border-width: 1px 0 0 0;
    background-color: #fafafa;
}

.blog--card-layout .item>p.readmore a:hover {
    background-color: initial;
    background-color: #fafafa;
}

/*END*/

/*Makes link cover entire item */
.blog--card-layout .items-row .page-header a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
}

.blog--card-layout .items-row .page-header a:hover {
    text-decoration: none;
}

.blog--card-layout .items-row:hover .item-image img {
    transform: scale(1.02);
    transition: all ease 0.5s;
}

.blog--card-layout .items-row .item-image img {
    transition: all ease 0.5s;
}

/*END*/


/*Hover styling*/
.blog--card-layout .items-row:hover {
    box-shadow: 0px 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.5s;
}

/*END*/


/***OPTIONAL***/

/*Shows badge with source - based on url of link ***/

.blog--card-layout .items-row .page-header a:after {
    display: block;
    font-family: "kulturista-web", serif !important;
    font-size: 14px;
    background-color: #eee;

    max-width: 175px;
    border-left: 2px solid #80bc00;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
    position: relative;


}

.blog--card-layout .items-row .page-header a[href*="/news-blogs/newsletters/"]::after {
    content: "Newsletter";
}

.blog--card-layout .items-row .page-header a[href*="/news-blogs/blog/"]::after {
    content: "Blog Post";
}

.blog--card-layout .items-row .page-header a[href*="/news-blogs/speeches/"]::after {
    content: "Speech";
}

/*END*/


/***END Blog Card Layout ***/


/*---#region News & Events */

body.pres-news-events-pc #whitebox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    box-sizing: border-box;
}


@media screen and (min-width:1024px) {
    body.pres-news-events-pc #whitebox {
        grid-template-columns: 3fr 1fr;
        padding: 0;
        grid-gap: 30px;
    }

}



body.pres-news-events-pc #maincolumn-l,
body.hd #maincolumn-r {
    width: 100% !important;
    margin: 0 !important;
}

body.hd.pres-news-events-pc #downright {
    width: 100%;
    position: relative;
    padding: 1em 0;

}

body.hd.pres-news-events-pc #rightsidebar {
    /* background-color:#fafafa; */
    width: 100%;
    padding: 0;
}

body.hd.pres-news-events-pc #downright h3 {
    margin-top: 0;
    padding: .5em .3em .5em;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #1E6B52;
}

body.pres-news-events-pc #rightsidebar .moduletable {
    max-width: 100%;
    left: 0 !important;
    top: 0 !important;
    /* border:1px solid #eee; */
    margin: 0;
}



.pres-news-events-pc .localist-widget-eds li {
    background-color: transparent;
    width: 90%;
}

.pres-news-events-pc .localist-widget-eds div.localist-day {
    background-color: #fff;
}


.blog.blog--card-layout.pres-news-events-pc h2 {
    font-size: 1.3em;
}

.pres-news-events-pc #downright h2 {
    font-size: 1.3em;
}

.blog--card-layout.pres-news-events-pc h2 a {
    font-size: 1em;
}

.blog--card-layout.pres-news-events-pc .readmore a {
    border-bottom: 0 !important;
}

body.hd.pres-news-events-pc .subheading-category {
    text-align: left;
    color: #444;
    font-family: "kulturista-web", serif !important;
    font-size: 32px;
}



/*--BEGIN Newsletter Speeches */

.newsletter-speeches {
    display: flex;
}

.newsletter-speeches>div {
    margin: 1em;
}


@supports (display:grid) {
    .newsletter-speeches {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;

    }

    .newsletter-speeches>div {
        margin: 0;
    }

}


@media screen and (min-width:900px) {

    @supports (display:grid) {
        .newsletter-speeches {
            grid-template-columns: 1fr 1fr;
            grid-gap: 40px;
        }
    }


    .newsletter-speeches>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}



/*--END Newsletter Speeches */


/*--BEGIN Newsletters */

.news-events--newsletters.moduletable {
    margin: 1em;
}

.news-events--newsletters li span {
    display: block;
    color: #808285;
}

.news-events--newsletters li span:before {
    content: 'Published:';

}

.news-events--newsletters li a {
    font-size: 1.2em;
    line-height: 120%;
    font-weight: 600 !important;
    border-bottom: none !important;
    color: #1e6b52 !important;
}

.news-events--newsletters li {
    position: relative;
    box-sizing: border-box;
    margin: 10px 0 10px 15px;
}

.news-events--newsletters li:first-child {
    margin-top: 0;
}

.news-events--newsletters ul {
    padding-left:0;
}






/*--END Newsletters */


/*--BEGIN Speeches */

.newsletter-speeches--speeches .uk-panel-title {
    margin: 0;
}

/*--END Speeches */

/*--BEGIN Speeches */

.news-events--speeches-wk .uk-tab a {
    font-size: 1em !important;
    text-align: center;
    border-bottom: 0 !important;
}

.news-events--speeches-wk .uk-tab .uk-active a {
    color: #fff !important;
}

.news-events--speeches-wk .uk-tab li.uk-active a:hover {
    color: #444 !important;
}

.news-events--speeches-wk .uk-tab li {
    width: 200px;
}

.news-events--speeches-wk .uk-switcher .uk-panel {
    padding: .3em 1em 1em;
    border: 1px solid #eee;
    background-color: #fafafa;
}


/*--END Speeches */



/*--BEGIN President Recent Events */

.news-events--pres-recent-events {
    background-color: #1E6B52;
    padding: 1.5em;
    margin-top: 2em;

}

.news-events--pres-recent-events h2 {
    margin-top: 0 !important;
}

.news-events--pres-recent-events h2,
.news-events--pres-recent-events p {
    color: #fff;
}

/*--END President Recent Events */



/*--BEGIN News Feed */

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/president/newsletters/"]::after {
    content: "Newsletter";
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/president/speeches/"]::after {
    content: "Speech";
}

/*--END News Feed */


/*---#endregion News and Events */


/*#region General Overrides */
#banner {
    position: sticky;
    top: 0;
}

#whitebox.white,
#epilogue.white {
    background-color: #fff;
}

/*#endregion Banner */



/*---#region President Watts */

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

    .pres-watts>div:first-child {
        flex: 1 0 30%;
        margin-right: 3em;
    }

    .pres-watts {
        display: flex;
    }
}

@media screen and (max-width:768px) {
    .pres-watts>div:first-child {
        max-width: 400px;
        margin: 0 auto;
    }
}

.pres-watts img {
    margin: 0 auto;
    display: block;
}

/* .pres-watts--recent-events {
	max-width:300px;
	margin:0 auto;
} */
.pres-watts--recent-events h2 {
    margin-top: 0 !important;
    font-size: 1.5em;
}

/* .pres-watts--recent-events {
	background-color:#fafafa;
	border:1px solid #eee;
	padding:1.5em;
	margin-top:1em;
} */

/*---#endregion President Watts */






.linear .pres--heading {
    color: #00704a;
    text-align: center;
    margin: 0px 10px 10px;
    font-size: 2.5rem;
    padding-bottom: 10px;
    letter-spacing: 3px;
    border-bottom: 2px solid #00704a;

}




/*---#region President Facts Grid */




.facts-grid--president-container {
    max-width: 1280px;
    margin: 2em auto;
    padding: 0 2em;
}

@media screen and (min-width:1280px) {
    .facts-grid--president-container {
        padding: 0;
    }
}


.facts-grid--president {
    display: flex;
    flex-wrap: wrap;

}

@media screen and (min-width:600px) {

    .facts-grid--president div {
        flex-basis: calc(50% - 7em);
    }
}


@media screen and (min-width:1024px) {

    .facts-grid--president div {
        flex-basis: calc(33% - 7em);
    }
}

@supports (display: grid) {

    .facts-grid--president {
        display: grid;
        grid-template-columns: repeat(3, minmax(300px, 1fr));
        grid-gap: 20px;
    }

    .facts-grid--president div {
        margin: 0;
    }

    @media screen and (max-width:1024px) {
        .facts-grid--president {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (max-width:600px) {
        .facts-grid--president {
            grid-template-columns: 1fr;
        }
    }

}








.facts-grid--president div {

    padding: 39px;
    text-align: center;
    background-color: #f4f8ee;


}

.facts-grid--president div span {
    color: #00704a;
    display: block;
    font-size: 2rem;
    font-weight: 600;
}

body.linear.hd .facts-grid--president p {
    font-family: 'kulturista-web', serif !important;
    font-size: 1.4rem;
    color: #00704a;
    margin-top: .3em !important;
}

.facts-grid--president-container a span {
    text-decoration: underline;
}

/* @media all and (min-width:951px) {
    .facts-grid--president div:nth-child(1),
    .facts-grid--president div:nth-child(2),
    .facts-grid--president div:nth-child(3) {
        border-right: 1px solid #80bc00;
    }
} */

/* @media all and (max-width:950px) {
    .facts-grid--president div:nth-child(1),
    .facts-grid--president div:nth-child(3) {
        border-right: 1px solid #80bc00;
    }
    .facts-grid--president div:nth-child(1),
    .facts-grid--president div:nth-child(2) {
        border-bottom: 1px solid #80bc00;
    }
    .facts-grid--president div {
        flex-basis: calc(50% - 80px);
    }
} */

/* @media all and (max-width:550px) {
    .facts-grid--president {
        flex-direction: column;
    }
    .facts-grid--president div:nth-child(1),
    .facts-grid--president div:nth-child(2),
    .facts-grid--president div:nth-child(3) {
        border-bottom: 1px solid #80bc00;
    }
    .facts-grid--president div:nth-child(1),
    .facts-grid--president div:nth-child(2),
    .facts-grid--president div:nth-child(3),
    .facts-grid--president div:nth-child(4) {
        border-right: 0px;
    }
} */

.facts-grid--president img {
    max-height: 160px;
    display: block;
    margin: 0 auto 1em;
}


.facts-grid--president div {
    position: relative;

}

.fact-grid--president--no-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .facts-grid--president div:nth-child(-n+3):after {
    height:30px;
    width:30px;
    background-color:#1E6B52;
    position:absolute;
    bottom:-15px;
    right:-15px;
    content:'';
    z-index:1;

} 

.facts-grid--president div:nth-child(-n+3):before {
    height:30px;
    width:30px;
    background-color:#1E6B52;
    position:absolute;
    bottom:-15px;
    left:-15px;
    content:'';
    z-index:1;
} */

/* .facts-grid--president div:nth-child(8):after,
.facts-grid--president div:nth-child(8):before{
    display:none;
} */

/*--BEGIN More Initiatives */


button#pres-more-init-button {
    background-image: none;
    margin-top: 10px;
    text-shadow: none;
    background-color: #1E6B52;
    border-radius: 0;
    padding: .3em 1em;
    border: 1px solid #1E6B52;
    display: block;
    width: 100%;
    font-size: 1.3em !important;
}

button#pres-more-init-button:hover {
    background-color: #fff;
    color: #1E6B52;
}

button#pres-more-init-button:focus {
    box-shadow: none;
}

button#pres-more-init-button[aria-expanded="true"] {
    display: none;
}

.facts-grid--president>div a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.facts-grid--president>div {
    transition: all ease 0.5s;
    border: 1px solid #f4f8ee;
    margin: 1em;
}

@supports (display: grid) {
    .facts-grid--president>div {
        margin: 0;
    }
}

.facts-grid--president>div:hover {
    transform: scale(1.02);
    transition: all ease 0.5s;
    box-shadow: 0px 10px 0 -6px #1E6B52;
    border: 1px solid #1E6B52;
}

.facts-grid--president.collapse.in {
    overflow: visible;
}

/*--END More Initiatives */

/*---#endregion Presendents Facts Grid */


/*---#region Presidents Points of Pride */


/* .pres-block-2-3--1-3 {
    display:grid;
        grid-template-columns: 70% 30%;
} */

.pres-points-of-pride {
    max-width: 1280px;
    margin: 4em auto;
    padding: 0 2em;
}

@media screen and (min-width:1280px) {
    .pres-points-of-pride {
        padding: 0;
    }
}

/* .pres-points-of-pride h2 {
    

	color: #00704a;
    text-align: center;
    margin: 30px 10px 25px;
    font-size: 2.2em;
    padding-bottom: 10px;
    border-bottom: 2px solid #00704a;

} */

.pres-points-of-pride ul {
    list-style-type: none;
    margin: 1.5em 0;
    /* display:grid;
	grid-template-columns: 1fr 1fr;
    justify-content: center;
	align-items: center;
	grid-gap: 2px;
	background-color: #1E6B52;
	margin-top:20px; */
}

.pres-points-of-pride li {
    margin: 7px 0 !important;
    text-align: center;
    height: 100%;
    background-color: #fff;
    /* display: flex;
    align-items: center;
	justify-content: center; */
    position: relative;
    margin: 0;
    padding: 0;

}

.pres-points-of-pride li:not(:last-of-type) p:after {
    content: '';
    max-width: 550px;
    height: 2px;
    background-color: #f4f8ee;
    display: block;
    margin: 10px auto;
}



.pres-points-of-pride li p {
    /* color:#fff; */
    font-size: 1.3rem;
    color: #00704a;

    /*    font-family: 'kulturista-web', serif !important;
	padding:20px; */

    margin: 0;
    padding: 0;
    /* max-width:1100px; */
    line-height: 130%
}

.pres-points-of-pride p span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #00704a;
}

.pres-points-of-pride span a {
    font-size: 1.4rem;
    font-weight: 600 !important;
    color: #00704a !important;
}



/* .pres-points-of-pride li:nth-child(odd):after {
    height:30px;
    width:30px;

	background-color:#fff;
    position:absolute;
    bottom:-15px;
    right:-15px;
    content:'';
    z-index:1;

}  */

/*--BEGIN Did You Know */

/* .didyouknow {
	max-width: 760px;
    border: 2px solid #80bc00;
    padding: 1em 2em;
    margin-top: 2em !important;
    display: block;
    text-align: center;
    margin: 0 auto;
	font-size: 1.3em !important;
}



.didyouknow span {

display: block;
font-size: 1.1em;

} */

.did-you-know img {
    margin: 0 auto;
    padding: 0em;
    max-width: auto !important;
    display: block;
}

@media screen and (min-width:600px) {
    .did-you-know img {

        padding: 1em;
        max-width: 400px !important;

    }
}

.did-you-know {
    background-image: url(images/images/home/did-you-know/dyk_presidents_banner.jpg);
    max-width: 980px;
    margin: 1em 2em 2em;
    position: relative;
    border: 1px solid #1E6B52;
    transition: all ease 0.5s;
    padding: .5em;
    box-sizing: border-box;

}

@media screen and (min-width:980px) {
    .did-you-know {
        margin: 1em auto 2em;
    }

}

.did-you-know:hover {
    transform: scale(1.02);
    transition: all ease 0.5s;
    box-shadow: 0px 10px 0 -6px #1E6B52;
}

.did-you-know p {
    text-align: center;
    font-weight: bold;
    color: #1E6B52;
    font-size: 1.2em;
    margin-top: 0;
}

.did-you-know-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*--END Did You Know */



/*---#endregion Presidents Points of Pride */


/*---#region Widgekit Slideshow */


#content .uk-slideshow li a {

    border-bottom: none;

}

#content .uk-slideshow li a:hover {

    background-color: transparent;
    border-bottom: none;


}


/*---#endregion Widgekit Slideshow */

/*---#region Presidents Slideshow */

.pres-50-slideshow-container {
    background-color: #1E6B52;
    padding: 3em 1em;
    position: relative;

}

.pres-50-slideshow-inner-container {
    max-width: 980px;
    margin: 2em auto;
    position: relative;
}

.pres-50-slideshow-logo {
    position: absolute;
    max-width: 100px !important;

    right: 0px;
    bottom: -25px;
    z-index: 2;
}

@media screen and (min-width:900px) {
    .pres-50-slideshow-logo {
        max-width: 125px !important;
        right: -20px;
        bottom: -50px;
    }
}

@media screen and (min-width:1320px) {
    .pres-50-slideshow-inner-container {
        padding: 0;
    }

    .pres-50-slideshow-logo {

        max-width: 125px !important;
        right: -50px;

    }
}

.pres-50-slideshow-container .uk-slideshow {
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgb(68, 68, 68);
}



.center-template-1 .pres-50-slideshow-header {
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 .2em;
    line-height: 100%;
}

/* .center-template-1 .pres-50-slideshow-header:before {

background-image:url(https://www.uab.edu/toolkit/images/downloads/logos/50th-anniversary/50thShieldUAB_EST_COLOR.png);
content:'';
height:200px;
width:200px;

} */

.center-template-1 .pres-50-slideshow-subheader {

    font-size: 1.5em;
    text-align: center;



    margin: 0;

    color: #fff;


}

.center-template-1 #content .pres-50-slideshow-subheader a {
    color: #fff;
    font-size: 1em;
    border-bottom: 2px solid #fff;
}


/*---#endregion Presidents Slideshow */



/*---#region Widgekit General Styles ***/

/*--BEGIN Slideshow */

/* .cas--slideshow h3 {
    margin-top: 0 !important;
    color:#fff;
    width:400px;
    font-size: 3em;
    text-align:center;
  } */

/* .cas--slideshow a:hover {
    background-color:initial !important;
    border-bottom:0 !important;
  } */

.pres-50-slideshow-container .uk-slidenav-position .uk-slidenav {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #80bc00 !important;

}

/* .pres-50-slideshow-container a.uk-position-cover {
      border-bottom:0 !important;
  } */

.pres-50-slideshow-container .uk-slidenav-position .uk-slidenav:hover {
    display: block;
    background-color: #fff !important;
    border-radius: 50%;

}

.pres-50-slideshow-container .uk-slidenav-next:before,
.pres-50-slideshow-container .uk-slidenav-next:active:before {

    font-size: 4em;
    margin-top: 15px;
    margin-left: 5px;
    display: block;
    color: #1E6B52;

}

.pres-50-slideshow-container .uk-slidenav-previous:before,
.pres-50-slideshow-container .uk-slidenav-previous:active:before {

    font-size: 4em;
    margin-top: 15px;
    margin-right: 5px;
    display: block;
    color: #1E6B52;

}

/*--END Slideshow***/

/*---#endregion Widgekit General Styles ***/


/*---#region Banner */


.pres-banner {
    background-image: url(/president/images/banners/university-boulevard-night.jpg);
    height: 200px;
    background-size: cover;
    background-position: 0 80%;
    background-repeat: no-repeat;
}

.pres-banner--copy span {
    font-size: 5rem !important;
    color: #fff;
    display: block;
    letter-spacing: 10px;
    font-size: 4.5rem !important;
    line-height: 95%;
}




.pres-banner--copy {
    display: none;
}

@media all and (min-width:980px) {
    .pres-banner--copy {
        display: block;
        font-size: 2em !important;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        padding: .8em 1em 0;
    }

    .pres-banner {
        height: 400px;
    }

}

@media screen and (min-width:1280px) {
    .pres-banner {
        height: 600px;
    }

    .pres-banner--copy span {

        font-size: 6.5rem !important;
    }
}




/*---#endregion Banner */


/*#region Org Chart Block */

.org-chart-container {
    background-color: #1e6b52;
    margin: 2em 0;
    padding: 1em 0;

}

.org-chart-inner-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.org-chart-inner-copy {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2em;
    order: 2;
}

.org-chart-inner-image-container {
    flex: 1 0 40%;
    order: 1;
}


.org-chart-inner-image-container img {
    margin: 2em;
    margin: 2em auto;
    max-width: 300px !important;
    display: block;
}

.org-chart-inner-copy h2 {


    color: #fff;
    margin-top: 0 !important;
    text-align: center;

}

.org-chart-inner-copy h2 a {
    color: #fff !important;
}

.org-chart-inner-copy p {

    text-align: center;
    color: #fff;
}

@media screen and (min-width:900px) {
    .org-chart-inner-container {
        flex-direction: row;
        padding: 0 2em;
    }

    .org-chart-inner-copy {
        order: 1;
        align-items: flex-end;
        padding: 0;
    }

    .org-chart-inner-image-container {
        order: 2;
    }

    .org-chart-inner-image-container img {
        float: left;
        margin: 2em;
    }

    .org-chart-inner-copy h2 {
        text-align: right;
        max-width: 500px;

    }

    .org-chart-inner-copy p {
        text-align: right;
        max-width: 500px;
    }
}










/*#endregion Org Chart Block */


/*---#region Org Chart */
.timeline--container h2 {
    margin: 0 !important;
}

.timeline--container h3,
.timeline--container h4 {
    text-align: center;
    color: #fff;
    margin-top: 0 !important;
}

.small-org-chart-field {
    max-width: 400px;
    margin: 2em auto !important;
    background-color: #1E6B52;
}

.timeline--container>div:after {
    border-color: #1E6B52 transparent transparent transparent;
}

.org-chart-level-3-wrapper {

    padding: 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;

    border-width: 2px 0 0 2px !important;
    border-style: solid !important;
    border-color: #80bc00 !important;

}

.org-chart-level-3 {
    text-align: center;
}

.org-chart-level-3-container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    grid-template-rows: auto;
    grid-gap: 20px
}

@media screen and (min-width:980px) {
    .org-chart-level-3-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .org-chart-level-3-wrapper {
        border-width: 2px 0 0 0 !important;
    }
}

.org-chart-level-3>div {
    border-color: #80bc00;
    background-color: #1E6B52;
    color: #fff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    position: relative;
    box-shadow: 0px 10px 0 -7px #80bc00;

}

.org-chart-level-3>div {
    padding: 10px;
    margin: 10px;
}

.org-chart-level-3 span,
.org-chart-level-3 a span {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    color: #fff;
}

#content .org-chart-level-3 a {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #fff !important;

}

.org-chart-level-4 {
    border-color: #eee;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    position: relative;
    background-color: #fff;


}


#content .org-chart-level-4 a {
    font-size: 1rem !important;
    color: #444 !important;
    border-bottom: 2px solid #80bc00;
}

.org-chart-level-4>div {
    padding: 10px;
    color: #444;

}

.org-chart-level-4 span {
    font-size: 1em;
    font-weight: 600;
    display: block;
    color: #444;
}


.org-chart-level-3 button.btn,
.org-chart-level-3 button.btn:hover,
.org-chart-level-3 button.btn:focus {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
    font-weight: 600;
    padding-top: 0;
    color: #fff;
    text-shadow: none;
    /* border: 1px solid #fafafa; */
    padding: 2px 6px;
    border-radius: 0;
    margin-top: 10px;
    /* width: 100%; */
    position: relative;
}


.org-chart-level-3 button.btn:after {
    content: '+';
    /* padding-left:5px; */
    position: absolute;
    right: -17px;
    background-color: #80bc00;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    top: 4px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}


.org-chart-level-3 {
    position: relative;


}

.org-chart-level-3>div:before {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    left: -12px;
    content: '';
    background-color: #80bc00;
}



@media screen and (min-width:980px) {

    .org-chart-level-3>div:last-child:after {
        position: absolute;
        bottom: -20%;
        width: 10px;
        height: 68%;
        left: -20px;
        content: '';
        background-color: #fff;
    }

    .org-chart-level-3 {
        border-left: 2px solid #80bc00;
    }

}

.org-chart-level-3-fac-senate {
    position: relative;
}

.org-chart-level-3-fac-senate:after {
    position: absolute;
    top: -20px;
    width: 2px;
    height: 20px;
    left: 50%;
    content: '';
    background-color: #80bc00;
    z-index: -1;
}

.pres-download-btn:before {
    content: "\e021";
    font-family: 'IcoMoon';
    margin-right: 5px;
}

.pres-org-chart--pc.item-page .org-chart--container a {

    color: #fff;
}


.pres-org-chart--pc.item-page .org-chart--container .org-chart-level-4 a {
    color: #1E6B52;
}



.org-chart-level-5 {
    border: 1px solid #d3d3d3;
    margin: 0 1em;
    position: relative;
}

.org-chart-level-5:before {
    position: absolute;
    content: '';
    top: -10px;
    width: 1px;
    height: 10px;
    background-color: #d3d3d3;

}


/*---#endregion Org Chart */


/*#region Footer */

#footer {
    z-index: 2;
    position: relative;
}



/*#endregion Footer */



/*---#region Link Styling */

.pres-external-link:after {
    content: "\e024";
    font-family: 'IcoMoon';
    font-weight: normal !important;
    margin-left: 2px;
    font-size: .8rem;
}

/*---#endregion Link Styling */


/*---#region Presidents Cabinet */

.pres-cabinet-and-senior-leadership {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto !important;
    grid-gap: 40px 0px;


}

.pres-cabinet-and-senior-leadership>* {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
}

.pres-cabinet-and-senior-leadership .uk-panel-box {
    height: 100%;
}



/*---#endregion Presidents Cabinet */



/*---#region Leadership Alternative */

.image-grid {
    display: grid;
    grid-template-columns: repeat(11, 110px);
    position: relative;
    grid-gap: 1px;


}

.image-grid:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 107, 83, .5);

}


.leadership-pc .pres-points-of-pride a {
    font-size: 1.3rem !important;
    color: #00704a !important;
    margin: 0;
    padding: 0;
    max-width: 1100px;
    line-height: 130%;
    border-bottom: 0 !important;
    font-weight: bold !important;


}

.leadership-pc.item-page a {
    text-decoration: underline;
}

/*--BEGIN Leadership Intro */

.leadership--intro-block-container {
    max-width: 980px;
    margin: 2em auto;
    padding: 0 2em;
}

@media screen and (min-width:980px) {
    .leadership--intro-block-container {
        padding: 0;
    }
}


.leadership--intro-block h2 {
    font-size: 1.4em;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
    margin: 0;
    color: #00704a;
}

.leadership--intro-block--mission-vision {
    display: grid;
    grid-template-columns: .4fr 1fr;
    grid-gap: 20px;

}

.leadership--intro-block--mission-vision>div {
    background-color: #f4f8ee;
    padding: 1em;

}

.leadership--intro-block--mission-vision p {
    color: #00704a;
}

.leadership--shared-values-block {
    padding: 0 1em;
}

.leadership--shared-values-block h2 {
    font-size: 1.5em;

}


/*--END Leadership Intro */


/*--BEGIN Shared Values */



.leadership--shared-values {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0;

}

@media screen and (min-width:600px) {
    .leadership--shared-values {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (min-width:768px) {
    .leadership--shared-values {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.leadership--shared-values span {
    font-weight: 600;
    display: block;
    color: #1E6B52;
    text-transform: uppercase;
}

.leadership--shared-values li {
    position: relative;
}

/* .leadership--shared-values li:before {
	content: '';
	   height: 8px;
	   width: 8px;
	   margin-right: 7px;
	   background-color: #1E6B52;
	   border-radius: 50%;
	   position: absolute;
	   left: -11px;
	   top: 5px;
   } */



/*--END Shared Values */


/*--BEGIN Contacts */

.leadership--primary-contacts {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}



.leadership--primary-contacts div {
    margin: 1em 0;
}

@supports (display: grid) {
    .leadership--primary-contacts div {
        margin: 0;
    }
}

.leadership--primary-contacts div a {
    background-color: #f4f8ee;
    text-align: center;
    padding: 3em;
    display: block;
    transition: all ease 0.5s;
}

.leadership--primary-contacts div a:hover {
    transform: scale(1.02);
    transition: all ease 0.5s;
    box-shadow: 0px 10px 0 -6px #1E6B52;
    border: 1px solid #1E6B52;
}


.leadership--primary-contacts span {
    font-size: 1.8em;
}

.leadership--contacts-block {
    display: grid;
    max-width: 980px;
    margin: 0 auto;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    margin: 0 2em;
}

@media screen and (min-width:900px) {
    .leadership--contacts-block {
        grid-template-columns: 1fr .4fr;
        margin: 0 auto;
    }

}

/*-BEGIN Secondary Contacts */


.leadership--secondary-contacts ul {
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

@media screen and (min-width:900px) {
    .leadership--secondary-contacts ul {
        grid-gap: 10px;
    }
}

@supports (display: grid) {
    .leadership--secondary-contacts li {
        margin: 0 !important;
    }
}

.leadership--secondary-contacts a {
    font-size: 1.3rem !important;
    color: #00704a !important;
    font-weight: bold !important;
    width: 100%;
    display: block;
    border: 1px solid #1E6B52 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    box-sizing: border-box;
}


/*-END Secondary Contacts */


/*--END Contacts */



/*---#endregion Leadership Alternative */


/*#region WK- Grid - Style One */

.pres--wk-grid--style-one .uk-panel {
    background-color: #f4f8ee;
}

.pres--wk-grid--style-one .uk-panel-title {
    color: #00704a;
    display: block;
    font-size: 2em;
    margin: 0;
}

.pres--wk-grid--style-one .uk-panel-title a {
    font-size: 1em;
    font-weight: 600 !important;
    text-decoration: underline !important;
}


.pres--wk-grid--style-one .uk-panel {
    padding: 1.5em;
}


.pres--wk-grid--style-one .uk-margin {
    font-size: 1.4rem;
    font-family: 'kulturista-web', serif !important;
    color: #00704a;
    margin-top: .5em;
}


/*#endregion WK - Grid - Style One */



/*---#region Initiatives Alternate */


.pres--initiatives-cityscape {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(4, 100px);
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.pres--initiatives-cityscape img {
    grid-column: 1 / span 12;
    grid-row: 1/4;
}

.pres--initiatives-cityscape .pres--economic-impact {
    grid-column: 8 / span4;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    box-sizing: border-box;
    grid-row: 2/6;
    background-color: #1E6B52;
    padding: 2em;
    box-shadow: -10px -10px 0 -5px #fff;
}

.pres--initiatives-cityscape:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pres--economic-impact h2 {
    margin-top: 0;
}

.pres--economic-impact h2,
.pres--economic-impact p,
.pres--economic-impact li {
    color: #fff;

}

.initiatives-pc.item-page a {
    text-decoration: underline;

}

/*---#endregion Initiatives Alternate */

/*---#region Executive Appearance & Speaking Request Form */


.pres-exec-appearance-form {

    padding: 0 1em;

}

.pres-exec-appearance-form label,
.pres-exec-appearance-form .rsform-upload-box,
.pres-exec-appearance-form .rsform-block h3 {
    color: #1E6B52;
}

.pres-exec-appearance-form .rsform-block h3 {
    border-bottom: 0;
}

.pres-exec-appearance-form .formRow {


    padding: 1em 0;

}

.pres-exec-appearance-form .formSpan12,
.pres-exec-appearance-form .formSpan6,
.pres-exec-appearance-form .formSpan4,
.pres-exec-appearance-form .formSpan3 {
    /* border:1px solid #80bc00; */
    padding: .5em 1em;
    background-color: #f4f8ee;
}


#content .pres-exec-appearance-form .rsform-submit-button {
    background-color: #fff !important;
    color: #00704a;
    width: 100%;
    padding: 1em !important;
}

.pres-exec-appearance-form .formResponsive {
    margin: 0;
    width: 100%;
}



/*---#endregion Executive Appearance & Speaking Request Form */



/*---#region Contact Us */

.pres-contact-wk {
    margin-bottom: 2em;
    max-width: 1280px;
    margin: 0 auto;
}

.pres-contact-wk .uk-margin {
    margin-top: 0;
}


.pres-contact-wk .uk-panel h2 {
    margin-top: 0 !important;
}

.pres-contact-us-container {
    background-color: #1E6B52;
    padding: 3em 1em;
    margin: 1em 0 3em;
}

.item-page.center-1--full-width-page .page-header {
    max-width: 1280px;
    margin: 0 auto;
}


/*--BEGIN Contact US Accordion */


.accordions--contact-us .uk-accordion-title {
    background-color: transparent;
    color: #fff;
}

/*--END Contact Us Accordion */



/*---#endregion Contact Us */


/*---#region Community Engagement */

.community-eng--intro-block {
    max-width: 980px;
    margin: 3em auto 2em;
    padding: 0 2em;
}

@media screen and (min-width:980px) {
    .community-eng--intro-block {
        padding: 0;
    }
}

.community-eng--audience-block {
    max-width: 980px;
    margin: 0em auto 2em;

    padding: 3.5em 2em 2em;
}

@media screen and (min-width:1025px) {
    .community-eng--audience-block {
        margin: 2em auto 2em;
    }

    @supports (display:grid) {
        .community-eng--audience-block {
            margin: -7em auto 2em;
        }

    }
}


.community-eng--audience--mobile,
.community-eng--audience--desktop {
    display: none;
}

@media screen and (max-width:700px) {
    .community-eng--audience--mobile {
        display: block;
    }

}

@media screen and (min-width:700px) {
    .community-eng--audience--desktop {
        display: block;
    }

    .community-eng--audience-block {
        background-color: #eee;
    }
}


body.hd.community-eng--pc #maincolumn-wide,
body.hd.ribbonFullwidth.community-eng--pc #whitebox {
    margin-top: 0 !important;
}


.community-eng--news-events-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    max-width: 1280px;
    margin: 2em auto;
    padding: 0 2em;

}

@media screen and (min-width:900px) {
    .community-eng--news-events-block {
        grid-template-columns: 1fr 2fr;
    }

}

@media screen and (min-width:1280px) {
    .community-eng--news-events-block {
        padding: 0;
    }
}


.community-eng--news-events-block>div {
    background-color: #fff;
    padding: 2em;
}

.community-eng-audience-image {
    background-image: url(images/images/initiatives/community-engagement/volunteer-habitat-house.jpg);
    background-size: cover;
    height: 300px;

    background-position: 44% 0%;
}

.community-eng--strategic-plan-stats-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

@media screen and (min-width:700px) {
    .community-eng--strategic-plan-stats-container {
        grid-template-columns: 1fr 1fr;
    }

    .community-eng-audience-image {
        background-attachment: fixed;
    }
}

.pres--button--style-one {
    background-color: #fff;
    padding: .3em 1em;
    border: 1px solid #80bc00 !important;
    display: inline-block;
}



/*--BEGIN Events Feed WK */

.community-eng--events-feed li h3 {
    font-size: 1.3rem;
}

#content .community-eng--events-feed li {
    margin: 0 0 10px;
    padding: 10px 0 0;
}



/*--END Events Feed WK */


/*--BEGIN News Feed WK */

.community-eng--news-feed .uk-margin img {
    float: right;
    max-width: 200px !important;
    margin: 0 20px;
}

.community-eng--news-feed .uk-panel-title {
    margin: 0;
    float: left;
    width: 100%;
}

.community-eng--news-feed .uk-panel-title:after {
    content: '';
    clear: both;
}


.community-eng--news-feed .uk-panel-title a {
    font-size: 1.3rem !important;
}

.community-eng--news-feed .uk-grid {
    margin: 0;
}

.community-eng--news-feed .uk-grid>* {
    padding-left: 0px;
}


/*--END Feed WK */

/*--BEGIN Community Engagement Stats */


.community-eng--stats {
    margin: 0;
}

.community-eng--stats li {
    list-style-type: none;
    margin: 1em !important;
    background-color: #f4f8ee;
    padding: 1em;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'kulturista-web', serif !important;
    color: #00704a;
}

.community-eng--stats li span {
    font-size: 1em;
    font-weight: 800;
    color: #00704a;
}


/*--END Community Engagement Stats */

/*--BEGIN Strategic Plan */


.community-eng--strategic-plan {
    list-style-type: none;
}


.community-eng--strategic-plan {
    list-style-type: none;
    margin: 0 0 0 20px;

}

/* #content .community-eng--strategic-plan li {
    margin:7px 0 !important;
	
	height:100%;
	background-color:#fff;
	display: flex;
    align-items: center;
	
	position:relative;
	margin:0;
    padding:0;
 
} */

/* #content .community-eng--strategic-plan li:not(:last-of-type) p:after {
    content:'';
    width:550px;
    height:2px;
    background-color:#f4f8ee;
    display:block;
    margin:10px auto;
} */

#content .community-eng--strategic-plan li {
    position: relative;
    margin: 0 0 .3em;
}

#content .community-eng--strategic-plan li:before {
    content: '';
    height: 8px;
    width: 8px;
    margin-right: 7px;
    background-color: #1E6B52;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 8px;
}



#content .community-eng--strategic-plan li p {
    font-size: 1em;
    color: #444;
    margin: 0;
    padding: 0;

    /* line-height:130% */
}

.community-eng--strategic-plan p span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #00704a;
}


/*--END Strategic Plan */


/*--BEGIN Community Engagement Banner */

.community-eng--banner-copy {
    padding: 1em 1em;
}


.community-eng--banner-copy h2,
.community-eng--banner-copy p {
    color: #fff;
    text-align: center;

}

.community-eng--banner-copy p {

    font-size: 1.3em;
    line-height: 130%;
    max-width: 550px;
}

.community-eng--banner-copy h2 {
    font-size: 1.7em;
    margin: 0 0 .3em;
    max-width: 900px;

}


@media screen and (min-width:700px) {
    .community-eng--banner-copy {
        position: absolute;
        top: 30px;
        left: 30px;
        padding: 0;

    }

    .community-eng--banner-copy h2,
    .community-eng--banner-copy p {
        text-align: right;
    }

    .community-eng--banner-copy p {
        font-size: 1.5em;

    }

    .community-eng--banner-copy h2 {
        font-size: 2em;


    }

}







/* .community-eng--banner {
	position: relative;
    
} */
.community-eng--banner-container {
    margin: 0 auto;
    position: relative;
    height: 400px !important;
    background-image: url(/president/images/images/initiatives/community-engagement/campus-cityscape-night.jpg);
    background-position: 58% 57%;
    background-size: cover;
}


/*--END Community Engagement Banner*/


/*--BEGIN Blazer Pulse */

.community-eng--blazer-pulse-block {



    position: relative;
    margin: 2em 0 0;
    background-image: none;
    height: 300px;

}


.community-eng--blazer-pulse-copy {


    max-width: 500px;
    background-color: #1E6B52;
    padding: 1em;
    margin: 0 auto;
}

@media screen and (min-width:1024px) {
    .community-eng--blazer-pulse-block {
        background-position: 10% 0;
        background-image: url(images/images/initiatives/community-engagement/blazer-pulse-background.png);
        background-size: cover;
        height: 350px;

    }

    .community-eng--blazer-pulse-copy {
        background-color: transparent;
        padding: 0;
    }

    .community-eng--blazer-pulse-logo {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translatex(-50%);
    }

    .community-eng--blazer-pulse-copy {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translatex(-50%);
        background-color: transparent;
    }
}




.community-eng--blazer-pulse-copy h3,
.community-eng--blazer-pulse-copy p {
    color: #fff;
    text-align: center;
}

.community-eng--blazer-pulse-container {



    max-width: 980px;
    margin: 0 auto;
    /* grid-gap:20px;
	display:grid;
	grid-template-columns: 1fr 1fr; */

}

.community-eng--blazer-pulse-logo {
    max-width: 500px;
    margin: 0 auto;

}

.community-eng--button {
    background-color: #fff;
    font-size: 1.1em !important;
    border: 1px solid #80bc00;
    padding: .3em 1em;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600 !important;
    text-decoration: none;
}


/*--END Blazer Pulse */


/*--BEGIN Faculty */

.community-eng--faculty--service-learning>div {
    /* background-color:#fff; */
    border-bottom: 1px solid #d3d3d3;
    padding: 1em;
    margin: 10px;
}

.community-eng--faculty--service-learning>div:last-child {

    border-bottom: none;
}

.community-eng--faculty--service-learning h4 {
    margin: 0 0 .5em !important;
}


/*--END Faculty */


/*--BEGIN Audience */

.community-eng--audience-item>div {
    padding: 1em;
    background-color: #fafafa;
    margin: 1em;
    /* border-left: 4px solid #1E6B52; */

}

.community-eng--audience-item h4 {
    margin: 0 0 .5em !important;
}


/* .community-eng--audience-item > div:after {
	content: '';
    width: 600px;
    height: 2px;
    background-color: #fff;
    display: block;
	margin: 0 auto;
	
} */


/*--END Audience */


/*---#endregion Community Engagement */


/*#region Juxtapose */

/* juxtapose - v1.2.1 - 2019-04-18
 * Copyright (c) 2019 Alex Duner and Northwestern University Knight Lab
 */

div.juxtapose {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

div.jx-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #f3f3f3;
}

div.jx-handle {
    position: absolute;
    height: 100%;
    width: 40px;
    cursor: col-resize;
    z-index: 15;
    margin-left: -20px;
}

.vertical div.jx-handle {
    height: 40px;
    width: 100%;
    cursor: row-resize;
    margin-top: -20px;
    margin-left: 0;
}

div.jx-control {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 3px;
    background-color: currentColor;
}

.vertical div.jx-control {
    height: 3px;
    width: 100%;
    background-color: currentColor;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div.jx-controller {
    position: absolute;
    margin: auto;
    top: -45%;
    bottom: 0;
    height: 60px;
    width: 9px;
    margin-left: -3px;
    background-color: currentColor;
}

.vertical div.jx-controller {
    height: 9px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    top: -3px;
    position: relative;
}

div.jx-arrow {
    position: absolute;
    margin: auto;
    top: -45%;
    bottom: 0;
    width: 0;
    height: 0;
    transition: all .2s ease;
}

.vertical div.jx-arrow {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: all .2s ease;
}

div.jx-arrow.jx-left {
    left: 2px;
    border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #1E6B52 transparent transparent;
}

div.jx-arrow.jx-right {
    right: 2px;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #1E6B52;
}

.vertical div.jx-arrow.jx-left {
    left: 0px;
    top: 2px;
    border-style: solid;
    border-width: 0px 14px 14px 14px;
    border-color: transparent transparent #1E6B52 transparent;
}

.vertical div.jx-arrow.jx-right {
    right: 0px;
    top: auto;
    bottom: 2px;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #1E6B52 transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
    left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
    right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
    left: 0px;
    top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
    right: 0px;
    bottom: 0px;
}

div.jx-image {
    position: absolute;
    height: 100%;
    display: inline-block;
    top: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.vertical div.jx-image {
    width: 100%;
    left: 0;
    top: auto;
}

div.jx-image img {
    height: 100% !important;
    width: auto !important;
    z-index: 5;
    position: absolute;
    margin-bottom: 0;
    max-height: none !important;
    max-width: none !important;
    max-height: initial !important;
    max-width: initial !important;
}

.vertical div.jx-image img {
    height: auto;
    width: 100%;
}

div.jx-image.jx-left {
    left: 0;
    background-position: left;
}

div.jx-image.jx-left img {
    left: 0;
}

div.jx-image.jx-right {
    right: 0;
    background-position: right;
}

div.jx-image.jx-right img {
    right: 0;
    bottom: 0;
}

.veritcal div.jx-image.jx-left {
    top: 0;
    background-position: top;
}

.veritcal div.jx-image.jx-left img {
    top: 0;
}

.vertical div.jx-image.jx-right {
    bottom: 0;
    background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
    bottom: 0;
}

div.jx-image div.jx-label {
    font-size: 1em;
    padding: .25em .75em;
    position: relative;
    display: inline-block;
    top: 0;
    background-color: #000;
    /* IE 8 */
    background-color: rgba(0, 0, 0, .7);
    color: white;
    z-index: 10;
    white-space: nowrap;
    line-height: 18px;
    vertical-align: middle;
}

div.jx-image.jx-left div.jx-label {
    float: left;
    left: 0;
}

div.jx-image.jx-right div.jx-label {
    float: right;
    right: 0;
}

.vertical div.jx-image div.jx-label {
    display: table;
    position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
    left: 0;
    bottom: 0;
    top: auto;
}

div.jx-credit {
    line-height: 1.1;
    font-size: 0.75em;
}

div.jx-credit em {
    font-weight: bold;
    font-style: normal;
}

/* Animation */

div.jx-image.transition {
    transition: width .5s ease;
}

div.jx-handle.transition {
    transition: left .5s ease;
}

.vertical div.jx-image.transition {
    transition: height .5s ease;
}

.vertical div.jx-handle.transition {
    transition: top .5s ease;
}

/* Knight Lab Credit */

a.jx-knightlab {
    background-color: #000;
    /* IE 8 */
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    display: table;
    height: 14px;
    line-height: 14px;
    padding: 1px 4px 1px 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    z-index: 10;
}

a.jx-knightlab div.knightlab-logo {
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    background-color: #c34528;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -1.25px;
    position: relative;
    cursor: pointer;
}

a.jx-knightlab:hover {
    background-color: #000;
    /* IE 8 */
    background-color: rgba(0, 0, 0, .35);
}

a.jx-knightlab:hover div.knightlab-logo {
    background-color: #ce4d28;
}

a.jx-knightlab span.juxtapose-name {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white;
    font-size: 10px;
    padding-left: 0.375em;
    vertical-align: middle;
    line-height: normal;
    text-shadow: none;
}

/* keyboard accessibility */

div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
    background: #eae34a;
    color: #000;
}

a.jx-knightlab:focus span.juxtapose-name {
    color: #000;
    border: none;
}



/*--BEGIN Animation */

/* .jx-handle {
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: 5;
} */

div.jx-arrow.jx-right {
    content: 'Present';
    animation-name: example;
    animation-duration: 5s;
    animation-iteration-count: 1;
}



/* @keyframes example {
  0% {left:25%;}
  50% {left:75%;}
  100% {left:100%;}
} */


.jx-handle {
    animation-name: slider-handle;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

@keyframes slider-handle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.jx-image.jx-right {
    animation-name: right-image;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 2s;

}

/* @keyframes right-image {
	0% {width:50%;}
	25% {width:55%;}
	50% {width:50%;}
	75% {width:45%;}
	100% {width:50%;}
} */

@keyframes right-image {
    0% {
        width: 10%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 50%;
    }
}


.jx-image.jx-left {
    animation-name: left-image;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-delay: 2s;

}

/* @keyframes left-image {
	0% {width:50%;}
	25% {width:45%;}
	50% {width:50%;}
	75% {width:55%;}
	100% {width:50%;}
} */

@keyframes left-image {
    0% {
        width: 90%;
    }

    50% {
        width: 10%;
    }

    100% {
        width: 50%;
    }
}

/*--END Animation */

/*#endregion Juxtapose */


/*#region Horizontal Navigation for Annual Report*/

/*---#region Horizontal Navigation ***/

.report #ribbon .nav {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.report #ribbon .nav a {
    font-size: 16px;
}

.report #ribbon ul.nav.menu li,
.report #ribbon .nav li span {
    background-color: #fafafa;
    text-transform: uppercase;
    outline: 1px solid #EEE;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report #ribbon ul.nav.menu .dropdown {
    display: initial;
}

@media all and (min-width:980px) {

    .report #ribbon ul.nav:first-child>li,
    .report #ribbon .nav li span {
        outline: 1px solid black;
    }

    .report #ribbon .nav {
        margin-top: 1em;
    }
}

@media all and (max-width:979px) {
    .report #ribbon .nav {
        flex-direction: column;
    }

    .report #wrapper #ribbon li {
        outline: none;
    }


}

.report #wrapper #ribbon .dropdown-menu a {
    font-weight: normal;
    text-transform: initial
}

.report #wrapper #ribbon .dropdown-menu li {
    outline: none;
}

.report #ribbon ul.nav:first-child>li a {
    padding: 15px 10px;
    font-weight: 600;
    flex: 1;
    text-align: center;
    line-height: 120%;
}

body.hd.report #tray.white #ribbon .nav-pills>.active,
body.hd.report #tray.white #ribbon .nav-pills>.active:hover,
body.hd.report #tray.white #ribbon .nav-pills>.active:focus {
    color: #fff !important;
    background-color: #1E6B52 !important;
}

body.hd.report #tray.navbar-inner {
    padding: 0;
}

.report #ribbon ul.nav>li:hover {
    background-color: #eee !important;
}

body.hd.report #ribbon .nav>li>a:hover {
    background-color: initial;
}

.report #ribbon .nav-pills:before,
.report #ribbon .nav-pills:after {
    display: none;
}

body.hd.ribbonFullwidth.report #ribbon {
    width: 100%
}

body.hd.report #tray.white #ribbon .nav-pills>.active,
body.hd.report #tray.white #ribbon .nav-pills>.active:hover,
body.hd.report #tray.white #ribbon .nav-pills>.active:focus {
    background-color: #1E6B52;
}

body.hd.report #tray.white #ribbon .nav-pills>.active>a,
body.hd.report #tray.white #ribbon .nav-pills>.active>a:hover,
body.hd.report #tray.white #ribbon .nav-pills>.active>a:focus {
    color: #fff !important;
    background-color: transparent;
}

.report .nav.menu .parent .current.active {
    background-color: #eee;
    position: relative;
}

.report .navbar .alias-parent-active {
    background-color: #1E6B52 !important;
}

.report #ribbon ul.nav>li.alias-parent-active:hover {
    background-color: #1E6B52 !important;
}

body.hd.report #tray.white #ribbon .alias-parent-active>a {
    color: #fff !important;
}

.report .nav.menu .parent .current.active:before {
    border-left: 4px solid #1E6B52;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.report #ribbon .nav-pills .dropdown-menu {
    min-width: initial;
    padding: initial;
    width: 100%;
    border: initial;
    outline: initial;
}

.report #ribbon .nav-child.unstyled.dropdown-menu {
    margin: initial;
}


.report #ribbon .dropdown.parent>a:after {
    content: "\e011";
    font-family: 'IcoMoon' !important;
}


.report .nav-pills>li.dropdown:focus-within ul.dropdown-menu {
    display: block !important;
}

/*---#endregion Horizontal Navigation ***/


/*#region Headings Alternate */

/*--BEGIN Style 1 */

.headings-alternate--style-1 h4 {
    margin-top: 15px;
    font-size: 1em;
    text-transform: uppercase;
}


.headings-alternate--style-1 h5 {
    font-size: 1em;
    margin: 10px 0 0;
}

/*--END Style 1 */

/*#endregion Headings Alternate */


/*#region Floated Element */

@media screen and (min-width:700px) {
    .pres--float-right--md {
        max-width: 400px;
        float: right;
        margin: 1em;
        clear: both;

    }
}

.pres--float-right--md {
    border: 2px solid #80bc00;
    padding: 1em;
    margin: 1em;
    box-sizing: border-box;
}


/*#endregion Floated Element */


/*#region BlazerPulse */

.blazerpulse-buttons--4-across li {

    border: 1px solid #80bc00;
}

@supports (display:grid) {
    .blazerpulse-buttons--4-across li {
        margin: 0 !important;
    }
}

.blazerpulse-buttons--4-across {
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 10px;

}

ul.blazerpulse-buttons--4-across {
    padding-left: 0;
}

.blazerpulse-buttons--4-across li a {
    text-align: center;
    padding: .5em 1em;
    display: block;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 0 !important;
    font-weight: 600 !important;
    text-decoration: none;

}

/*--BEGIN Oversight Committee */

.blazerpulse--oversight-committee {
    column-count: 1;
    text-align: center;
    list-style-type: none;
}

@media screen and (min-width:500px) {
    .blazerpulse--oversight-committee {
        column-count: 2;
    }
}



@media screen and (min-width:700px) {
    .blazerpulse--oversight-committee {
        column-count: 3;
    }
}

/*--END Oversight Committee */

/*#endregion BlazerPulse */

/*#region BlazerPulse Login */

.community-eng--audience-block {
    position: relative;
}

a.svcPulse,
a.blazerpulse--button {


    color: #fff;
    background-color: #1e6b52;
    transition: all 0.2s ease;

    display: inline-block;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #80bc00;

    margin: 0 0 1.4em;
    font-size: 1.2em;

}

a.blazerpulse--button {
    border-width: 1px;
    padding: 5px 10px;
    max-width: 250px;
    margin: 0 auto 1em;
}

a.svcPulse:hover,
a.blazerpulse--button:hover {
    background-color: #fff;
    color: #1e6b52;
    border-color: #80bc00;
    text-decoration: none;
}


a.blazerpulse--button:hover {}



.svcPulse:before,
.blazerpulse--button:before {

    background-image: url("https://www.uab.edu/50/images/other/bp-green.png");
    height: 30px;
    width: 30px;
    display: inline-block;
    content: '';
    background-size: cover;
    margin-right: 5px;
}

@media screen and (min-width:900px) {
    a.svcPulse {

        display: inline-flex;
        margin: 0;

        padding: 3px 10px;
        position: absolute;
        right: 0px;
        top: 0;
    }
}











/*#endregion BlazerPulse Login */

/*#region BlazerPulse Switcher */

.blazerpulse--switcher--item {
    background-color: #fff;
    padding: 1em;
}

.blazerpulse--switcher--container {
    max-width: 980px;
    margin: 0 auto;
    background-color: #eee;
    padding: 1em;
}


@media screen and (min-width:700px) {

    .blazerpulse--switcher--container {
        padding: 2em;
    }

    .blazerpulse--switcher--videos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;

    }
}

.blazerpulse--switcher--videos>div {
    background-color: #fff;
    padding: 1em;
}

.blazerpulse--switcher--videos h3 {
    font-size: 1.5rem !important;
}

.blazerpulse--switcher--videos iframe {

    width: 100%;
}

.blazerpulse--switcher--videos p {
    margin-top: 0 !important;
}


/*#endregion BlazerPulse Switcher */


.localist-date__location:before, .localist-date__time:before {
    display:none;
}

.localist-date__time, .localist-date__location {
    margin-left:0 !important;
}