/* WWW */
@charset "UTF-8";

.announcementBox {
    background-color: #006241;
    padding: 10px;
    margin-top: 20px
}

.announcementText {
    margin-left: 30px;
    margin-top: 5px;
    padding: 0 10px;
    border-left: 2px solid #eee
}

.announcementText h3,
.announcementText p {
    color: #eee !important;
    border-left: none;
    padding-left: 10px
}

.announcementText h3 {
    font-size: 17pt;
    line-height: 120% !important;
    font-family: proxima-nova, sans-serif !important;
    text-transform: none
}

.announcementText a {
    color: #fff
}

.announcementText a:hover {
    color: #fff !important
}

@media all and (max-width:1024px) {
    .announcementBox {
        padding: 10px 10px 20px 10px
    }
}

body.hd .breadcrumb {
    border: none;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

body.hd #breadcrumbs {
    display: block;
    text-align: left;
    width: 95%;
    margin: 10px 0
}

.breadcrumb li span.divider:after {
    content: "\e006";
    font-family: IcoMoon;
    font-size: .7em !important;
    color: #80bc00;
    margin-right: 3px
}

.breadcrumb span.divider > img {
    display: none
}

#breadcrumbs + #content h1 {
    margin-top: 0 !important
}

.bulletpoint ul {
    counter-reset: foo;
    display: table
}

.bulletpoint li {
    position: relative;
    left: 25px
}

.bulletpoint ul > li {
    counter-increment: foo;
    display: table-row
}

.bulletpoint ul > li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right
}

.gridButton:hover,
.gridLevels a:hover {
    -webkit-animation: shadow-drop-center 0.2s cubic-bezier(.25, .46, .45, .94) both;
    animation: shadow-drop-center 0.2s cubic-bezier(.25, .46, .45, .94) both
}

.gridLevels a {
    border: 1px #eee solid;
    padding: 10px;
    display: block;
    text-decoration: none;
    padding-top: 20px;
    margin-top: 25px
}

.gridAmount {
    font-weight: 600;
    font-size: 1.2em
}

.gridDescription {
    font-weight: 400 !important
}

@media screen and (max-width:1024px) {
    .gridLevels a {
        padding-top: 15px
    }
}

@media screen and (max-width:768px) {
    .gridLevels a {
        padding-top: 15px
    }
}

.uk-button,
.wk-button,
.whiteButton,
button:not([class^="uk-"]):not([class^="wk-"]) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    background-image: none;
    background-color: #fff;
    color: #1e6b52;
    border: 1px #1e6b52 solid;
    font-size: 1em
}

.uk-button,
.wk-button {
    padding: 5px 15px
}

a.uk-button:hover,
a.wk-button:hover,
a.whiteButton:hover {
    color: #1e6b52 !important
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .current > a,
.dropdown-menu > .current > a:hover,
.dropdown-menu > .current > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.07);
    background-image: none !important;
    background-repeat: no-repeat;
    filter: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .current > a,
.dropdown-menu > .current > a:hover,
.dropdown-menu > .current > a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none !important;
    background-repeat: no-repeat;
    filter: none;
}

.dropdown-menu {
    border-radius: 0
}

.btn-group > .btn:first-child {
    border-radius: 0
}

.dmButton a {
    border: 2px solid #cfcfcf;
    color: #656565 !important;
    cursor: pointer;
    font-family: proxima-nova, sans-serif !important;
    font-size: 12pt;
    padding: .5em 2.7em .4em;
    text-align: center;
    text-transform: uppercase;
    margin: 20px
}

.dmButton a:hover {
    background: #1e6b52 none repeat scroll 0 0;
    border: #1e6b52 solid 2px;
    color: #f4f4f4 !important;
    text-decoration: none
}

.dmButtonGreen a {
    background: #1e6b52;
    border: #1e6b52 solid 2px;
    color: #fff !important;
    cursor: pointer;
    font-family: proxima-nova, sans-serif !important;
    font-size: 12pt;
    padding: .5em 2.7em .4em;
    text-align: center;
    text-transform: uppercase;
    margin: 20px
}

.dmButtonGreen a:hover {
    background: #1e6b52 none repeat scroll 0 0;
    border: #1e6b52 solid 2px;
    color: #f4f4f4 !important;
    text-decoration: none
}

.dmHomeButton {
    margin-top: 1em
}

.dmHomeButton a {
    border: #cfcfcf solid 2px;
    color: #656565 !important;
    cursor: pointer;
    font-family: proxima-nova, sans-serif !important;
    font-size: 1.8em;
    padding: .5em .6em .4em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400
}

.dmHomeButton a:hover {
    background: #1e6b52 none repeat scroll 0 0;
    border: #1e6b52 solid 2px;
    color: #f4f4f4 !important;
    text-decoration: none
}

/*!Need to Move flex info from this section */
.flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch
}

.flex-item:nth-child(1) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto
}

.flex-item:nth-child(2) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto
}

.flex-item:nth-child(3) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    .dmHomeButton a {
        padding: .5em .7em .4em
    }
}

@media (min-width:320px) {

    .flex-item:nth-child(1),
    .flex-item:nth-child(2),
    .flex-item:nth-child(3) {
        width: 100%
    }
}

@media (min-width:768px) {

    .flex-item:nth-child(1),
    .flex-item:nth-child(2),
    .flex-item:nth-child(3) {
        width: 26%
    }
}

.wkFooter {
    padding: 0 !important
}

.quicklinksNestedContainer a {
    color: green
}

ul.customFooterLinks li a {
    color: #0a6142 !important
}

#footer .customFooterLinks a:hover {
    color: #0a6142 !important
}

#footer .uabFooterMenu a:hover {
    color: #eee !important
}

@media only screen and (max-width:300px) and (min-width:1024px) {
    #footer {
        background-color: #fff !important
    }
}

.uabFooterMenu {
    background-color: rgba(0, 0, 0, .65)
}

body.hd #footer .uabFooterMenu {
    padding: 2em 0 2em 0
}

.customFooter {
    padding: 0 !important;
    background-color: #f5f5f5
}

.nestedContainer,
.quicklinksNestedContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footerSocialMediaContainer {
    padding-right: 100px
}

.footerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

.footerItem {
    margin: 20px 0
}

.footerSecondItem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.footerThirdItem > img {
    margin-left: 15px
}

.quicklinksText {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.footerSocialMediaContainer a {
    margin-right: 5px
}

@media only screen and (min-width:200px) and (max-width:1024px) {
    .footerItem {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-top: 30px
    }

    .footerSecondItem {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .footerSocialMediaContainer {
        padding-right: 0
    }

    .nestedContainer,
    .quicklinksNestedContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .quicklinksNestedContainer {
        margin-left: -50px
    }

    .footerFirstItem {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .quicklinksText {
        margin-right: 40px !important
    }
}

.poweredByDM,
.uabFooterMenu {
    background-color: rgba(0, 0, 0, .65);
    background-color: #595959
}

#footer div.addthis_toolbox.addthis_default_style {
    text-align: center
}

#footer a.at-follow-btn {
    float: none
}

.addthis_32x32_style .at4-icon,
.addthis_32x32_white_style .at4-icon,
.at-32x32 {
    background-color: #888 !important;
    background-size: 2.5pc !important;
    border-radius: 3px;
    height: 2.5pc !important;
    line-height: 2.5pc !important;
    margin: 0 14px;
    width: 2.5pc !important
}

.at-icon-wrapper {
    height: 2.5pc !important;
    width: 2.5pc !important
}

.at-icon {
    height: 2.5pc !important;
    width: 2.5pc !important
}

.addthis_32x32_style .at4-icon,
.addthis_32x32_white_style .at4-icon,
.at-32x32 {
    background-size: 2.5pc !important
}

@media screen and (max-width:1080px) {
    .at-icon-wrapper {
        height: 2pc !important;
        width: 2pc !important
    }

    .at-icon {
        height: 2pc !important;
        width: 2pc !important
    }

    #content .addthis_32x32_style .at4-icon,
    .addthis_32x32_white_style .at4-icon,
    .at-32x32 {
        background-size: 2pc !important
    }

    .addthis_32x32_style .at4-icon,
    .addthis_32x32_white_style .at4-icon,
    .at-32x32 {
        background-color: #888 !important;
        background-size: 2pc !important;
        height: 2pc !important;
        line-height: 2pc !important;
        margin: 0 5px;
        width: 2pc !important
    }
}

body.hd #maincolumn-r {
    margin: 0 1.5% 0 1.5%
}

body.hd .full {
    width: 97%;
    margin-left: 1.3%
}

body.hd #content {
    width: 97%;
    padding-top: 2%
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    #maincolumn-r {
        padding: 0 0 0
    }
}

@media (max-width:699px) {
    body.hd.sidebars #maincolumn-r {
        margin: 0 1% 0 4% !important;
        width: 91% !important
    }
}

@media (max-width:1024px) {
    body.hd #whitebox .full {
        margin: 0;
        width: 97%;
        margin-left: 1.4%
    }

    body.hd #rightsidebar .moduletable {
        width: 100% !important;
        max-width: 100% !important
    }

    #downright #rightsidebar {
        width: 100%
    }
}

.resourceContent {
    font-size: 16px;
    line-height: 30px
}

.middle-nav--page .middle_content > li {
    border-top: 4px solid #d2d2d2;
    float: left;
    margin: 10px 0 0;
    padding: 20px 0 0;
    width: 100%
}

.middle-nav--page .middle_content > li a:hover {
    text-decoration: underline !important;
    color: #1e6b52 !important
}

.middle-nav--page .middle_content > li:last-of-type {
    border-bottom: 4px solid #d2d2d2;
    margin-bottom: 30px;
    padding-bottom: 20px
}

.middle-nav--page .nav-header.resourceCategory::after {
    clear: both;
    content: attr(title);
    float: left;
    font-family: din-condensed, sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.6em;
    margin-top: .6em;
    position: relative;
    text-align: right;
    text-transform: none
}

.middle-nav--page .nav-header.resourceCategory {
    color: #333 !important;
    float: left;
    font-family: din-condensed, din-condensed-web, sans-serif !important;
    font-size: 3rem !important;
    font-weight: 400;
    line-height: normal;
    margin: 0 10px 2px 0 !important;
    padding: 2%;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
    border-right: 9px solid #1e6b52
}

.middle-nav--page .middle_content li span {
    background-color: #ebe8e5;
    border-radius: 6px 0 0 6px;
    float: left;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 117px;
    padding: 2% 1%;
    width: 43%
}

.middle-nav--page .middle_content p {
    color: #333;
    font-family: din-condensed, sans-serif !important;
    font-size: 1rem;
    line-height: 1.6em;
    margin: 2px 10px;
    text-align: right
}

.middle-nav--page .middle_content .nav-child {
    float: left;
    margin: 0;
    min-height: 100px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-top: 10px;
    width: 48%
}

.middle-nav--page .middle_content ul.nav-child.small {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.middle-nav--page .middle_content .nav-child li {
    line-height: inherit;
    list-style: outside none none;
    padding: 0 0 1em 2em;
    text-indent: -1.5em
}

.middle-nav--page .middle_content .nav-child li::before {
    color: #a4a4a4;
    content: "•";
    font-size: 2em;
    padding-right: .4em;
    vertical-align: sub
}

.middle-nav--page .middle_content .nav-child a {
    color: #333;
    font-family: din-condensed, sans-serif;
    font-size: 20px
}

.middle-nav--page #middle_content_bottom {
    background-repeat: no-repeat;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 100%
}

.middle-nav--page .miniMiddleContent li span {
    min-height: 40px !important
}

.middle-nav--page .miniMiddleContent span.nav-header {
    font-size: 2.5rem !important
}

.middle-nav--page .rightBorderUABGreen {
    border-right: 9px solid #1e6b52
}

.clear {
    clear: both
}

@media screen and (max-width:800px) {
    .middle-nav--page .middle_content li span {
        border-radius: 4px 4px 0 0;
        display: table;
        min-height: 0
    }

    .middle-nav--page .middle_content .nav-child {
        min-height: 0
    }

    .middle-nav--page .middle_content span.middleTitle {
        text-align: center;
        width: 94%;
        height: 20px !important;
        float: left;
        margin: auto;
        margin-bottom: 20px !important
    }

    .middle-nav--page .middle_content span.middleTitle:after {
        font-size: .4em !important;
        text-align: center !important
    }

    .middle-nav--page .middle_content li > ul {
        width: 94% !important;
        text-align: center;
        margin: auto
    }

    .middle-nav--page .rightBorderUABGreen {
        border-bottom: 9px solid #1e6b52 !important;
        border-right: none !important;
        width: 100% !important
    }

    .middle-nav--page .middle_content p,
    body.hd.middle-nav--page .middle_content h3 {
        font-size: 1.5rem;
        text-align: center
    }

    .middle-nav--page ul.middle_links {
        font-size: .8em;
        padding: 0 4%;
        text-align: center;
        width: 92%
    }

    .middle-nav--page .middle_links li {
        list-style: outside none none;
        padding: 0 0 .8em
    }

    .middle-nav--page .middle_links li::before {
        content: none;
        font-size: 0;
        padding-right: 0;
        vertical-align: sub
    }
}

span.subheading-category {
    font-size: 32px !important;
    line-height: 120% !important;
    font-family: din-condensed, sans-serif !important;
    color: #333 !important;
    margin: .5em 0 !important;
    text-align: left !important
}

hr {
    border: none;
    border-top: 1px solid #d3d3d3
}

.mostread span {
    color: #555;
    font-weight: 500
}

.item-image {
    margin: 0 20px 20px 0
}

.readmore {
    text-align: left;
    margin: 5px 0
}

.item-page .bulletedList {
    margin: 0 0 0 30px
}

@media only screen and (max-width:768px) {
    .item-page img {
        width: 100%;
        box-sizing: border-box;
        float: none !important;
        margin: 0 !important
    }

    .pull-left {
        float: none
    }
}

.item-page .item-image.pull-right {
    margin: 0 1em 1em
}

@media all and (max-width:600px) {
    .item-page .item-image.pull-right {
        float: none;
        margin: 10px 0
    }

    .item-page .item-image.pull-right > img {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    #downright #rightsidebar > * {
        background: 0 0;
        margin: 0 !important;
        padding: 0 !important
    }

    #downright #rightsidebar {
        margin: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    ul.nav-child.unstyled.small {
        margin: 0
    }

    #rightsidebar ul.nav.menu > li > ul {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    #rightsidebar ul.nav.menu > li > ul {
        border-top: none !important
    }

    #rightsidebar ul.nav.menu {
        text-align: center
    }

    #rightsidebar .nav-child li {
        border: 1px solid #eee !important
    }

    #rightsidebar .nav-child .nav-child li {
        border: none !important
    }

    #rightsidebar .nav-child .nav-child li a {
        font-weight: 400
    }

    #rightsidebar .nav-child .nav-child li {
        padding-top: 0 !important;
        margin-top: 0 !important
    }

    #rightsidebar ul.nav.menu > li > ul {
        text-align: center
    }

    #rightsidebar .nav a {
        display: block;
        font-size: 18px;
        padding: 15px
    }
}

@media (min-width:980px) {

    body.hd.template-01 #tray #ribbon .nav li > .separator,
    body.hd.template-01 #tray #ribbon .nav li > a {
        padding: 15px !important;
        font-size: 16px
    }

    #tray:before {
        content: "";
        display: block;
        height: 1px;
        background: #d3d3d3
    }

    body.hd.white div#tray {
        margin-top: 15px
    }
}

.dmMenuModule ul {
    font-size: 16pt
}

.dmRibbonNav li span {
    padding: 15px !important;
    font-weight: 500;
    color: #1e6b52
}

ul.nav-child.unstyled.small {
    margin-top: 5px;
    margin-bottom: 0
}

ul.nav-child.unstyled.small li,
ul.nav-child.unstyled.small li a {
    line-height: 1em !important
}

ul.nav-child.unstyled.small li {
    margin-top: 10px !important
}

#rightsidebar ul.nav.menu > li:first-child > span {
    font-size: 22pt;
    line-height: 120% !important;
    padding-left: 10px;
    border-left: 8px solid #1e6b52;
    font-weight: 400 !important;
    font-family: proxima-nova, sans-serif !important;
    color: #1e6b52
}

#rightsidebar .nav.menu li {
    padding: .75% 1.25%
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    .nav .menu li {
        text-align: center
    }
}

@media screen and (max-width:1024px) {
    .newsASEM .third img {
        max-width: 250px !important;
        min-width: 250px
    }
}

@media screen and (min-width:1024px) {
    .newsDescription .two_thirds {
        padding-left: 20px !important
    }
}

.newsDescription .third {
    text-align: center
}

.newsDescription {
    border: 1px #eee solid;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    overflow: hidden
}

.newsTag {
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 5px;
    background-color: #1e6b52;
    min-width: 180px;
    text-align: center;
    color: #fff
}

.newsTitle {
    width: 60%;
    display: inline-block
}

.spaceforCourseNumber {
    width: 20%;
    display: inline-block
}

.newsTitle h2 {
    margin-top: 0 !important
}

.newsbuttonContainer {
    text-align: left
}

@media screen and (min-width:805px) and (max-width:1024px) {
    .newsButton {
        margin-top: 10px
    }
}

@media screen and (max-width:805px) {
    .newsTag {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        right: 0;
        padding: 5px 0
    }

    .newsDescription img {
        margin-top: 40px
    }

    .newsDescription {
        margin-top: 20px
    }

    .newsTitle h2 {
        margin-top: 20px !important
    }

    .newsTitle {
        width: 100%;
        display: inline-block
    }

    .spacefornewsTag {
        width: 0;
        display: inline-block
    }

    .newsButton {
        width: 100%;
        margin-top: 10px
    }
}

.feedMore {
    display: none
}

.K2FeedImage {
    display: none
}

.customNewsFeed .newsfeed > li {
    border-top: none;
    margin-bottom: 10px
}

.newsfeed > li:last-of-type {
    border-bottom: none
}

.customNewsFeed .feed-item-description {
    margin-top: 0
}

.homepageModule .feed-link a {
    font-weight: 700 !important
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    body.hd #downright #rightsidebar > div {
        border: none
    }

    .customNewsFeed ul.newsfeed {
        padding: 0 20px
    }
}

.blog.facultyStaffProfile h2 {
    padding: 10px !important
}

.blog.facultyStaffProfileCol3 .span4,
.blog.facultyStaffProfileCol4 .span3 {
    border: 1px solid #eee;
    position: relative
}

@media all and (max-width:500px) {

    .blog.facultyStaffProfileCol3 .span4,
    .blog.facultyStaffProfileCol4 .span3 {
        min-height: 800px
    }
}

@media all and (max-width:767px) {
    .facultyStaffProfile .readmore .btn {
        width: 100%
    }
}

@media all and (min-width:500px) and (max-width:767px) {

    .blog.facultyStaffProfileCol3 .span4,
    .blog.facultyStaffProfileCol4 .span3 {
        min-height: 400px
    }
}

@media all and (min-width:767px) {
    .blog.facultyStaffProfileCol4 .span3 {
        min-height: 620px
    }

    .blog.facultyStaffProfileCol3 .span4 {
        min-height: 680px
    }

    .blog.facultyStaffProfile .pull-left.item-image,
    .blog.facultyStaffProfile .pull-none.item-image {
        float: none;
        margin: 0
    }

    .blog.facultyStaffProfile .items-row.row-fluid img {
        margin: 0
    }
}

.facultyStaffProfile .readmore .btn {
    margin: 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #eee;
    background-image: none;
    border-radius: 0;
    border: none;
    padding: 5px 24px
}

@media all and (max-width:500px) {
    .facultyStaffProfile .readmore .btn {
        padding: 20px 0;
        font-size: 16px
    }
}

.blog.facultyStaffProfile .item {
    width: 100%
}

.blog.facultyStaffProfileCol3 .span4 .item {
    margin-bottom: 50px
}

.blog.facultyStaffProfile h2,
.blog.facultyStaffProfile p {
    padding: 0 10px
}

@media all and (max-width:767px) {
    .facultyStaffProfile .items-row.row-fluid > div {
        clear: both;
        overflow: hidden
    }
}

.facultyStaffProfile .item-image > a > img {
    width: 100%
}

.dmQuicklink > li {
    z-index: 1
}

#quicklinks .nav .separator,
.dmQuicklink > li > a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666 !important
}

#rightsidebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)
}

body.hd.sidebars #rightsidebar {
    margin-top: 0
}

body.hd.sidebars #downright {
    margin: 20px 0;
    border-left: 1px solid #d3d3d3;
    height: 96%
}

@media (min-width:1025px) {
    body.hd.sidebars #downright {
        width: 25%;
        margin: 0 2% !important
    }

    body.hd #maincolumn-r {
        width: 69% !important;
        margin: 1% 2% !important
    }
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    #downright #rightsidebar > * {
        width: 100%
    }

    body.hd.sidebars #downright {
        margin: 0 1% 0 1% !important;
        width: 98% !important
    }
}

@media only screen and (max-width:1024px) and (min-width:300px) {
    body.hd.sidebars #downright {
        border-left: none
    }

    body.hd #downright #rightsidebar > div {
        margin: 0;
        padding: 0
    }
}

@media screen and (min-width:1025px) {
    #search .inputbox.search-query {
        border-radius: 20px 0 0 20px;
        width: 320px
    }
}

.rsform-input-box,
button,
h2,
h4,
h5,
input,
select,
textarea {
    font-family: proxima-nova, sans-serif !important
}

h1,
h3 {
    font-family: din-condensed, sans-serif !important
}

a,
body,
button,
div,
em,
p,
span {
    font-family: proxima-nova, sans-serif !important;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px
}

h1 {
    font-size: 32px;
    line-height: 120% !important
}

h2 {
    font-size: 26px;
    line-height: 120% !important
}

h3 {
    font-size: 23px;
    line-height: 120% !important;
    text-shadow: none
}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.item-page h3 + p {
    margin-top: 0
}

.changeToBold {
    font-weight: 600 !important
}

.homepageModule h3 {
    font-size: 22pt;
    line-height: 120% !important;
    padding-left: 10px;
    border-left: 8px solid #1e6b52;
    font-family: proxima-nova, sans-serif !important;
    text-transform: none;
    font-weight: 400 !important
}

@media only screen and (max-width:1024px) {
    .homepageModule h3 {
        border-bottom: 5px solid #a3cd65;
        font-weight: 500;
        border-left: none !important;
        text-transform: uppercase;
        text-align: center;
        font-size: 29px !important;
        padding: 15px
    }
}

.resp-tabs-list li {
    font-family: din-condensed, sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 3px 3px 0 0;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    border-bottom: none
}

.resp-tab-content {
    border: none;
    border-top: 1px solid #e5e5e5
}

.resp-tab-active {
    background-color: #1e6b52;
    color: #fff;
    border: none;
    padding: 8px 12px !important
}

.resp-tabs-list li:hover {
    background-color: #f5f5f5
}

li.resp-tab-item.resp-tab-active:hover {
    background-color: #1e6b52
}

ul.resp-tabs-list {
    margin-left: 0
}

h2.resp-tab-active {
    background: #1e6b52 !important
}

h2.resp-accordion {
    font-family: din-condensed, sans-serif !important;
    font-weight: 400;
    font-size: 18px
}

.uk-grid--gray-boxes .uk-panel,
.wk-grid--gray-boxes .wk-panel {
    border-left: 5px solid #1e6b52;
    box-shadow: 5px 5px 10px 0 rgba(146, 171, 160, .3);
    border-radius: 0 5px 5px 0;
    background-color: #f5f5f5
}

.uk-grid--gray-boxes .uk-panel h2,
.wk-grid--gray-boxes .wk-panel h2 {
    margin-top: 0 !important
}

.uk-accordion--single-learn-more .uk-accordion-title,
.wk-accordion--single-learn-more .wk-accordion-title {
    background-color: transparent;
    border-bottom: none;
    text-align: right;
    font-size: 1.2em
}

.template-01 #content .switcher--nav--style-1 .uk-subnav-pill > .uk-active a,
.template-01 #content .switcher--nav--style-1 .wk-subnav-pill > .wk-active a {
    color: #fff;
    background: #1e6b52
}

.template-01 #content .switcher--nav--style-1 .uk-subnav-pill,
.template-01 #content .switcher--nav--style-1 .wk-subnav-pill {
    margin-bottom: 0 !important
}

.template-01 #content .switcher--nav--style-1 .uk-subnav-pill a,
.template-01 #content .switcher--nav--style-1 .wk-subnav-pill a {
    border: 1px solid #d3d3d3 !important;
    background-color: #fff;
    box-sizing: border-box
}

.template-01 #content .switcher--nav--style-1 .uk-panel,
.template-01 #content .switcher--nav--style-1 .wk-panel {
    padding: 0
}

.template-01 #content .switcher--nav--style-1 .uk-switcher,
.template-01 #content .switcher--nav--style-1 .wk-switcher {
    background-color: #eee;
    padding: 1.5em !important
}

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

    .template-01 #content .switcher--nav--style-1 .uk-subnav-pill,
    .template-01 #content .switcher--nav--style-1 .wk-subnav-pill {
        flex-direction: column
    }

    .template-01 #content .switcher--nav--style-1 .uk-subnav-pill li,
    .template-01 #content .switcher--nav--style-1 .wk-subnav-pill li {
        margin: 5px 0
    }

    .template-01 #content .switcher--nav--style-1 .uk-subnav-pill a,
    .template-01 #content .switcher--nav--style-1 .wk-subnav-pill a {
        width: 100%;
        padding: .7em 1em;
        box-sizing: border-box
    }
}

.template-01 #content .switcher--nav--style-1 .template-01 .btn--green {
    border-bottom: 0
}

.template-01 .v2-accordion-wrapper .uk-accordion-content,
.template-01 .v2-accordion-wrapper .wk-accordion-content {
    background-color: #eee;
    border-top: 4px solid #1e6b52;
    border-bottom: 1px solid #ccc
}

.template-01 .v2-accordion-wrapper .uk-accordion-title:after,
.template-01 .v2-accordion-wrapper .wk-accordion-title:after {
    background-color: #82c140;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    color: #fff;
    text-align: center;
    content: "";
    left: .1em;
    top: .23em
}

.template-01 .v2-accordion-wrapper .uk-accordion-title:before,
.template-01 .v2-accordion-wrapper .wk-accordion-title:before {
    content: "+ ";
    position: absolute;
    z-index: 1;
    left: .33em;
    color: #fff;
    font-size: 1.2em;
    top: .23em
}

.template-01 .v2-accordion-wrapper .uk-accordion-title.uk-active:before,
.template-01 .v2-accordion-wrapper .wk-accordion-title.wk-active:before {
    position: absolute;
    left: 11px;
    top: 4px;
    content: "-"
}

.template-01 .v2-accordion-wrapper .uk-accordion-title,
.template-01 .v2-accordion-wrapper .wk-accordion-title {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    position: relative
}

.template-01 .v2-accordion-wrapper h3.uk-accordion-title,
.template-01 .v2-accordion-wrapper h3.wk-accordion-title {
    margin-top: .3em !important;
    padding-left: 1.7em !important;
    font-size: 1.3em;
    padding-bottom: .3em !important;
    margin-bottom: 0 !important
}

.template-01 .announcementBox {
    padding: 1.5em 1em 2em;
    margin-top: 0
}

.template-01 .announcementText h3,
.template-01 .announcementText p {
    color: #fff !important;
    margin-top: 0 !important
}

.template-01 .announcementText p {
    margin-bottom: 0 !important
}

.template-01 .announcementText h3 {
    margin-bottom: .2em !important
}

@media all and (max-width:1024px) {
    .template-01 .announcementText {
        border-left: none;
        margin-left: 0
    }
}

.template-01 button:hover {
    animation: none !important
}

.template-01 .btn--wk-xlg-img-white .uk-margin-small,
.template-01 .btn--wk-xlg-img-white .wk-margin-small {
    position: relative;
    display: flex;
    height: 100px;
    align-items: center
}

.template-01 .btn--wk-xlg-img-white h2,
.template-01 .wk-overlay.wk-overlay-primary.wk-position-bottom h2 {
    margin: 0;
    text-align: center;
    z-index: 1;
    font-size: 1.4rem;
}

.btn--wk-xlg-img-white .uk-overlay .uk-h3 {
    text-align: center;
    font-family: kulturista-web, serif !important;
    font-size: 1.5rem;
    font-weight: 700 !important
}

.btn--wk-xlg-img-white .wk-overlay-primary > div {
    display: flex;
    width: 100%;
}

.template-01 .btn__text-container--wk-xlg-img-white {
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.template-01 .btn__background-color--wk-xlg-img-white {
    background-color: #144b39;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    /* filter: opacity(0.8); */
    mix-blend-mode: multiply;
}

.template-01 .btn--wk-xlg-img-white img {
    border-radius: 2px
}

.template-01 .wk-overlay.wk-overlay-primary.wk-position-bottom {
    opacity: 1;
    /* white-space: nowrap; */
    border-top: 3px solid #80bc00;
    min-height: 3.125rem;
    display: flex;
    padding: 1rem;
    background: transparent;
}

.template-01 .btn--wk-xlg-img-white .uk-overlay-panel > div,
.template-01 .btn--wk-xlg-img-white .wk-overlay-panel > div {
    width: 100%;
    border-top: 3px solid #80bc00
}

.template-01 .btn--wk-xlg-img-white .uk-overlay-panel,
.template-01 .btn--wk-xlg-img-white .wk-overlay-panel {
    padding: 0;
    align-items: flex-end
}

.template-01 .btn--wk-xlg-img-white a.uk-position-cover,
.template-01 .btn--wk-xlg-img-white a.wk-position-cover {
    z-index: 1
}

.template-01 .btn--wk-xlg-img-white .uk-row-first,
.template-01 .btn--wk-xlg-img-white .wk-row-first {
    text-align: center
}

.template-01 .btn--wk-xlg-white .uk-margin,
.template-01 .btn--wk-xlg-white .wk-margin {
    transition: all 0.2s;
    font-size: 1.6em;
    text-decoration: none;
    color: #1e6b52;
    padding: 1em;
    text-align: center;
    margin-top: 0;
    line-height: normal;
}

.template-01 .btn--wk-xlg-white .uk-panel,
.template-01 .btn--wk-xlg-white .wk-card-hover {
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(30, 107, 82, .5);
    border-radius: 2px
}

.template-01 .btn--wk-xlg-white .wk-card-body {
    padding: inherit;
}

.template-01 .btn--wk-xlg-white .uk-panel:hover .uk-margin,
.template-01 .btn--wk-xlg-white .wk-card-default.wk-card-hover:hover .wk-margin {
    color: #fff !important;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.template-01 .btn--wk-xlg-white .uk-panel:hover,
.template-01 .btn--wk-xlg-white .wk-card-default.wk-card-hover:hover {
    background-color: #1e6b52;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.template-01 .btn--sm {
    padding: .2em .7em;
    font-size: .9em
}

.template-01 .btn--md {
    padding: .3em .8em;
    font-size: 1em
}

.template-01 .btn--lg {
    padding: .4em .9em;
    font-size: 1.25em
}

.template-01 .btn--right-sidebar {
    font-size: 1.2em;
    margin: .5em 0;
    width: 100%;
    text-align: center;
    padding: .2em 0
}

.template-01 .btn--not-bootstrap {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #fff
}

.template-01.linear.hd #wrapper .btn--white {
    border: 1px solid rgba(30, 107, 82, .5);
    background-color: #fff;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    z-index: 1
}

.template-01.linear.hd #wrapper .btn--white:hover {
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #1e6b52;
    text-decoration: none;
    border: 1px solid rgba(30, 107, 82, .5)
}

.template-01 .btn--green-to-darker {
    border: 1px solid rgba(30, 107, 82, .5) !important;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #1e6b52;
    color: #fff !important
}

.template-01 .btn--green-to-darker:hover {
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #17513e !important;
    text-decoration: none;
    border: 1px solid rgba(30, 107, 82, .5) !important;
}

.template-01.linear.hd #wrapper .btn--green {
    border: 1px solid rgba(30, 107, 82, .5);
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #1e6b52;
    color: #fff !important
}

/* .template-01.linear.hd #wrapper .btn--green:hover {
    color: #1e6b52 !important;
    border: 1px solid rgba(30, 107, 82, .5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    text-decoration: none
} */

.template-01.linear.hd #wrapper .btn--green:hover,
.template-01.linear.hd #wrapper .btn--green:focus {
    color: #1e6b52 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    text-decoration: none;
}

.linear .giving-button--long {
    font-size: 20px !important;
    padding: 4px 16px
}

.linear .giving-button--square {
    font-size: 36px !important;
    padding: 32px 25px;
    line-height: 100%
}

.linear .giving-button--long,
.linear .giving-button--square {
    background-color: #00714a;
    margin-left: 5px;
    color: #fd0 !important;
    font-family: kulturista-web, serif !important;
    outline: 1px solid #80bc00;
    box-shadow: 0 0 0 5px #00714a;
    display: inline-block;
    transform: scale(1);
    transition: all .2s ease !important;
    font-weight: 100 !important;
    letter-spacing: .5px
}

.linear .giving-button--long:hover,
.linear .giving-button--square:hover {
    text-decoration: none;
    color: #fff !important;
    transition: all .2s ease-in;
    transform: scale(1.05);
    box-shadow: 0 8px 0 -4px #80bc00;
    outline: 0
}

.template-01 .blog.directory .readmore a {
    background-image: none;
    box-shadow: none;
    border-radius: 2px;
    text-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding: .5em;
    font-weight: 600 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    border-width: 1px 0 0 0;
    border-color: #eee;
    border-style: solid;
    text-transform: uppercase;
    font-size: .9rem !important;
    text-align: center
}

.template-01 .blog.directory .readmore a:hover {
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #1e6b52;
    text-decoration: none
}

.button-grid {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.button-grid--three-across li {
    margin: .5em;
    flex: 1 0 30%;
    text-align: center
}

.button-grid--three-across a {
    padding: .5em;
    border: 1px solid #fff;
    background-color: #fff;
    display: block
}

.button-grid--wrapper {
    margin: 1em;
    display: grid;
    grid-gap: 1.5em
}

.button-grid--wrapper {
    display: flex;
    flex-wrap: wrap
}

.button-grid--wrapper {
    display: grid;
    margin: 1em 1em;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(100px, auto)
}

.button-grid--item {
    margin: 1em;
    flex: 1 1 200px;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    border-radius: 2px;
    padding: 1em 2em;
    background-color: #fafafa;
    box-shadow: 2px 2px 4px 1px #eee;
    box-sizing: border-box;
    transition: background-color 0.2s ease-out
}

.button-grid--item a:after,
.button-grid--item a:before {
    transition: border 0.2s ease-out
}

.button-grid--item a {
    font-size: 1.2em !important;
    text-decoration: none;
    font-weight: 600 !important;
    border-bottom: 0 !important
}

.button-grid--item span {
    display: block;
    font-weight: 400 !important
}

@supports (display:grid) {
    .button-grid--wrapper > * {
        margin: 0
    }

    .button-grid--item {
        max-width: initial
    }
}

.button-grid--item a:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0
}

.button-grid--item:hover {
    background-color: #eee
}

.button-grid--item a:after {
    content: "";
    border-left: 5px solid #1e6b52;
    top: .5em;
    display: block;
    position: absolute;
    margin-left: -1em;
    bottom: .5em
}

.button-grid--item:hover a:after {
    border-left: 5px solid #82c140
}

.btn--sidebar--green--dropdown {
    width: 100%
}

.btn--sidebar--green--dropdown .btn {
    width: 100%;
    background-image: none;
    background-color: #1e6b52;
    text-shadow: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    transition: all 0.2s;
    border-radius: 2px !important;
    box-shadow: none;
    display: flex;
    align-items: center
}

.btn--sidebar--green--dropdown .btn:hover {
    background-color: #fff;
    color: #1e6b52;
    box-shadow: none;
    border: 1px solid rgba(30, 107, 82, .5);
    transition: all 0.2s
}

.btn--sidebar--green--dropdown.open .btn {
    color: #444
}

.btn--sidebar--green--dropdown .caret {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.2s;
    margin-left: 5px
}

.btn--sidebar--green--dropdown .btn:hover .caret {
    border-top: 5px solid #1e6b52;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.2s
}

.btn--sidebar--green--dropdown.open .btn .caret {
    border-top: 5px solid #1e6b52
}

.btn--sidebar--green--dropdown .dropdown-menu {
    width: 100%;
    box-sizing: border-box
}

.btn--sidebar--green--dropdown .dropdown-menu li a {
    padding: .5em 1em;
    white-space: normal
}

.btn--sidebar--white--dropdown {
    width: 100%
}

.btn--sidebar--white--dropdown .btn {
    width: 100%;
    background-image: none;
    background-color: #fff;
    text-shadow: none;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s;
    border-radius: 2px !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 19px;
    padding: 10px 10px;
    border-color: rgba(30, 107, 82, .5)
}

.btn--sidebar--white--dropdown .btn:hover {
    background-color: #1e6b52;
    color: #fff !important;
    box-shadow: none;
    border: 1px solid rgba(30, 107, 82, .5);
    transition: all 0.2s
}

.btn--sidebar--white--dropdown.open .btn {
    color: #444 !important
}

.btn--sidebar--white--dropdown .caret {
    border-top: 5px solid #1e6b52;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.2s;
    margin-left: 5px
}

.btn--sidebar--white--dropdown .btn:hover .caret {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.2s
}

.btn--sidebar--white--dropdown.open .btn .caret {
    border-top: 5px solid #1e6b52
}

.btn--sidebar--white--dropdown .dropdown-menu {
    width: 100%;
    box-sizing: border-box
}

.btn--sidebar--white--dropdown .dropdown-menu li {
    margin: 0
}

.btn--sidebar--white--dropdown .dropdown-menu li a {
    padding: .5em 1em;
    white-space: normal
}

.template-01 .blog.directory {
    display: flex;
    flex-wrap: wrap
}

.template-01 .blog.directory div.span12 {
    margin-bottom: 0
}

.template-01 .blog.directory > div.page-header {
    display: block;
    flex-basis: 100%
}

.template-01 .blog.directory .items-row {
    display: flex;
    margin: 1%;
    border: 1px solid #1e6b52;
    position: relative;
    width: 100%
}

.template-01 .blog.directory .span12 {
    display: flex
}

.template-01 .blog.directory .item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.template-01 .blog.directory .items-row .page-header {
    border-bottom: 0;
    margin: 0 .5em
}

.template-01 .blog.directory .page-header > h2 a {
    font-size: 1.5rem
}

.template-01 .blog.directory .page-header > h2 {
    margin-top: .5em !important;
    margin-bottom: 0 !important
}

.template-01 .faculty-profile-title {
    font-weight: 600 !important;
    display: block;
    margin-bottom: 1em;
    color: #666
}

.template-01 .faculty-profile-intro-text {
    margin-top: 0
}

.template-01 .blog.directory .item-image {
    order: 1;
    flex-shrink: 0
}

.template-01 .blog.directory .items-row .page-header {
    order: 2
}

.template-01 .blog.directory p {
    order: 3
}

.template-01 .blog.directory .readmore {
    order: 4
}

.template-01 .blog.directory .item-image,
.template-01 .blog.directory img {
    margin: 0 auto !important
}

.template-01 .blog.directory p {
    padding: .5em
}

.template-01 .blog.directory .readmore {
    padding: 0;
    margin-top: 45px !important;
    margin-bottom: 0
}

.template-01 .blog.directory .readmore {
    display: block;
    width: 100%
}

.template-01 .blog.directory .readmore a {
    display: block;
    padding: .5em
}

@media all and (min-width:768px) {
    .template-01 .blog.directory--3-across .items-row {
        flex-basis: 47%
    }
}

@media all and (min-width:1028px) {
    .template-01 .blog.directory--3-across .items-row {
        flex-basis: 31%
    }
}

@media all and (min-width:768px) {
    .template-01 .blog.directory--4-across .items-row {
        flex-basis: 47%
    }
}

@media all and (min-width:1028px) {
    .template-01 .blog.directory--4-across .items-row {
        flex-basis: 22%
    }
}

.item-page .profile-button-container {
    display: block;
    margin-top: 1em
}

.item-page .profile-button {
    background-color: #eee;
    padding: 10px;
    display: inline-block;
    border-bottom: 0 !important
}

.item-page .item-image {
    max-width: 350px
}

.template-01 #footer .uabFooterMenu {
    background-color: #1e6b52
}

.template-01 #footer_required .moduletable:first-child {
    padding-bottom: 0 !important
}

.template-01 #footer_required .moduletable.unit-footer {
    padding-bottom: 0 !important
}

.template-01 div#footer_required {
    margin-bottom: 0 !important
}

.template-01 div#footer {
    padding-bottom: 0 !important
}

.template-01 .unit-footer__wrapper {
    background-color: #1e6b52
}

.template-01 .unit-footer__container {
    display: flex;
    max-width: 1280px;
    padding: 3em 0 1em;
    margin: 0 auto;
    justify-content: center;
    align-items: center
}

@media all and (max-width:500px) {
    .template-01 .unit-footer__container {
        flex-wrap: wrap
    }
}

.template-01 #footer .unit-footer__information-wrapper ul li a:hover {
    color: #444 !important;
    text-decoration: underline
}

.template-01 .unit-footer__information-container ul li,
.template-01 .unit-footer__information-container ul li a {
    font-size: 13px
}

.template-01 .unit-footer__information-address,
.template-01 .unit-footer__information-contact {
    color: #fff;
    list-style-type: none;
    text-align: right;
    margin: 0 1em 0 0;
    padding: .1em .5em
}

.template-01 .unit-footer__information-address {
    margin-top: 1em
}

@media all and (min-width:500px) {
    .template-01 .logo--custom-footer {
        padding: 0 0 0 1em;
        border-left: 1px solid #e5e5e5
    }
}

.template-01 .unit-footer__information-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 !important;
    align-items: flex-end;
    flex-shrink: 1.4
}

@media all and (max-width:500px) {
    .template-01 .unit-footer__information-container {
        order: 2;
        flex-direction: row
    }
}

.template-01 .unit-footer__logo-social-wrapper {
    margin: 0 !important
}

.template-01 .unit-footer__unit-name {
    font-size: 1.6em;
    margin-top: 0;
    text-align: left;
    margin-left: 6px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    color: #fff;
    font-weight: 700
}

@media all and (max-width:500px) {
    .template-01 .unit-footer__unit-name {
        text-align: center
    }
}

@media all and (min-width:500px) {
    .template-01 #footer .unit-footer__logo-social-wrapper {
        text-align: left
    }
}

.template-01 .at-follow-btn {
    float: none !important
}

@media all and (min-width:500px) {
    .template-01 .at-follow-btn {
        float: left !important;
        margin: 5px !important
    }
}

.template-01 #footer .at-icon {
    fill: #1e6b52 !important
}

.template-01 #footer .at-icon,
.template-01 #footer .at-icon-wrapper {
    height: 1.8pc !important;
    width: 1.8pc !important
}

.template-01 div#atftbx > p {
    display: none
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media all and (max-width:698px) {
    .template-01 .desktop-only-element {
        display: none
    }
}

@media all and (max-width:767px) {
    .template-01 .image--mobile-full-width {
        width: 100% !important;
        float: none !important;
        margin: .5em 0 !important
    }

    .template-01 .element--mobile-full-width {
        width: 95% !important;
        float: none !important;
        margin: 1.5em auto !important
    }
}

.template-01 #content ol li a:link,
.template-01 #content ol li a:visited,
.template-01 #content p a:link:not(.btn),
.template-01 #content p a:visited:not(.btn),
.template-01 #content ul:not(.wk-tab, .uk-tab, .wk-dotnav) li a:link,
.template-01 #content ul:not(.wk-tab, .uk-tab, .wk-dotnav) li a:visited,
.underlined-link {
    border-bottom: 3px solid rgba(30, 107, 82, .5);
    color: #222;
    font-weight: 400;
    transition: all 0.2s ease 0s
}

.template-01 #content ol li a:link:hover,
.template-01 #content ol li a:visited:hover,
.template-01 #content p a:link:hover:not(.btn),
.template-01 #content p a:visited:hover:not(.btn),
.template-01 #content ul:not(.wk-tab, .uk-tab, .wk-dotnav) li a:link:hover,
.template-01 #content ul:not(.wk-tab, .uk-tab, .wk-dotnav) li a:visited:hover,
.underlined-link:hover {
    color: #222;
    border-bottom: 3px solid #ccc;
    background-color: #deefdf;
    font-weight: 400;
    text-decoration: none
}

/* for classic slideshows as on anthropology */
.template-01 #content .anthro--large-graphic-wrapper ul:not(.wk-tab, .uk-tab, .wk-dotnav) li a:link:hover,
.template-01 #content .anthro--large-graphic-wrapper ul:not(.wk-tab, .uk-tab, .wk-dotnav) li a:visited:hover {
    background-color: transparent;
}

.template-01 #content .anthro--large-graphic-wrapper ul.wk-slideshow-items:hover img.wk-cover {
    filter: brightness(0.5);
    transition: all 0.2s ease;
}

.template-01 .btn-group .dropdown-menu > li > a {
    border-bottom: none !important
}

.template-01 #content .focus-box--pull-right--green p a:link:not(.btn),
.template-01 #content .focus-box--pull-right--green p a:visited:not(.btn) {
    border-bottom: 3px solid #fff !important;
    color: #fff
}

.template-01 #content .focus-box--pull-right--gray p a:link:not(.btn),
.template-01 #content .focus-box--pull-right--gray p a:visited:not(.btn),
.template-01 .focus-box--full-width--gray p a:link:not(.btn),
.template-01 .focus-box--full-width--gray p a:visited:not(.btn) {
    border-bottom: 3px solid rgba(30, 107, 82, .5);
    text-decoration: none
}

.template-01 .module-heading {
    font-size: 1.8em;
    line-height: 120% !important;
    font-family: kulturista-web, serif !important;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: .2em;
    margin-bottom: .5em !important;
    font-weight: 600 !important
}

.news-feed--with-icons .newsfeed {
    margin-left: 14px !important
}

.news-feed--with-icons li {
    margin: 0 !important;
    border: none
}

.news-feed--with-icons a {
    font-weight: 600 !important;
    font-size: 1em !important
}

.news-feed--with-icons .feed-link:before {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f101";
    color: #82c140;
    margin-left: -14px
}

.news-feed--with-icons .module-heading {
    margin-bottom: .2em !important
}

.news-feed--with-icons .srfrList h3 {
    margin: 0 !important;
    font-size: 1em
}

.news-feed--with-icons .srfrList h3 a {
    font-weight: 600 !important
}

.news-feed--with-icons .srfrList li {
    border-bottom: 0 !important
}

.news-feed--with-icons .srfrList h3 :before {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f101";
    color: #82c140;
    /* margin-left: -14px;
    padding-right: 4px */
    margin-left: -22px;
    padding-right: 4px;
    margin-right: 4px;
}

@media all and (min-width:1025px) {
    .page-min-height--600 {
        min-height: 600px
    }

    .page-min-height--700 {
        min-height: 700px
    }

    .page-min-height--800 {
        min-height: 800px
    }

    .page-min-height--900 {
        min-height: 900px
    }

    .page-min-height--950 {
        min-height: 950px
    }

    .page-min-height--1000 {
        min-height: 1000px
    }

    .page-min-height--1200 {
        min-height: 1200px
    }

    .page-min-height--1600 {
        min-height: 1600px
    }
}

.template-01 .mostread.popular-feed--with-icons {
    margin-left: 14px !important
}

.template-01 .mostread.popular-feed--with-icons li {
    margin: 0 !important;
    border: none;
    padding: .4em 0
}

.template-01 .mostread.popular-feed--with-icons span {
    font-weight: 600 !important;
    font-size: 1em !important
}

.template-01 .mostread.popular-feed--with-icons li:before {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f101";
    color: #82c140;
    margin-left: -14px
}

.template-01 .moduletable.popular-feed--with-icons .module-heading {
    margin-bottom: .2em !important
}

@media all and (max-width:1024px) {

    .template-01 .moduletable.popular-feed--with-icons h3,
    .template-01 .moduletable.popular-feed--with-icons ul {
        margin-left: 10px !important
    }

    .template-01 .popular-feed--with-icons .mostread li:before {
        margin-left: 0
    }
}

#ribbon .dropdown:focus-within > ul {
    visibility: visible;
    display: block
}

.template-01 #rightsidebar .nav.menu li {
    padding: .13em .21em !important
}

.template-01 #rightsidebar ul.nav-child li a {
    position: relative;
    display: block
}

.template-01 .nav.menu .nav-child > .parent > .nav-child > li > a {
    margin-left: .5em
}

.sidebar-heading--first-level,
.template-01 #rightsidebar .nav.menu > .parent > .nav-header,
.template-01 #rightsidebar .nav.menu > .parent > a,
.template-01 #rightsidebar .nav.menu > li > .nav-header {
    font-size: 1.6em;
    line-height: 120% !important;
    font-family: kulturista-web, serif !important;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: .5em;
    font-weight: 600 !important;
    padding: .4em .3em !important;
    color: #1e6b52;
    border-left: none !important;
    text-transform: inherit
}

.template-01 #rightsidebar .nav-child > .parent > a,
.template-01 #rightsidebar .nav.menu > .parent > .nav-child > li > .nav-header,
.template-01 .sidebar-heading--second-level {
    font-size: 1.1em;
    padding: 0;
    line-height: 120% !important;
    font-weight: 700 !important;
    text-transform: initial;
    font-family: proxima-nova, sans-serif !important;
    color: #1e6b52
}

.template-01 #rightsidebar ul.nav.menu li a {
    line-height: 1em !important;
    padding: .4em 0;
    text-decoration: none;
    -webkit-hyphens: none
}

.template-01 #rightsidebar .nav.menu li {
    padding: 0 !important;
    margin: .3em 0 !important
}

.template-01 #rightsidebar .nav.menu a {
    position: relative;
    z-index: 2
}

.template-01 #rightsidebar ul.nav.menu li.current.active > a:not(.sidebar-button),
.template-01 #rightsidebar ul.nav.menu li.current.active > a:not(.sidebar-button):hover,
.template-01 #rightsidebar ul.nav.menu li > a:not(.sidebar-button):hover {
    background-color: #eee;
    border-left: 3px solid #82c140;
    padding-left: 5px
}

.template-01 #rightsidebar .nav.menu a.default-sidebar-link {
    font-size: 1em;
    font-weight: 400 !important
}

@media all and (max-width:1024px) {
    .template-01 #rightsidebar ul.nav.menu li a {
        padding: .8em
    }

    .template-01 #rightsidebar .nav-child > .parent > a,
    .template-01 #rightsidebar .nav.menu > .parent > .nav-child > li > .nav-header,
    .template-01 .sidebar-heading--second-level {
        font-size: 1.5em;
        padding: .5em;
        margin-top: .5em
    }

    .template-01 #rightsidebar ul.nav.menu li a:hover:before,
    .template-01 #rightsidebar ul.nav.menu li.current.active > a:before {
        left: 5px
    }

    .template-01 #rightsidebar ul.nav.menu li a:hover:after,
    .template-01 #rightsidebar ul.nav.menu li.current.active > a:after {
        left: 5px !important
    }

    .sidebar-heading--first-level,
    .template-01 #rightsidebar .nav.menu > .parent > .nav-header,
    .template-01 #rightsidebar .nav.menu > .parent > a,
    .template-01 #rightsidebar .nav.menu > li > .nav-header,
    .template-01 #rightsidebar .nav.menu > li > a {
        font-size: 2em
    }
}

@media all and (max-width:1024px) and (max-width:900px) {
    body.hd.sidebars #downright {
        margin: 0 !important
    }
}

@media all and (min-width:1024px) {
    .template-01 .deeper.parent .deeper.parent .nav-child a:before {
        content: "-";
        margin-right: 4px
    }

    .template-01 #rightsidebar .nav-child > .parent > a,
    .template-01 #rightsidebar .nav.menu > .parent > .nav-child > li > .nav-header,
    .template-01 .sidebar-heading--second-level {
        font-size: 1em;
        font-weight: 400 !important
    }
}

.template-01 #rightsidebar .nav-child > .parent > a,
.template-01 #rightsidebar .nav.menu > .parent > .nav-child > li > .nav-header,
.template-01 .sidebar-heading--second-level {
    font-weight: 400 !important
}

@media only screen and (max-width:600px) {
    .sidebarMobile-v2 {
        width: 90% !important;
        float: none !important;
        margin: 10px auto !important
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 92.5%;
        text-rendering: geometricPrecision;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 82.5%;
        text-rendering: optimizeLegibility;
    }
}

.rsform-input-box,
button,
h3,
h3 a,
h3 em,
h3 span,
h3 strong,
h4,
h4 a,
h4 em,
h4 span,
h4 strong,
h5,
h5 a,
h5 em,
h5 span,
h5 strong,
input,
select,
textarea {
    font-family: proxima-nova, sans-serif !important
}

h1,
h1 a,
h1 em,
h1 span,
h1 strong,
h2,
h2 a,
h2 em,
h2 span,
h2 strong,
h6,
h6 a,
h6 em,
h6 span,
h6 strong {
    font-family: kulturista-web, serif !important
}

a,
body,
button,
div,
em,
p,
span {
    font-family: proxima-nova, sans-serif !important;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px
}

h1,
h1 a,
h1 em,
h1 span,
h1 strong {
    font-size: 2rem;
    line-height: 120% !important;
    font-weight: 700 !important
}

h2,
h2 a,
h2 em,
h2 span,
h2 strong {
    font-size: 1.8rem;
    line-height: 120% !important;
    font-weight: 700 !important
}

h3,
h3 a,
h3 em,
h3 span,
h3 strong {
    font-size: 1.6rem;
    line-height: 120% !important;
    text-shadow: none;
    font-weight: 700 !important
}

h4,
h4 a,
h4 em,
h4 span,
h4 strong {
    font-size: 1.4rem;
    font-weight: 700 !important;
    line-height: 120%
}

h5,
h5 a,
h5 em,
h5 span,
h5 strong {
    font-size: 1.3rem;
    font-weight: 700 !important;
    line-height: 120%
}

h6,
h6 a,
h6 em,
h6 span,
h6 strong {
    font-size: 1.2rem;
    font-weight: 700 !important
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 120% !important;
    margin: 1em 0 10px
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 0
}

.uk-accordion-title,
.wk-accordion-title {
    border-top: none;
    border-bottom: 1px #eee solid;
    margin-bottom: 0 !important
}

.uk-overlay-panel,
.wk-overlay-panel {
    padding: 10px
}

.uk-accordion-content,
.wk-accordion-content {
    padding: 10px 20px 10px
}

h3.uk-accordion-title,
h3.wk-accordion-title {
    margin-top: 0
}

h3.uk-accordion-title.uk-active:before,
h3.wk-accordion-title.wk-active:before {
    content: "- "
}

h3.uk-accordion-title:before,
h3.wk-accordion-title:before {
    content: "+ "
}

.uk-tab > li > a:hover,
.wk-tab > li > a:hover {
    border-bottom: 1px solid #f5f5f5
}

.uk-tab > li > a,
.wk-tab > li > a {
    border: 1px solid #eee;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 600;
    font-size: 18px
}

.uk-tab > li.uk-active > a,
.wk-tab > li.wk-active > a {
    background: #1e6b52;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #1e6b52;
    -webkit-transition: color 0s;
    -o-transition: color 0s;
    transition: color 0s
}

.uk-scope .uk-tab > li {
    margin-bottom: 0 !important
}

.uk-tab > li.uk-active > a:hover,
.wk-tab > li.wk-active > a:hover {
    color: #fff !important
}

.uk-nav-dropdown > li.uk-active > a,
.wk-nav-dropdown > li.wk-active > a {
    color: #1e6b52;
    background-color: #f5f5f5
}

.uk-nav-dropdown > li > a:hover,
.wk-nav-dropdown > li > a:hover {
    background: #eee
}

.uk-tab .uk-nav-dropdown > li > a,
.wk-tab .wk-nav-dropdown > li > a {
    font-weight: 400
}

.uk-switcher .uk-panel,
.wk-switcher .wk-panel {
    padding: 15px
}

.uk-margin-top.uk-switcher,
.wk-margin-top.wk-switcher {
    margin-top: 0 !important
}

.uk-subnav-pill > li.uk-active > a,
.wk-subnav-pill > li.wk-active > a {
    background: #1e6b52;
    color: #fff;
    -webkit-transition: color 0s;
    -o-transition: color 0s;
    transition: color 0s
}

.fp_Buttons {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7em
}

.text-overlay--shadow {
    text-shadow: 2px 2px 2px #000
}

#search .btn-primary {
    padding: 1em .6em;
    border: none;
    line-height: 0;
    background-image: none;
    background-color: #1e6b52;
    text-shadow: none;
    transition: color .2s ease, background-color .2s ease;
    color: #fff
}

#search .btn-primary:hover {
    color: #fff;
    background-color: #808285
}

body.hd #quicklinks .nav.menu.nav-pills {
    margin-right: 0
}

@media all and (min-width:1024px) {
    body.hd #quicklinks .divider.dropdown.deeper.parent:hover {
        text-decoration: none
    }

    #quicklinks {
        display: flex;
        justify-content: flex-start;
        margin-top: .5em;
        flex-direction: row-reverse
    }

    #quicklinks .nav.menu.nav-pills > li > .separator {
        cursor: pointer;
        text-decoration: none
    }

    body.linear.hd #siteName {
        width: 59%
    }

    body.linear.hd div.searchpanel {
        width: 40%
    }

    #search .inputbox.search-query {
        border-radius: 5px 0 0 5px;
        width: 60%
    }
}

@media all and (max-width:1024px) {
    #quicklinks .nav.menu.nav-pills > li > .separator {
        font-size: 1.2em;
        font-weight: 700
    }

    #quicklinks .nav.menu.nav-pills > li > .separator {
        border-bottom: 1px solid #82c140 !important;
        width: 100%
    }

    #quicklinks ul.nav.menu.nav-pills > * {
        width: 100% !important
    }

    #quicklinks .feed.nav-pills,
    #quicklinks .moduletable,
    #quicklinks ul.nav-child.unstyled.dropdown-menu {
        background-color: transparent !important
    }
}

@media (min-width:980px) {
    .navbar-static-top {
        margin-top: 0
    }

    body.hd #whitebar {
        margin-top: 20px
    }
}

#footer {
    padding: 0 !important
}

#footer_required {
    margin-bottom: 0 !important
}

.localist-widget-uab {
    display: flex;
    flex-wrap: wrap
}

.localist-widget-uab > a {
    flex: 1 0 28%;
    min-width: 225px;
    max-width: 262px;
    border: 1px solid #1e6b52 !important;
    background-color: #fff;
    transition: all ease 0.2s;
    margin: 1em
}

.localist-widget-uab a li {
    width: auto;
    float: none;
    margin: 0;
    border: 0;
    height: 100%
}

.localist-widget-uab > a:hover {
    box-shadow: 0 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.2s
}

.localist-widget-uab .lwd {
    height: auto !important
}

.localist-widget-uab .lwd img,
.localist-widget-uab .lwi0 {
    width: 100%
}

.localist-widget-uab .title h4 {
    margin-top: 15px;
    font-size: 1.3rem
}

.localist-widget-uab div.des {
    float: none !important;
    line-height: 120% !important;
    font-size: 1em !important;
    background-color: #fafafa;
    margin-left: -10px;
    margin-right: -10px;
    padding: 1em;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.localist-widget-uab div.des:empty {
    display: none;
}

.localist-widget-uab div.secondblock {
    padding: 0 10px 10px 10px !important
}

.localist-widget-uab .time {
    font-weight: 600 !important;
    text-align: left
}

.localist-widget-uab .moredates {
    display: block;
    padding-left: 0 !important
}

.localist-widget-uab .date-label .day,
.localist-widget-uab .date-label .month {
    font-family: kulturista-web, serif !important;
    color: #fff !important
}

.localist-widget-uab div.date-label {
    background-color: #1e6b52 !important
}

@supports (display:grid) {
    .localist-widget-uab {
        display: grid;
        grid-gap: 20px
    }

    .localist-widget-uab > a {
        min-width: initial;
        max-width: initial;
        margin: initial
    }

    @media all and (min-width:600px) {
        .localist-widget-uab {
            grid-template-columns: 1fr 1fr
        }
    }

    @media all and (min-width:900px) {
        .localist-widget-uab {
            grid-template-columns: 1fr 1fr 1fr
        }
    }

    @media all and (min-width:1024px) {
        .localist-widget-uab {
            grid-template-columns: 1fr 1fr 1fr
        }
    }
}

.template-01 .localist-widget-eds li {
    display: flex;
    margin: 0 10px .5em 0
}

.template-01 .localist-widget-eds h4 {
    margin: 0 !important;
    line-height: 1em !important
}

.template-01 .localist-widget-eds div.localist-dateblock {
    min-width: 60px
}

.template-01 .localist-widget-eds div.localist-secondblock {
    margin: 0 0 0 1em !important
}

.template-01 .localist-widget-eds .localist-dateblock {
    border: 0 !important
}

.template-01 .localist-widget-eds div.localist-day {
    box-shadow: none !important
}

.template-01 .localist--all-events-link {
    padding: .5em;
    font-weight: 700 !important;
    border: 1px solid #80bc00;
    display: block;
    font-family: kulturista-web, serif !important
}

.template-01 a.view-all-events-btn {
    padding: .5em;
    font-weight: 700 !important;
    border: 1px solid #80bc00;
    font-family: kulturista-web, serif !important;
    display: block;
    max-width: 400px;
    margin: 1em auto
}

.news-feed--card-layout {
    margin-bottom: 2em
}

@media all and (min-width:600px) {
    .news-feed--card-layout--four-across ul.srfrList {
        grid-template-columns: 1fr 1fr
    }

    .news-feed--card-layout ul.srfrList li {
        flex: 1 0 50%
    }
}

@media all and (min-width:900px) {
    .news-feed--card-layout--four-across ul.srfrList {
        grid-template-columns: 1fr 1fr 1fr
    }

    .news-feed--card-layout ul.srfrList li {
        flex: 1 0 28%
    }
}

@media all and (min-width:1024px) {
    .news-feed--card-layout--four-across ul.srfrList {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .news-feed--card-layout ul.srfrList li {
        flex: 1 0 25%
    }
}

.news-feed--card-layout ul.srfrList {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-gap: 20px
}

.news-feed--card-layout ul.srfrList li {
    border: 1px solid #1e6b52 !important;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all ease 0.2s;
    background-color: #fff;
    margin: 1em !important
}

@supports (display:grid) {
    .news-feed--card-layout ul.srfrList li {
        margin: 0 !important
    }
}

.news-feed--card-layout ul.srfrList li:hover {
    box-shadow: 0 10px 0 -6px #80bc00;
    transform: scale(1.02);
    transition: all ease 0.2s
}

.news-feed--card-layout ul.srfrList li h3 {
    margin-top: .5em !important;
    line-height: 100% !important
}

.news-feed--card-layout ul.srfrList li h3 a {
    font-size: 1.3rem;
    border-bottom: none !important
}

.news-feed--card-layout ul.srfrList li > p {
    order: -1;
    margin: -8px -8px 0 !important;
    flex-shrink: 0
}

.news-feed--card-layout ul.srfrList li > p a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: ""
}

div.news-feed--card-layout.srfrContainer ul.srfrList li img.srfrImage {
    margin: 0 !important
}

.news-feed--card-layout .srfrReadMore {
    margin-top: 40px
}

.news-feed--card-layout .srfrReadMore a {
    padding: .5em;
    font-weight: 600 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    border-width: 1px 0 0 0 !important;
    border-color: #eee;
    border-style: solid;
    text-transform: uppercase;
    font-size: .9rem !important;
    text-align: center
}

.news-feed--card-layout .K2FeedFullText {
    display: none
}

.news-feed--card-layout .srfrRow h3 a::after {
    display: block;
    font-family: kulturista-web, serif !important;
    font-size: 14px;
    background-color: #f5f5f5;
    max-width: 175px;
    border-left: 2px solid #80bc00;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/news"]::after {
    content: "UAB News"
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/cas/news"]::after {
    content: "CAS News"
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/uabmagazine"]::after {
    content: "UAB Magazine"
}

.news-feed--card-layout .srfrRow h3 a[href*="uab.edu/reporter"]::after {
    content: "UAB Reporter"
}

@media all and (min-width:600px) {
    .news-feed--card-layout--three-across ul.srfrList {
        grid-template-columns: 1fr 1fr
    }
}

@media all and (min-width:900px) {
    .news-feed--card-layout--three-across ul.srfrList {
        grid-template-columns: 1fr 1fr 1fr
    }
}

#quicklinks .nav.menu.nav-pills > li > .separator:after {
    font-family: IcoMoon;
    content: "\e011";
    color: #82c140
}

.quicklink--link {
    font-size: 14px !important;
    margin: 1px 15px 0 !important;
    display: block;
    text-align: center
}

.quicklink--button--gray {
    font-size: 14px !important;
    margin: -2px 0 0 !important;
    display: block;
    background-color: #eee;
    padding: 3px 8px;
    margin-top: -3px;
    font-family: kulturista-web, serif !important;
    text-align: center
}

body.linear.hd #search button.btn-primary {
    padding: 15px .6em
}

#quicklinks .dropdown-menu a {
    box-sizing: border-box;
    padding: 6px 6%
}

@media (min-width:1024px) {
    div#quicklinks {
        display: flex !important
    }

    #whitebar {
        display: flex;
        margin-bottom: 27px !important
    }

    body.linear.hd #siteName {
        width: 57%
    }

    body.linear.hd div.searchpanel {
        width: 43%
    }

    body.linear.hd #search .inputbox.search-query {
        margin-right: -3px
    }
}

body.hd.template-01 #tray #ribbon .nav.menu > .active > a,
body.hd.template-01 #tray #ribbon .nav.menu > .active > a:focus,
body.hd.template-01 #tray #ribbon .nav.menu > .active > a:hover {
    background-color: #1e6b52;
    color: #fff !important
}

body.hd.white div#tray {
    border-bottom: 7px solid #1e6b52
}

#tray:before {
    display: none !important
}

#whitebox {
    padding-top: 2em;
    padding-bottom: 2em
}

body.hd.linear #maincolumn-r {
    margin: 0 !important;
    padding: 0 20px 0 1em !important;
    box-sizing: border-box
}

body.linear.hd.sidebars #downright {
    padding: 0 20px !important;
    position: relative
}

@media screen and (min-width:1024px) {
    #whitebox {
        display: flex
    }
}

@supports (display:grid) {
    @media screen and (min-width:900px) {
        #system-message-container {
            grid-column: 1/span2
        }
    }

    #whitebox {
        display: grid;
        grid-template-columns: 1fr .38fr;
        width: 100%;
        grid-auto-rows: min-content
    }

    #downright .moduletable {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }

    @media screen and (max-width:900px) {
        #whitebox {
            grid-template-columns: 1fr
        }
    }

    #maincolumn-wide {
        grid-column: 1/span2
    }

    body.hd.linear #maincolumn-r {
        width: 100% !important
    }

    body.linear.hd.sidebars #downright {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box;
        height: 100% !important
    }

    body.hd #content {
        padding-top: 0 !important;
        margin-bottom: 0 !important
    }
}

body.linear.hd.template-01.legado.sidebars #downright {
    margin: 0 2% !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: absolute;
    width: 23% !important
}

@media all and (max-width:1024px) {
    body.linear.hd.template-01.legado.sidebars #downright {
        position: relative;
        width: 96% !important
    }
}

@supports (display:grid) {
    @media screen and (min-width:900px) {
        body.linear.hd.template-01.legado #system-message-container {
            grid-column: unset
        }
    }

    body.linear.hd.template-01.legado #whitebox {
        display: block;
        /* width: unset; */
        width: inherit;
        grid-auto-rows: unset;
        grid-template-columns: unset
    }

    @media screen and (max-width:900px) {
        body.linear.hd.template-01.legado #whitebox {
            grid-template-columns: unset
        }
    }

    body.linear.hd.template-01.legado #maincolumn-wide {
        grid-column: unset
    }

    body.linear.hd.template-01.legado #maincolumn-r {
        width: 75% !important
    }
}

.blog .profile-heading__wrapper,
.uk-panel .profile-heading__wrapper,
.wk-panel .profile-heading__wrapper {
    border-top: 2px solid #80bc00;
    padding: 10px 20px 5px;
    order: 2;
    position: relative;
    background-color: #eee;
    margin-bottom: 10px
}

.profile-heading__wrapper .profile-heading__name {
    font-size: 1.1em;
    font-weight: 600 !important;
    margin: 0
}

.profile-heading__credential,
.profile-heading__name {
    color: #444
}

.v2-directory.blog {
    display: flex;
    flex-wrap: wrap
}

.v2-directory.blog .item-image {
    flex-shrink: 0
}

.v2-directory > .page-header {
    flex-basis: 100%
}

@supports (display:grid) {
    .v2-directory.blog {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .v2-directory > .page-header {
        grid-column: 1/-1
    }

    .v2-directory.blog .span12 {
        margin-bottom: 0
    }
}

@media screen and (min-width:600px) {
    .v2-directory--2-across.blog .items-row {
        flex-basis: calc(100% / 2 - 30px)
    }
}

@supports (display:grid) {
    @media screen and (min-width:600px) {
        .v2-directory--2-across.blog {
            grid-template-columns: 1fr 1fr
        }
    }

    @media screen and (min-width:900px) {
        .v2-directory--2-across.blog {
            grid-template-columns: 1fr 1fr
        }
    }
}

@media screen and (min-width:600px) {
    .v2-directory--3-across.blog .items-row {
        flex-basis: calc(100% / 2 - 30px)
    }
}

@media screen and (min-width:1024px) {
    .v2-directory--3-across.blog .items-row {
        flex-basis: calc(100% / 3 - 30px)
    }
}

@supports (display:grid) {
    @media screen and (min-width:600px) {
        .v2-directory--3-across.blog {
            grid-template-columns: 1fr 1fr
        }
    }

    @media screen and (min-width:900px) {
        .v2-directory--3-across.blog {
            grid-template-columns: 1fr 1fr
        }
    }

    @media screen and (min-width:1024px) {
        .v2-directory--3-across.blog {
            grid-template-columns: 1fr 1fr 1fr
        }
    }
}

@media screen and (min-width:600px) {
    .v2-directory--4-across.blog .items-row {
        flex-basis: calc(100% / 2 - 30px)
    }
}

@media screen and (min-width:800px) {
    .v2-directory--4-across.blog .items-row {
        flex-basis: calc(100% / 3 - 30px)
    }
}

@media screen and (min-width:1024px) {
    .v2-directory--4-across.blog .items-row {
        flex-basis: calc(100% / 4 - 30px)
    }
}

@supports (display:grid) {
    @media screen and (min-width:600px) {
        .v2-directory--4-across.blog {
            grid-template-columns: 1fr 1fr
        }
    }

    @media screen and (min-width:800px) {
        .v2-directory--4-across.blog {
            grid-template-columns: repeat(3, minmax(150px, 1fr))
        }
    }

    @media screen and (min-width:1024px) {
        .v2-directory--4-across.blog {
            grid-template-columns: repeat(4, minmax(150px, 1fr))
        }
    }
}

.v2-directory.blog .span12 {
    height: 100%
}

.v2-directory.blog .items-row {
    box-shadow: 0 1px 6px 1px #d3d3d3;
    position: relative;
    box-sizing: border-box;
    margin: 10px
}

@supports (display:grid) {
    .v2-directory.blog .items-row {
        margin: 0
    }
}

.v2-directory.blog .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.v2-directory.blog .item .page-header {
    order: 2;
    border: 0;
    background-color: #eee;
    border-top: 2px solid #80bc00;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    display: flex;
    align-items: center
}

.v2-directory.blog .page-header h2,
.v2-directory.blog .page-header h2 a {
    margin: 0 !important;
    color: #444;
    font-size: 1em;
    font-weight: 600 !important
}

.v2-directory.blog .page-header h2 a:hover {
    color: #fff !important;
    text-decoration: none
}

.v2-directory.blog .item-image {
    order: 1;
    margin: 0
}

.v2-directory.blog .item-image img {
    border-radius: 0;
    margin: 0 !important
}

#wrapper .v2-directory.blog .profile-title {
    font-weight: 600;
    color: #444;
    padding: 0 20px 0
}

.profile-title {
    display: block
}

.v2-directory.blog .profile-intro-text {
    order: 3;
    flex-grow: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 0
}

.v2-directory.blog .profile-contact-info {
    display: block;
    padding: 5px 20px 10px
}

.v2-directory .profile-button-container {
    display: block;
    margin-top: 1em
}

.v2-directory a.profile-button {
    border: 1px solid #eee !important;
    padding: 5px 10px
}

.v2-directory.blog .profile-button-container,
.v2-directory.blog .readmore {
    margin-top: auto;
    display: block;
    order: 4;
    margin-bottom: 0
}

.v2-directory.blog .readmore a,
.v2-directory.blog a.profile-button {
    background-image: none;
    box-shadow: none;
    border-radius: 0 0 2px 2px;
    text-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding: .5em 1em;
    font-weight: 600 !important;
    background-color: #eee;
    border-width: 0 !important;
    font-size: .9em !important;
    text-align: center;
    display: block;
    box-sizing: border-box
}

.v2-directory.blog .readmore a:hover,
.v2-directory.blog a.profile-button:hover {
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #1e6b52 !important;
    text-decoration: none
}

.timeline--container > div {
    border-color: #80bc00;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    position: relative;
    box-shadow: 0 10px 0 -7px #80bc00;
    margin-left: inherit;
    padding: 25px
}

.timeline--container > div,
.timeline--container > div.uk-grid,
.timeline--container > div.wk-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:after,
.timeline--container > div:last-child:before {
    display: none
}

.template-01 span.subheading-category {
    font-size: 32px !important;
    line-height: 120% !important;
    font-family: kulturista-web, serif !important;
    color: #333 !important;
    margin: .5em 0 !important;
    text-align: left !important
}

/*! Remove once no pre tags are used on template-01 template */
pre {
    max-width: 800px
}

.CAS-legacy-action-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -6px !important
}

.CAS-legacy-action-buttons a {
    flex: 1 0 200px;
    color: #fff !important;
    font-size: 1.4em !important;
    padding: 1em 0;
    border: 1px solid #eee;
    background-color: #808285;
    font-family: kulturista-web, serif !important
}

.CAS-legacy-action-buttons a:hover {
    background-color: #1e6b52;
    color: #444 !important
}

@media all and (max-width:1024px) {
    .CAS-legacy-action-buttons {
        flex-direction: column
    }

    .CAS-legacy-action-buttons a {
        flex: 1 0 auto
    }
}

/* #region ++++++++++++++++++++++ accordion title edits for widgetkit 3.x */

#content .uk-accordion li a.uk-accordion-title,
#content .uk-scope .uk-accordion li a.uk-accordion-title {
    font-weight: 600;
}

.uk-accordion-title::before,
.uk-scope .uk-accordion-title::before {
    margin-left: 0;
    margin-right: 10px;
    float: left;
    filter: brightness(0);
}

.uk-scope a.uk-accordion-title:focus,
a.uk-accordion-title:focus {
    box-shadow: 0 0 0 2px #1e6b52 inset;
    border-radius: 5px;
}

.uk-scope .uk-open .uk-accordion-title::before,
.uk-open .uk-accordion-title::before {
    transform: rotate(45deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* #endregion ++++++++++++++++++++++ accordion title edits for widgetkit 3.x */
/* #region ++++++++++++++++++++++ slideshow edits for widgetkit 3.x */
.template-01 div.wk-overlay.wk-overlay-primary.wk-position-bottom {
    background-color: rgba(20, 75, 58, 0.8);
    justify-content: flex-start;
    align-items: center;
}

/* #endregion ++++++++++++++++++++++ slideshow edits for widgetkit 3.x */
/* #region ++++++++++++++++++++++ accessibility edits for widgetkit 3.x and nav */
:visited:focus,
:link:focus,
li:focus,
li > a:focus,
:focus > a,
input:focus,
#quicklinks ul.nav-pills:focus-visible > li > span,
li.dropdown span:focus-visible {
    outline: none;
    /* box-shadow: 0 0 0 4px rgb(255 255 255), 0 0 0 6px #2b9473 !important; */
    box-shadow: 0 0 0 2px inset #2b9473 !important;
    transition: all 0.2s ease;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    /* display: inline; */
}

/* Backing off a bit on the display types maninuplation on focused items. Add more classes here as necessary */
.uk-accordion li :link:focus,
.wk-accordion a.wk-accordion-title:focus,
.wk-accordion a.wk-accordion-title:visited:focus {
    /* display: inline-block; */
}

li.dropdown.deeper.parent ul.nav-child a:focus {
    width: calc(100% - 10px);
    margin: 0 0 0 5px;
    box-sizing: border-box;
}

#quicklinks .divider.dropdown.deeper.parent,
#quicklinks li:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

div.localist-title h4 a {
    max-width: 100% !important;
}

body.linear.hd #quicklinks .nav.menu.nav-pills,
body.linear.hd #quicklinks .divider.dropdown.deeper.parent,
#quicklinks ul:focus-visible li.divider.dropdown.deeper.parent > * {
    outline: none;
}

.wk-inline-clip .wk-position-cover:focus {
    outline-offset: -1em;
    outline-style: dotted;
    outline-width: 3px;
    outline-color: #fff;
}

/* #endregion ++++++++++++++++++++++ accessibility edits for widgetkit 3.x and nav */
#search button.button.btn.btn-primary {
    font-size: 1em;
}

#search button.button.btn.btn-primary:focus {
    color: #000;
    background-color: #fff;
}

#search button.gcsBox:focus {
    filter: grayscale(1);
}

/* #region ++++++++++++++++++++++ wk-accordion sidebar edits */
#rightsidebar .wk-accordion-content {
    padding: initial;
}

#rightsidebar ul.nav.menu .wk-accordion a.wk-accordion-title {
    font-weight: 600 !important;
    font-size: 1.1em;
    margin-left: -.5em;
}

.template-01 #rightsidebar ul.nav.menu .wk-accordion li > a:not(.sidebar-button) {
    padding: .5em;
    line-height: normal !important;
    color: #1e6b52;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template-01 #rightsidebar ul.nav.menu .wk-accordion li {
    margin: 0 !important;
}

.template-01 #rightsidebar ul.nav.menu .wk-accordion li.current.active > a:not(.sidebar-button),
.template-01 #rightsidebar ul.nav.menu .wk-accordion li.current.active > a:not(.sidebar-button):hover,
.template-01 #rightsidebar ul.nav.menu .wk-accordion li > a:not(.sidebar-button):hover {
    background-color: #eee;
    border-left: none;
    padding-left: 0.5em;
}

.template-01 #rightsidebar ul.nav.menu .wk-accordion li.current.active.wk-open a,
.template-01 #rightsidebar ul.nav.menu .wk-accordion li a:hover,
.template-01 #rightsidebar ul.nav.menu .wk-accordion li a:focus {
    box-shadow: -4px 0 0 0 #82c140;
}

.template-01 #rightsidebar ul.nav.menu .wk-accordion-title::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.template-01 #rightsidebar ul.nav.menu .wk-open > .wk-accordion-title::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

@media (max-width: 1024px) {
    .template-01 #rightsidebar ul.nav.menu .wk-accordion li a {
        font-size: inherit;
        margin: 0;
        text-align: left;
    }

    .template-01 #rightsidebar ul.nav.menu .wk-accordion li a.wk-accordion-title {
        font-size: 1.25rem;
        margin: 0;
    }
}

@media (max-width: 900px) {
    #downright #rightsidebar {
        margin: 0 !important;
        padding: 1%;
        box-sizing: border-box;
    }

    .template-01 #rightsidebar ul.nav.menu .wk-accordion li a,
    .template-01 #rightsidebar ul.nav.menu .wk-accordion li a.wk-accordion-title {
        justify-content: space-between;
    }
}

/* #region testimonials grid */

[class*="--testimonial"] .uk-panel-box,
[class*="--testimonial"] .wk-card {
    box-shadow: 2px 2px 0px 0px #1E6B52 !important;
    border: 1px solid #1E6B52;
    padding: 20px;
}

.wk-scope [class*="--testimonial"] .wk-card-body {
    padding: 0;
}

[class*="--testimonial"] .uk-panel-title,
[class*="--testimonial"] .wk-card .wk-h3 {
    margin-top: 0 !important;
    background-color: #1E6B52;
    color: #fff !important;
    padding: 5px 10px 5px 45px;
    margin-left: -25px !important;
}

[class*="--testimonial"] .uk-panel-title:before,
[class*="--testimonial"] .wk-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

[class*="--testimonial"] .uk-panel-title a,
[class*="--testimonial"] .wk-card h3 a {
    color: #fff !important;
}

[class*="--testimonial"] em {
    position: relative;
    display: block;
    padding: 0 1em;
}

[class*="--testimonial"] em:before {
    content: "\60";
    font-family: 'IcoMoon';
    font-size: .8em;
    color: #80bc00;
    position: absolute;
    left: 0px;
    top: -8px;
}

[class*="--testimonial"] em:after {
    content: "\61";
    font-family: 'IcoMoon';
    font-size: .8em;
    color: #80bc00;
    position: relative;
    top: -5px;
} */

/* #endregion testimonials grid */

/*Fix to align quicklinks items */

#quicklinks .nav.menu.nav-pills>li>.separator {
    display:flex;
    align-items:center;
}

#quicklinks .nav.menu.nav-pills>li> .separator:after {
    line-height:0;
}